From 3220e9dafe5914bed02820443cd802ab2d658d6b Mon Sep 17 00:00:00 2001 From: ID Bot Date: Tue, 21 May 2019 09:06:09 +0000 Subject: [PATCH] Script updating issues at 2019-05-21T09:06:08Z. [ci skip] --- issues.json | 1159 +- pulls.json | 37807 +++++++++++++++++++++++++------------------------- 2 files changed, 19957 insertions(+), 19009 deletions(-) diff --git a/issues.json b/issues.json index 7a522268a3..8fb5fe859f 100644 --- a/issues.json +++ b/issues.json @@ -1,5 +1,236 @@ [ + { + "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2733", + "repository_url": "https://api.github.com/repos/quicwg/base-drafts", + "labels_url": "https://api.github.com/repos/quicwg/base-drafts/issues/2733/labels{/name}", + "comments_url": "https://api.github.com/repos/quicwg/base-drafts/issues/2733/comments", + "events_url": "https://api.github.com/repos/quicwg/base-drafts/issues/2733/events", + "html_url": "https://github.com/quicwg/base-drafts/pull/2733", + "id": 446500259, + "node_id": "MDExOlB1bGxSZXF1ZXN0MjgwNjg3NDY1", + "number": 2733, + "title": "Allow reuse of stateless reset tokens", + "user": { + "login": "martinthomson", + "id": 67641, + "node_id": "MDQ6VXNlcjY3NjQx", + "avatar_url": "https://avatars1.githubusercontent.com/u/67641?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/martinthomson", + "html_url": "https://github.com/martinthomson", + "followers_url": "https://api.github.com/users/martinthomson/followers", + "following_url": "https://api.github.com/users/martinthomson/following{/other_user}", + "gists_url": "https://api.github.com/users/martinthomson/gists{/gist_id}", + "starred_url": "https://api.github.com/users/martinthomson/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/martinthomson/subscriptions", + "organizations_url": "https://api.github.com/users/martinthomson/orgs", + "repos_url": "https://api.github.com/users/martinthomson/repos", + "events_url": "https://api.github.com/users/martinthomson/events{/privacy}", + "received_events_url": "https://api.github.com/users/martinthomson/received_events", + "type": "User", + "site_admin": false + }, + "labels": [ + { + "id": 481871399, + "node_id": "MDU6TGFiZWw0ODE4NzEzOTk=", + "url": "https://api.github.com/repos/quicwg/base-drafts/labels/-transport", + "name": "-transport", + "color": "fbca04", + "default": false + }, + { + "id": 481871361, + "node_id": "MDU6TGFiZWw0ODE4NzEzNjE=", + "url": "https://api.github.com/repos/quicwg/base-drafts/labels/design", + "name": "design", + "color": "1d76db", + "default": false + } + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 0, + "created_at": "2019-05-21T09:03:19Z", + "updated_at": "2019-05-21T09:03:19Z", + "closed_at": null, + "author_association": "MEMBER", + "pull_request": { + "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2733", + "html_url": "https://github.com/quicwg/base-drafts/pull/2733", + "diff_url": "https://github.com/quicwg/base-drafts/pull/2733.diff", + "patch_url": "https://github.com/quicwg/base-drafts/pull/2733.patch" + }, + "body": "This came up as the result of an incomplete implementation, but there\r\nare - maybe - good reasons to have the same stateless reset token being\r\nused for multiple connection IDs on the same connection.\r\n\r\nThere are drawbacks however. Reuse of a stateless reset token means\r\nthat you have to remember (and consistently route) connection IDs, even\r\nwhen they are retired.\r\n\r\nThis text makes a note of the possibility and explains the drawbacks.\r\n\r\nCloses #2732." + }, + { + "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2732", + "repository_url": "https://api.github.com/repos/quicwg/base-drafts", + "labels_url": "https://api.github.com/repos/quicwg/base-drafts/issues/2732/labels{/name}", + "comments_url": "https://api.github.com/repos/quicwg/base-drafts/issues/2732/comments", + "events_url": "https://api.github.com/repos/quicwg/base-drafts/issues/2732/events", + "html_url": "https://github.com/quicwg/base-drafts/issues/2732", + "id": 446490181, + "node_id": "MDU6SXNzdWU0NDY0OTAxODE=", + "number": 2732, + "title": "Reusing SRTs", + "user": { + "login": "larseggert", + "id": 200328, + "node_id": "MDQ6VXNlcjIwMDMyOA==", + "avatar_url": "https://avatars1.githubusercontent.com/u/200328?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/larseggert", + "html_url": "https://github.com/larseggert", + "followers_url": "https://api.github.com/users/larseggert/followers", + "following_url": "https://api.github.com/users/larseggert/following{/other_user}", + "gists_url": "https://api.github.com/users/larseggert/gists{/gist_id}", + "starred_url": "https://api.github.com/users/larseggert/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/larseggert/subscriptions", + "organizations_url": "https://api.github.com/users/larseggert/orgs", + "repos_url": "https://api.github.com/users/larseggert/repos", + "events_url": "https://api.github.com/users/larseggert/events{/privacy}", + "received_events_url": "https://api.github.com/users/larseggert/received_events", + "type": "User", + "site_admin": false + }, + "labels": [ + { + "id": 481871399, + "node_id": "MDU6TGFiZWw0ODE4NzEzOTk=", + "url": "https://api.github.com/repos/quicwg/base-drafts/labels/-transport", + "name": "-transport", + "color": "fbca04", + "default": false + }, + { + "id": 481871361, + "node_id": "MDU6TGFiZWw0ODE4NzEzNjE=", + "url": "https://api.github.com/repos/quicwg/base-drafts/labels/design", + "name": "design", + "color": "1d76db", + "default": false + } + ], + "state": "open", + "locked": false, + "assignee": { + "login": "martinthomson", + "id": 67641, + "node_id": "MDQ6VXNlcjY3NjQx", + "avatar_url": "https://avatars1.githubusercontent.com/u/67641?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/martinthomson", + "html_url": "https://github.com/martinthomson", + "followers_url": "https://api.github.com/users/martinthomson/followers", + "following_url": "https://api.github.com/users/martinthomson/following{/other_user}", + "gists_url": "https://api.github.com/users/martinthomson/gists{/gist_id}", + "starred_url": "https://api.github.com/users/martinthomson/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/martinthomson/subscriptions", + "organizations_url": "https://api.github.com/users/martinthomson/orgs", + "repos_url": "https://api.github.com/users/martinthomson/repos", + "events_url": "https://api.github.com/users/martinthomson/events{/privacy}", + "received_events_url": "https://api.github.com/users/martinthomson/received_events", + "type": "User", + "site_admin": false + }, + "assignees": [ + { + "login": "martinthomson", + "id": 67641, + "node_id": "MDQ6VXNlcjY3NjQx", + "avatar_url": "https://avatars1.githubusercontent.com/u/67641?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/martinthomson", + "html_url": "https://github.com/martinthomson", + "followers_url": "https://api.github.com/users/martinthomson/followers", + "following_url": "https://api.github.com/users/martinthomson/following{/other_user}", + "gists_url": "https://api.github.com/users/martinthomson/gists{/gist_id}", + "starred_url": "https://api.github.com/users/martinthomson/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/martinthomson/subscriptions", + "organizations_url": "https://api.github.com/users/martinthomson/orgs", + "repos_url": "https://api.github.com/users/martinthomson/repos", + "events_url": "https://api.github.com/users/martinthomson/events{/privacy}", + "received_events_url": "https://api.github.com/users/martinthomson/received_events", + "type": "User", + "site_admin": false + } + ], + "milestone": null, + "comments": 0, + "created_at": "2019-05-21T08:42:04Z", + "updated_at": "2019-05-21T08:57:26Z", + "closed_at": null, + "author_association": "MEMBER", + "body": "We hit this during interop, where one implementation would re-issue the same SRT it included in the TPs in each new NEW_CONNECTION_ID frame. The question was raised whether that was allowed or not, and @martinthomson decided that \"design text was needed.\"" + }, + { + "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2731", + "repository_url": "https://api.github.com/repos/quicwg/base-drafts", + "labels_url": "https://api.github.com/repos/quicwg/base-drafts/issues/2731/labels{/name}", + "comments_url": "https://api.github.com/repos/quicwg/base-drafts/issues/2731/comments", + "events_url": "https://api.github.com/repos/quicwg/base-drafts/issues/2731/events", + "html_url": "https://github.com/quicwg/base-drafts/pull/2731", + "id": 446342537, + "node_id": "MDExOlB1bGxSZXF1ZXN0MjgwNTY2ODg3", + "number": 2731, + "title": "Transport editorial suggestions", + "user": { + "login": "ianswett", + "id": 20072817, + "node_id": "MDQ6VXNlcjIwMDcyODE3", + "avatar_url": "https://avatars1.githubusercontent.com/u/20072817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ianswett", + "html_url": "https://github.com/ianswett", + "followers_url": "https://api.github.com/users/ianswett/followers", + "following_url": "https://api.github.com/users/ianswett/following{/other_user}", + "gists_url": "https://api.github.com/users/ianswett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ianswett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ianswett/subscriptions", + "organizations_url": "https://api.github.com/users/ianswett/orgs", + "repos_url": "https://api.github.com/users/ianswett/repos", + "events_url": "https://api.github.com/users/ianswett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ianswett/received_events", + "type": "User", + "site_admin": false + }, + "labels": [ + { + "id": 481871399, + "node_id": "MDU6TGFiZWw0ODE4NzEzOTk=", + "url": "https://api.github.com/repos/quicwg/base-drafts/labels/-transport", + "name": "-transport", + "color": "fbca04", + "default": false + } + ], + "state": "open", + "locked": false, + "assignee": null, + "assignees": [ + + ], + "milestone": null, + "comments": 0, + "created_at": "2019-05-20T22:47:50Z", + "updated_at": "2019-05-21T09:02:42Z", + "closed_at": null, + "author_association": "CONTRIBUTOR", + "pull_request": { + "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2731", + "html_url": "https://github.com/quicwg/base-drafts/pull/2731", + "diff_url": "https://github.com/quicwg/base-drafts/pull/2731.diff", + "patch_url": "https://github.com/quicwg/base-drafts/pull/2731.patch" + }, + "body": "Qualifies a MUST with an 'otherwise', since otherwise it would appear to directly contradict previous normative text." + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2730", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -104,7 +335,7 @@ "milestone": null, "comments": 0, "created_at": "2019-05-20T16:31:14Z", - "updated_at": "2019-05-20T16:31:14Z", + "updated_at": "2019-05-21T07:33:20Z", "closed_at": null, "author_association": "CONTRIBUTOR", "pull_request": { @@ -147,7 +378,14 @@ "site_admin": false }, "labels": [ - + { + "id": 481873040, + "node_id": "MDU6TGFiZWw0ODE4NzMwNDA=", + "url": "https://api.github.com/repos/quicwg/base-drafts/labels/-recovery", + "name": "-recovery", + "color": "fbca04", + "default": false + } ], "state": "open", "locked": false, @@ -156,9 +394,9 @@ ], "milestone": null, - "comments": 0, + "comments": 1, "created_at": "2019-05-20T16:22:59Z", - "updated_at": "2019-05-20T16:22:59Z", + "updated_at": "2019-05-21T07:29:30Z", "closed_at": null, "author_association": "CONTRIBUTOR", "body": "The current recovery spec says *7.2. Slow Start*: \r\n_QUIC begins every connection in slow start and exits slow start upon loss or upon increase in the ECN-CE counter. QUIC re-enters slow start anytime the congestion window is less than ssthresh, which only occurs after persistent congestion is declared. While in slow start, QUIC increases the congestion window by the number of bytes acknowledged when each acknowledgment is processed._ \r\n\r\nThat's fine, but it is often advisable to exit the initial slow start before observing the first loss. Very often, the default behavior results in widely overshooting the \"fair\" window, leading to not just one loss but rather a series of losses. For example, implementations could monitor the evolution of the RTT during initial slow start, and exit slow start as soon that the measured RTT exits RTTMin + some margin -- maybe the min 1/8th of RTT and 10 milliseconds, or 1ms 1/8th of RTTMin was too small. " @@ -1584,7 +1822,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2704.patch" }, "body": "Fixes #2230's remaining issue by importing text from HTTP/2. PUSH_PROMISE and DUPLICATE_PUSH SHOULD precede the piece of the response that references the resource, but MAY come at any point in the server's response, including between the trailers and the end of the stream. That's exceptionally stupid server behavior, but not illegal.\r\n\r\nI consider this editorial, because no MUSTs are modified and the SHOULD was already incorporated by reference to 7540." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2703", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -1791,10 +2032,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2701.patch" }, "body": "Fixes #2220; no text changes outside the Document Organization section." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2700", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -1836,9 +2074,9 @@ ], "milestone": null, - "comments": 18, + "comments": 19, "created_at": "2019-05-15T01:32:10Z", - "updated_at": "2019-05-20T16:52:33Z", + "updated_at": "2019-05-21T08:45:09Z", "closed_at": null, "author_association": "CONTRIBUTOR", "pull_request": { @@ -3504,7 +3742,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2674.patch" }, "body": "Just in case it wasn't perfectly clear from the choice of words.\r\n\r\nCloses #2671." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2673", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -3707,10 +3948,7 @@ "closed_at": "2019-05-08T00:26:20Z", "author_association": "NONE", "body": "The draft currently reads:\r\n\"When a client receives a Version Negotiation packet, it MUST abandon the current connection attempt.\"\r\nHowever, it does not define what it is to abandon a connection attempt. Is it an abrupt termination without writing a connection close? That probably makes the most sense since the server is meant to be stateless at this stage." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2670", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -5428,7 +5666,10 @@ "closed_at": null, "author_association": "CONTRIBUTOR", "body": "Should the recovery draft explain how to gather RTT samples during connection migration using PATH_CHALLENGE and PATH_RESPONSE?\r\n\r\nThis is explained in:\r\n- https://tools.ietf.org/html/draft-paulo-quic-migration-00#section-3.3" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2643", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -5621,10 +5862,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2641.patch" }, "body": "The `largest_acked` function parameter was removed from `DetectLostPackets` in #2140." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2640", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -7415,7 +7653,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2614.patch" }, "body": "Changes MAY to SHOULD.\r\nCloses #2607." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2613", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -7709,10 +7950,7 @@ "closed_at": "2019-04-29T20:18:30Z", "author_association": "MEMBER", "body": "in `DetectLostPackets`, `lost_pn` is computed as\r\n```\r\nlost_pn = largest_acked_packet[pn_space] - kPacketThreshold\r\n```\r\nHowever, `largest_acked_packet` is initialized to zero\r\n```\r\nlargest_acked_packet[pn_space] = 0\r\n```\r\nand so the subtraction can cause `lost_pn` to go negative when `DetectLostPackets` is called before an ACK is received (since it will be updated only in `OnAckReceived`).\r\n\r\nSuggest to initialize `largest_acked_packet` to infinity and to explicitly check for this case." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2610", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -9510,7 +9748,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2584.patch" }, "body": "`OnPacketAcked()` calls `OnPacketAckedCC()` (which decreases `bytes_in_flight`)\r\nonly when `ack_eliciting` is true, however `OnPacketSentCC()` (which increases\r\n`bytes_in_flight`) is called when `in_flight` is true.\r\n\r\nAdditionally, `OnPacketsLost()` decreases `bytes_in_flight` for in-flight\r\nlost packets (not just ack-eliciting ones).\r\n\r\nSo it seems to follow that `OnPacketAcked()` should call `OnPacketAckedCC()`\r\nfor all in-flight packets.\r\n\r\n---\r\n\r\nThe whole ack-eliciting vs in-flight distinction is pretty confusing to me (the only difference seems to be that in-flight includes packets with just PADDING, which are not ack-eliciting, is that correct?) so I may be totally wrong here.\r\n\r\nBut `bytes_in_flight` is increased and decreased based on two different conditions (`ack_eliciting` vs `in_flight`) which seems like a bug in the pseudo-code.\r\n\r\nHowever if this is the intended behaviour, it's be useful to have a clarification as to why it is like that (the text doesn't seem to mention this) or a pointer to a previous discussion about this." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2583", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -9713,10 +9954,7 @@ "closed_at": null, "author_association": "CONTRIBUTOR", "body": "As discussed in #2019, we did not originally have a good way to make AEAD_AES_128_CCM_8 work in QUIC, because it needs a 16 byte sample for header protection but only produces an 8 byte auth tag. However, since then we have merged #2030, and it's therefore easy to pad short packets by 8 extra bytes when using CCM_8. There might be QUIC use-cases that could benefit from the shorter tags, and it would be nice to have QUIC support all the original TLS 1.3 cipher suites." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2580", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -11489,7 +11727,10 @@ "closed_at": "2019-04-17T17:56:07Z", "author_association": "NONE", "body": "The text in recovery draft 19 says \"The congestion window should not be increased in slow start or\r\n congestion avoidance when it is not fully utilized\". This is a deviation from how congestion control works in deployed TCP implementation. We need a crisp definition of what is meant by \"full utilization\". I also have concern that this will make QUICs performance for bulk transfers poorer than TCP because application I/O patterns and scheduling of the sending thread will affect cwnd growth. After making the definition crisp and consensus that we need to include such a provision, the pseudo code will need to be updated to handle this as well." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2553", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -11684,10 +11925,7 @@ "closed_at": null, "author_association": "MEMBER", "body": "I remain unconvinced on the usefulness of the HTTP_MALFORMED_FRAME error code.\r\n\r\nDraft 19 says:\r\n\r\n> the HTTP_MALFORMED_FRAME (0x01XX): An error in a specific frame type.\r\n If the frame type is \"0xfe\" or less, the type is included as the\r\n last byte of the error code. For example, an error in a \r\n MAX_PUSH_ID frame would be indicated with the code (0x10D). The\r\n last byte \"0xff\" is used to indicate any frame type greater than\r\n \"0xfe\".\r\n\r\nAt the core of my perspective is that the document currently mixes the use of this error between truncated frames and more-semantic-level errors eg. \r\n * receiving a MAX_PUSH_ID with a value lower than a previously sent value.\r\n * PRIORITY (a super complicated frame)\r\n * SETTINGS (error with duplicate parameters). \r\n\r\nI'm not convinced these semantic errors are due to the frame being malformed, it is more 'misused'. Levelling up, I wonder if this error code is the best way of approaching the problems or if we could do something simpler. HTTP/2 had a HTTP_FRAME_SIZE error which was replaced by HTTP_MALFORMED_FRAME.\r\n\r\nAnother wrinke is: What should an endpoint do if it receives an error that references an unknown frame type? An endpoint MUST ignore unknown types, and we have these in the form of grease frame types with values that are included in the error code space.\r\n\r\n" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2550", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -11744,9 +11982,9 @@ ], "milestone": null, - "comments": 0, + "comments": 1, "created_at": "2019-03-25T16:19:16Z", - "updated_at": "2019-04-09T08:04:39Z", + "updated_at": "2019-05-21T08:42:07Z", "closed_at": null, "author_association": "NONE", "body": "We have space for private transport parameters and a process for assigning new standard transport parameters. However, since we do not apply GREASE to transport parameters, we leave ourselves open to that flexibility ossifying.\r\n\r\nI'm happy to produce a PR to address this in the spec. " @@ -13549,7 +13787,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2524.patch" }, "body": "Fixes #1834" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2523", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -13758,10 +13999,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2521.patch" }, "body": "It seems appropriate given that the term is used elsewhere in the text.\r\nHowever, I am sorry if there is a specific reason for keeping \"HTTP over QUIC\" here." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2520", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -15644,7 +15882,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2494.patch" }, "body": "Fix #2491" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2493", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -15885,10 +16126,7 @@ "closed_at": "2019-03-04T00:49:00Z", "author_association": "CONTRIBUTOR", "body": "In the Recovery Draft pseudocode section:\r\n\r\n> kInitialWindow: : Default limit on the initial amount of data in flight, in bytes. Taken from {{?RFC6928}}. The RECOMMENDED value is the minimum of 10 * kMaxDatagramSize and max(2* kMaxDatagramSize, 14600)).\r\n\r\nWhy 14600? This looks like 10 * MSS, but for UDP this should be 14720. It would lead to neat MSS multiples were that code ever executed." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2490", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -17752,7 +17990,10 @@ "closed_at": "2019-04-17T09:42:39Z", "author_association": "CONTRIBUTOR", "body": "Sec 7.3.1 of quic-transport says: \r\nA client that attempts to send 0-RTT data MUST remember the transport parameters used by the server. The transport parameters that the server advertises during connection establishment apply to all connections that are resumed using the keying material established during that handshake. Remembered transport parameters apply to the new connection until the handshake completes and new transport parameters from the server can be provided.\r\n\r\nLater on, the section makes it clear that this is really about the flow control parameters, which makes a lot of sense, but here I am storing all this data to be compliant.\r\n\r\nI propose that we change the MUST above to refer to only the 6 FC parameters. This reduces the stuff that clients have to store.\r\n\r\ngoing through each:\r\noriginal_connection_id: clearly useless\r\nidle_timeout: useless in handshake\r\nstateless_reset_token: clearly useless\r\nmax_packet_size: could be useful, but meh\r\nack_delay_exponent: not useful before we get the server Handshake\r\nmax_ack_delay: same\r\ndisable_migration: same\r\npreferred_address: same" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2463", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -17945,10 +18186,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2461.patch" }, "body": "While in theory a client could send 0-RTT after receiving 1-RTT, this is\r\nnot a good idea. This PR ties down transport parameters and flow\r\ncontrol and prevents a client from using anything it learns in the\r\nhandshake or 1-RTT from affecting (or expanding) what it can do with\r\n0-RTT. This prevents a client from using 0-RTT indefinitely and creates\r\nstronger bounds on what 0-RTT can be used for.\r\n\r\nCloses #2458.\r\nCloses #2360.\r\nCloses #2466." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2460", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -19862,7 +20100,10 @@ "closed_at": "2019-04-23T12:31:21Z", "author_association": "CONTRIBUTOR", "body": "We only talk about reserved versions in the transport document. Since they're used to trigger VN, they need to be version independent. Should they be moved to the invariants?" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2433", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -20071,10 +20312,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2431.patch" }, "body": "Fixes #2397 by discarding packets which are \"inconsistent with the state of the connection.\" Previously, this was only a failure to remove packet protection; incorrect version is added as another example inconsistency.\r\n\r\nNote that this phrasing doesn't rule out upward-VN like #1773, since receiving an expected upgrade is not inconsistent with your local state." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2430", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -21959,7 +22197,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2404.patch" }, "body": "Changes are:\r\n* define idle timeout as `max(TP.idle_timeout, 3*PTO)`\r\n* skip draining period when idle timeout expires\r\n\r\ncloses #2347" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2403", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -22152,10 +22393,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2401.patch" }, "body": "" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2400", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -24068,7 +24306,10 @@ "closed_at": "2019-01-28T05:11:09Z", "author_association": "CONTRIBUTOR", "body": "We had an interesting interop issue yesterday between Picoquic and Quinn. Summary:\r\n\r\n* we were testing NAT rebinding. A bunch of packets in transit were lost during the rebinding.\r\n\r\n* the version of Quinn tested yesterday had already queued a bunch of data frames in the normal order. It noticed the losses, and placed the frames to be retransmitted \"at the end of the queue\".\r\n\r\n* Picoquic delivers stream data in order to the app. It received the frames from Quinn and queued them, waiting for the retransmitted frames to fill the holes.\r\n\r\n* Due to an unrelated bug, the transmission was really slow. Picoquic found that 10 seconds passed without making any progress, since no data was passed to the application, and closed the connection.\r\n\r\nWhen discussing the issue, we raised a bunch of points:\r\n\r\n1) Quinn was complying with the letter of the spec. The data frames were within the range allowed by MAX DATA and MAX STREAM DATA.\r\n\r\n2) The combination of slow transmission and piling a lot of frames for reordering looks a lot like one of the \"slow Loris\" attacks, which explains why Picoquic complained.\r\n\r\n3) Picoquic could have forced in order delivery by using small flow control windows. But then, small windows have a tendency to cause stalls, so I don't think that using flow control to solve logic issues should be recommended. (There were always enough buffers, so this is not an over commit issue.)\r\n\r\n4) The issue only happened because Picoquic enforces \"in sequence delivery\" of stream data to the app. Quinn implements out of sequence delivery and lets the app reassemble the stream, so it was not a problem in internal tests. But then, the \"stream\" paradigm is initially designed to emulate a TCP connection, and there are a bunch of apps like video that really want to consume data in order.\r\n\r\nThis was fixed in Quinn by placing the retransmitted frames at the front of the queue. But it seems that there is no text in the spec asking implementations to do that. Should we add it?" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2373", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -24263,10 +24504,7 @@ "closed_at": "2019-04-15T18:27:54Z", "author_association": "MEMBER", "body": "QPACK error codes do not have numbers yet. They are marked as TBD.\r\n\r\nCan we have them assigned? I think that's possible because the HTTP3 specification is becoming mature and QPACK is fairly stable.\r\n\r\nPersonally, my preference goes to allocating 0x2xx for QPACK." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2370", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -26177,7 +26415,10 @@ "closed_at": "2019-03-11T22:51:28Z", "author_association": "MEMBER", "body": "[Section 4 of the TLS draft](https://quicwg.org/base-drafts/draft-ietf-quic-tls.html#rfc.section.4) forbids a RESET_STREAM frame being sent in a 0-RTT packet.\r\n\r\nI do not see a reason why we should prohibit that even though we allow FIN to be sent. RESET_STREAM is just another way of closing a stream. I think that we should allow RESET_STERAM to be sent using a 0-RTT packet.\r\n\r\nFWIW, my assumption is that we simply missed to clarify that RST_STREAM is allowed when we split the frame into RST and STOP_SENDING." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2343", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -26378,10 +26619,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2341.patch" }, "body": "Clarifies how we prohibit a server from sending too many packets to a client prior to validating the address.\r\n\r\nCloses #2135." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2340", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -28174,7 +28412,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2314.patch" }, "body": "- Explain why it's there.\r\n- Write down the specific requirements for TLS ALPN." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2313", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -28383,10 +28624,7 @@ "closed_at": null, "author_association": "CONTRIBUTOR", "body": "I think the sections that describe connection migration attacks should mention that, when the endpoint detects a spurious migration, it should revert back to using the same CC state and ECN state as before. Otherwise, an attacker could degrade the performance of a connection." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2310", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -30283,7 +30521,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2284.patch" }, "body": "The transport already requires that the cryptographic handshake provide\r\nauthenticated negotiation of application protocol. However, the TLS doc\r\nwas a little weak on whether ALPN should be used. This clears that up.\r\n\r\nCloses #2263." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2283", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -30478,10 +30719,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2281.patch" }, "body": "Recovery §6.2.1 instructs:\r\n> Because the server could be blocked until more packets are received, the client MUST start the crypto retransmission timer even if there is no unacknowledged CRYPTO data. If the timer expires and the client has no CRYPTO data to retransmit and does not have Handshake keys, it SHOULD send an Initial packet in a UDP datagram of at least 1200 bytes. If the client has Handshake keys, it SHOULD send a Handshake packet.\r\n\r\nbut this was not reflected in the pseudocode. I think these changes reflect the intended behavior." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2280", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -32388,7 +32626,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2254.patch" }, "body": "Fixes #2178" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2253", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -32581,10 +32822,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2251.patch" }, "body": "At two places, explicitly spell out that Largest Reference is zero if there are no dynamic entries; also remove \"Largest Reference\" from a sentence that currently implies that it could be set to any value." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2250", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -34425,7 +34663,10 @@ "closed_at": "2019-01-31T06:04:57Z", "author_association": "COLLABORATOR", "body": "S 3.2.1.\r\n\r\n```\r\nEach side MUST initiate a single control stream at the beginning of the\r\nconnection and send its SETTINGS frame as the first frame on this stream. If\r\nthe first frame of the control stream is any other frame type, this MUST be\r\ntreated as a connection error of type HTTP_MISSING_SETTINGS. Only one control\r\nstream per peer is permitted; receipt of a second stream which claims to be a\r\ncontrol stream MUST be treated as a connection error of type\r\nHTTP_WRONG_STREAM_COUNT. If the control stream is closed at any point, this\r\nMUST be treated as a connection error of type HTTP_CLOSED_CRITICAL_STREAM.\r\n```\r\n\r\nRather than having this rule, wouldn't it be easier to just require\r\na specific stream number for this stream? Then it would not be possible to have >1.\r\n\r\n" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2223", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -34614,10 +34855,7 @@ "closed_at": "2018-12-24T06:15:34Z", "author_association": "COLLABORATOR", "body": "S 2.2 says.\r\n\r\n```\r\nOn receipt of an Alt-Svc record indicating HTTP/3 support, a client MAY attempt\r\nto establish a QUIC connection to the indicated host and port and, if\r\nsuccessful, send HTTP requests using the mapping described in this document.\r\n```\r\n\r\n1. This implies that the only way in which a client might discover that\r\nthe server did HTTP/3 was alt-svc, but there might be other mechanisms.\r\nOne example would be to simply try to connect to UDP/443 on a given site.\r\nAlso, this implies that that information isn't sticky, whereas I'm assuming\r\nwe want it to be.\r\n\r\n\r\n```\r\nConnectivity problems (e.g. firewall blocking UDP) can result in QUIC connection\r\nestablishment failure, in which case the client SHOULD continue using the\r\nexisting connection or try another alternative endpoint offered by the origin.\r\n```\r\n\r\nThis seems like it doesn't match up with a happy eyeballs kind of approach\r\nbecause I might have neither an existing connection nor an alternative\r\nprovided by the server. Rather, I'm provided with the URL and then I\r\ntry to connect to both, but if QUIC fails fast, then I might still be\r\nwaiting, in which case neither of these cases applies.\r\n" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2220", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -36470,7 +36708,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2194.patch" }, "body": "Doesn't seem to be used anywhere..." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2193", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -36671,10 +36912,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2191.patch" }, "body": "The old text said\r\n> Keys and their corresponding secrets SHOULD be discarded when an endpoint has\r\nreceived all packets with packet numbers lower than the lowest packet number\r\nused for the new key. An endpoint might discard keys if it determines that the\r\nlength of the delay to affected packets is excessive.\r\n\r\nA peer typically can't know when it received all packets with packet numbers lower than the lowest packet number used for the new key, since packets might have been lost or packet number might have been skipped. Dropping old keys shouldn't be a \"might\", it should be a SHOULD." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2190", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -38520,7 +38758,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2164.patch" }, "body": "" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2163", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -38715,10 +38956,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2161.patch" }, "body": "The only time an ICMP PTB message can ever legitimately try to report a PMTU larger than an endpoint's estimate of a PMTU is when it is sent in response to a PMTU probe packet." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2160", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -40587,7 +40825,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2134.patch" }, "body": "This is a purely editorial PR reordering text. The first commit reorders paragraphs and adds a section title, the second commit reorders sentences and moves around paragraph boundaries, the third commit is some clarification of text.\r\n\r\nThis PR does not at all address the issue I raised at https://github.com/quicwg/base-drafts/pull/2115#issuecomment-446721184." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2133", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -40790,10 +41031,7 @@ "closed_at": null, "author_association": "COLLABORATOR", "body": "S 9.3. says:\r\n\r\n```\r\nAfter changing the address to which it sends non-probing packets, an endpoint\r\ncould abandon any path validation for other addresses.\r\n```\r\n\r\nAnd 9.3.2. says:\r\n```\r\nNote that receipt of packets with higher packet numbers from the legitimate peer\r\naddress will trigger another connection migration. This will cause the\r\nvalidation of the address of the spurious migration to be abandoned.\r\n```\r\n\r\nWhich one of these is right?" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2130", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -42604,7 +42842,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2104.patch" }, "body": "If a packet contains just ACKs and PADDING, it is not retransmittable but must be declared lost to free up the congestion window space." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2103", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -42883,10 +43124,7 @@ "closed_at": "2019-02-05T23:35:33Z", "author_association": "CONTRIBUTOR", "body": "Retiring all CIDs that have been issued makes the CID issuer unreachable. Should this be a connection error?\r\n\r\nIt is possible to imagine that the CID issuer may send a new CID to the peer after all its CIDs are retired and then the connection can continue.\r\n\r\nEither way, this case should be covered in the draft." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2100", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -44755,7 +44993,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2074.patch" }, "body": "Mostly fixes #1959, though there's some ambiguity unless we also take #2072. If we don't, we'll sort out which PUSH_PROMISE \"counts.\" Separated from the PR originally in #2072." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2073", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -44962,10 +45203,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2071.patch" }, "body": "" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2070", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -46845,7 +47083,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2044.patch" }, "body": "For the most part, we don't need to identify TLS 1.3 specifically. TLS\r\non its own is often sufficient. This avoids creating the impression\r\nthat we don't support TLS 1.4. I hope that TLS 1.4 will be compatible\r\nwith QUIC, but we'll leave that determination for later." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2043", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -47046,10 +47287,7 @@ "closed_at": "2018-11-22T15:26:34Z", "author_association": "MEMBER", "body": "Since we renamed HTTP/QUIC to HTTP/3, perhaps we should rename QPACK to avoid its linkage with QUIC. :smiling_imp: \r\n\r\nEdit: the skip in version number is intentional" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2040", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -48893,7 +49131,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2014.patch" }, "body": "" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2013", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -49092,10 +49333,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/2011.patch" }, "body": "Now that the RFC editor has added TLS to their [abbreviations list](https://www.rfc-editor.org/materials/abbrev.expansion.txt) there is no need to spell out TLS. But, I left the abbreviation in the abstract just in case somebody out there who was just reading the abstract doesn't know what TLS is." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/2010", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -51064,7 +51302,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1984.patch" }, "body": "This is the only position where we do not have a whitespace after semicolon, and I assume that it's an editorial error rather than an anomaly in how it's actually used.\r\n\r\nHence the PR." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1983", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -51290,10 +51531,7 @@ "closed_at": "2018-11-08T10:45:16Z", "author_association": "NONE", "body": "The spec states that initial packets sent by clients which have not previously received a Retry packet must populate the Destination Connection ID field with an unpredictable value, and that the value MUST be at least 8 bytes in length.\r\n\r\nHowever, the spec doesn’t say what a server receiving a packet from a client which violates this condition should do. There are already discrepancies in various implementations that a change to the spec could help to remedy." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1980", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -53193,7 +53431,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1954.patch" }, "body": "" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1953", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -53436,10 +53677,7 @@ "closed_at": "2018-12-18T23:10:34Z", "author_association": "CONTRIBUTOR", "body": "Suppose that a connection has progressed and the server has sent an Initial packet with a Server Hello to the client. At that point, we expect that all following packets will be protected by the handshake key or by the application key, preventing 3rd parties from interfering with the connection. \r\n\r\nSuppose now that a third party sends to the server a spoofed initial packet, containing for example a malformed acknowledgement. The server will process the packet, find the malformed frame, generate a protocol violation error and close the connection. Which means that the 3rd party is able to interfere with the connection after the handshake keys have already been exchanged.\r\n\r\nIs that an attack we should worry about?" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1950", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -55323,7 +55561,10 @@ "closed_at": "2018-10-28T23:58:25Z", "author_association": "NONE", "body": "It looks like the spec should provide some more guidelines around connection ID management by endpoints.\r\n\r\nIn summary, an endpoint should have mechanism in place to avoid allocating excessive resources if the remote endpoint ends up sending too many NEW_CONNECTION_ID frames without necessarily retiring the old ones.\r\n\r\nEssentially the question would be how to communicate these limits and what should be the behavior while enforcing these limits.\r\n\r\nCommunicating limits\r\n##################\r\nThe transport parameter max_active_cid could be used to communicate and limit the other endpoint from generating too many NEW_CONNECTION_ID frames.\r\nThe draft could also define a default QUIC_DEFAULT_MAX_ACTIVE_CID maximum (32), which should be the hard limit only to be over-ridden by the presence of max_active_cid in the transport parameter advertised by the peer.\r\n\r\nEnforcement\r\n##################\r\nOn the receipt of NEW_CONNECTION_ID, the endpoint should check if the number of active CIDs maintained by it for the remote has exceeded the limit or not.\r\nIf the frame makes it go over the limit, it MUST send back a CONNECTION_CLOSE frame with error code PROTOCOL_VIOLATION." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1923", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -55530,10 +55771,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1921.patch" }, "body": "This will get rotty pretty quickly, but the changes are fairly easy to make mechanically for the most part." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1920", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -57296,7 +57534,10 @@ "closed_at": "2018-10-26T00:22:17Z", "author_association": "CONTRIBUTOR", "body": "Since section 1.1 is effectively a guided tour of the TOC, it feels odd that it skips sections without comment. For example,\r\n\r\n> Connections are the context in which QUIC endpoints communicate.\r\n> - Section 5 describes core concepts related to connections,\r\n> - Section 6 describes version negotiation,\r\n> - Section 8 details the process for establishing connections,\r\n> - Section 10 describes how endpoints migrate a connection to use a new network paths, and\r\n> - Section 12 lists the options for terminating an open connection.\r\n\r\nWhere are sections 7, 9, and 11?\r\n\r\nI think there's also some unintended irony that error handling is section 13. ;-)" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1893", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -57505,10 +57746,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1891.patch" }, "body": "As discussed in #1758, we only need to allow rate limiting.\r\n\r\nHowever, the particular example I draw on will become critical if we\r\nadopt the proposed changes to version negotiation in #1755 (or something\r\nlike it), because the only packet a server can confidently respond to\r\nwith Version Negotiation in that case is the Initial. If we adopt an\r\niteration of #1755, then this text would need to be expanded to explain\r\nthat also.\r\n\r\nCloses #1758.\r\n\r\n(I marked this editorial so that we can include it in -16. I do that on the basis that a server can always feign packet loss, so this isn't really a testable requirement. That's only slightly dishonest, I think.)" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1890", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -59168,7 +59406,10 @@ "closed_at": "2018-12-04T23:32:38Z", "author_association": "CONTRIBUTOR", "body": "draft-ietf-quic-http-15 has:\r\n\r\n```\r\n [] A client MUST treat receipt of a\r\n PUSH_PROMISE with conflicting header field values for the same Push\r\n ID as a connection error of type HTTP_MALFORMED_FRAME.\r\n\r\n Allowing duplicate references to the same Push ID is primarily to\r\n reduce duplication caused by concurrent requests. A server SHOULD\r\n avoid reusing a Push ID over a long period. Clients are likely to\r\n consume server push responses and not retain them for reuse over\r\n time. Clients that see a PUSH_PROMISE that uses a Push ID that they\r\n have since consumed and discarded are forced to ignore the\r\n PUSH_PROMISE.\r\n```\r\n\r\nThe two paragraphs contradict each other. The former mandates that a client maintain a history of all push promises in order to detect possible header field conflicts. The latter suggests that a client does not have to do that. Which one is it?\r\n\r\nThe requirement to maintain a history of all push requests is unreasonable. I suggest that the _MUST_ in the first paragraph above be replaced with a _MAY_." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1863", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -59354,10 +59595,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1861.patch" }, "body": "missed this one in #1859" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1860", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -61134,7 +61372,10 @@ "closed_at": "2019-05-07T22:35:44Z", "author_association": "CONTRIBUTOR", "body": "Consider the following situation. The client sends a 0-RTT handshake. The server accepts the handshake, installs the 1-RTT keys and sends its ServerHello...Finished flight. The client can now send a bunch of post-handshake messages to the server which the server cannot process until it receives ClientFinished, so it has to buffer them. We should bound that buffer somehow." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1833", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -61323,10 +61564,7 @@ "closed_at": "2018-10-10T14:02:38Z", "author_association": "MEMBER", "body": "I'm wondering if it would be useful to optionally allow SH packets to carry a packet length field, as LH packets do. This would allow SH packets to be coalesced behind SH packets, which might be useful?\r\n\r\nWe could burn a flag bit to indicate the presence of said packet length field, but before doing a more detailed design I'd like to understand if coalescing of SH packets behind SH packets is something that anyone cares about?" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1830", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -62989,7 +63227,10 @@ "closed_at": "2018-10-31T00:16:34Z", "author_association": "MEMBER", "body": "It is common practice to use error code of zero as a non-error. We follow the practice in the transport draft.\r\n\r\nHowever, we enforce the application protocol bindings to adopt a different practice by stating that application error code of zero is mapped to STOPPING; a code that indicates that a stream has been reset in response to a STOP_SENDING frame.\r\n\r\nThis is IMO counterintuitive and would be a source of confusion. Therefore, I propose to renumber the error code for STOPPING to something other than zero (possibly to one).\r\n\r\nPS. The other way is to let stacks send zero (indicating non-error) in a RST_STREAM frame in response to STOP_SENDING. However, I think that is not the right solution because reset is an abnormal way of closing a stream. In other words, zero should be reserved for streams being shutdown using FIN." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1803", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -63151,10 +63392,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1801.patch" }, "body": "Fixes #1778 \r\n\r\nAlso changes the type value for ACK, ACK_ECN, and RETIRE_CONNECTION_ID in order to give the ACK frame two adjacent values." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1800", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -64892,7 +65130,10 @@ "closed_at": "2018-10-03T20:11:18Z", "author_association": "MEMBER", "body": "Issue for what I described to @ianswett at dinner yesterday.\r\n\r\nWhen `OnRetransmissionTimeoutVerified` is called from `OnPacketAcked` for the highest ACK in a block, all earlier packets are marked as lost, even if they are contained in that same block. That seems suboptimal." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1773", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -65093,10 +65334,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1771.patch" }, "body": "\"is permitted to initiated\" -> \"is permitted to initiate\"" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1770", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -66905,7 +67143,10 @@ "closed_at": "2018-09-14T20:35:05Z", "author_association": "NONE", "body": "In the transport draft, under Frames section, max_stream_data refers to.\r\n\"A variable-length integer indicating the maximum amount of data that can be sent on the identified stream, in units of octets\";\r\n\r\nwhereas under Flow Control section, it refers to max absolute offset, quoted\r\n\r\n\"MAX_STREAM_DATA frames send the maximum absolute byte offset of a stream. A receiver MAY advertise a larger offset at any point by sending MAX_DATA or MAX_STREAM_DATA frames. A receiver cannot renege on an advertisement; that is, once a receiver advertises an offset, advertising a smaller offset has no effect. A sender MUST therefore ignore any MAX_DATA or MAX_STREAM_DATA frames that do not increase flow control limits.\"\r\n\r\nThis discrepancy can cause the implementations to differ as max. amount of data is treated differently than max absolute offset. Can we clarify this in the draft?" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1743", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -67099,10 +67340,7 @@ "closed_at": "2018-09-13T00:04:31Z", "author_association": "MEMBER", "body": "I recently hit an assert in my crypto TX path, and after looking at it for a while I figured out it was because it was trying to retransmit data with an older encryption key than the one currently configured for sending. I was starting to look into how to fix my code to allow this case, but then I was thinking more. Should I?\r\n\r\nThe actual packets exchanged were (from the server PoV):\r\n\r\n```\r\n[quic][RX][0] LH Ver:0xe0000ff DestCID:78e0d957a1d861c9 SrcCID:5d9b053011bce8f1 Type:I (Token 0 bytes) (Payload 1226 bytes) (PktNum 1 bytes)\r\n[quic][RX][0] CRYPTO Offset:0 Len:291\r\n[quic][RX][0] PADDING Len:914\r\n\r\n[quic][TX][0] LH Ver:0xe0000ff DestCID:5d9b053011bce8f1 SrcCID:78444bb1394fce67 Type:I (Token 0 bytes) (Payload 182 bytes) (PktNum 1 bytes)\r\n[quic][TX][0] ACK Largest:0 Delay:856\r\n[quic][TX][0] 0\r\n[quic][TX][0] CRYPTO Offset:0 Len:155\r\n[quic][TX][1] LH Ver:0xe0000ff DestCID:5d9b053011bce8f1 SrcCID:78444bb1394fce67 Type:HS (Payload 1020 bytes) (PktNum 1 bytes)\r\n[quic][TX][1] CRYPTO Offset:0 Len:999\r\n[quic][TX][2] LH Ver:0xe0000ff DestCID:5d9b053011bce8f1 SrcCID:78444bb1394fce67 Type:HS (Payload 1228 bytes) (PktNum 1 bytes)\r\n[quic][TX][2] CRYPTO Offset:999 Len:1206\r\n[quic][TX][3] LH Ver:0xe0000ff DestCID:5d9b053011bce8f1 SrcCID:78444bb1394fce67 Type:HS (Payload 1228 bytes) (PktNum 1 bytes)\r\n[quic][TX][3] CRYPTO Offset:2205 Len:1206\r\n[quic][TX][4] LH Ver:0xe0000ff DestCID:5d9b053011bce8f1 SrcCID:78444bb1394fce67 Type:HS (Payload 1209 bytes) (PktNum 1 bytes)\r\n[quic][TX][4] CRYPTO Offset:3411 Len:1187\r\n\r\n[quic][RX][0] LH Ver:0xe0000ff DestCID:78444bb1394fce67 SrcCID:5d9b053011bce8f1 Type:HS (Payload 61 bytes) (PktNum 1 bytes)\r\n[quic][RX][0] CRYPTO Offset:0 Len:36\r\n[quic][RX][0] ACK Largest:4 Delay:0\r\n[quic][RX][0] 1 - 4\r\n\r\n[quic][TX][0] FACK 4\r\n[quic][TX][0] retransmitting\r\n```\r\n\r\nSo either the ACK for my server's Initial packet wasn't sent yet, was sent after the Handshake packet or was lost. Either way, I end up deciding it was lost and my generic packet loss detection/recovery logic kicks in and decided the data in packet 0 should be retransmitted.\r\n\r\nThe thing is, at the crypto (and TLS) layers I know I have received handshake data (all of it actually) and I am ready to send out my NST in 1-RTT. In order to get this far in the handshake, the peer MUST have received my Initial packet, so it would seem pointless to actually retransmit it. So should I?" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1740", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -69037,7 +69275,10 @@ "closed_at": "2018-08-29T06:45:56Z", "author_association": "MEMBER", "body": "Section 7.15 of -14 says:\r\n```\r\n A client MUST NOT acknowledge Retry packets. Retry packets include\r\n the packet number from the Initial packet it responds to. Version\r\n Negotiation packets cannot be acknowledged because they do not\r\n contain a packet number. Rather than relying on ACK frames, these\r\n packets are implicitly acknowledged by the next Initial packet sent\r\n by the client.\r\n```\r\nThis should be changed to say something like \"Version Negotiation and Retry packets cannot be acknowledged...\"" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1713", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -69229,10 +69470,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1711.patch" }, "body": "There have been questions about which variant of HKDF-Expand-Label to\r\nuse where. This hopefully makes the rules a little clearer.\r\n\r\nI also took the opportunity to take the style of changes from #1708 to the TLS doc.\r\n\r\nCloses #1568." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1710", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -70925,7 +71163,10 @@ "closed_at": "2018-09-10T19:44:47Z", "author_association": "CONTRIBUTOR", "body": "From Bence via the mailing list:\r\n\r\nHPACK Section 1.3 defines a \"Header List\" as \"an ordered collection of header fields...\". QPACK uses the term \"Header Set\" instead and does not require it to be ordered. HPACK has a whole section, 2.1, on ordering, whereas QPACK does not spell out this guarantee. However, since frames on a given stream are guaranteed to be ordered by the underlying transport, my impression is that QPACK as specified already guarantees to preserve order of header fields within a header list. (Also in my experience things can break in colorful ways if you start reordering headers in your application.)\r\n\r\nI propose to add language on the requirement to preserve order, and to use the expression \"header list\" instead of \"header set\" throughout. The clause \"header list ... can contain duplicate header fields\" should probably also be included.\r\n" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1683", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -71136,10 +71377,7 @@ "closed_at": "2018-08-22T03:26:15Z", "author_association": "CONTRIBUTOR", "body": "Suppose that a server uses 4-bytes connection ID. The client wants to test whether the server is still present, and sends a \"PING\". The packet will include:\r\n* First octet: 1 byte\r\n* Dest CNX-ID: 4 bytes\r\n* PN: 1 byte (PNE encrypted)\r\n* Ping frame: 1 byte (encrypted)\r\n* AEAD checksum: 16 bytes.\r\n* Total: 23 bytes.\r\n\r\nThe server does not recognize the connection ID -- memory of that connection is lost. It will compose a stateless reset packet that include, per draft 14:\r\n* First octet: 1 byte\r\n* At least 20 bytes with randomized or unpredictable value\r\n* 16 bytes Reset Secret.\r\n* Total: at least 37 bytes.\r\n\r\nBut then the stateless reset becomes larger than the incoming packet, and draft-14 says that: _An endpoint SHOULD NOT send a stateless reset that is significantly larger than the packet it receives. Endpoints MUST discard packets that are too small to be valid QUIC packets. With the set of AEAD functions defined in [QUIC-TLS], packets less than 19 octets long are never valid._\r\n\r\nI understand that \"significantly larger\" is a weasel word that can give some leeway. But then, too much leeway will allow attackers to seed a game of \"reset ping pong\" between two servers. On the other hand, the \"ping\" example above is exactly what we want to address with stateless reset. So what gives? " - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1680", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -72970,7 +73208,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1654.patch" }, "body": "As we discovered, conflating these two signals creates problems. The\r\nonly problem we're aware of is at the server when it consumes 0-RTT, but\r\nit's serious enough that some clarification is in order.\r\n\r\nThis makes it clear that there are two events of interest, then expands\r\non the particular problem scenario.\r\n\r\nCloses #1651." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1653", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -73155,10 +73396,7 @@ "closed_at": "2018-08-14T22:22:48Z", "author_association": "CONTRIBUTOR", "body": "I am doing interop tests and self tests with the new crypto stream encoding (draft-13 + PR). I think we have an ordering problem. If the 0-RTT packet containing the EOED message is lost, the QUIC server may receive the Client Finished message before receiving the EOED. If it submits that message to TLS, the exchange will fail, because the EOED was not received. The server should keep the Client Finished message in memory and only submit it after EOED is received. But the server does not really know that without having some inside knowledge of the TLS state -- and one of the goal of the new Crypto Stream design was to avoid requiring that knowledge.\r\n\r\nOf course, one solution is to explain the problem in details. The server knows that 0-RTT was negotiated, and should refrain from submitting the epoch 2 CS data until the epoch 1 data has been received. Note that this does not work in theory, because there is no FIN mark in the CS frames, so the server does not really know when epoch 1 data is finished, but it will work in practice if the server assumes that epoch 1 data is always sent as a single frame. That's a big wart in the stack. \r\n\r\nAnother solution would be to send the EOED in epoch 2, because then the ordering would be natural. \r\n\r\nAnother solution would be to make sure that the \"offset\" in the CS frame is computed from the beginning of the session, instead of from the beginning of the epoch. \r\n\r\nThe client can minimize the risk by ensuring that EOED and Finished are always transmitted and retransmitted as coalesced segments. That's easy to do for the initial transmission, but not quite as natural for the retransmission, since different packet contexts will have different timers, sequence numbers, etc.\r\n\r\nFor the details, consider the following typical session exchanges:\r\n\r\n1) Basic connection:\r\n```\r\nCHello (250 bytes) => Send CS frame offset 0, length 250 with Initial packet Epoch 0.\r\n <-- SHello (160 bytes) \r\n => Send CS frame offset 0, length 160 with Initial packet, Epoch 0\r\n <-- server first flight (1500 bytes)\r\n => Send CS frame offset 0, length 1000 with Handshake packet, Epoch 2\r\n => Send CS frame offset 1000, length 500 with Handshake packet, Epoch 2\r\nClient Finished => Send CS frame offset 0, length 46 with Handshake packet Epoch 2.\r\n\r\n```\r\n2) 0-RTT connection:\r\n```\r\nCHello (250 bytes) => Send CS frame offset 0, length 250 with Initial packet Epoch 0.\r\n <-- SHello (160 bytes) \r\n => Send CS frame offset 0, length 160 with Initial packet, Epoch 0\r\n <-- server first flight (1500 bytes)\r\n => Send CS frame offset 0, length 1000 with Handshake packet, Epoch 2\r\n => Send CS frame offset 1000, length 500 with Handshake packet, Epoch 2\r\nEOED =>Send CS frame offset 0, length 4 with 0-RTT packet Epoch 1.\r\nClient Finished => Send CS frame offset 0, length 46 with Handshake packet Epoch 2.\r\n\r\n```\r\n2) 0-RTT connection with inconvenient packet loss :\r\n```\r\nCHello (250 bytes) => Send CS frame offset 0, length 250 with Initial packet Epoch 0.\r\n <-- SHello (160 bytes) \r\n => Send CS frame offset 0, length 160 with Initial packet, Epoch 0\r\n <-- server first flight (1500 bytes)\r\n => Send CS frame offset 0, length 1000 with Handshake packet, Epoch 2\r\n => Send CS frame offset 1000, length 500 with Handshake packet, Epoch 2\r\nPacket loss: EOED =>Send CS frame offset 0, length 4 with 0-RTT packet Epoch 1.\r\nClient Finished => Send CS frame offset 0, length 46 with Handshake packet Epoch 2.\r\nRetransmit: EOED =>Send CS frame offset 0, length 4 with 0-RTT packet Epoch 1.\r\n\r\n```\r\n\r\n" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1650", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -74965,7 +75203,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1624.patch" }, "body": "It's a little surprising that we didn't say this already.\r\n\r\nI thought about a mention of the security considerations in the TLS\r\ndraft with this change, but I think that's unnecessary at this point.\r\n\r\nCloses #1405." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1623", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -75141,10 +75382,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1621.patch" }, "body": "Generating a new cryptographic handshake message is a fine response to\r\nRetry or Version Negotiation. It's sometimes necessary, but even when\r\nit is not, it avoids having to worry about 0-RTT packet numbers.\r\n\r\nFollowup for #1498." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1620", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -76973,7 +77211,10 @@ "closed_at": "2018-07-21T16:53:26Z", "author_association": "CONTRIBUTOR", "body": "https://github.com/quicwg/base-drafts/blob/master/draft-ietf-quic-recovery.md#on-new-congestion-event\r\n\r\nthis is the first and only mention of kMarkReductionFactor" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1593", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -77160,10 +77401,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1591.patch" }, "body": "Fixes #1579 (see for more details on the problem).\r\n\r\n- Moves back to a single packet number space across all encryption levels.\r\n- Allows for a packet to be acknowledged in a greater than or equal encryption level.\r\n- Initial packets cannot carry ACK frames, and therefore must be acknowledged in Handshake (or greater) encryption level.\r\n- Handshake packets can acknowledge 0-RTT packets.\r\n\r\nWith these design changes, implementations do not have to track 3 separate packet number spaces (and all the overhead that goes with it). The number of QUIC packets (not UDP datagrams) required to be sent during the handshake is reduced (see Example Handshake Flows section). There is no Initial packet ACK spoofing since they must be acknowledged in a higher encryption level. 0-RTT packets can be acknowledged a bit quicker in the handshake process by using the Handshake encryption level; generally the first server ACK block will be able to ACK all Initial and 0-RTT packets it has received in one atomic operation.\r\n\r\nAlso makes sure #1018 and #1413 don't regress and are still solved." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1590", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -78919,7 +79157,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1564.patch" }, "body": "Clarify the full extent of what is covered by the AAD" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1563", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -79081,10 +79322,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1561.patch" }, "body": "Clarify the full extent of what is covered by the AAD" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1560", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -80831,7 +81069,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1534.patch" }, "body": "In all but two places, variable-length integer fields are explicitly stated to be variable-length encoded. Since this seems like an implicit rule, make sure that all fields use the same language (otherwise, the departure from the de facto norm may cause confusion)." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1533", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -81070,10 +81311,7 @@ "closed_at": "2018-07-14T14:11:50Z", "author_association": "MEMBER", "body": "I came across this pseudocode while debugging an issue in my implementation related to it:\r\n\r\n```\r\n UpdateRtt(latest_rtt, ack_delay):\r\n // min_rtt ignores ack delay.\r\n min_rtt = min(min_rtt, latest_rtt)\r\n // Adjust for ack delay if it's plausible.\r\n if (latest_rtt - min_rtt > ack_delay):\r\n latest_rtt -= ack_delay\r\n // Only save into max ack delay if it's used\r\n // for rtt calculation and is not ack only.\r\n if (!sent_packets[ack.largest_acked].ack_only)\r\n max_ack_delay = max(max_ack_delay, ack_delay)\r\n```\r\n\r\nShould this be ignoring all packets that don't contain any rentrasmittable frames, instead of just `ack_only` packets?" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1530", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -82865,7 +83103,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1504.patch" }, "body": "" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1503", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -83074,10 +83315,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1501.patch" }, "body": "The change to add a means of disabling migration also mostly fixed #594,\r\nso close that too.\r\n\r\nCloses #952, #594." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1500", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -84834,7 +85072,10 @@ "closed_at": "2018-06-27T23:35:24Z", "author_association": "MEMBER", "body": "This issue is related to the new Stream 0 dt PR (#1450).\r\n\r\nIs a client allowed to change its connection ID in response to a Retry packet from a server?\r\n\r\nThe reason I ask is that it is possible to conceive of a server generating a token for a stateless Retry that encodes the client's original CID (among other things) in it for validation purposes. If the client is allowed to change its CID, then that obviously would break. So I feel we should have text either explicitly saying the client may (which I don't see how we could prevent) change its CID, and that a server shouldn't try to use the CID for stateless Retry validation or that a client must not change its CID so the server can use it for validation in stateless Retry." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1473", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -85011,10 +85252,7 @@ "closed_at": "2018-06-26T15:22:31Z", "author_association": "CONTRIBUTOR", "body": "HPACK/QPACK can encode N different instructions in N-1 bits. Both HPACK and the QPACK encoder stream use the same style fore code points - each instruction has either one or zero '1' bits (eg: 1, 01, 001, 0001, 0000). The QPACK decoder stream and request/push streams however use (0, 10, 11) and (1, 00, 011, 0100, 0101), each of which have instructions with more than one '1'. The logic to decode the instruction is slightly simpler when using the HPACK form, eg:\r\n\r\n```\r\nif byte & shortest_instruction:\r\n ...\r\nelse if byte & next_shortest_instruction:\r\n ...\r\nelse: # it's the all-zero instruction\r\n ...\r\n```\r\n\r\nThis logic doesn't work on the other two streams right now, you need to mask and check for equality.\r\n" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1470", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -86771,7 +87009,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1444.patch" }, "body": "Fixes #1435." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1443", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -86980,10 +87221,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1441.patch" }, "body": "Fixes #1424.\r\n\r\nMarked as editorial, since this is just a statement of what is already true about all frames anyway. However, it's implicit that this should also be true of frames defined in the future or in extensions, so it's a bit broader than the usual editorial change." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1440", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -88907,7 +89145,10 @@ "closed_at": "2019-03-05T22:45:06Z", "author_association": "CONTRIBUTOR", "body": "There are a few cases in the handshake where the decryptable packets may be lost, but undecryptable packets may arrive.\r\n\r\nExamples include the client Initial followed by 0RTT packets and the server's Handshake packets followed by 1(/2)RTT packets.\r\n\r\nIn those cases, no packets can be acknowledged because packets must be decrypted and processed before being acknowledged, but it is possible to indicate to the peer that something has arrived.\r\n\r\nDTLS uses an empty ack frame to instigate a faster than standard retransmission of handshake data. QUIC could adopt a similar mechanism or come up with something slightly different, depending upon how much feedback it wants to provide. One question is whether the encrypted packet number of the undecryptable packet should be provided in a feedback frame." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1413", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -89154,10 +89395,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1411.patch" }, "body": "Fixes #1260." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1410", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -90996,7 +91234,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1384.patch" }, "body": "Fixes #1382." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1383", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -91261,10 +91502,7 @@ "closed_at": "2018-05-24T01:25:28Z", "author_association": "CONTRIBUTOR", "body": "Acknowledgements should be last and unnumbered.\r\n\r\nChange Log appendix should be numbered. Unnumbered sections need to be last, thus Acks need to be after Change Log." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1380", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -93047,7 +93285,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1354.patch" }, "body": "Tracks changes to the short header due to varint PN size (and the bits used by the VEC in https://tools.ietf.org/html/draft-trammell-quic-spin). Fixes problem with double refs." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1353", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -93248,10 +93489,7 @@ "closed_at": "2018-07-03T22:17:42Z", "author_association": "NONE", "body": "This would make parsing easier to deal with. I don't think there are adverse effects?\r\n\r\nI'm proposing standardizing this:\r\n\r\n```\r\n 0 1 2 3\r\n 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1\r\n +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\r\n | Type (8) | Flags (8) |\r\n +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\r\n | Length (i) ...\r\n +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\r\n | Frame Payload (*) ...\r\n +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\r\n```\r\n\r\ninstead of this:\r\n\r\n```\r\n 0 1 2 3\r\n 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1\r\n +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\r\n | Length (i) ...\r\n +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\r\n | Type (8) | Flags (8) | Frame Payload (*) ...\r\n +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+\r\n```" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1350", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -95009,7 +95247,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1324.patch" }, "body": "" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1323", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -95260,10 +95501,7 @@ "closed_at": "2018-04-24T00:08:11Z", "author_association": "CONTRIBUTOR", "body": "This is one source of linkability that can be easily addressed." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1320", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -96914,7 +97152,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1294.patch" }, "body": "This PR swaps the positions of the payload length and packet number field in the long header. This will allow encryption of the packet number per PR #1079 without also encrypting the payload length at the same time. Because encrypting the payload length makes packet handling really complicated!" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1293", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -97102,10 +97343,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1291.patch" }, "body": "Also includes a script to help with tagging. You shouldn't need to use that unless you are tagging docs that you aren't an author on." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1290", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -98946,7 +99184,10 @@ "closed_at": "2018-06-04T15:33:00Z", "author_association": "CONTRIBUTOR", "body": "#1259 might introduce a new potential vulnerability while closing a different one. SR tokens are single-use -- once they're disclosed to the network, the CID is burned because now anyone on-path has the token. But that's generally okay, because the connection will be closing anyway.\r\n\r\nNow consider:\r\n- Client has connection to server using CID1 on Path A\r\n- Client probes server using CID2 on Path B\r\n- Probe is misdirected (different server endpoint), which generates and responds with a Stateless Reset for CID2, leaking the SR token\r\n- Attacker guesses that CID1 on Path A might be the same connection as CID2 on Path B and injects a Stateless Reset on Path B with the same token\r\n\r\nDepending how the client processes this, the connection might be terminated by the attacker. If the client checks the SR token against the set of CIDs which have been associated with this connection, it will find it and close this connection. To guard against this, an implementation needs to use a CID on only one path and consider only stateless reset tokens for CIDs which have been used on the path where the SR was received within a reasonably recent time period." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1263", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -99124,10 +99365,7 @@ "closed_at": "2018-04-03T23:37:08Z", "author_association": "NONE", "body": "Should we follow the RFC 6298\r\n```\r\n2. The Basic Algorithm\r\n\r\n To compute the current RTO, a TCP sender maintains two state\r\n variables, SRTT (smoothed round-trip time) and RTTVAR (round-trip\r\n time variation). In addition, we assume a clock granularity of G\r\n seconds.\r\n\r\n\r\n\r\n\r\n\r\nPaxson, et al. Standards Track [Page 2]\r\n \r\nRFC 6298 Computing TCP's Retransmission Timer June 2011\r\n\r\n\r\n The rules governing the computation of SRTT, RTTVAR, and RTO are as\r\n follows:\r\n\r\n (2.1) Until a round-trip time (RTT) measurement has been made for a\r\n segment sent between the sender and receiver, the sender SHOULD\r\n set RTO <- 1 second, though the \"backing off\" on repeated\r\n retransmission discussed in (5.5) still applies.\r\n\r\n Note that the previous version of this document used an initial\r\n RTO of 3 seconds [PA00]. A TCP implementation MAY still use\r\n this value (or any other value > 1 second). This change in the\r\n lower bound on the initial RTO is discussed in further detail\r\n in Appendix A.\r\n\r\n (2.2) When the first RTT measurement R is made, the host MUST set\r\n\r\n SRTT <- R\r\n RTTVAR <- R/2\r\n RTO <- SRTT + max (G, K*RTTVAR)\r\n\r\n where K = 4.\r\n\r\n (2.3) When a subsequent RTT measurement R' is made, a host MUST set\r\n\r\n RTTVAR <- (1 - beta) * RTTVAR + beta * |SRTT - R'|\r\n SRTT <- (1 - alpha) * SRTT + alpha * R'\r\n\r\n The value of SRTT used in the update to RTTVAR is its value\r\n before updating SRTT itself using the second assignment. That\r\n is, updating RTTVAR and SRTT MUST be computed in the above\r\n order.\r\n\r\n The above SHOULD be computed using alpha=1/8 and beta=1/4 (as\r\n suggested in [JK88]).\r\n\r\n After the computation, a host MUST update\r\n RTO <- SRTT + max (G, K*RTTVAR)\r\n\r\n (2.4) Whenever RTO is computed, if it is less than 1 second, then the\r\n RTO SHOULD be rounded up to 1 second.\r\n\r\n Traditionally, TCP implementations use coarse grain clocks to\r\n measure the RTT and trigger the RTO, which imposes a large\r\n minimum value on the RTO. Research suggests that a large\r\n minimum RTO is needed to keep TCP conservative and avoid\r\n spurious retransmissions [AP99]. Therefore, this specification\r\n requires a large minimum RTO as a conservative approach, while\r\n\r\n at the same time acknowledging that at some future point,\r\n research may show that a smaller minimum RTO is acceptable or\r\n superior.\r\n\r\n (2.5) A maximum value MAY be placed on RTO provided it is at least 60\r\n seconds.\r\n```\r\n\r\nor just use the code in recovery \r\n```\r\n alarm_duration =\r\n smoothed_rtt + 4 * rttvar + max_ack_delay\r\n alarm_duration = max(alarm_duration, kMinRTOTimeout)\r\n alarm_duration = alarm_duration * (2 ^ rto_count)\r\n if (tlp_count < kMaxTLPs):\r\n // Tail Loss Probe\r\n tlp_alarm_duration = max(1.5 * smoothed_rtt\r\n + max_ack_delay, kMinTLPTimeout)\r\n alarm_duration = min(tlp_alarm_duration, alarm_duration)\r\n```\r\n\r\n\r\n\r\n" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1260", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -100920,7 +101158,10 @@ "closed_at": "2018-06-04T15:19:17Z", "author_association": "CONTRIBUTOR", "body": "It is an unfortunate that requirement that \"SHOULD NOT be ack'ed again\":\r\n\r\nYou want to ack packets again because you collapse gaps into larger blocks. Only the oldest ACK'ed block should not be acked again. It also leads to unnecessary bookkeeping." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1233", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -101131,10 +101372,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1231.patch" }, "body": "As written, this would forbid the case where A sends a single stream\r\nframe and then B responds with three stream frames and piggybacks\r\nACKs along with each. That seems silly and a lot of work. Rather,\r\nthis should just be about ACK-only frames." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1230", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -102922,7 +103160,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1204.patch" }, "body": "Fixes #1119." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1203", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -103091,10 +103332,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1201.patch" }, "body": "Closes #1147, but this might be wrapped up in #829." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1200", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -104913,7 +105151,10 @@ "closed_at": "2018-05-03T04:25:55Z", "author_association": "CONTRIBUTOR", "body": "#1012 says that a client SHOULD use one of its new CIDs when probing for server reachability on a new network, and the spec says that you MUST increment your packet number by the defined amount when you switch to the new CID. However, that leaves the next packet number somewhat ambiguous when the client continues to use the old connection for data in parallel.\r\n\r\nSo:\r\n\r\n- Client sends packets up through N on CCID1 on current path\r\n- Server has previously issued client CCID2, packet number gap P2\r\n- Client probes server with packet N+P2 and CCID2 on second path\r\n- Client sends more packets on current path with CCID1\r\n\r\nWhat packet number do those packets use? Does the client continue with N+1? Does the client jump to N+P2+1, thereby providing a potential correlator between the paths? The client could side-step the issue by moving to N+P2+P3 and switching to CCID3 on the main path, but rotating CCIDs on the main path every time you probe on an alternate path might also leak information, as well as burning CIDs even more quickly.\r\n\r\nRegardless, the spec should say what the client needs to do. (Or we just encrypt the packet number and get rid of the gap...?)" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1173", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -105092,10 +105333,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1171.patch" }, "body": "Fixes Issue #962" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1170", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -106997,7 +107235,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1144.patch" }, "body": "Based on #1141 and sparked by a comment on that PR that I'd like to discuss separately. There are effectively four instructions in a table update:\r\n\r\n1. Insert with static table name reference\r\n2. Insert with dynamic table name reference\r\n3. Insert with no reference\r\n4. Duplicate (a.k.a. insert with name+value reference)\r\n\r\n#1141 follows HPACK's lead in treating insert as a single instruction with internal flags describing different possible references. That leads to effectively using two-bit prefixes for (1)/(2-3), a sentinel value in the index to differentiate (2)/(3), and (4) gets a single-bit instruction code even though it's the least common. This PR treats them as four instructions and uses two-bit prefixes for each.\r\n\r\nThe impact of this is break-even for literals which reference a name from the header table. The benefit is that you save a byte on almost every header which is inserted without a name reference.\r\n\r\nThe cost is:\r\n\r\n- \"Roughly 15 minutes of hacking (to add the extra argument)\" in @martinthomson's estimation\r\n- An extra byte required to duplicate entries which are at indexes 64-127, modulo #1128.\r\n- It's no longer as simple to look at one bit and say that bit has a consistent meaning" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1143", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -107190,10 +107431,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1141.patch" }, "body": "Fixes #1123 by introducing a split instruction space between HEADERS-on-Control, HEADER_ACK, and HEADERS/PUSH_PROMISE-on-Request/Push streams. Explicitly does not attempt to address #1122 (yet), so HEADER_ACK frames are still on the control stream, discrete frames, etc. Did a little rearranging in the process to make this flow a little better, though there are still some sections that feel out-of-place ({{index-encoding}}).\r\n\r\nNote that I have opted to use a static/dynamic bit. Not only does that make explaining #1130 much simpler, but the number of bytes consumed to reference any given entry should be roughly equivalent given this instruction set.\r\n\r\nFixes #1142, too. Closes #1235, since that assumes the existing instruction set." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1140", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -108891,7 +109129,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1114.patch" }, "body": "A terse strawman proposal.\r\n\r\nState what not why, make it more similar to HPACK abstract.\r\n" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1113", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -109053,10 +109294,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1111.patch" }, "body": "" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1110", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -110791,7 +111029,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1084.patch" }, "body": "" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1083", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -110977,10 +111218,7 @@ "closed_at": "2018-02-06T18:22:47Z", "author_association": "CONTRIBUTOR", "body": "If a server sends an Alt-Svc entry that nominates a QUIC version that doesn't actually exist and the client goes with it, there's a tracking risk. The client should never propose a valid version that it doesn't speak, so this isn't 32 bits of tracking, but if the server sends something in the grease range, the client knows it's okay that it doesn't speak it. You still get 16 bits of persistent ID this way.\r\n\r\nThis can probably be avoided by adding a requirement that the client only use versions from the list that it speaks, and that if it decides to grease it MUST generate its own grease version." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1080", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -112838,7 +113076,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1054.patch" }, "body": "The use of \"Application Open\" was confusing. The text is clearer on this point, so simplify the diagram.\r\n\r\nCloses #1008." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1053", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -113033,10 +113274,7 @@ "closed_at": "2018-02-25T14:39:15Z", "author_association": "NONE", "body": "The definition of PING and PONG frames are ambiguous. \r\n\r\nSection 8.9 states:\r\n> If the Data field is not empty, the recipient of this frame MUST generate a \r\n> PONG frame (Section 8.15) containing the same Data. \r\n\r\n\r\nSection 8.15 states:\r\n> If the content of a PONG frame does not match the content of a PING frame\r\n> previously sent by the endpoint, the endpoint MAY generate a connection error of type\r\n> UNSOLICITED_PONG.\r\n\r\nThe way I see it either the `MAY` in Section 8.15 has to be a `MUST` to solve this ambiguity or the part in Section 8.9 has to be changed into something less strict. \r\nThis would be my preferred option since it gives the PING/PONG frames a little bit more semantic leeway." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1050", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -114886,7 +115124,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/1024.patch" }, "body": "(Fixes #940, #794)\r\n\r\nAdds the requirement for TLS as the handshake protocol (agreed in Chicago, but never added to draft), use of SNI, and discusses connection reuse aspects we've probably all been assuming but never wrote down.\r\n\r\nI feel like we might still need a stronger text than \"QUIC as the underlying transport,\" since HTTP/QUIC technically has a dependency on the ability for the client to initiate bidirectional streams and the server to initiate unidirectional streams. There's no guarantee that arbitrary QUIC versions would include that, so we perhaps should state it." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1023", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -115089,10 +115330,7 @@ "closed_at": "2017-12-18T22:36:22Z", "author_association": "CONTRIBUTOR", "body": "the len bit is 0x2 and the offset bit is 0x4 (and they are described in that order)\r\n\r\nbut their corresponding data fields appear in the frame as offset then length.. and the fields are described in that order.\r\n\r\nwe should swap the values of the len and offset bits to make things consistent" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/1020", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -117027,7 +117265,10 @@ "closed_at": "2018-03-14T15:34:16Z", "author_association": "CONTRIBUTOR", "body": "QUIC TLS 08 sec. 5.3 claims that clear text packets are protected by AEAD with a key derived from the connection ID. This is correct, but later the TLS document uses the terminology protected and unprotected to distinguish between cleartext packets and 1-RTT protected packets.\r\n\r\nThe transport document refers to all packet types as being protected by some key, except for version neg, and stateless reset. This is correct, but the terminology does not match the TLS unprotected terminology. Also, the term cleartext is a bit vague at this point.\r\n\r\nI realize this is likely a left-over from before cleartext packets became protected and rephrasing the entire QUIC TLS doc probably isn't top priority in the editing process.\r\n" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/993", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -117211,10 +117452,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/991.patch" }, "body": "Closes #981" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/990", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -118989,7 +119227,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/964.patch" }, "body": "Closes #864, #850." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/963", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -119246,10 +119487,7 @@ "closed_at": "2017-11-30T21:01:09Z", "author_association": "CONTRIBUTOR", "body": "The recovery draft (and GQUIC) use ack delay in SRTT computations, but with the caveat that \"the ack delay field from the ACK frame SHOULD be subtracted from the RTT as long as the result is positive.\" \r\n\r\nThe ack delay may be too large if the peer's clock was adjusted, but it can also happen if the peer uses a very granular clock, which can lead to arbitrarily large ack delays.\r\n\r\nThere are a few ways to deal with this, including:\r\n1. current text, which simply drops the problematic ack delays,\r\n2. ignore ack delays from a peer that screws up once (ack delay > measured RTT),\r\n3. ignore RTT sample that contains problematic ack delay.\r\n\r\n(1) is a bit aggressive. (2) is conservative: If ack delay is screwed up then you won't always be able to detect it, but once can be treated as a signal to not trust this peer's ack delays. (3) has been proposed but I'm not sure it addresses the right thing -- the RTT sample isn't bad, the ack delay is.\r\n\r\nI'm leaning towards (2)." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/960", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -121120,7 +121358,10 @@ "closed_at": "2018-12-14T07:24:29Z", "author_association": "NONE", "body": "If we're in the early retransmit mode, a loss_time is set. If the timer is not yet fired, however we send a packet when the timer is armed, the largest_sent_packet changes. When the timer does fire before this new packet is acked, largest_sent_packet != largest_acked_packet, so delay_until_lost == infinite and none of the packets will be declared lost, however we would instead set a TLP alarm. \r\n\r\nIs this intentional? Seems a bit weird." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/933", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -121283,10 +121524,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/931.patch" }, "body": "Fixes #831." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/930", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -123102,7 +123340,10 @@ "closed_at": "2018-10-02T19:36:57Z", "author_association": "MEMBER", "body": "The HTTP header compression mechanism is still TBC but as I understand it, the proposals keep the same HPACK static table. This was formed from the \"most frequent header fields used by popular web sites\", and I wonder if that is still the case for today's web. For example, perhaps we'll see more usage of `alt-svc` in HTTP/QUIC, in order to keep the session active.\r\n\r\nOne benefit to keeping the static table would be to allow implementations to reuse of their object representation of the table, however I don't know how realistic that would be.\r\n" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/903", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -123328,10 +123569,7 @@ "closed_at": "2018-03-14T15:00:44Z", "author_association": "MEMBER", "body": "We currently don't allow for an empty STREAM frame unless it closes the stream. But that prevents mapping of TCP-based protocols that rely on the connection open as a signal to a server to start transmission. In protocols where a server speaks first, the client initiates the connection (i.e., stream), and the opening of that connection/stream signals to the server to start sending.\r\n\r\nShould we permit the sending of an empty STREAM frame at the beginning of a stream as well as the end?" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/900", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -125104,7 +125342,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/874.patch" }, "body": "closes #873" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/873", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -125300,10 +125541,7 @@ "closed_at": "2017-11-29T23:59:52Z", "author_association": "COLLABORATOR", "body": "PR#868 doubled down on the draining and the proposal for PR#870 is about creating an exception to the draining period.\r\n\r\nThe basic problem here is spec confusion about the draining period, specifically, whether it's some sort \"do nothing state\" or whether it's a state where you're supposed to send packets. So, we have:\r\n\r\n```\r\nThe draining period persists for three times the current Retransmission Timeout\r\n(RTO) interval as defined in {{QUIC-RECOVERY}}. During this period, new packets\r\ncan be acknowledged, but no new application data can be sent on the connection.\r\n\r\nDifferent treatment is given to packets that are received while a connection is\r\nin the draining period depending on how the connection was closed.\r\n\r\nAn endpoint that is in a draining period MUST NOT send packets unless they\r\ncontain a CONNECTION_CLOSE or APPLICATION_CLOSE frame.\r\n\r\nOnce the draining period has ended, an endpoint SHOULD discard per-connection\r\nstate. This results in new packets on the connection being discarded. An\r\nendpoint MAY send a stateless reset in response to any further incoming packets.\r\n```\r\n\r\nHowever, in the specific case of stateless reset, the only thing that the connection needs to do is the thing in the fourth paragraph, which is *after* the draining period, namely discard packets (note that it can't send a stateless reset because that's forbidden).\r\n\r\nThe right fix for this is to have *two* states:\r\n\r\n1. A state where you're expected to occasionally respond to new packets with something that says \"go away\" (e.g., CONNECTION_CLOSE) and where we're prescriptive about you doing that.\r\n\r\n2. A state where you're expected to silently discard packets (perhaps with a stateless reset).\r\n\r\n\r\n" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/870", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -127024,7 +127262,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/844.patch" }, "body": "This makes the change we discussed in Seattle where all Cleartext\r\npackets are encrypted with AES-GCM using a key derived from the\r\nclient connection ID and a random per-version value.\r\n\r\nNote: I generated this value using randomness.org." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/843", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -127218,10 +127459,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/841.patch" }, "body": "Removes timestamps from the transport draft. Closes #698 at least for now." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/840", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -129133,7 +129371,10 @@ "closed_at": "2019-03-05T22:45:05Z", "author_association": "CONTRIBUTOR", "body": "**Problem**\r\nUnreliable and semi-reliable message transmission within QUIC has high overhead for small streams. The overhead is in the form of bytes on the wire(ie: Stream ID is not necessary) as well as state tracking to allow retransmission and cancellation of streams. For example, one has to track whether a stream was delivered, and then if it's lost, decide whether to retransmit or reset the stream.\r\n\r\nFor use cases where the message payload exceeds a single packet, an identifier is necessary to associate the data fragments with one another and state is required to reassemble the message. As such, QUIC's stream model provides the right functionality already, with minimum overhead.\r\n\r\nExamples potential users include WebRTC, MOSH, and IoT protocols. These applications use sub-MTU sized unidirectional message payloads heavily.\r\n\r\nQUIC provides these applications many benefits, including fast and secure connection establishment, security, reliability(if desired) and a common congestion control context to share with other applications.\r\n\r\nAdditionally, there may be cases where the QUIC HTTP mapping would benefit from a less stream-oriented transmission of data, such as QPACK and QCRAM state updates. Moving them over to a MESSAGE frame type would be an optimization, but potentially a simplifying one.\r\n\r\nSST(http://www.brynosaurus.com/pub/net/sst.pdf) made a similar optimization and I think it would be valuable in QUIC.\r\n\r\n**Proposed Design Outline**\r\n\r\n1. Does not contribute towards MAX_STREAM_ID, since it does not have a stream id.\r\n2. Not repaired at the transport layer, but may be resent by the application.\r\n3. Immediately passed up to the application, so no QUIC transport flow control is necessary\r\n\r\nObviously the design is flexible, but I believe making these subject to flow control and any sort of max stream id style limit would increase the overhead to that of streams.\r\n\r\n" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/813", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -129295,10 +129536,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/811.patch" }, "body": "" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/810", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -131066,7 +131304,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/784.patch" }, "body": "Clarify Connection ID use for 0-RTT and 1-RTT packets." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/783", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -131254,10 +131495,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/781.patch" }, "body": "Addresses #779." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/780", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -133169,7 +133407,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/754.patch" }, "body": "As discussed, the limits are largely practical, and there should be enough\r\nincentive to avoid inflation, but it pays to be a little more precise when\r\ndefining protocols or you can get odd downstream effects. I've chosen to limit\r\nthe size to the CI. That's 1200 currently (or more) and should be plenty og\r\nspace for many versions.\r\n\r\nCloses #585." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/753", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -133498,10 +133739,7 @@ "closed_at": "2018-10-30T22:19:01Z", "author_association": "COLLABORATOR", "body": "Consider the case f the client is attempting 0-RTT and sends the sequence:\r\n\r\n CI (1), Data(2), Data(3) // packet numbers in parens\r\n\r\nNow, what happens if CI(1) is lost? The server cannot ACK packets 2, 3 because (a) it's forbidden and (b) it can't validate their integrity. So, it seems like what happens is just that eventually the client times out and retransmits CI, which means that the performance here is limited by the client's RTO, as opposed to if (say) the server's first flight was lost, when the QUIC ACKs can force faster retransmission. \r\n\r\nWhat I've been considering for DTLS is to have the receiver send an empty ACK (i.e,, one that acknowledges no packets), but that's not possible because of the QUIC ACK structure which requires you to ACK at least one packet.\r\n\r\n\r\n\r\n\r\n" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/750", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -135275,7 +135513,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/724.patch" }, "body": "We never really said how to handle incoming packets. This adds a section on\r\nthat. This was originally motivated by #570, where the rules for what to\r\ngenerate a Version Negotiation packet for were a little unclear.\r\n\r\nNow though, this is a far more comprehensive description of what to do with\r\na packet that is received.\r\n\r\nFor #570, I've chosen to limit packet size. If the packet is too small, then\r\nthis requires the server to drop the packet. In response to the potential for\r\na future version of QUIC to define a smaller initial packet (@mikkelfj raised\r\nthis point), I've included advice on what might be done to avoid having packets\r\ndiscarded.\r\n\r\nCloses #570, #523, #568." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/723", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -135498,10 +135739,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/721.patch" }, "body": "This makes progress toward #61, but doesn't actually commit to a particular design. It still needs fleshing out with details of how long to wait around and so forth, but I hope that it's a reasonable start.\r\n\r\nCloses #733, #748, #328, #177. Maybe more." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/720", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -137309,7 +137547,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/694.patch" }, "body": "Fixes #477." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/693", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -137517,10 +137758,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/691.patch" }, "body": "- \"per per\" -> \"per\" typo\n- \"rtt\" -> \"RTT\" for consistency\n- 01ad075d8dfae21a changed the initial RTT; I changed a reference in the text that I believe should match `kDefaultInitialRtt`." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/690", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -139180,7 +139418,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/664.patch" }, "body": "and the term common header isn't otherwise defined.\r\n\r\nissue #663 " - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/663", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -139407,10 +139648,7 @@ "closed_at": "2017-06-23T16:53:21Z", "author_association": "CONTRIBUTOR", "body": "PING is replied to via ACK, but ACK frames can be arbitrarily delayed or omitted. If PING was required to be ACK'ed timely, or replied to via a PONG frame, this would not be an issue. A PONG frame would interfere less with general ACK logic, but add yet another frame type." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/660", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -141413,7 +141651,10 @@ "closed_at": "2017-12-04T22:46:08Z", "author_association": "CONTRIBUTOR", "body": "Dmitri Tikhonov writes on the mailing list:\r\n\r\n\"Section 10.1 of draft-ietf-quic-transport-03 states that “Streams MUST be created in sequential order.” My question is: why mandate stream creation order, since the other side may receive out-of-order packets? Let the implementation do what it wants with Stream IDs – as long as it does not go over the limit, all should be well.\r\n \r\nThis phrase is a holdover from the previous version; this requirement seems to be unnecessary since issue #435 has been resolved.\"\r\n\r\nI think this is right. Now that we have also replaced concurrent streams, this seems quite unnecessary. This will clean up some more text, but I wanted to air this issue here before turning it into a PR." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/633", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -141632,10 +141873,7 @@ "closed_at": "2018-11-19T20:52:32Z", "author_association": "CONTRIBUTOR", "body": "As discussed at the interim, it might be desirable to allow devices on-path observing two sides of a QUIC connection (or the subset of a multipath QUIC connection) to accurately estimate the RTT of the flow, either for in-band operational purposes (AQM) or general monitoring and measurement purposes (cf. an informal survey of IPFIX information elements suggesting multiple vendors shipping devices that perform this measurement for TCP.)\r\n\r\nThis facility should require bilateral agreement of both endpoints before an RTT signal is available on path; i.e. it should be optional.\r\n\r\nThis was a large part of the requirement behind #269, #391, and #393, which were expressed in terms of mechanism instead of requirements. #609 contains a proposal addressing this issue which is separate from packet numbering, and is therefore compatible with proposals to make packet numbering inaccessible to on path devices (see #231)\r\n\r\nThis issue was filed in part to uplevel the discussion on #609 to requirements." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/630", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -143586,7 +143824,10 @@ "closed_at": "2018-01-16T01:32:40Z", "author_association": "NONE", "body": "Martin Thomson's presentation in Paris proposed a pattern in which the application layer protocol manages graceful shutdown by using timeouts. It might also define in its mapping documents an explicit signal from the application protocol to the transport for graceful shutdown. \r\n\r\nAfter discussion, we agreed to consider an additional pattern, common across applications, that would allow an application protocol to gracefully close a transport without having to define an explicit signal. Two initial ideas (both with some issues) are closing all streams and forcing idle state by setting the stream maximum to 0.\r\n\r\nThis issue is to track further discussion of possible patterns that might work for this." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/603", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -143791,10 +144032,7 @@ "closed_at": "2017-06-21T01:26:26Z", "author_association": "CONTRIBUTOR", "body": "Raised on draft-ietf-quic-recovery-03\r\n\r\nI find nothing discussing the transmission of ACK Frame in the recovery draft. It includes process for how to process the received, including delayed ACK transmission using default 25 ms, but their is no specification regarding how and when the delayed ACK transmission should be used, and how often in relation to received packets a peer should transmit ACK frames. \r\n\r\nI also do not find these details in the transport-03 draft. But, I think they actually belong here, as ACK thinning for high rates as well as timed delayed ACK is primarily functions for loss recovery and congestion control behavior beyond the initial handshake. " - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/600", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -146001,7 +146239,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/574.patch" }, "body": "More extensive rationale for this design will be provided at the interim." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/573", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -146214,10 +146455,7 @@ "closed_at": "2018-03-13T16:42:38Z", "author_association": "NONE", "body": "in 10.2.2. \r\n\" An endpoint sending an FIN flag causes the stream state to become “half-closed (local)”. An endpoint receiving a FIN flag causes the stream state to become “half-closed (remote)” once all preceding data has arrived\"\r\n\r\nthis seems to suggest that a sender will transition to half closed immediately after sending a FIN. Is that intentional? \r\n\r\nIt seems that it would be better for the sender to transition to FIN only after getting the ACK otherwise you'd get into a case where:\r\n\r\nSender sends FIN -> transitions to half closed local\r\nReceiver races with a RST -> sender has sent the FIN, so doesn't send a RST stream is response\r\nSender transitions to closed\r\nFIN gets lost\r\n\r\nHowever now that the sender is in closed it might still have to retransmit the FIN. Making the sender wait until all bytes until FIN are ACKed to transition to half closed local seems better, that way if the FIN (or any pending bytes before FIN) is not ACKed, the sender could just go into half closed remote like normal when it gets the RST.\r\n\r\nI like the idea of closed state being a terminal state where no additional work is needed from the sender.\r\n" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/570", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -148091,7 +148329,10 @@ "closed_at": "2017-05-22T20:04:55Z", "author_association": "MEMBER", "body": "This issue tracks #409." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/543", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -148362,10 +148603,7 @@ "closed_at": "2018-03-06T18:46:26Z", "author_association": "MEMBER", "body": "I'm not sure if the pseudo code around the `sent_packets` association correctly handles the case of duplicate ACKs. It seems that ACKed packets are removed from the association on first ACK, and information about them is therefore not present anymore when a repeated or duplicated ACK arrives?" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/540", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -150736,7 +150974,10 @@ "closed_at": "2018-03-13T16:15:42Z", "author_association": "CONTRIBUTOR", "body": "In #493 there are multiple server-chosen connection IDs, and a set of examples describing the intent of the design ought to be useful for implementers and deployments. This may belong in the applicability statement." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/513", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -150977,10 +151218,7 @@ "closed_at": "2017-05-17T12:05:32Z", "author_association": "MEMBER", "body": "It uses:\r\n\r\n* a couple of exporters\r\n* a new TLS extension" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/510", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -153114,7 +153352,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/484.patch" }, "body": "This is really minor; this is for #470 in case we accept #456.\r\n\r\nCloses #470, #209." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/483", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -153399,10 +153640,7 @@ "closed_at": "2017-05-10T23:16:02Z", "author_association": "MEMBER", "body": "I did two things today in fairly quick succession, write up #480 and review a ghash implementation. One of the biggest challenges with the ghash implementation is in dealing with architectures that don't have native 128 integers.\r\n\r\nFNV-1a requires multiplication of 128-bit integers. Without native support for that operation, it's a lot more code to write and more corner cases to test. \r\n\r\nGiven what we are using FNV-1a for, the 64-bit variant would be perfectly adequate and also considerably easier to implement. I doubt that most of our implementer audience would know what Karatsuba multiplication is, nor should we force them to get acquainted with it." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/480", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -155697,7 +155935,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/454.patch" }, "body": "This builds on #450 and splits BLOCKED in the same way.\r\n\r\n(For reviewers, #450 lands, the changes currently fit in 8d349ad966d9c4ab514b3ebd1e08a986b5da02b0)" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/453", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -155916,10 +156157,7 @@ "closed_at": "2017-04-27T02:54:39Z", "author_association": "MEMBER", "body": "In discussions of BLOCKED in HTTP/2, one important limitation was that a sender wouldn't send multiple BLOCKED frames for the same limit. That is, it would stop sending BLOCKED until it received a WINDOW_UPDATE for the affected limit.\r\n\r\nNo such restriction applies. An poor implementation of QUIC could end up generating a LOT of BLOCKED frames. The above limit would seem to be reasonable." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/450", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -157849,7 +158087,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/424.patch" }, "body": "" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/423", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -158029,10 +158270,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/421.patch" }, "body": "Fixes #419. I largely copied the WINDOW_UPDATE language. It might actually be cleaner to recast this as a third level of flow control: Bytes on streams, bytes on connection, streams on connection. That would let us consolidate some of the duplicated language." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/420", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -159851,7 +160089,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/394.patch" }, "body": "" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/393", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -160058,10 +160299,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/391.patch" }, "body": "Replaces #357 and #367. It adds optional packet number echo to the short header, with the echo taking the same size as the packet number, including guidance as to the selecting packet number size. This PR introduces no technical changes compared to #367." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/390", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -162116,7 +162354,10 @@ "closed_at": "2017-03-08T18:12:19Z", "author_association": "MEMBER", "body": "We need errors for when a stream is ended in the middle of a frame." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/363", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -162323,10 +162564,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/361.patch" }, "body": "This PR proposes an alternative header format for QUIC. It is based on a previous proposal and incorporates feedback received on the list. This PR is unfortunately quite invasive.\r\n\r\nCloses:\r\n#35: Starting packet number\r\n#56: Extending flags\r\n#119: Server-proposed connection ID\r\n#133: Connection ID in version negotiation\r\n#135: DoS using Version Negotiation Packets\r\n#147: Reflection Attack Resistance\r\n#185: Reliable identification of the initial packet for a connection\r\n#193: Flags section is kind of confusing\r\n#244: Need a NONCE in version negotiation packets\r\n#293: Does the connection ID need to be in a consistent location\r\n#295: Connection ID on a version negotiation packet\r\n\r\n(also addresses some of:\r\n#148: QUIC packet header complexity\r\n#170: Connection ID collisions)" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/360", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -164416,7 +164654,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/334.patch" }, "body": "This reference is unused." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/333", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -164578,10 +164819,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/331.patch" }, "body": "These references are unused." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/330", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -166518,7 +166756,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/304.patch" }, "body": "@ianswett, this is for your benefit largely. It can't fix the problems it finds, but it should help you identify them early. Can you double-check that my refactoring of your algorithm is correct?" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/303", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -166831,10 +167072,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/301.patch" }, "body": "" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/300", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -169113,7 +169351,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/274.patch" }, "body": "Fixes #176, but I'm hoping we can find a cleaner way to do this." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/273", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -169344,10 +169585,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/271.patch" }, "body": "Fixes #127, but we may want to go further." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/270", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -171361,7 +171599,10 @@ "closed_at": "2017-03-09T22:45:19Z", "author_association": "CONTRIBUTOR", "body": "Now that the client does not send a connection id in its version negotiation (see #119), client needs a public nonce in the packets. That prevents an off-path attacker guessing client source port and interfering with the client establishing connections with a given sever by spoofing version negotiation failure packets as if coming from that sever. That nonce should be returned by the sever in its version negotiation packets. Previously, client's connection id served such a purpose." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/243", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -171656,10 +171897,7 @@ "closed_at": "2017-05-04T02:46:15Z", "author_association": "NONE", "body": "For example if the version negotiation packet is lost, there's no ACK frame for the receiver to signal anything to the sender, we should specify what the loss recovery behavior for version negotiation and other special packets is." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/240", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -173617,7 +173855,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/214.patch" }, "body": "- Rewrite the headers section to make it clearer.\r\n- Move SETTINGS_ACK up so it is next to SETTINGS" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/213", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -173811,10 +174052,7 @@ "closed_at": "2017-10-12T22:38:13Z", "author_association": "MEMBER", "body": "There are LOTS of error codes. The only sensible thing to do is use those code to steer the receiver in the direction of the right logic for recovering from the error. There is a different piece of information that might be provided to an application for diagnostic purposes (the reason phrase helps if it goes across the wire) and there might be other needs for an API, but across the wire we can probably cut this down a lot." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/210", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -175818,7 +176056,10 @@ "closed_at": "2017-11-14T03:04:03Z", "author_association": "MEMBER", "body": "QUIC-TRANSPORT defines the syntax of QUIC error codes and defines some values for the QUIC transport. The section says:\r\n\r\n> This section lists the defined QUIC transport error codes that may be used in a CONNECTION_CLOSE or RST_STREAM frame. Error codes share a common code space. Some error codes apply only to either streams or the entire connection and have no defined semantics in the other context.\r\n\r\nSince the error space is shared, it is not clear what error codes are appropriate to use with which frame types. There is the possibility for endpoints to send a semantically incorrect error code in a frame. How should a receiver handle such an occurrence?\r\n\r\nThis possibility exists only for the Application-specific, QUIC transport or Cryptographic error codes. Host-local error codes must not be sent. \r\n\r\nAs an example, a client sends a `RST_STREAM` frame with the error code `QUIC_TOO_MANY_SESSIONS_ON_SERVER`. Is this actually allowed and what should the server do (close the connection, igore it, ...)?" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/183", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -176029,10 +176270,7 @@ "closed_at": "2017-04-27T02:18:05Z", "author_association": "MEMBER", "body": "I know that this might be a hard decision to make, but we don't have many settings and it seems like we might be able to avoid changing them mid-connection.\r\n\r\nGetting settings synchronization right is a pain and we really only have one that is ever likely to change and that's the header table size. We don't allow initial flow control windows to change (no mechanism exists to allow it), so I question whether that needs changing. If it does need to change, that would be for the same reason that the flow control window needs to change, which suggests we would need to devise a way to change those too.\r\n\r\nSETTINGS_ACK is a huge amount of machinery. With 0-RTT, it will mean that just opening a connection will trigger a flurry of SETTINGS_ACK frames from the client just to respond to the server's connection preface (assuming that we're still keeping that, it's not clear). \r\n\r\nOn the other hand, if we reserved a space for application-specific traffic parameters (see #122), we could put the application-layer settings like header table size in the handshake. That has some downsides (client values would be unencrypted and you would need to include one set of parameters per application protocol on offer), but it means that there couldn't ever be any confusion about the value of a given setting once the connection was open.\r\n\r\nThat would be a huge simplification to the HTTP mapping." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/180", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -178095,7 +178333,10 @@ "closed_at": "2017-02-10T17:49:15Z", "author_association": "CONTRIBUTOR", "body": "QUIC uses a 32-bit (soon to be 64-bit) stream space. However, we know that HTTP sessions typically don't use nearly the 31 bits of stream space we have in HTTP/2. As QUIC continues to expand the number of streams it supports, HTTP/QUIC ends up spending more bits on stream ID overhead (PRIORITY, PUSH_PROMISE, etc.).\r\n\r\nShould we consider having variable-length stream ID fields in these frames? Or is the complexity reduction worth stating the full stream ID, especially since we no longer have an HTTP-level stream ID on every frame?" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/153", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -178304,10 +178545,7 @@ "closed_at": "2017-11-13T02:55:36Z", "author_association": "CONTRIBUTOR", "body": "Mostly references to drafts/rfcs/papers, but complete justifications are needed for this draft to be standalone." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/150", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -180412,7 +180650,10 @@ "closed_at": "2017-01-24T06:11:48Z", "author_association": "MEMBER", "body": "Is there the potential for a version downgrade if the client is given unauthenticated hints about the version(s) that the server supports?\r\n\r\nIt's true that Alt-Svc will be authenticated in MOST cases, so maybe we don't have to worry about this. On the other hand, it creates problems for analyzing the security properties of the negotiation. I would suggest that we should insist that the Alt-Svc advertisement be authenticated before using any hints.\r\n\r\nThat could rule out the DNS as a source of version hints." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/123", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -180751,10 +180992,7 @@ "closed_at": "2017-08-10T00:50:44Z", "author_association": "MEMBER", "body": "If we do this badly, there might be two versions of QUIC for which the transport parameters are confusable in a way that confounds the validation of version negotiation because the transport parameters are interpreted differently for different QUIC versions.\r\n\r\nWe need to write that into the security considerations. We might recommend preserving the initial part of the transport parameters extension, or - better yet - using a new extension codepoint when the format needs to change." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/120", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -182835,7 +183073,10 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/94.patch" }, "body": "Guessing these were incorrectly parsed by some conversion routine?" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/93", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -183019,10 +183260,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/91.patch" }, "body": "As per recent TLS 1.3 update." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/90", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -184887,7 +185125,10 @@ "closed_at": "2017-02-09T02:57:06Z", "author_association": "MEMBER", "body": "Quoting Martin Duke:\r\n> RFC-Compliant ICMP PMTU messages include the\r\n> oversize packet's IP header and the first 8 bytes of the transport. This\r\n> allows TCP to demultiplex the ICMP to the relevant connection/path, and\r\n> check that the echoed sequence number corresponds to an in-flight segment,\r\n> and that the segment that would have violated the advertised MTU. As TCP\r\n> windows increase, it's true that this may be less effective.\r\n>\r\n> For QUIC, these messages will contain only the UDP header. I believe this is\r\n> sufficient to demux to the right connection (QUIC allows the same 4-tuple\r\n> for multiple connection IDs, but it would be fine to apply it to all such\r\n> connections), but I see no clear mechanism to prevent a blind attacker that\r\n> guesses the 4-tuple from forcing a QUIC connection to revert to the min path\r\n> MTU. Some possibilities:\r\n> (a) Require routers to send more bytes. This is probably not deployable,\r\n> and in any case because packet numbers always start at zero this doesn't add\r\n> much security.\r\n> (b) Store UDP or IP data. We could require QUIC to store the UDP\r\n> checksum or IP ID in its send queue, thus allowing it to associate the\r\n> returned headers with a packet in its queue. This is ugly from a layering\r\n> perspective and may not be plausible with hardware offload of checksums,\r\n> various middleboxes, etc.\r\n> (c) Isolated DF packets. QUIC could pick a long time interval (10\r\n> seconds?) in which is sets DF on a single MTU-sized packet (which may have\r\n> to be padded). QUIC would only accept ICMP messages within an RTT or so of\r\n> having sent one of these MTU probe packets, or until it's acked. Thus the\r\n> probabability an off-path attacker could time it correctly is (RTT / 10\r\n> sec). If there's an extended burst of ICMP to overcome this, that's probably\r\n> an attack indication to handle either in IP, the firewall, or at worst in\r\n> QUIC. I have some language to codify this, and if we agree this is the\r\n> right approach I can share it." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/63", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -185206,10 +185447,7 @@ "closed_at": "2017-10-19T08:04:19Z", "author_association": "MEMBER", "body": "I think that this is one or other peer walking away from a conversation without saying goodbye. If we're going to talk about silent closes, we need to explain what it is, why a peer might choose to do it, and the consequences for everyone involved if they exist." - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/60", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -187557,7 +187795,10 @@ "closed_at": "2017-03-08T23:33:56Z", "author_association": "MEMBER", "body": "If we consider cleartext << 0-RTT << 1-RTT, then we might be able to establish a clear rule regarding acknowledgments.\r\n\r\nThe desired rule is that an ACK MUST be sent with the same or higher protection.\r\n\r\nHowever: This rule would mean that a server is required to ACK 0-RTT data with 1-RTT keys. That's tricky, because loss or delay of the server's first flight also delays the server's ACKs of 0-RTT data (the server can't use 0-RTT keys)." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/33", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -187744,10 +187985,7 @@ "patch_url": "https://github.com/quicwg/base-drafts/pull/31.patch" }, "body": "I'm still not convinced by the advantages of this. It's slightly faster locally, but slower on CI due to the need to install xsltproc.\r\n\r\ncc @reschke " - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/30", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", @@ -189619,7 +189857,10 @@ "closed_at": "2016-11-23T11:02:33Z", "author_association": "MEMBER", "body": "Sorry for the spam. We only seem to get issue notifications through intermittently." - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/issues/3", "repository_url": "https://api.github.com/repos/quicwg/base-drafts", diff --git a/pulls.json b/pulls.json index 8461acc7dc..17a5afcc18 100644 --- a/pulls.json +++ b/pulls.json @@ -1,5 +1,712 @@ [ + { + "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2733", + "id": 280687465, + "node_id": "MDExOlB1bGxSZXF1ZXN0MjgwNjg3NDY1", + "html_url": "https://github.com/quicwg/base-drafts/pull/2733", + "diff_url": "https://github.com/quicwg/base-drafts/pull/2733.diff", + "patch_url": "https://github.com/quicwg/base-drafts/pull/2733.patch", + "issue_url": "https://api.github.com/repos/quicwg/base-drafts/issues/2733", + "number": 2733, + "state": "open", + "locked": false, + "title": "Allow reuse of stateless reset tokens", + "user": { + "login": "martinthomson", + "id": 67641, + "node_id": "MDQ6VXNlcjY3NjQx", + "avatar_url": "https://avatars1.githubusercontent.com/u/67641?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/martinthomson", + "html_url": "https://github.com/martinthomson", + "followers_url": "https://api.github.com/users/martinthomson/followers", + "following_url": "https://api.github.com/users/martinthomson/following{/other_user}", + "gists_url": "https://api.github.com/users/martinthomson/gists{/gist_id}", + "starred_url": "https://api.github.com/users/martinthomson/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/martinthomson/subscriptions", + "organizations_url": "https://api.github.com/users/martinthomson/orgs", + "repos_url": "https://api.github.com/users/martinthomson/repos", + "events_url": "https://api.github.com/users/martinthomson/events{/privacy}", + "received_events_url": "https://api.github.com/users/martinthomson/received_events", + "type": "User", + "site_admin": false + }, + "body": "This came up as the result of an incomplete implementation, but there\r\nare - maybe - good reasons to have the same stateless reset token being\r\nused for multiple connection IDs on the same connection.\r\n\r\nThere are drawbacks however. Reuse of a stateless reset token means\r\nthat you have to remember (and consistently route) connection IDs, even\r\nwhen they are retired.\r\n\r\nThis text makes a note of the possibility and explains the drawbacks.\r\n\r\nCloses #2732.", + "created_at": "2019-05-21T09:03:19Z", + "updated_at": "2019-05-21T09:03:19Z", + "closed_at": null, + "merged_at": null, + "merge_commit_sha": "8a7ee7f40dedd82ed83d721a2d8cd7fde640497e", + "assignee": null, + "assignees": [ + + ], + "requested_reviewers": [ + + ], + "requested_teams": [ + + ], + "labels": [ + { + "id": 481871399, + "node_id": "MDU6TGFiZWw0ODE4NzEzOTk=", + "url": "https://api.github.com/repos/quicwg/base-drafts/labels/-transport", + "name": "-transport", + "color": "fbca04", + "default": false + }, + { + "id": 481871361, + "node_id": "MDU6TGFiZWw0ODE4NzEzNjE=", + "url": "https://api.github.com/repos/quicwg/base-drafts/labels/design", + "name": "design", + "color": "1d76db", + "default": false + } + ], + "milestone": null, + "commits_url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2733/commits", + "review_comments_url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2733/comments", + "review_comment_url": "https://api.github.com/repos/quicwg/base-drafts/pulls/comments{/number}", + "comments_url": "https://api.github.com/repos/quicwg/base-drafts/issues/2733/comments", + "statuses_url": "https://api.github.com/repos/quicwg/base-drafts/statuses/f434be22d42d61e6b5f02b17c9531f3e4ab710e1", + "head": { + "label": "quicwg:srt-same", + "ref": "srt-same", + "sha": "f434be22d42d61e6b5f02b17c9531f3e4ab710e1", + "user": { + "login": "quicwg", + "id": 22631371, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyNjMxMzcx", + "avatar_url": "https://avatars3.githubusercontent.com/u/22631371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/quicwg", + "html_url": "https://github.com/quicwg", + "followers_url": "https://api.github.com/users/quicwg/followers", + "following_url": "https://api.github.com/users/quicwg/following{/other_user}", + "gists_url": "https://api.github.com/users/quicwg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/quicwg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/quicwg/subscriptions", + "organizations_url": "https://api.github.com/users/quicwg/orgs", + "repos_url": "https://api.github.com/users/quicwg/repos", + "events_url": "https://api.github.com/users/quicwg/events{/privacy}", + "received_events_url": "https://api.github.com/users/quicwg/received_events", + "type": "Organization", + "site_admin": false + }, + "repo": { + "id": 73779599, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzc3OTU5OQ==", + "name": "base-drafts", + "full_name": "quicwg/base-drafts", + "private": false, + "owner": { + "login": "quicwg", + "id": 22631371, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyNjMxMzcx", + "avatar_url": "https://avatars3.githubusercontent.com/u/22631371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/quicwg", + "html_url": "https://github.com/quicwg", + "followers_url": "https://api.github.com/users/quicwg/followers", + "following_url": "https://api.github.com/users/quicwg/following{/other_user}", + "gists_url": "https://api.github.com/users/quicwg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/quicwg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/quicwg/subscriptions", + "organizations_url": "https://api.github.com/users/quicwg/orgs", + "repos_url": "https://api.github.com/users/quicwg/repos", + "events_url": "https://api.github.com/users/quicwg/events{/privacy}", + "received_events_url": "https://api.github.com/users/quicwg/received_events", + "type": "Organization", + "site_admin": false + }, + "html_url": "https://github.com/quicwg/base-drafts", + "description": " Internet-Drafts that make up the base QUIC specification", + "fork": false, + "url": "https://api.github.com/repos/quicwg/base-drafts", + "forks_url": "https://api.github.com/repos/quicwg/base-drafts/forks", + "keys_url": "https://api.github.com/repos/quicwg/base-drafts/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/quicwg/base-drafts/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/quicwg/base-drafts/teams", + "hooks_url": "https://api.github.com/repos/quicwg/base-drafts/hooks", + "issue_events_url": "https://api.github.com/repos/quicwg/base-drafts/issues/events{/number}", + "events_url": "https://api.github.com/repos/quicwg/base-drafts/events", + "assignees_url": "https://api.github.com/repos/quicwg/base-drafts/assignees{/user}", + "branches_url": "https://api.github.com/repos/quicwg/base-drafts/branches{/branch}", + "tags_url": "https://api.github.com/repos/quicwg/base-drafts/tags", + "blobs_url": "https://api.github.com/repos/quicwg/base-drafts/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/quicwg/base-drafts/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/quicwg/base-drafts/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/quicwg/base-drafts/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/quicwg/base-drafts/statuses/{sha}", + "languages_url": "https://api.github.com/repos/quicwg/base-drafts/languages", + "stargazers_url": "https://api.github.com/repos/quicwg/base-drafts/stargazers", + "contributors_url": "https://api.github.com/repos/quicwg/base-drafts/contributors", + "subscribers_url": "https://api.github.com/repos/quicwg/base-drafts/subscribers", + "subscription_url": "https://api.github.com/repos/quicwg/base-drafts/subscription", + "commits_url": "https://api.github.com/repos/quicwg/base-drafts/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/quicwg/base-drafts/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/quicwg/base-drafts/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/quicwg/base-drafts/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/quicwg/base-drafts/contents/{+path}", + "compare_url": "https://api.github.com/repos/quicwg/base-drafts/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/quicwg/base-drafts/merges", + "archive_url": "https://api.github.com/repos/quicwg/base-drafts/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/quicwg/base-drafts/downloads", + "issues_url": "https://api.github.com/repos/quicwg/base-drafts/issues{/number}", + "pulls_url": "https://api.github.com/repos/quicwg/base-drafts/pulls{/number}", + "milestones_url": "https://api.github.com/repos/quicwg/base-drafts/milestones{/number}", + "notifications_url": "https://api.github.com/repos/quicwg/base-drafts/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/quicwg/base-drafts/labels{/name}", + "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", + "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", + "created_at": "2016-11-15T05:30:30Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", + "git_url": "git://github.com/quicwg/base-drafts.git", + "ssh_url": "git@github.com:quicwg/base-drafts.git", + "clone_url": "https://github.com/quicwg/base-drafts.git", + "svn_url": "https://github.com/quicwg/base-drafts", + "homepage": "https://quicwg.github.io/", + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 105, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 164, + "license": null, + "forks": 105, + "open_issues": 164, + "watchers": 670, + "default_branch": "master" + } + }, + "base": { + "label": "quicwg:master", + "ref": "master", + "sha": "5e8cff45c1e6e7e7d421020dc3a58a52ca030b8e", + "user": { + "login": "quicwg", + "id": 22631371, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyNjMxMzcx", + "avatar_url": "https://avatars3.githubusercontent.com/u/22631371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/quicwg", + "html_url": "https://github.com/quicwg", + "followers_url": "https://api.github.com/users/quicwg/followers", + "following_url": "https://api.github.com/users/quicwg/following{/other_user}", + "gists_url": "https://api.github.com/users/quicwg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/quicwg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/quicwg/subscriptions", + "organizations_url": "https://api.github.com/users/quicwg/orgs", + "repos_url": "https://api.github.com/users/quicwg/repos", + "events_url": "https://api.github.com/users/quicwg/events{/privacy}", + "received_events_url": "https://api.github.com/users/quicwg/received_events", + "type": "Organization", + "site_admin": false + }, + "repo": { + "id": 73779599, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzc3OTU5OQ==", + "name": "base-drafts", + "full_name": "quicwg/base-drafts", + "private": false, + "owner": { + "login": "quicwg", + "id": 22631371, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyNjMxMzcx", + "avatar_url": "https://avatars3.githubusercontent.com/u/22631371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/quicwg", + "html_url": "https://github.com/quicwg", + "followers_url": "https://api.github.com/users/quicwg/followers", + "following_url": "https://api.github.com/users/quicwg/following{/other_user}", + "gists_url": "https://api.github.com/users/quicwg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/quicwg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/quicwg/subscriptions", + "organizations_url": "https://api.github.com/users/quicwg/orgs", + "repos_url": "https://api.github.com/users/quicwg/repos", + "events_url": "https://api.github.com/users/quicwg/events{/privacy}", + "received_events_url": "https://api.github.com/users/quicwg/received_events", + "type": "Organization", + "site_admin": false + }, + "html_url": "https://github.com/quicwg/base-drafts", + "description": " Internet-Drafts that make up the base QUIC specification", + "fork": false, + "url": "https://api.github.com/repos/quicwg/base-drafts", + "forks_url": "https://api.github.com/repos/quicwg/base-drafts/forks", + "keys_url": "https://api.github.com/repos/quicwg/base-drafts/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/quicwg/base-drafts/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/quicwg/base-drafts/teams", + "hooks_url": "https://api.github.com/repos/quicwg/base-drafts/hooks", + "issue_events_url": "https://api.github.com/repos/quicwg/base-drafts/issues/events{/number}", + "events_url": "https://api.github.com/repos/quicwg/base-drafts/events", + "assignees_url": "https://api.github.com/repos/quicwg/base-drafts/assignees{/user}", + "branches_url": "https://api.github.com/repos/quicwg/base-drafts/branches{/branch}", + "tags_url": "https://api.github.com/repos/quicwg/base-drafts/tags", + "blobs_url": "https://api.github.com/repos/quicwg/base-drafts/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/quicwg/base-drafts/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/quicwg/base-drafts/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/quicwg/base-drafts/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/quicwg/base-drafts/statuses/{sha}", + "languages_url": "https://api.github.com/repos/quicwg/base-drafts/languages", + "stargazers_url": "https://api.github.com/repos/quicwg/base-drafts/stargazers", + "contributors_url": "https://api.github.com/repos/quicwg/base-drafts/contributors", + "subscribers_url": "https://api.github.com/repos/quicwg/base-drafts/subscribers", + "subscription_url": "https://api.github.com/repos/quicwg/base-drafts/subscription", + "commits_url": "https://api.github.com/repos/quicwg/base-drafts/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/quicwg/base-drafts/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/quicwg/base-drafts/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/quicwg/base-drafts/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/quicwg/base-drafts/contents/{+path}", + "compare_url": "https://api.github.com/repos/quicwg/base-drafts/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/quicwg/base-drafts/merges", + "archive_url": "https://api.github.com/repos/quicwg/base-drafts/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/quicwg/base-drafts/downloads", + "issues_url": "https://api.github.com/repos/quicwg/base-drafts/issues{/number}", + "pulls_url": "https://api.github.com/repos/quicwg/base-drafts/pulls{/number}", + "milestones_url": "https://api.github.com/repos/quicwg/base-drafts/milestones{/number}", + "notifications_url": "https://api.github.com/repos/quicwg/base-drafts/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/quicwg/base-drafts/labels{/name}", + "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", + "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", + "created_at": "2016-11-15T05:30:30Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", + "git_url": "git://github.com/quicwg/base-drafts.git", + "ssh_url": "git@github.com:quicwg/base-drafts.git", + "clone_url": "https://github.com/quicwg/base-drafts.git", + "svn_url": "https://github.com/quicwg/base-drafts", + "homepage": "https://quicwg.github.io/", + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 105, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 164, + "license": null, + "forks": 105, + "open_issues": 164, + "watchers": 670, + "default_branch": "master" + } + }, + "_links": { + "self": { + "href": "https://api.github.com/repos/quicwg/base-drafts/pulls/2733" + }, + "html": { + "href": "https://github.com/quicwg/base-drafts/pull/2733" + }, + "issue": { + "href": "https://api.github.com/repos/quicwg/base-drafts/issues/2733" + }, + "comments": { + "href": "https://api.github.com/repos/quicwg/base-drafts/issues/2733/comments" + }, + "review_comments": { + "href": "https://api.github.com/repos/quicwg/base-drafts/pulls/2733/comments" + }, + "review_comment": { + "href": "https://api.github.com/repos/quicwg/base-drafts/pulls/comments{/number}" + }, + "commits": { + "href": "https://api.github.com/repos/quicwg/base-drafts/pulls/2733/commits" + }, + "statuses": { + "href": "https://api.github.com/repos/quicwg/base-drafts/statuses/f434be22d42d61e6b5f02b17c9531f3e4ab710e1" + } + }, + "author_association": "MEMBER" + }, + { + "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2731", + "id": 280566887, + "node_id": "MDExOlB1bGxSZXF1ZXN0MjgwNTY2ODg3", + "html_url": "https://github.com/quicwg/base-drafts/pull/2731", + "diff_url": "https://github.com/quicwg/base-drafts/pull/2731.diff", + "patch_url": "https://github.com/quicwg/base-drafts/pull/2731.patch", + "issue_url": "https://api.github.com/repos/quicwg/base-drafts/issues/2731", + "number": 2731, + "state": "open", + "locked": false, + "title": "Transport editorial suggestions", + "user": { + "login": "ianswett", + "id": 20072817, + "node_id": "MDQ6VXNlcjIwMDcyODE3", + "avatar_url": "https://avatars1.githubusercontent.com/u/20072817?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/ianswett", + "html_url": "https://github.com/ianswett", + "followers_url": "https://api.github.com/users/ianswett/followers", + "following_url": "https://api.github.com/users/ianswett/following{/other_user}", + "gists_url": "https://api.github.com/users/ianswett/gists{/gist_id}", + "starred_url": "https://api.github.com/users/ianswett/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/ianswett/subscriptions", + "organizations_url": "https://api.github.com/users/ianswett/orgs", + "repos_url": "https://api.github.com/users/ianswett/repos", + "events_url": "https://api.github.com/users/ianswett/events{/privacy}", + "received_events_url": "https://api.github.com/users/ianswett/received_events", + "type": "User", + "site_admin": false + }, + "body": "Qualifies a MUST with an 'otherwise', since otherwise it would appear to directly contradict previous normative text.", + "created_at": "2019-05-20T22:47:50Z", + "updated_at": "2019-05-21T09:04:08Z", + "closed_at": null, + "merged_at": null, + "merge_commit_sha": "22cd69c818f457a5b94ce786889025381536aa95", + "assignee": null, + "assignees": [ + + ], + "requested_reviewers": [ + { + "login": "martinthomson", + "id": 67641, + "node_id": "MDQ6VXNlcjY3NjQx", + "avatar_url": "https://avatars1.githubusercontent.com/u/67641?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/martinthomson", + "html_url": "https://github.com/martinthomson", + "followers_url": "https://api.github.com/users/martinthomson/followers", + "following_url": "https://api.github.com/users/martinthomson/following{/other_user}", + "gists_url": "https://api.github.com/users/martinthomson/gists{/gist_id}", + "starred_url": "https://api.github.com/users/martinthomson/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/martinthomson/subscriptions", + "organizations_url": "https://api.github.com/users/martinthomson/orgs", + "repos_url": "https://api.github.com/users/martinthomson/repos", + "events_url": "https://api.github.com/users/martinthomson/events{/privacy}", + "received_events_url": "https://api.github.com/users/martinthomson/received_events", + "type": "User", + "site_admin": false + }, + { + "login": "janaiyengar", + "id": 11067604, + "node_id": "MDQ6VXNlcjExMDY3NjA0", + "avatar_url": "https://avatars2.githubusercontent.com/u/11067604?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/janaiyengar", + "html_url": "https://github.com/janaiyengar", + "followers_url": "https://api.github.com/users/janaiyengar/followers", + "following_url": "https://api.github.com/users/janaiyengar/following{/other_user}", + "gists_url": "https://api.github.com/users/janaiyengar/gists{/gist_id}", + "starred_url": "https://api.github.com/users/janaiyengar/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/janaiyengar/subscriptions", + "organizations_url": "https://api.github.com/users/janaiyengar/orgs", + "repos_url": "https://api.github.com/users/janaiyengar/repos", + "events_url": "https://api.github.com/users/janaiyengar/events{/privacy}", + "received_events_url": "https://api.github.com/users/janaiyengar/received_events", + "type": "User", + "site_admin": false + } + ], + "requested_teams": [ + + ], + "labels": [ + { + "id": 481871399, + "node_id": "MDU6TGFiZWw0ODE4NzEzOTk=", + "url": "https://api.github.com/repos/quicwg/base-drafts/labels/-transport", + "name": "-transport", + "color": "fbca04", + "default": false + } + ], + "milestone": null, + "commits_url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2731/commits", + "review_comments_url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2731/comments", + "review_comment_url": "https://api.github.com/repos/quicwg/base-drafts/pulls/comments{/number}", + "comments_url": "https://api.github.com/repos/quicwg/base-drafts/issues/2731/comments", + "statuses_url": "https://api.github.com/repos/quicwg/base-drafts/statuses/d42fd36b8a4c94f7f227e6911256256eabc6426a", + "head": { + "label": "quicwg:ianswett-transport", + "ref": "ianswett-transport", + "sha": "d42fd36b8a4c94f7f227e6911256256eabc6426a", + "user": { + "login": "quicwg", + "id": 22631371, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyNjMxMzcx", + "avatar_url": "https://avatars3.githubusercontent.com/u/22631371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/quicwg", + "html_url": "https://github.com/quicwg", + "followers_url": "https://api.github.com/users/quicwg/followers", + "following_url": "https://api.github.com/users/quicwg/following{/other_user}", + "gists_url": "https://api.github.com/users/quicwg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/quicwg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/quicwg/subscriptions", + "organizations_url": "https://api.github.com/users/quicwg/orgs", + "repos_url": "https://api.github.com/users/quicwg/repos", + "events_url": "https://api.github.com/users/quicwg/events{/privacy}", + "received_events_url": "https://api.github.com/users/quicwg/received_events", + "type": "Organization", + "site_admin": false + }, + "repo": { + "id": 73779599, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzc3OTU5OQ==", + "name": "base-drafts", + "full_name": "quicwg/base-drafts", + "private": false, + "owner": { + "login": "quicwg", + "id": 22631371, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyNjMxMzcx", + "avatar_url": "https://avatars3.githubusercontent.com/u/22631371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/quicwg", + "html_url": "https://github.com/quicwg", + "followers_url": "https://api.github.com/users/quicwg/followers", + "following_url": "https://api.github.com/users/quicwg/following{/other_user}", + "gists_url": "https://api.github.com/users/quicwg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/quicwg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/quicwg/subscriptions", + "organizations_url": "https://api.github.com/users/quicwg/orgs", + "repos_url": "https://api.github.com/users/quicwg/repos", + "events_url": "https://api.github.com/users/quicwg/events{/privacy}", + "received_events_url": "https://api.github.com/users/quicwg/received_events", + "type": "Organization", + "site_admin": false + }, + "html_url": "https://github.com/quicwg/base-drafts", + "description": " Internet-Drafts that make up the base QUIC specification", + "fork": false, + "url": "https://api.github.com/repos/quicwg/base-drafts", + "forks_url": "https://api.github.com/repos/quicwg/base-drafts/forks", + "keys_url": "https://api.github.com/repos/quicwg/base-drafts/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/quicwg/base-drafts/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/quicwg/base-drafts/teams", + "hooks_url": "https://api.github.com/repos/quicwg/base-drafts/hooks", + "issue_events_url": "https://api.github.com/repos/quicwg/base-drafts/issues/events{/number}", + "events_url": "https://api.github.com/repos/quicwg/base-drafts/events", + "assignees_url": "https://api.github.com/repos/quicwg/base-drafts/assignees{/user}", + "branches_url": "https://api.github.com/repos/quicwg/base-drafts/branches{/branch}", + "tags_url": "https://api.github.com/repos/quicwg/base-drafts/tags", + "blobs_url": "https://api.github.com/repos/quicwg/base-drafts/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/quicwg/base-drafts/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/quicwg/base-drafts/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/quicwg/base-drafts/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/quicwg/base-drafts/statuses/{sha}", + "languages_url": "https://api.github.com/repos/quicwg/base-drafts/languages", + "stargazers_url": "https://api.github.com/repos/quicwg/base-drafts/stargazers", + "contributors_url": "https://api.github.com/repos/quicwg/base-drafts/contributors", + "subscribers_url": "https://api.github.com/repos/quicwg/base-drafts/subscribers", + "subscription_url": "https://api.github.com/repos/quicwg/base-drafts/subscription", + "commits_url": "https://api.github.com/repos/quicwg/base-drafts/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/quicwg/base-drafts/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/quicwg/base-drafts/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/quicwg/base-drafts/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/quicwg/base-drafts/contents/{+path}", + "compare_url": "https://api.github.com/repos/quicwg/base-drafts/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/quicwg/base-drafts/merges", + "archive_url": "https://api.github.com/repos/quicwg/base-drafts/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/quicwg/base-drafts/downloads", + "issues_url": "https://api.github.com/repos/quicwg/base-drafts/issues{/number}", + "pulls_url": "https://api.github.com/repos/quicwg/base-drafts/pulls{/number}", + "milestones_url": "https://api.github.com/repos/quicwg/base-drafts/milestones{/number}", + "notifications_url": "https://api.github.com/repos/quicwg/base-drafts/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/quicwg/base-drafts/labels{/name}", + "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", + "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", + "created_at": "2016-11-15T05:30:30Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", + "git_url": "git://github.com/quicwg/base-drafts.git", + "ssh_url": "git@github.com:quicwg/base-drafts.git", + "clone_url": "https://github.com/quicwg/base-drafts.git", + "svn_url": "https://github.com/quicwg/base-drafts", + "homepage": "https://quicwg.github.io/", + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 105, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 164, + "license": null, + "forks": 105, + "open_issues": 164, + "watchers": 670, + "default_branch": "master" + } + }, + "base": { + "label": "quicwg:master", + "ref": "master", + "sha": "5e8cff45c1e6e7e7d421020dc3a58a52ca030b8e", + "user": { + "login": "quicwg", + "id": 22631371, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyNjMxMzcx", + "avatar_url": "https://avatars3.githubusercontent.com/u/22631371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/quicwg", + "html_url": "https://github.com/quicwg", + "followers_url": "https://api.github.com/users/quicwg/followers", + "following_url": "https://api.github.com/users/quicwg/following{/other_user}", + "gists_url": "https://api.github.com/users/quicwg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/quicwg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/quicwg/subscriptions", + "organizations_url": "https://api.github.com/users/quicwg/orgs", + "repos_url": "https://api.github.com/users/quicwg/repos", + "events_url": "https://api.github.com/users/quicwg/events{/privacy}", + "received_events_url": "https://api.github.com/users/quicwg/received_events", + "type": "Organization", + "site_admin": false + }, + "repo": { + "id": 73779599, + "node_id": "MDEwOlJlcG9zaXRvcnk3Mzc3OTU5OQ==", + "name": "base-drafts", + "full_name": "quicwg/base-drafts", + "private": false, + "owner": { + "login": "quicwg", + "id": 22631371, + "node_id": "MDEyOk9yZ2FuaXphdGlvbjIyNjMxMzcx", + "avatar_url": "https://avatars3.githubusercontent.com/u/22631371?v=4", + "gravatar_id": "", + "url": "https://api.github.com/users/quicwg", + "html_url": "https://github.com/quicwg", + "followers_url": "https://api.github.com/users/quicwg/followers", + "following_url": "https://api.github.com/users/quicwg/following{/other_user}", + "gists_url": "https://api.github.com/users/quicwg/gists{/gist_id}", + "starred_url": "https://api.github.com/users/quicwg/starred{/owner}{/repo}", + "subscriptions_url": "https://api.github.com/users/quicwg/subscriptions", + "organizations_url": "https://api.github.com/users/quicwg/orgs", + "repos_url": "https://api.github.com/users/quicwg/repos", + "events_url": "https://api.github.com/users/quicwg/events{/privacy}", + "received_events_url": "https://api.github.com/users/quicwg/received_events", + "type": "Organization", + "site_admin": false + }, + "html_url": "https://github.com/quicwg/base-drafts", + "description": " Internet-Drafts that make up the base QUIC specification", + "fork": false, + "url": "https://api.github.com/repos/quicwg/base-drafts", + "forks_url": "https://api.github.com/repos/quicwg/base-drafts/forks", + "keys_url": "https://api.github.com/repos/quicwg/base-drafts/keys{/key_id}", + "collaborators_url": "https://api.github.com/repos/quicwg/base-drafts/collaborators{/collaborator}", + "teams_url": "https://api.github.com/repos/quicwg/base-drafts/teams", + "hooks_url": "https://api.github.com/repos/quicwg/base-drafts/hooks", + "issue_events_url": "https://api.github.com/repos/quicwg/base-drafts/issues/events{/number}", + "events_url": "https://api.github.com/repos/quicwg/base-drafts/events", + "assignees_url": "https://api.github.com/repos/quicwg/base-drafts/assignees{/user}", + "branches_url": "https://api.github.com/repos/quicwg/base-drafts/branches{/branch}", + "tags_url": "https://api.github.com/repos/quicwg/base-drafts/tags", + "blobs_url": "https://api.github.com/repos/quicwg/base-drafts/git/blobs{/sha}", + "git_tags_url": "https://api.github.com/repos/quicwg/base-drafts/git/tags{/sha}", + "git_refs_url": "https://api.github.com/repos/quicwg/base-drafts/git/refs{/sha}", + "trees_url": "https://api.github.com/repos/quicwg/base-drafts/git/trees{/sha}", + "statuses_url": "https://api.github.com/repos/quicwg/base-drafts/statuses/{sha}", + "languages_url": "https://api.github.com/repos/quicwg/base-drafts/languages", + "stargazers_url": "https://api.github.com/repos/quicwg/base-drafts/stargazers", + "contributors_url": "https://api.github.com/repos/quicwg/base-drafts/contributors", + "subscribers_url": "https://api.github.com/repos/quicwg/base-drafts/subscribers", + "subscription_url": "https://api.github.com/repos/quicwg/base-drafts/subscription", + "commits_url": "https://api.github.com/repos/quicwg/base-drafts/commits{/sha}", + "git_commits_url": "https://api.github.com/repos/quicwg/base-drafts/git/commits{/sha}", + "comments_url": "https://api.github.com/repos/quicwg/base-drafts/comments{/number}", + "issue_comment_url": "https://api.github.com/repos/quicwg/base-drafts/issues/comments{/number}", + "contents_url": "https://api.github.com/repos/quicwg/base-drafts/contents/{+path}", + "compare_url": "https://api.github.com/repos/quicwg/base-drafts/compare/{base}...{head}", + "merges_url": "https://api.github.com/repos/quicwg/base-drafts/merges", + "archive_url": "https://api.github.com/repos/quicwg/base-drafts/{archive_format}{/ref}", + "downloads_url": "https://api.github.com/repos/quicwg/base-drafts/downloads", + "issues_url": "https://api.github.com/repos/quicwg/base-drafts/issues{/number}", + "pulls_url": "https://api.github.com/repos/quicwg/base-drafts/pulls{/number}", + "milestones_url": "https://api.github.com/repos/quicwg/base-drafts/milestones{/number}", + "notifications_url": "https://api.github.com/repos/quicwg/base-drafts/notifications{?since,all,participating}", + "labels_url": "https://api.github.com/repos/quicwg/base-drafts/labels{/name}", + "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", + "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", + "created_at": "2016-11-15T05:30:30Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", + "git_url": "git://github.com/quicwg/base-drafts.git", + "ssh_url": "git@github.com:quicwg/base-drafts.git", + "clone_url": "https://github.com/quicwg/base-drafts.git", + "svn_url": "https://github.com/quicwg/base-drafts", + "homepage": "https://quicwg.github.io/", + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, + "language": "Shell", + "has_issues": true, + "has_projects": true, + "has_downloads": true, + "has_wiki": true, + "has_pages": true, + "forks_count": 105, + "mirror_url": null, + "archived": false, + "disabled": false, + "open_issues_count": 164, + "license": null, + "forks": 105, + "open_issues": 164, + "watchers": 670, + "default_branch": "master" + } + }, + "_links": { + "self": { + "href": "https://api.github.com/repos/quicwg/base-drafts/pulls/2731" + }, + "html": { + "href": "https://github.com/quicwg/base-drafts/pull/2731" + }, + "issue": { + "href": "https://api.github.com/repos/quicwg/base-drafts/issues/2731" + }, + "comments": { + "href": "https://api.github.com/repos/quicwg/base-drafts/issues/2731/comments" + }, + "review_comments": { + "href": "https://api.github.com/repos/quicwg/base-drafts/pulls/2731/comments" + }, + "review_comment": { + "href": "https://api.github.com/repos/quicwg/base-drafts/pulls/comments{/number}" + }, + "commits": { + "href": "https://api.github.com/repos/quicwg/base-drafts/pulls/2731/commits" + }, + "statuses": { + "href": "https://api.github.com/repos/quicwg/base-drafts/statuses/d42fd36b8a4c94f7f227e6911256256eabc6426a" + } + }, + "author_association": "CONTRIBUTOR" + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2730", "id": 280553863, @@ -194,16 +901,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -214,11 +921,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -313,16 +1020,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -333,11 +1040,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -403,7 +1110,7 @@ }, "body": "Mention in the PATH_RESPONSE section that we must not store or retransmit them.\r\n\r\nCloses #2724.", "created_at": "2019-05-20T16:31:14Z", - "updated_at": "2019-05-20T16:31:14Z", + "updated_at": "2019-05-21T07:33:20Z", "closed_at": null, "merged_at": null, "merge_commit_sha": "fbba1aa1c30d85881148847f06c923d4283feb46", @@ -636,16 +1343,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -656,11 +1363,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -959,16 +1666,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -979,11 +1686,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -1282,16 +1989,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -1302,11 +2009,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -1605,16 +2312,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -1625,11 +2332,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -1928,16 +2635,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -1948,11 +2655,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -2266,16 +2973,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -2286,11 +2993,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -2485,16 +3192,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -2505,11 +3212,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -2604,16 +3311,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -2624,11 +3331,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -2823,16 +3530,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -2843,11 +3550,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -2942,16 +3649,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -2962,11 +3669,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -3265,16 +3972,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -3285,11 +3992,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -3603,16 +4310,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -3623,11 +4330,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -3941,16 +4648,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -3961,11 +4668,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -4264,16 +4971,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -4284,11 +4991,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -4602,16 +5309,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -4622,11 +5329,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -4925,16 +5632,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -4945,11 +5652,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -5163,16 +5870,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -5183,11 +5890,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -5282,16 +5989,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -5302,11 +6009,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -5520,16 +6227,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -5540,11 +6247,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -5639,16 +6346,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -5659,11 +6366,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -5917,16 +6624,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -5937,11 +6644,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -6036,16 +6743,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -6056,11 +6763,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -6314,16 +7021,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -6334,11 +7041,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -6433,16 +7140,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -6453,11 +7160,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -6523,7 +7230,7 @@ }, "body": "Replaces streams depending upon streams with a one byte strict priority value. As much data as possible is sent on Streams with a higher priority before sending data from lower priority streams. \r\n Retains weights and placeholders in order to provide functionality equivalent to HTTP/2\r\n\r\nIncludes the sequential and interleaved delivery idea from Patrick Meenan's recent proposal(https://github.com/pmeenan/http3-prioritization-proposal/blob/master/README.md), when multiple streams share the same priority value.\r\n\r\nThe goal is to fix #2502 and similar issues, add a single operation(change of strict priority) equivalent to HTTP/2 exclusive reprioritization, which was removed in #2075, and lower the complexity of a compliant priority implementation by allowing a server to specify 0 placeholders, in which case this simplifies to priorities and weights.\r\n\r\nFixes #2502 by removing the ability to depend upon a stream(and therefore an unopened or already closed stream).", "created_at": "2019-05-15T01:32:10Z", - "updated_at": "2019-05-20T16:52:33Z", + "updated_at": "2019-05-21T08:45:09Z", "closed_at": null, "merged_at": null, "merge_commit_sha": "ec2b04cb92135427dca53b055d2075dc4cb326f2", @@ -6756,16 +7463,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -6776,11 +7483,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -6975,16 +7682,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -6995,11 +7702,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -7094,16 +7801,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -7114,11 +7821,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -7313,16 +8020,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -7333,11 +8040,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -7432,16 +8139,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -7452,11 +8159,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -7651,16 +8358,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -7671,11 +8378,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -7770,16 +8477,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -7790,11 +8497,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -7863,7 +8570,7 @@ "updated_at": "2019-05-17T18:14:59Z", "closed_at": null, "merged_at": null, - "merge_commit_sha": "a2cf0d35d6bad8c83f08f0820458f8991bb320ec", + "merge_commit_sha": "d3146075230a06f978d7d8d88d0bb10e247a1957", "assignee": null, "assignees": [ @@ -7981,16 +8688,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -8001,11 +8708,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -8100,16 +8807,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -8120,11 +8827,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -8319,16 +9026,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -8339,11 +9046,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -8438,16 +9145,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -8458,11 +9165,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -8649,16 +9356,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -8669,11 +9376,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -8768,16 +9475,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -8788,11 +9495,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -8979,16 +9686,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -8999,11 +9706,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -9098,16 +9805,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -9118,11 +9825,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -9317,16 +10024,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -9337,11 +10044,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -9436,16 +10143,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -9456,11 +10163,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -9491,7 +10198,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2682", "id": 277558850, @@ -9766,16 +10476,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -9786,11 +10496,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -9985,16 +10695,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -10005,11 +10715,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -10104,16 +10814,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -10124,11 +10834,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -10159,10 +10869,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2679", "id": 277233344, @@ -10437,16 +11144,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -10457,11 +11164,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -10775,16 +11482,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -10795,11 +11502,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -11113,16 +11820,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -11133,11 +11840,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -11324,16 +12031,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -11344,11 +12051,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -11443,16 +12150,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -11463,11 +12170,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -11662,16 +12369,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -11682,11 +12389,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -11781,16 +12488,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -11801,11 +12508,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -12119,16 +12826,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -12139,11 +12846,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -12338,16 +13045,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -12358,11 +13065,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -12457,16 +13164,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -12477,11 +13184,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -12676,16 +13383,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -12696,11 +13403,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -12795,16 +13502,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -12815,11 +13522,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -13014,16 +13721,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -13034,11 +13741,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -13133,16 +13840,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -13153,11 +13860,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -13352,16 +14059,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -13372,11 +14079,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -13471,16 +14178,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -13491,11 +14198,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -13809,16 +14516,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -13829,11 +14536,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -14028,16 +14735,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -14048,11 +14755,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -14147,16 +14854,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -14167,11 +14874,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -14470,16 +15177,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -14490,11 +15197,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -14793,16 +15500,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -14813,11 +15520,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -15012,16 +15719,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -15032,11 +15739,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -15131,16 +15838,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -15151,11 +15858,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -15350,16 +16057,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -15370,11 +16077,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -15469,16 +16176,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -15489,11 +16196,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -15688,16 +16395,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -15708,11 +16415,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -15807,16 +16514,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -15827,11 +16534,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -16145,16 +16852,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -16165,11 +16872,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -16491,16 +17198,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -16511,11 +17218,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -16710,16 +17417,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -16730,11 +17437,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -16829,16 +17536,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -16849,11 +17556,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -17167,16 +17874,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -17187,11 +17894,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -17505,16 +18212,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -17525,11 +18232,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -17862,16 +18569,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -17882,11 +18589,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -18081,16 +18788,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -18101,11 +18808,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -18200,16 +18907,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -18220,11 +18927,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -18438,16 +19145,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -18458,11 +19165,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -18557,16 +19264,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -18577,11 +19284,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -18895,16 +19602,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -18915,11 +19622,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -19106,16 +19813,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -19126,11 +19833,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -19225,16 +19932,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -19245,11 +19952,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -19555,16 +20262,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -19575,11 +20282,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -19610,7 +20317,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2626", "id": 271094068, @@ -19766,16 +20476,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -19786,11 +20496,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -19885,16 +20595,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -19905,11 +20615,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -20108,16 +20818,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -20128,11 +20838,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -20227,16 +20937,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -20247,11 +20957,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -20282,10 +20992,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2624", "id": 270688238, @@ -20468,16 +21175,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -20488,11 +21195,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -20587,16 +21294,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -20607,11 +21314,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -20825,16 +21532,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -20845,11 +21552,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -20944,16 +21651,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -20964,11 +21671,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -21202,16 +21909,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -21222,11 +21929,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -21321,16 +22028,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -21341,11 +22048,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -21559,16 +22266,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -21579,11 +22286,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -21678,16 +22385,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -21698,11 +22405,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -21897,16 +22604,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -21917,11 +22624,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -22016,16 +22723,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -22036,11 +22743,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -22246,16 +22953,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -22266,11 +22973,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -22465,16 +23172,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -22485,11 +23192,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -22584,16 +23291,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -22604,11 +23311,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -22803,16 +23510,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -22823,11 +23530,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -22922,16 +23629,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -22942,11 +23649,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -23141,16 +23848,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -23161,11 +23868,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -23260,16 +23967,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -23280,11 +23987,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -23471,16 +24178,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -23491,11 +24198,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -23590,16 +24297,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -23610,11 +24317,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -23971,16 +24678,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -23991,11 +24698,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -24309,16 +25016,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -24329,11 +25036,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -24528,16 +25235,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -24548,11 +25255,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -24647,16 +25354,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -24667,11 +25374,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -24985,16 +25692,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -25005,11 +25712,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -25204,16 +25911,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -25224,11 +25931,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -25323,16 +26030,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -25343,11 +26050,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -25561,16 +26268,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -25581,11 +26288,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -25680,16 +26387,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -25700,11 +26407,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -25899,16 +26606,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -25919,11 +26626,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -26018,16 +26725,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -26038,11 +26745,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -26237,16 +26944,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -26257,11 +26964,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -26356,16 +27063,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -26376,11 +27083,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -26575,16 +27282,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -26595,11 +27302,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -26694,16 +27401,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -26714,11 +27421,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -27032,16 +27739,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -27052,11 +27759,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -27355,16 +28062,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -27375,11 +28082,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -27574,16 +28281,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -27594,11 +28301,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -27693,16 +28400,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -27713,11 +28420,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -27912,16 +28619,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -27932,11 +28639,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -28031,16 +28738,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -28051,11 +28758,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -28269,16 +28976,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -28289,11 +28996,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -28388,16 +29095,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -28408,11 +29115,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -28607,16 +29314,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -28627,11 +29334,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -28726,16 +29433,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -28746,11 +29453,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -28945,16 +29652,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -28965,11 +29672,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -29064,16 +29771,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -29084,11 +29791,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -29402,16 +30109,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -29422,11 +30129,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -29740,16 +30447,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -29760,11 +30467,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -29795,7 +30502,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2578", "id": 266160748, @@ -29959,16 +30669,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -29979,11 +30689,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -30078,16 +30788,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -30098,11 +30808,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -30297,16 +31007,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -30317,11 +31027,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -30416,16 +31126,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -30436,11 +31146,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -30471,10 +31181,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2576", "id": 266150286, @@ -30638,16 +31345,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -30658,11 +31365,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -30757,16 +31464,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -30777,11 +31484,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -30976,16 +31683,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -30996,11 +31703,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -31095,16 +31802,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -31115,11 +31822,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -31306,16 +32013,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -31326,11 +32033,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -31425,16 +32132,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -31445,11 +32152,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -31763,16 +32470,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -31783,11 +32490,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -32101,16 +32808,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -32121,11 +32828,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -32439,16 +33146,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -32459,11 +33166,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -32777,16 +33484,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -32797,11 +33504,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -32996,16 +33703,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -33016,11 +33723,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -33115,16 +33822,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -33135,11 +33842,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -33453,16 +34160,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -33473,11 +34180,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -33672,16 +34379,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -33692,11 +34399,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -33791,16 +34498,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -33811,11 +34518,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -34148,16 +34855,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -34168,11 +34875,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -34486,16 +35193,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -34506,11 +35213,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -34824,16 +35531,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -34844,11 +35551,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -35162,16 +35869,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -35182,11 +35889,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -35500,16 +36207,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -35520,11 +36227,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -35838,16 +36545,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -35858,11 +36565,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -36176,16 +36883,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -36196,11 +36903,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -36514,16 +37221,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -36534,11 +37241,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -36852,16 +37559,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -36872,11 +37579,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -37182,16 +37889,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -37202,11 +37909,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -37539,16 +38246,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -37559,11 +38266,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -37777,16 +38484,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -37797,11 +38504,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -37896,16 +38603,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -37916,11 +38623,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -38234,16 +38941,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -38254,11 +38961,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -38453,16 +39160,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -38473,11 +39180,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -38572,16 +39279,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -38592,11 +39299,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -38910,16 +39617,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -38930,11 +39637,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -39121,16 +39828,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -39141,11 +39848,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -39240,16 +39947,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -39260,11 +39967,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -39483,16 +40190,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -39503,11 +40210,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -39602,16 +40309,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -39622,11 +40329,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -39871,16 +40578,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -39891,11 +40598,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -39990,16 +40697,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -40010,11 +40717,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -40045,7 +40752,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2512", "id": 259676037, @@ -40233,16 +40943,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -40253,11 +40963,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -40352,16 +41062,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -40372,11 +41082,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -40690,16 +41400,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -40710,11 +41420,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -40745,10 +41455,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2508", "id": 259608306, @@ -41031,16 +41738,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -41051,11 +41758,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -41242,16 +41949,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -41262,11 +41969,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -41361,16 +42068,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -41381,11 +42088,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -41707,16 +42414,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -41727,11 +42434,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -41926,16 +42633,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -41946,11 +42653,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -42045,16 +42752,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -42065,11 +42772,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -42383,16 +43090,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -42403,11 +43110,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -42660,16 +43367,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -42680,11 +43387,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -42779,16 +43486,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -42799,11 +43506,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -43117,16 +43824,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -43137,11 +43844,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -43355,16 +44062,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -43375,11 +44082,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -43474,16 +44181,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -43494,11 +44201,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -43812,16 +44519,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -43832,11 +44539,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -44050,16 +44757,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -44070,11 +44777,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -44169,16 +44876,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -44189,11 +44896,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -44507,16 +45214,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -44527,11 +45234,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -44745,16 +45452,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -44765,11 +45472,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -44864,16 +45571,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -44884,11 +45591,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -45202,16 +45909,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -45222,11 +45929,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -45540,16 +46247,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -45560,11 +46267,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -45878,16 +46585,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -45898,11 +46605,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -46116,16 +46823,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -46136,11 +46843,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -46235,16 +46942,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -46255,11 +46962,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -46439,16 +47146,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -46459,11 +47166,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -46558,16 +47265,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -46578,11 +47285,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -46896,16 +47603,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -46916,11 +47623,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -47234,16 +47941,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -47254,11 +47961,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -47572,16 +48279,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -47592,11 +48299,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -47910,16 +48617,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -47930,11 +48637,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -48248,16 +48955,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -48268,11 +48975,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -48586,16 +49293,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -48606,11 +49313,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -48924,16 +49631,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -48944,11 +49651,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -49143,16 +49850,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -49163,11 +49870,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -49262,16 +49969,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -49282,11 +49989,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -49600,16 +50307,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -49620,11 +50327,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -49819,16 +50526,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -49839,11 +50546,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -49938,16 +50645,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -49958,11 +50665,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -50157,16 +50864,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -50177,11 +50884,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -50276,16 +50983,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -50296,11 +51003,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -50331,7 +51038,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2459", "id": 252520322, @@ -50495,16 +51205,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -50515,11 +51225,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -50614,16 +51324,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -50634,11 +51344,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -50852,16 +51562,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -50872,11 +51582,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -50971,16 +51681,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -50991,11 +51701,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -51026,10 +51736,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2456", "id": 252138662, @@ -51312,16 +52019,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -51332,11 +52039,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -51650,16 +52357,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -51670,11 +52377,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -52046,16 +52753,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -52066,11 +52773,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -52369,16 +53076,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -52389,11 +53096,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -52588,16 +53295,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -52608,11 +53315,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -52707,16 +53414,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -52727,11 +53434,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -52926,16 +53633,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -52946,11 +53653,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -53045,16 +53752,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -53065,11 +53772,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -53383,16 +54090,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -53403,11 +54110,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -53602,16 +54309,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -53622,11 +54329,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -53721,16 +54428,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -53741,11 +54448,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -54059,16 +54766,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -54079,11 +54786,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -54397,16 +55104,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -54417,11 +55124,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -54735,16 +55442,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -54755,11 +55462,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -55073,16 +55780,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -55093,11 +55800,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -55311,16 +56018,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -55331,11 +56038,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -55430,16 +56137,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -55450,11 +56157,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -55649,16 +56356,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -55669,11 +56376,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -55768,16 +56475,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -55788,11 +56495,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -55987,16 +56694,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -56007,11 +56714,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -56106,16 +56813,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -56126,11 +56833,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -56444,16 +57151,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -56464,11 +57171,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -56663,16 +57370,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -56683,11 +57390,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -56782,16 +57489,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -56802,11 +57509,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -57001,16 +57708,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -57021,11 +57728,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -57120,16 +57827,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -57140,11 +57847,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -57339,16 +58046,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -57359,11 +58066,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -57458,16 +58165,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -57478,11 +58185,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -57796,16 +58503,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -57816,11 +58523,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -58134,16 +58841,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -58154,11 +58861,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -58472,16 +59179,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -58492,11 +59199,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -58810,16 +59517,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -58830,11 +59537,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -59187,16 +59894,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -59207,11 +59914,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -59525,16 +60232,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -59545,11 +60252,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -59863,16 +60570,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -59883,11 +60590,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -60140,16 +60847,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -60160,11 +60867,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -60259,16 +60966,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -60279,11 +60986,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -60597,16 +61304,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -60617,11 +61324,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -60652,7 +61359,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2409", "id": 250090070, @@ -60935,16 +61645,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -60955,11 +61665,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -61154,16 +61864,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -61174,11 +61884,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -61273,16 +61983,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -61293,11 +62003,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -61328,10 +62038,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2406", "id": 249978284, @@ -61495,16 +62202,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -61515,11 +62222,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -61614,16 +62321,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -61634,11 +62341,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -61952,16 +62659,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -61972,11 +62679,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -62282,16 +62989,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -62302,11 +63009,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -62620,16 +63327,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -62640,11 +63347,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -62977,16 +63684,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -62997,11 +63704,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -63315,16 +64022,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -63335,11 +64042,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -63653,16 +64360,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -63673,11 +64380,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -63991,16 +64698,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -64011,11 +64718,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -64210,16 +64917,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -64230,11 +64937,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -64329,16 +65036,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -64349,11 +65056,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -64548,16 +65255,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -64568,11 +65275,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -64667,16 +65374,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -64687,11 +65394,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -64905,16 +65612,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -64925,11 +65632,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -65024,16 +65731,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -65044,11 +65751,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -65243,16 +65950,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -65263,11 +65970,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -65362,16 +66069,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -65382,11 +66089,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -65600,16 +66307,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -65620,11 +66327,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -65719,16 +66426,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -65739,11 +66446,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -65938,16 +66645,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -65958,11 +66665,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -66057,16 +66764,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -66077,11 +66784,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -66276,16 +66983,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -66296,11 +67003,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -66395,16 +67102,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -66415,11 +67122,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -66625,16 +67332,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -66645,11 +67352,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -66744,16 +67451,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -66764,11 +67471,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -67082,16 +67789,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -67102,11 +67809,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -67327,16 +68034,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -67347,11 +68054,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -67572,16 +68279,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -67592,11 +68299,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -67910,16 +68617,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -67930,11 +68637,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -68233,16 +68940,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -68253,11 +68960,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -68471,16 +69178,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -68491,11 +69198,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -68590,16 +69297,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -68610,11 +69317,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -68809,16 +69516,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -68829,11 +69536,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -68928,16 +69635,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -68948,11 +69655,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -69139,16 +69846,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -69159,11 +69866,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -69258,16 +69965,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -69278,11 +69985,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -69493,16 +70200,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -69513,11 +70220,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -69612,16 +70319,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -69632,11 +70339,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -69831,16 +70538,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -69851,11 +70558,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -69950,16 +70657,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -69970,11 +70677,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -70273,16 +70980,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -70293,11 +71000,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -70492,16 +71199,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -70512,11 +71219,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -70611,16 +71318,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -70631,11 +71338,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -70666,7 +71373,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2349", "id": 245935423, @@ -70838,16 +71548,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -70858,11 +71568,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -70957,16 +71667,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -70977,11 +71687,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -71195,16 +71905,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -71215,11 +71925,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -71314,16 +72024,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -71334,11 +72044,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -71369,10 +72079,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2343", "id": 245686369, @@ -71536,16 +72243,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -71556,11 +72263,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -71655,16 +72362,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -71675,11 +72382,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -71993,16 +72700,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -72013,11 +72720,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -72212,16 +72919,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -72232,11 +72939,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -72331,16 +73038,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -72351,11 +73058,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -72669,16 +73376,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -72689,11 +73396,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -73007,16 +73714,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -73027,11 +73734,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -73245,16 +73952,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -73265,11 +73972,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -73364,16 +74071,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -73384,11 +74091,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -73583,16 +74290,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -73603,11 +74310,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -73702,16 +74409,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -73722,11 +74429,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -73921,16 +74628,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -73941,11 +74648,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -74040,16 +74747,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -74060,11 +74767,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -74259,16 +74966,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -74279,11 +74986,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -74378,16 +75085,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -74398,11 +75105,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -74597,16 +75304,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -74617,11 +75324,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -74716,16 +75423,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -74736,11 +75443,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -74935,16 +75642,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -74955,11 +75662,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -75054,16 +75761,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -75074,11 +75781,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -75392,16 +76099,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -75412,11 +76119,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -75722,16 +76429,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -75742,11 +76449,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -75960,16 +76667,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -75980,11 +76687,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -76079,16 +76786,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -76099,11 +76806,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -76417,16 +77124,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -76437,11 +77144,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -76763,16 +77470,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -76783,11 +77490,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -77109,16 +77816,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -77129,11 +77836,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -77447,16 +78154,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -77467,11 +78174,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -77705,16 +78412,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -77725,11 +78432,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -77824,16 +78531,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -77844,11 +78551,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -78154,16 +78861,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -78174,11 +78881,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -78492,16 +79199,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -78512,11 +79219,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -78830,16 +79537,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -78850,11 +79557,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -79168,16 +79875,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -79188,11 +79895,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -79387,16 +80094,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -79407,11 +80114,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -79506,16 +80213,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -79526,11 +80233,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -79725,16 +80432,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -79745,11 +80452,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -79844,16 +80551,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -79864,11 +80571,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -80063,16 +80770,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -80083,11 +80790,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -80182,16 +80889,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -80202,11 +80909,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -80412,16 +81119,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -80432,11 +81139,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -80531,16 +81238,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -80551,11 +81258,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -80869,16 +81576,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -80889,11 +81596,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -80924,7 +81631,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2296", "id": 242393527, @@ -81207,16 +81917,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -81227,11 +81937,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -81545,16 +82255,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -81565,11 +82275,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -81600,10 +82310,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2293", "id": 242200617, @@ -81786,16 +82493,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -81806,11 +82513,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -81905,16 +82612,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -81925,11 +82632,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -82124,16 +82831,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -82144,11 +82851,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -82243,16 +82950,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -82263,11 +82970,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -82581,16 +83288,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -82601,11 +83308,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -82919,16 +83626,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -82939,11 +83646,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -83257,16 +83964,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -83277,11 +83984,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -83595,16 +84302,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -83615,11 +84322,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -83933,16 +84640,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -83953,11 +84660,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -84152,16 +84859,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -84172,11 +84879,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -84271,16 +84978,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -84291,11 +84998,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -84601,16 +85308,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -84621,11 +85328,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -84947,16 +85654,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -84967,11 +85674,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -85293,16 +86000,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -85313,11 +86020,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -85512,16 +86219,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -85532,11 +86239,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -85631,16 +86338,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -85651,11 +86358,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -85850,16 +86557,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -85870,11 +86577,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -85969,16 +86676,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -85989,11 +86696,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -86307,16 +87014,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -86327,11 +87034,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -86645,16 +87352,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -86665,11 +87372,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -86983,16 +87690,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -87003,11 +87710,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -87321,16 +88028,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -87341,11 +88048,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -87659,16 +88366,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -87679,11 +88386,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -87997,16 +88704,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -88017,11 +88724,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -88335,16 +89042,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -88355,11 +89062,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -88580,16 +89287,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -88600,11 +89307,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -88918,16 +89625,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -88938,11 +89645,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -89171,16 +89878,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -89191,11 +89898,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -89416,16 +90123,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -89436,11 +90143,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -89674,16 +90381,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -89694,11 +90401,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -89793,16 +90500,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -89813,11 +90520,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -90131,16 +90838,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -90151,11 +90858,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -90368,16 +91075,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -90388,11 +91095,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -90613,16 +91320,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -90633,11 +91340,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -90668,7 +91375,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2249", "id": 240700965, @@ -90858,16 +91568,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -90878,11 +91588,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -91103,16 +91813,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -91123,11 +91833,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -91158,10 +91868,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2245", "id": 240586767, @@ -91384,16 +92091,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -91404,11 +92111,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -91503,16 +92210,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -91523,11 +92230,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -91760,16 +92467,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -91780,11 +92487,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -91879,16 +92586,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -91899,11 +92606,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -92098,16 +92805,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -92118,11 +92825,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -92217,16 +92924,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -92237,11 +92944,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -92436,16 +93143,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -92456,11 +93163,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -92555,16 +93262,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -92575,11 +93282,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -92774,16 +93481,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -92794,11 +93501,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -92893,16 +93600,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -92913,11 +93620,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -93112,16 +93819,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -93132,11 +93839,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -93231,16 +93938,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -93251,11 +93958,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -93450,16 +94157,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -93470,11 +94177,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -93569,16 +94276,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -93589,11 +94296,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -93788,16 +94495,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -93808,11 +94515,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -93907,16 +94614,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -93927,11 +94634,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -94126,16 +94833,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -94146,11 +94853,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -94245,16 +94952,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -94265,11 +94972,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -94583,16 +95290,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -94603,11 +95310,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -94802,16 +95509,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -94822,11 +95529,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -94921,16 +95628,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -94941,11 +95648,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -95159,16 +95866,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -95179,11 +95886,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -95278,16 +95985,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -95298,11 +96005,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -95516,16 +96223,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -95536,11 +96243,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -95635,16 +96342,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -95655,11 +96362,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -95854,16 +96561,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -95874,11 +96581,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -95973,16 +96680,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -95993,11 +96700,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -96192,16 +96899,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -96212,11 +96919,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -96311,16 +97018,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -96331,11 +97038,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -96649,16 +97356,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -96669,11 +97376,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -96998,16 +97705,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -97018,11 +97725,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -97336,16 +98043,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -97356,11 +98063,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -97574,16 +98281,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -97594,11 +98301,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -97693,16 +98400,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -97713,11 +98420,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -97912,16 +98619,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -97932,11 +98639,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -98031,16 +98738,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -98051,11 +98758,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -98369,16 +99076,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -98389,11 +99096,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -98607,16 +99314,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -98627,11 +99334,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -98726,16 +99433,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -98746,11 +99453,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -98983,16 +99690,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -99003,11 +99710,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -99102,16 +99809,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -99122,11 +99829,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -99321,16 +100028,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -99341,11 +100048,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -99440,16 +100147,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -99460,11 +100167,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -99685,16 +100392,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -99705,11 +100412,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -99930,16 +100637,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -99950,11 +100657,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -100268,16 +100975,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -100288,11 +100995,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -100606,16 +101313,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -100626,11 +101333,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -100661,7 +101368,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2189", "id": 238886471, @@ -100825,16 +101535,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -100845,11 +101555,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -100944,16 +101654,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -100964,11 +101674,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -101163,16 +101873,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -101183,11 +101893,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -101282,16 +101992,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -101302,11 +102012,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -101337,10 +102047,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2187", "id": 238870177, @@ -101504,16 +102211,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -101524,11 +102231,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -101623,16 +102330,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -101643,11 +102350,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -101842,16 +102549,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -101862,11 +102569,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -101961,16 +102668,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -101981,11 +102688,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -102180,16 +102887,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -102200,11 +102907,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -102299,16 +103006,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -102319,11 +103026,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -102518,16 +103225,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -102538,11 +103245,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -102637,16 +103344,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -102657,11 +103364,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -102856,16 +103563,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -102876,11 +103583,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -102975,16 +103682,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -102995,11 +103702,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -103313,16 +104020,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -103333,11 +104040,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -103636,16 +104343,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -103656,11 +104363,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -103974,16 +104681,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -103994,11 +104701,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -104312,16 +105019,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -104332,11 +105039,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -104531,16 +105238,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -104551,11 +105258,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -104650,16 +105357,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -104670,11 +105377,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -104988,16 +105695,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -105008,11 +105715,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -105239,16 +105946,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -105259,11 +105966,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -105358,16 +106065,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -105378,11 +106085,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -105596,16 +106303,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -105616,11 +106323,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -105715,16 +106422,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -105735,11 +106442,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -105960,16 +106667,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -105980,11 +106687,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -106306,16 +107013,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -106326,11 +107033,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -106644,16 +107351,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -106664,11 +107371,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -106982,16 +107689,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -107002,11 +107709,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -107320,16 +108027,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -107340,11 +108047,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -107658,16 +108365,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -107678,11 +108385,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -107981,16 +108688,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -108001,11 +108708,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -108200,16 +108907,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -108220,11 +108927,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -108319,16 +109026,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -108339,11 +109046,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -108538,16 +109245,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -108558,11 +109265,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -108657,16 +109364,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -108677,11 +109384,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -108876,16 +109583,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -108896,11 +109603,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -108995,16 +109702,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -109015,11 +109722,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -109214,16 +109921,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -109234,11 +109941,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -109333,16 +110040,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -109353,11 +110060,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -109578,16 +110285,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -109598,11 +110305,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -109797,16 +110504,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -109817,11 +110524,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -109916,16 +110623,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -109936,11 +110643,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -110254,16 +110961,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -110274,11 +110981,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -110473,16 +111180,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -110493,11 +111200,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -110592,16 +111299,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -110612,11 +111319,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -110647,7 +111354,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2109", "id": 237194874, @@ -110930,16 +111640,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -110950,11 +111660,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -111268,16 +111978,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -111288,11 +111998,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -111323,10 +112033,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2107", "id": 237185427, @@ -111609,16 +112316,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -111629,11 +112336,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -111813,16 +112520,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -111833,11 +112540,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -111932,16 +112639,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -111952,11 +112659,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -112281,16 +112988,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -112301,11 +113008,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -112657,16 +113364,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -112677,11 +113384,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -112895,16 +113602,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -112915,11 +113622,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -113014,16 +113721,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -113034,11 +113741,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -113352,16 +114059,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -113372,11 +114079,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -113690,16 +114397,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -113710,11 +114417,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -113909,16 +114616,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -113929,11 +114636,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -114028,16 +114735,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -114048,11 +114755,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -114247,16 +114954,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -114267,11 +114974,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -114366,16 +115073,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -114386,11 +115093,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -114723,16 +115430,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -114743,11 +115450,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -114942,16 +115649,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -114962,11 +115669,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -115061,16 +115768,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -115081,11 +115788,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -115399,16 +116106,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -115419,11 +116126,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -115737,16 +116444,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -115757,11 +116464,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -115956,16 +116663,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -115976,11 +116683,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -116075,16 +116782,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -116095,11 +116802,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -116313,16 +117020,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -116333,11 +117040,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -116432,16 +117139,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -116452,11 +117159,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -116770,16 +117477,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -116790,11 +117497,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -117108,16 +117815,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -117128,11 +117835,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -117327,16 +118034,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -117347,11 +118054,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -117446,16 +118153,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -117466,11 +118173,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -117665,16 +118372,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -117685,11 +118392,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -117784,16 +118491,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -117804,11 +118511,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -118122,16 +118829,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -118142,11 +118849,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -118341,16 +119048,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -118361,11 +119068,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -118460,16 +119167,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -118480,11 +119187,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -118798,16 +119505,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -118818,11 +119525,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -119136,16 +119843,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -119156,11 +119863,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -119347,16 +120054,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -119367,11 +120074,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -119466,16 +120173,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -119486,11 +120193,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -119685,16 +120392,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -119705,11 +120412,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -119804,16 +120511,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -119824,11 +120531,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -120023,16 +120730,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -120043,11 +120750,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -120142,16 +120849,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -120162,11 +120869,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -120400,16 +121107,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -120420,11 +121127,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -120519,16 +121226,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -120539,11 +121246,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -120857,16 +121564,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -120877,11 +121584,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -120912,7 +121619,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2062", "id": 234236845, @@ -121095,16 +121805,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -121115,11 +121825,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -121214,16 +121924,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -121234,11 +121944,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -121433,16 +122143,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -121453,11 +122163,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -121552,16 +122262,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -121572,11 +122282,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -121607,10 +122317,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2056", "id": 233691118, @@ -121793,16 +122500,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -121813,11 +122520,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -121912,16 +122619,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -121932,11 +122639,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -122250,16 +122957,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -122270,11 +122977,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -122573,16 +123280,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -122593,11 +123300,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -122911,16 +123618,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -122931,11 +123638,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -123249,16 +123956,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -123269,11 +123976,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -123468,16 +124175,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -123488,11 +124195,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -123587,16 +124294,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -123607,11 +124314,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -123798,16 +124505,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -123818,11 +124525,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -123917,16 +124624,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -123937,11 +124644,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -124144,16 +124851,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -124164,11 +124871,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -124263,16 +124970,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -124283,11 +124990,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -124490,16 +125197,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -124510,11 +125217,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -124609,16 +125316,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -124629,11 +125336,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -124947,16 +125654,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -124967,11 +125674,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -125285,16 +125992,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -125305,11 +126012,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -125496,16 +126203,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -125516,11 +126223,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -125615,16 +126322,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -125635,11 +126342,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -125838,16 +126545,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -125858,11 +126565,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -125957,16 +126664,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -125977,11 +126684,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -126176,16 +126883,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -126196,11 +126903,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -126295,16 +127002,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -126315,11 +127022,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -126633,16 +127340,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -126653,11 +127360,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -126971,16 +127678,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -126991,11 +127698,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -127209,16 +127916,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -127229,11 +127936,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -127328,16 +128035,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -127348,11 +128055,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -127547,16 +128254,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -127567,11 +128274,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -127666,16 +128373,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -127686,11 +128393,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -128004,16 +128711,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -128024,11 +128731,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -128223,16 +128930,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -128243,11 +128950,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -128342,16 +129049,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -128362,11 +129069,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -128561,16 +129268,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -128581,11 +129288,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -128680,16 +129387,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -128700,11 +129407,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -128899,16 +129606,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -128919,11 +129626,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -129018,16 +129725,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -129038,11 +129745,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -129237,16 +129944,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -129257,11 +129964,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -129356,16 +130063,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -129376,11 +130083,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -129575,16 +130282,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -129595,11 +130302,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -129694,16 +130401,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -129714,11 +130421,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -129913,16 +130620,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -129933,11 +130640,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -130032,16 +130739,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -130052,11 +130759,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -130255,16 +130962,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -130275,11 +130982,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -130374,16 +131081,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -130394,11 +131101,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -130612,16 +131319,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -130632,11 +131339,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -130731,16 +131438,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -130751,11 +131458,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -131054,16 +131761,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -131074,11 +131781,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -131109,7 +131816,10 @@ } }, "author_association": "NONE" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2020", "id": 231883742, @@ -131273,16 +131983,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -131293,11 +132003,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -131392,16 +132102,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -131412,11 +132122,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -131730,16 +132440,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -131750,11 +132460,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -131785,10 +132495,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/2016", "id": 231704645, @@ -132071,16 +132778,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -132091,11 +132798,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -132409,16 +133116,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -132429,11 +133136,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -132628,16 +133335,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -132648,11 +133355,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -132747,16 +133454,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -132767,11 +133474,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -132985,16 +133692,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -133005,11 +133712,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -133104,16 +133811,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -133124,11 +133831,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -133434,16 +134141,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -133454,11 +134161,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -133653,16 +134360,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -133673,11 +134380,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -133772,16 +134479,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -133792,11 +134499,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -133991,16 +134698,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -134011,11 +134718,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -134110,16 +134817,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -134130,11 +134837,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -134448,16 +135155,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -134468,11 +135175,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -134667,16 +135374,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -134687,11 +135394,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -134786,16 +135493,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -134806,11 +135513,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -135005,16 +135712,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -135025,11 +135732,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -135124,16 +135831,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -135144,11 +135851,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -135481,16 +136188,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -135501,11 +136208,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -135700,16 +136407,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -135720,11 +136427,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -135819,16 +136526,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -135839,11 +136546,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -136157,16 +136864,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -136177,11 +136884,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -136495,16 +137202,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -136515,11 +137222,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -136833,16 +137540,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -136853,11 +137560,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -137052,16 +137759,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -137072,11 +137779,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -137171,16 +137878,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -137191,11 +137898,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -137390,16 +138097,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -137410,11 +138117,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -137509,16 +138216,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -137529,11 +138236,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -137866,16 +138573,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -137886,11 +138593,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -138204,16 +138911,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -138224,11 +138931,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -138542,16 +139249,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -138562,11 +139269,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -138865,16 +139572,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -138885,11 +139592,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -139188,16 +139895,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -139208,11 +139915,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -139407,16 +140114,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -139427,11 +140134,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -139526,16 +140233,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -139546,11 +140253,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -139864,16 +140571,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -139884,11 +140591,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -140102,16 +140809,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -140122,11 +140829,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -140221,16 +140928,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -140241,11 +140948,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -140440,16 +141147,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -140460,11 +141167,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -140559,16 +141266,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -140579,11 +141286,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -140770,16 +141477,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -140790,11 +141497,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -140889,16 +141596,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -140909,11 +141616,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -141108,16 +141815,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -141128,11 +141835,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -141227,16 +141934,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -141247,11 +141954,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -141282,7 +141989,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1963", "id": 228217567, @@ -141438,16 +142148,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -141458,11 +142168,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -141557,16 +142267,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -141577,11 +142287,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -141787,16 +142497,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -141807,11 +142517,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -141906,16 +142616,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -141926,11 +142636,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -141961,10 +142671,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1961", "id": 228126773, @@ -142128,16 +142835,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -142148,11 +142855,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -142247,16 +142954,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -142267,11 +142974,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -142466,16 +143173,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -142486,11 +143193,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -142585,16 +143292,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -142605,11 +143312,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -142804,16 +143511,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -142824,11 +143531,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -142923,16 +143630,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -142943,11 +143650,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -143142,16 +143849,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -143162,11 +143869,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -143261,16 +143968,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -143281,11 +143988,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -143480,16 +144187,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -143500,11 +144207,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -143599,16 +144306,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -143619,11 +144326,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -143818,16 +144525,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -143838,11 +144545,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -143937,16 +144644,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -143957,11 +144664,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -144156,16 +144863,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -144176,11 +144883,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -144275,16 +144982,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -144295,11 +145002,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -144494,16 +145201,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -144514,11 +145221,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -144613,16 +145320,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -144633,11 +145340,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -144832,16 +145539,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -144852,11 +145559,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -144951,16 +145658,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -144971,11 +145678,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -145162,16 +145869,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -145182,11 +145889,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -145281,16 +145988,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -145301,11 +146008,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -145492,16 +146199,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -145512,11 +146219,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -145611,16 +146318,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -145631,11 +146338,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -145830,16 +146537,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -145850,11 +146557,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -145949,16 +146656,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -145969,11 +146676,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -146187,16 +146894,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -146207,11 +146914,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -146306,16 +147013,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -146326,11 +147033,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -146536,16 +147243,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -146556,11 +147263,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -146655,16 +147362,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -146675,11 +147382,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -146874,16 +147581,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -146894,11 +147601,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -146993,16 +147700,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -147013,11 +147720,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -147316,16 +148023,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -147336,11 +148043,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -147639,16 +148346,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -147659,11 +148366,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -147884,16 +148591,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -147904,11 +148611,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -148122,16 +148829,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -148142,11 +148849,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -148241,16 +148948,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -148261,11 +148968,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -148564,16 +149271,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -148584,11 +149291,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -148822,16 +149529,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -148842,11 +149549,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -148941,16 +149648,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -148961,11 +149668,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -149160,16 +149867,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -149180,11 +149887,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -149279,16 +149986,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -149299,11 +150006,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -149498,16 +150205,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -149518,11 +150225,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -149617,16 +150324,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -149637,11 +150344,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -149836,16 +150543,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -149856,11 +150563,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -149955,16 +150662,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -149975,11 +150682,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -150293,16 +151000,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -150313,11 +151020,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -150512,16 +151219,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -150532,11 +151239,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -150631,16 +151338,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -150651,11 +151358,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -150858,16 +151565,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -150878,11 +151585,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -150977,16 +151684,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -150997,11 +151704,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -151227,16 +151934,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -151247,11 +151954,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -151346,16 +152053,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -151366,11 +152073,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -151401,7 +152108,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1916", "id": 225831109, @@ -151684,16 +152394,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -151704,11 +152414,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -152022,16 +152732,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -152042,11 +152752,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -152077,10 +152787,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1914", "id": 225782249, @@ -152355,16 +153062,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -152375,11 +153082,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -152574,16 +153281,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -152594,11 +153301,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -152693,16 +153400,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -152713,11 +153420,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -152931,16 +153638,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -152951,11 +153658,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -153050,16 +153757,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -153070,11 +153777,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -153261,16 +153968,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -153281,11 +153988,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -153380,16 +154087,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -153400,11 +154107,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -153626,16 +154333,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -153646,11 +154353,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -153745,16 +154452,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -153765,11 +154472,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -153964,16 +154671,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -153984,11 +154691,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -154083,16 +154790,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -154103,11 +154810,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -154302,16 +155009,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -154322,11 +155029,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -154421,16 +155128,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -154441,11 +155148,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -154640,16 +155347,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -154660,11 +155367,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -154759,16 +155466,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -154779,11 +155486,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -154978,16 +155685,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -154998,11 +155705,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -155097,16 +155804,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -155117,11 +155824,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -155420,16 +156127,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -155440,11 +156147,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -155658,16 +156365,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -155678,11 +156385,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -155777,16 +156484,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -155797,11 +156504,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -156004,16 +156711,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -156024,11 +156731,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -156123,16 +156830,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -156143,11 +156850,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -156334,16 +157041,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -156354,11 +157061,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -156453,16 +157160,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -156473,11 +157180,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -156691,16 +157398,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -156711,11 +157418,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -156810,16 +157517,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -156830,11 +157537,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -157029,16 +157736,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -157049,11 +157756,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -157148,16 +157855,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -157168,11 +157875,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -157471,16 +158178,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -157491,11 +158198,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -157809,16 +158516,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -157829,11 +158536,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -158028,16 +158735,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -158048,11 +158755,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -158147,16 +158854,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -158167,11 +158874,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -158366,16 +159073,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -158386,11 +159093,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -158485,16 +159192,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -158505,11 +159212,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -158696,16 +159403,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -158716,11 +159423,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -158815,16 +159522,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -158835,11 +159542,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -159034,16 +159741,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -159054,11 +159761,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -159153,16 +159860,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -159173,11 +159880,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -159372,16 +160079,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -159392,11 +160099,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -159491,16 +160198,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -159511,11 +160218,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -159710,16 +160417,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -159730,11 +160437,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -159829,16 +160536,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -159849,11 +160556,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -160112,16 +160819,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -160132,11 +160839,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -160231,16 +160938,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -160251,11 +160958,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -160450,16 +161157,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -160470,11 +161177,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -160569,16 +161276,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -160589,11 +161296,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -160892,16 +161599,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -160912,11 +161619,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -161215,16 +161922,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -161235,11 +161942,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -161553,16 +162260,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -161573,11 +162280,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -161608,7 +162315,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1862", "id": 223440160, @@ -161791,16 +162501,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -161811,11 +162521,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -161910,16 +162620,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -161930,11 +162640,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -162233,16 +162943,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -162253,11 +162963,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -162288,10 +162998,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1859", "id": 223037992, @@ -162440,16 +163147,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -162460,11 +163167,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -162559,16 +163266,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -162579,11 +163286,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -162763,16 +163470,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -162783,11 +163490,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -162882,16 +163589,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -162902,11 +163609,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -163220,16 +163927,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -163240,11 +163947,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -163439,16 +164146,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -163459,11 +164166,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -163558,16 +164265,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -163578,11 +164285,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -163881,16 +164588,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -163901,11 +164608,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -164204,16 +164911,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -164224,11 +164931,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -164527,16 +165234,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -164547,11 +165254,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -164850,16 +165557,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -164870,11 +165577,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -165173,16 +165880,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -165193,11 +165900,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -165396,16 +166103,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -165416,11 +166123,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -165515,16 +166222,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -165535,11 +166242,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -165734,16 +166441,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -165754,11 +166461,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -165853,16 +166560,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -165873,11 +166580,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -166072,16 +166779,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -166092,11 +166799,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -166191,16 +166898,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -166211,11 +166918,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -166402,16 +167109,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -166422,11 +167129,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -166521,16 +167228,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -166541,11 +167248,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -166744,16 +167451,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -166764,11 +167471,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -166863,16 +167570,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -166883,11 +167590,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -167082,16 +167789,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -167102,11 +167809,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -167201,16 +167908,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -167221,11 +167928,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -167424,16 +168131,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -167444,11 +168151,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -167543,16 +168250,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -167563,11 +168270,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -167747,16 +168454,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -167767,11 +168474,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -167866,16 +168573,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -167886,11 +168593,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -168189,16 +168896,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -168209,11 +168916,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -168512,16 +169219,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -168532,11 +169239,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -168835,16 +169542,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -168855,11 +169562,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -169039,16 +169746,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -169059,11 +169766,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -169158,16 +169865,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -169178,11 +169885,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -169481,16 +170188,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -169501,11 +170208,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -169804,16 +170511,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -169824,11 +170531,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -170047,16 +170754,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -170067,11 +170774,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -170166,16 +170873,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -170186,11 +170893,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -170385,16 +171092,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -170405,11 +171112,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -170504,16 +171211,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -170524,11 +171231,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -170742,16 +171449,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -170762,11 +171469,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -170861,16 +171568,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -170881,11 +171588,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -171080,16 +171787,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -171100,11 +171807,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -171199,16 +171906,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -171219,11 +171926,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -171522,16 +172229,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -171542,11 +172249,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -171577,7 +172284,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1802", "id": 218186006, @@ -171845,16 +172555,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -171865,11 +172575,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -172068,16 +172778,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -172088,11 +172798,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -172187,16 +172897,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -172207,11 +172917,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -172242,10 +172952,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1800", "id": 218167210, @@ -172513,16 +173220,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -172533,11 +173240,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -172724,16 +173431,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -172744,11 +173451,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -172843,16 +173550,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -172863,11 +173570,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -173047,16 +173754,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -173067,11 +173774,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -173166,16 +173873,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -173186,11 +173893,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -173377,16 +174084,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -173397,11 +174104,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -173496,16 +174203,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -173516,11 +174223,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -173734,16 +174441,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -173754,11 +174461,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -173853,16 +174560,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -173873,11 +174580,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -174064,16 +174771,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -174084,11 +174791,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -174183,16 +174890,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -174203,11 +174910,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -174433,16 +175140,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -174453,11 +175160,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -174552,16 +175259,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -174572,11 +175279,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -174763,16 +175470,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -174783,11 +175490,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -174882,16 +175589,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -174902,11 +175609,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -175101,16 +175808,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -175121,11 +175828,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -175220,16 +175927,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -175240,11 +175947,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -175431,16 +176138,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -175451,11 +176158,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -175550,16 +176257,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -175570,11 +176277,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -175873,16 +176580,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -175893,11 +176600,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -176196,16 +176903,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -176216,11 +176923,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -176439,16 +177146,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -176459,11 +177166,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -176558,16 +177265,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -176578,11 +177285,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -176781,16 +177488,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -176801,11 +177508,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -176900,16 +177607,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -176920,11 +177627,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -177130,16 +177837,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -177150,11 +177857,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -177249,16 +177956,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -177269,11 +177976,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -177572,16 +178279,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -177592,11 +178299,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -177902,16 +178609,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -177922,11 +178629,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -178147,16 +178854,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -178167,11 +178874,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -178366,16 +179073,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -178386,11 +179093,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -178485,16 +179192,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -178505,11 +179212,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -178823,16 +179530,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -178843,11 +179550,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -179153,16 +179860,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -179173,11 +179880,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -179357,16 +180064,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -179377,11 +180084,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -179476,16 +180183,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -179496,11 +180203,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -179706,16 +180413,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -179726,11 +180433,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -179825,16 +180532,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -179845,11 +180552,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -180163,16 +180870,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -180183,11 +180890,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -180501,16 +181208,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -180521,11 +181228,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -180712,16 +181419,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -180732,11 +181439,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -180831,16 +181538,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -180851,11 +181558,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -181061,16 +181768,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -181081,11 +181788,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -181180,16 +181887,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -181200,11 +181907,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -181391,16 +182098,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -181411,11 +182118,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -181510,16 +182217,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -181530,11 +182237,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -181565,7 +182272,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1760", "id": 216159972, @@ -181714,16 +182424,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -181734,11 +182444,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -181833,16 +182543,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -181853,11 +182563,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -182091,16 +182801,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -182111,11 +182821,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -182210,16 +182920,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -182230,11 +182940,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -182265,10 +182975,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1758", "id": 216088882, @@ -182536,16 +183243,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -182556,11 +183263,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -182859,16 +183566,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -182879,11 +183586,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -183182,16 +183889,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -183202,11 +183909,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -183505,16 +184212,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -183525,11 +184232,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -183828,16 +184535,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -183848,11 +184555,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -184151,16 +184858,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -184171,11 +184878,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -184474,16 +185181,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -184494,11 +185201,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -184812,16 +185519,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -184832,11 +185539,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -185150,16 +185857,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -185170,11 +185877,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -185369,16 +186076,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -185389,11 +186096,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -185488,16 +186195,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -185508,11 +186215,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -185826,16 +186533,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -185846,11 +186553,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -186164,16 +186871,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -186184,11 +186891,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -186502,16 +187209,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -186522,11 +187229,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -186848,16 +187555,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -186868,11 +187575,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -187186,16 +187893,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -187206,11 +187913,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -187423,16 +188130,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -187443,11 +188150,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -187660,16 +188367,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -187680,11 +188387,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -187918,16 +188625,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -187938,11 +188645,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -188037,16 +188744,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -188057,11 +188764,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -188241,16 +188948,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -188261,11 +188968,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -188360,16 +189067,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -188380,11 +189087,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -188579,16 +189286,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -188599,11 +189306,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -188698,16 +189405,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -188718,11 +189425,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -188917,16 +189624,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -188937,11 +189644,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -189036,16 +189743,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -189056,11 +189763,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -189255,16 +189962,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -189275,11 +189982,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -189374,16 +190081,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -189394,11 +190101,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -189593,16 +190300,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -189613,11 +190320,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -189712,16 +190419,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -189732,11 +190439,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -189939,16 +190646,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -189959,11 +190666,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -190058,16 +190765,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -190078,11 +190785,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -190277,16 +190984,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -190297,11 +191004,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -190396,16 +191103,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -190416,11 +191123,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -190615,16 +191322,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -190635,11 +191342,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -190734,16 +191441,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -190754,11 +191461,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -190953,16 +191660,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -190973,11 +191680,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -191072,16 +191779,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -191092,11 +191799,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -191395,16 +192102,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -191415,11 +192122,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -191450,7 +192157,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1700", "id": 210469187, @@ -191718,16 +192428,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -191738,11 +192448,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -192041,16 +192751,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -192061,11 +192771,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -192096,10 +192806,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1698", "id": 210362408, @@ -192367,16 +193074,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -192387,11 +193094,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -192690,16 +193397,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -192710,11 +193417,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -193013,16 +193720,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -193033,11 +193740,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -193336,16 +194043,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -193356,11 +194063,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -193659,16 +194366,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -193679,11 +194386,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -193997,16 +194704,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -194017,11 +194724,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -194320,16 +195027,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -194340,11 +195047,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -194658,16 +195365,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -194678,11 +195385,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -194981,16 +195688,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -195001,11 +195708,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -195200,16 +195907,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -195220,11 +195927,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -195319,16 +196026,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -195339,11 +196046,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -195538,16 +196245,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -195558,11 +196265,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -195657,16 +196364,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -195677,11 +196384,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -195876,16 +196583,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -195896,11 +196603,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -195995,16 +196702,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -196015,11 +196722,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -196214,16 +196921,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -196234,11 +196941,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -196333,16 +197040,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -196353,11 +197060,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -196552,16 +197259,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -196572,11 +197279,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -196671,16 +197378,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -196691,11 +197398,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -197009,16 +197716,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -197029,11 +197736,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -197332,16 +198039,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -197352,11 +198059,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -197536,16 +198243,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -197556,11 +198263,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -197655,16 +198362,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -197675,11 +198382,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -197893,16 +198600,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -197913,11 +198620,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -198012,16 +198719,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -198032,11 +198739,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -198223,16 +198930,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -198243,11 +198950,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -198342,16 +199049,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -198362,11 +199069,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -198672,16 +199379,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -198692,11 +199399,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -199010,16 +199717,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -199030,11 +199737,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -199348,16 +200055,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -199368,11 +200075,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -199593,16 +200300,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -199613,11 +200320,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -199812,16 +200519,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -199832,11 +200539,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -199931,16 +200638,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -199951,11 +200658,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -200142,16 +200849,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -200162,11 +200869,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -200261,16 +200968,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -200281,11 +200988,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -200511,16 +201218,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -200531,11 +201238,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -200630,16 +201337,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -200650,11 +201357,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -200968,16 +201675,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -200988,11 +201695,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -201306,16 +202013,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -201326,11 +202033,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -201361,7 +202068,10 @@ } }, "author_association": "NONE" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1643", "id": 207169223, @@ -201564,16 +202274,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -201584,11 +202294,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -201683,16 +202393,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -201703,11 +202413,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -201902,16 +202612,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -201922,11 +202632,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -202021,16 +202731,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -202041,11 +202751,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -202076,10 +202786,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1641", "id": 207159803, @@ -202243,16 +202950,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -202263,11 +202970,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -202362,16 +203069,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -202382,11 +203089,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -202581,16 +203288,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -202601,11 +203308,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -202700,16 +203407,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -202720,11 +203427,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -202911,16 +203618,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -202931,11 +203638,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -203030,16 +203737,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -203050,11 +203757,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -203260,16 +203967,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -203280,11 +203987,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -203379,16 +204086,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -203399,11 +204106,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -203702,16 +204409,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -203722,11 +204429,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -203925,16 +204632,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -203945,11 +204652,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -204044,16 +204751,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -204064,11 +204771,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -204248,16 +204955,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -204268,11 +204975,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -204367,16 +205074,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -204387,11 +205094,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -204705,16 +205412,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -204725,11 +205432,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -205035,16 +205742,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -205055,11 +205762,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -205358,16 +206065,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -205378,11 +206085,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -205696,16 +206403,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -205716,11 +206423,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -206034,16 +206741,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -206054,11 +206761,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -206245,16 +206952,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -206265,11 +206972,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -206364,16 +207071,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -206384,11 +207091,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -206594,16 +207301,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -206614,11 +207321,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -206713,16 +207420,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -206733,11 +207440,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -206924,16 +207631,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -206944,11 +207651,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -207043,16 +207750,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -207063,11 +207770,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -207247,16 +207954,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -207267,11 +207974,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -207366,16 +208073,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -207386,11 +208093,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -207577,16 +208284,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -207597,11 +208304,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -207696,16 +208403,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -207716,11 +208423,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -207907,16 +208614,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -207927,11 +208634,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -208026,16 +208733,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -208046,11 +208753,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -208245,16 +208952,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -208265,11 +208972,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -208364,16 +209071,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -208384,11 +209091,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -208602,16 +209309,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -208622,11 +209329,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -208721,16 +209428,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -208741,11 +209448,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -208940,16 +209647,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -208960,11 +209667,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -209059,16 +209766,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -209079,11 +209786,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -209297,16 +210004,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -209317,11 +210024,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -209416,16 +210123,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -209436,11 +210143,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -209746,16 +210453,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -209766,11 +210473,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -210069,16 +210776,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -210089,11 +210796,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -210407,16 +211114,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -210427,11 +211134,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -210756,16 +211463,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -210776,11 +211483,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -210960,16 +211667,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -210980,11 +211687,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -211079,16 +211786,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -211099,11 +211806,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -211402,16 +212109,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -211422,11 +212129,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -211457,7 +212164,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1597", "id": 203585235, @@ -211725,16 +212435,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -211745,11 +212455,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -212063,16 +212773,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -212083,11 +212793,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -212118,10 +212828,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1590", "id": 202744577, @@ -212404,16 +213111,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -212424,11 +213131,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -212742,16 +213449,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -212762,11 +213469,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -213080,16 +213787,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -213100,11 +213807,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -213418,16 +214125,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -213438,11 +214145,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -213756,16 +214463,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -213776,11 +214483,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -213994,16 +214701,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -214014,11 +214721,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -214113,16 +214820,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -214133,11 +214840,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -214343,16 +215050,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -214363,11 +215070,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -214462,16 +215169,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -214482,11 +215189,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -214685,16 +215392,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -214705,11 +215412,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -214804,16 +215511,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -214824,11 +215531,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -215142,16 +215849,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -215162,11 +215869,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -215472,16 +216179,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -215492,11 +216199,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -215741,16 +216448,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -215761,11 +216468,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -215945,16 +216652,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -215965,11 +216672,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -216064,16 +216771,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -216084,11 +216791,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -216283,16 +216990,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -216303,11 +217010,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -216402,16 +217109,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -216422,11 +217129,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -216625,16 +217332,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -216645,11 +217352,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -216744,16 +217451,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -216764,11 +217471,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -217067,16 +217774,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -217087,11 +217794,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -217290,16 +217997,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -217310,11 +218017,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -217409,16 +218116,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -217429,11 +218136,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -217613,16 +218320,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -217633,11 +218340,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -217732,16 +218439,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -217752,11 +218459,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -218055,16 +218762,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -218075,11 +218782,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -218378,16 +219085,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -218398,11 +219105,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -218589,16 +219296,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -218609,11 +219316,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -218708,16 +219415,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -218728,11 +219435,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -218927,16 +219634,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -218947,11 +219654,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -219046,16 +219753,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -219066,11 +219773,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -219369,16 +220076,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -219389,11 +220096,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -219580,16 +220287,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -219600,11 +220307,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -219699,16 +220406,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -219719,11 +220426,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -219918,16 +220625,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -219938,11 +220645,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -220037,16 +220744,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -220057,11 +220764,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -220256,16 +220963,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -220276,11 +220983,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -220375,16 +221082,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -220395,11 +221102,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -220586,16 +221293,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -220606,11 +221313,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -220705,16 +221412,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -220725,11 +221432,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -221043,16 +221750,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -221063,11 +221770,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -221247,16 +221954,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -221267,11 +221974,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -221366,16 +222073,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -221386,11 +222093,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -221421,7 +222128,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1548", "id": 200589297, @@ -221612,16 +222322,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -221632,11 +222342,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -221731,16 +222441,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -221751,11 +222461,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -221935,16 +222645,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -221955,11 +222665,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -222054,16 +222764,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -222074,11 +222784,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -222109,10 +222819,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1543", "id": 200488581, @@ -222395,16 +223102,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -222415,11 +223122,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -222614,16 +223321,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -222634,11 +223341,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -222733,16 +223440,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -222753,11 +223460,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -222937,16 +223644,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -222957,11 +223664,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -223056,16 +223763,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -223076,11 +223783,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -223260,16 +223967,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -223280,11 +223987,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -223379,16 +224086,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -223399,11 +224106,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -223717,16 +224424,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -223737,11 +224444,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -224047,16 +224754,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -224067,11 +224774,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -224377,16 +225084,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -224397,11 +225104,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -224715,16 +225422,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -224735,11 +225442,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -224953,16 +225660,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -224973,11 +225680,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -225072,16 +225779,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -225092,11 +225799,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -225291,16 +225998,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -225311,11 +226018,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -225410,16 +226117,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -225430,11 +226137,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -225621,16 +226328,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -225641,11 +226348,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -225740,16 +226447,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -225760,11 +226467,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -225959,16 +226666,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -225979,11 +226686,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -226078,16 +226785,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -226098,11 +226805,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -226297,16 +227004,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -226317,11 +227024,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -226416,16 +227123,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -226436,11 +227143,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -226635,16 +227342,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -226655,11 +227362,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -226754,16 +227461,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -226774,11 +227481,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -227011,16 +227718,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -227031,11 +227738,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -227130,16 +227837,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -227150,11 +227857,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -227453,16 +228160,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -227473,11 +228180,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -227672,16 +228379,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -227692,11 +228399,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -227791,16 +228498,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -227811,11 +228518,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -227995,16 +228702,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -228015,11 +228722,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -228114,16 +228821,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -228134,11 +228841,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -228352,16 +229059,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -228372,11 +229079,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -228471,16 +229178,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -228491,11 +229198,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -228794,16 +229501,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -228814,11 +229521,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -229024,16 +229731,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -229044,11 +229751,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -229143,16 +229850,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -229163,11 +229870,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -229362,16 +230069,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -229382,11 +230089,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -229481,16 +230188,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -229501,11 +230208,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -229804,16 +230511,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -229824,11 +230531,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -230127,16 +230834,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -230147,11 +230854,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -230457,16 +231164,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -230477,11 +231184,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -230795,16 +231502,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -230815,11 +231522,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -231014,16 +231721,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -231034,11 +231741,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -231133,16 +231840,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -231153,11 +231860,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -231352,16 +232059,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -231372,11 +232079,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -231471,16 +232178,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -231491,11 +232198,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -231526,7 +232233,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1499", "id": 198228239, @@ -231690,16 +232400,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -231710,11 +232420,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -231809,16 +232519,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -231829,11 +232539,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -232020,16 +232730,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -232040,11 +232750,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -232139,16 +232849,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -232159,11 +232869,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -232194,10 +232904,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1497", "id": 198186749, @@ -232380,16 +233087,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -232400,11 +233107,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -232499,16 +233206,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -232519,11 +233226,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -232718,16 +233425,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -232738,11 +233445,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -232837,16 +233544,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -232857,11 +233564,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -233167,16 +233874,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -233187,11 +233894,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -233505,16 +234212,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -233525,11 +234232,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -233828,16 +234535,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -233848,11 +234555,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -234032,16 +234739,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -234052,11 +234759,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -234151,16 +234858,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -234171,11 +234878,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -234355,16 +235062,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -234375,11 +235082,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -234474,16 +235181,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -234494,11 +235201,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -234685,16 +235392,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -234705,11 +235412,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -234804,16 +235511,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -234824,11 +235531,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -235034,16 +235741,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -235054,11 +235761,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -235153,16 +235860,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -235173,11 +235880,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -235476,16 +236183,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -235496,11 +236203,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -235680,16 +236387,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -235700,11 +236407,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -235799,16 +236506,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -235819,11 +236526,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -236003,16 +236710,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -236023,11 +236730,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -236122,16 +236829,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -236142,11 +236849,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -236333,16 +237040,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -236353,11 +237060,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -236452,16 +237159,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -236472,11 +237179,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -236663,16 +237370,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -236683,11 +237390,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -236782,16 +237489,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -236802,11 +237509,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -237001,16 +237708,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -237021,11 +237728,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -237120,16 +237827,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -237140,11 +237847,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -237339,16 +238046,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -237359,11 +238066,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -237458,16 +238165,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -237478,11 +238185,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -237677,16 +238384,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -237697,11 +238404,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -237796,16 +238503,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -237816,11 +238523,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -238026,16 +238733,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -238046,11 +238753,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -238145,16 +238852,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -238165,11 +238872,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -238403,16 +239110,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -238423,11 +239130,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -238522,16 +239229,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -238542,11 +239249,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -238765,16 +239472,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -238785,11 +239492,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -238884,16 +239591,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -238904,11 +239611,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -239222,16 +239929,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -239242,11 +239949,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -239460,16 +240167,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -239480,11 +240187,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -239579,16 +240286,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -239599,11 +240306,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -239941,16 +240648,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -239961,11 +240668,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -240160,16 +240867,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -240180,11 +240887,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -240279,16 +240986,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -240299,11 +241006,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -240517,16 +241224,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -240537,11 +241244,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -240636,16 +241343,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -240656,11 +241363,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -240966,16 +241673,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -240986,11 +241693,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -241244,16 +241951,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -241264,11 +241971,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -241363,16 +242070,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -241383,11 +242090,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -241701,16 +242408,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -241721,11 +242428,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -241756,7 +242463,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1441", "id": 194419548, @@ -241939,16 +242649,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -241959,11 +242669,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -242058,16 +242768,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -242078,11 +242788,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -242269,16 +242979,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -242289,11 +242999,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -242388,16 +243098,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -242408,11 +243118,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -242443,10 +243153,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1434", "id": 193811331, @@ -242721,16 +243428,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -242741,11 +243448,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -243044,16 +243751,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -243064,11 +243771,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -243263,16 +243970,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -243283,11 +243990,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -243382,16 +244089,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -243402,11 +244109,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -243601,16 +244308,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -243621,11 +244328,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -243720,16 +244427,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -243740,11 +244447,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -243958,16 +244665,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -243978,11 +244685,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -244077,16 +244784,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -244097,11 +244804,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -244296,16 +245003,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -244316,11 +245023,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -244415,16 +245122,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -244435,11 +245142,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -244626,16 +245333,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -244646,11 +245353,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -244745,16 +245452,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -244765,11 +245472,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -245083,16 +245790,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -245103,11 +245810,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -245421,16 +246128,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -245441,11 +246148,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -245640,16 +246347,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -245660,11 +246367,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -245759,16 +246466,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -245779,11 +246486,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -245978,16 +246685,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -245998,11 +246705,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -246097,16 +246804,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -246117,11 +246824,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -246427,16 +247134,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -246447,11 +247154,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -246672,16 +247379,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -246692,11 +247399,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -246909,16 +247616,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -246929,11 +247636,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -247128,16 +247835,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -247148,11 +247855,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -247247,16 +247954,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -247267,11 +247974,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -247485,16 +248192,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -247505,11 +248212,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -247604,16 +248311,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -247624,11 +248331,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -247842,16 +248549,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -247862,11 +248569,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -247961,16 +248668,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -247981,11 +248688,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -248180,16 +248887,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -248200,11 +248907,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -248299,16 +249006,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -248319,11 +249026,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -248510,16 +249217,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -248530,11 +249237,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -248629,16 +249336,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -248649,11 +249356,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -248848,16 +249555,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -248868,11 +249575,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -248967,16 +249674,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -248987,11 +249694,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -249205,16 +249912,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -249225,11 +249932,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -249324,16 +250031,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -249344,11 +250051,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -249654,16 +250361,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -249674,11 +250381,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -249865,16 +250572,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -249885,11 +250592,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -249984,16 +250691,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -250004,11 +250711,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -250195,16 +250902,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -250215,11 +250922,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -250314,16 +251021,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -250334,11 +251041,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -250533,16 +251240,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -250553,11 +251260,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -250652,16 +251359,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -250672,11 +251379,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -250863,16 +251570,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -250883,11 +251590,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -250982,16 +251689,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -251002,11 +251709,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -251239,16 +251946,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -251259,11 +251966,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -251358,16 +252065,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -251378,11 +252085,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -251569,16 +252276,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -251589,11 +252296,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -251688,16 +252395,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -251708,11 +252415,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -251743,7 +252450,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1379", "id": 189859399, @@ -251907,16 +252617,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -251927,11 +252637,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -252026,16 +252736,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -252046,11 +252756,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -252256,16 +252966,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -252276,11 +252986,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -252375,16 +253085,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -252395,11 +253105,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -252430,10 +253140,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1377", "id": 189833518, @@ -252701,16 +253408,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -252721,11 +253428,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -252912,16 +253619,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -252932,11 +253639,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -253031,16 +253738,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -253051,11 +253758,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -253242,16 +253949,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -253262,11 +253969,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -253361,16 +254068,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -253381,11 +254088,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -253684,16 +254391,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -253704,11 +254411,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -254022,16 +254729,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -254042,11 +254749,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -254260,16 +254967,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -254280,11 +254987,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -254379,16 +255086,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -254399,11 +255106,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -254598,16 +255305,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -254618,11 +255325,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -254717,16 +255424,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -254737,11 +255444,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -255047,16 +255754,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -255067,11 +255774,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -255266,16 +255973,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -255286,11 +255993,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -255385,16 +256092,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -255405,11 +256112,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -255596,16 +256303,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -255616,11 +256323,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -255715,16 +256422,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -255735,11 +256442,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -255926,16 +256633,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -255946,11 +256653,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -256045,16 +256752,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -256065,11 +256772,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -256272,16 +256979,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -256292,11 +256999,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -256391,16 +257098,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -256411,11 +257118,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -256618,16 +257325,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -256638,11 +257345,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -256737,16 +257444,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -256757,11 +257464,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -256956,16 +257663,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -256976,11 +257683,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -257075,16 +257782,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -257095,11 +257802,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -257398,16 +258105,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -257418,11 +258125,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -257636,16 +258343,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -257656,11 +258363,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -257755,16 +258462,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -257775,11 +258482,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -258078,16 +258785,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -258098,11 +258805,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -258297,16 +259004,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -258317,11 +259024,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -258416,16 +259123,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -258436,11 +259143,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -258635,16 +259342,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -258655,11 +259362,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -258754,16 +259461,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -258774,11 +259481,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -259077,16 +259784,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -259097,11 +259804,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -259296,16 +260003,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -259316,11 +260023,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -259415,16 +260122,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -259435,11 +260142,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -259626,16 +260333,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -259646,11 +260353,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -259745,16 +260452,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -259765,11 +260472,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -259956,16 +260663,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -259976,11 +260683,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -260075,16 +260782,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -260095,11 +260802,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -260286,16 +260993,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -260306,11 +261013,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -260405,16 +261112,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -260425,11 +261132,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -260728,16 +261435,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -260748,11 +261455,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -260947,16 +261654,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -260967,11 +261674,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -261066,16 +261773,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -261086,11 +261793,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -261270,16 +261977,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -261290,11 +261997,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -261389,16 +262096,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -261409,11 +262116,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -261593,16 +262300,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -261613,11 +262320,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -261712,16 +262419,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -261732,11 +262439,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -261767,7 +262474,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1334", "id": 185697683, @@ -262073,16 +262783,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -262093,11 +262803,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -262396,16 +263106,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -262416,11 +263126,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -262451,10 +263161,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1329", "id": 184283293, @@ -262768,16 +263475,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -262788,11 +263495,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -263106,16 +263813,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -263126,11 +263833,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -263310,16 +264017,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -263330,11 +264037,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -263429,16 +264136,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -263449,11 +264156,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -263759,16 +264466,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -263779,11 +264486,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -264082,16 +264789,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -264102,11 +264809,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -264405,16 +265112,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -264425,11 +265132,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -264624,16 +265331,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -264644,11 +265351,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -264743,16 +265450,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -264763,11 +265470,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -265066,16 +265773,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -265086,11 +265793,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -265404,16 +266111,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -265424,11 +266131,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -265727,16 +266434,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -265747,11 +266454,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -265965,16 +266672,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -265985,11 +266692,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -266084,16 +266791,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -266104,11 +266811,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -266288,16 +266995,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -266308,11 +267015,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -266407,16 +267114,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -266427,11 +267134,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -266730,16 +267437,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -266750,11 +267457,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -267068,16 +267775,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -267088,11 +267795,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -267306,16 +268013,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -267326,11 +268033,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -267425,16 +268132,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -267445,11 +268152,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -267748,16 +268455,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -267768,11 +268475,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -268071,16 +268778,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -268091,11 +268798,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -268394,16 +269101,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -268414,11 +269121,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -268717,16 +269424,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -268737,11 +269444,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -269040,16 +269747,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -269060,11 +269767,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -269363,16 +270070,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -269383,11 +270090,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -269686,16 +270393,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -269706,11 +270413,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -270009,16 +270716,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -270029,11 +270736,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -270332,16 +271039,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -270352,11 +271059,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -270655,16 +271362,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -270675,11 +271382,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -270859,16 +271566,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -270879,11 +271586,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -270978,16 +271685,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -270998,11 +271705,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -271301,16 +272008,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -271321,11 +272028,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -271624,16 +272331,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -271644,11 +272351,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -271679,7 +272386,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1288", "id": 181091166, @@ -271828,16 +272538,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -271848,11 +272558,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -271947,16 +272657,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -271967,11 +272677,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -272270,16 +272980,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -272290,11 +273000,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -272325,10 +273035,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1285", "id": 180762008, @@ -272477,16 +273184,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -272497,11 +273204,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -272596,16 +273303,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -272616,11 +273323,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -272919,16 +273626,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -272939,11 +273646,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -273242,16 +273949,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -273262,11 +273969,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -273565,16 +274272,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -273585,11 +274292,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -273888,16 +274595,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -273908,11 +274615,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -274211,16 +274918,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -274231,11 +274938,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -274415,16 +275122,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -274435,11 +275142,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -274534,16 +275241,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -274554,11 +275261,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -274857,16 +275564,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -274877,11 +275584,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -275076,16 +275783,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -275096,11 +275803,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -275195,16 +275902,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -275215,11 +275922,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -275414,16 +276121,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -275434,11 +276141,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -275533,16 +276240,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -275553,11 +276260,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -275871,16 +276578,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -275891,11 +276598,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -276194,16 +276901,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -276214,11 +276921,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -276432,16 +277139,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -276452,11 +277159,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -276551,16 +277258,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -276571,11 +277278,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -276874,16 +277581,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -276894,11 +277601,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -277085,16 +277792,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -277105,11 +277812,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -277204,16 +277911,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -277224,11 +277931,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -277408,16 +278115,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -277428,11 +278135,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -277527,16 +278234,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -277547,11 +278254,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -277738,16 +278445,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -277758,11 +278465,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -277857,16 +278564,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -277877,11 +278584,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -278061,16 +278768,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -278081,11 +278788,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -278180,16 +278887,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -278200,11 +278907,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -278384,16 +279091,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -278404,11 +279111,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -278503,16 +279210,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -278523,11 +279230,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -278745,16 +279452,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -278765,11 +279472,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -278864,16 +279571,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -278884,11 +279591,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -279087,16 +279794,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -279107,11 +279814,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -279206,16 +279913,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -279226,11 +279933,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -279425,16 +280132,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -279445,11 +280152,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -279544,16 +280251,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -279564,11 +280271,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -279763,16 +280470,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -279783,11 +280490,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -279882,16 +280589,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -279902,11 +280609,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -280101,16 +280808,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -280121,11 +280828,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -280220,16 +280927,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -280240,11 +280947,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -280431,16 +281138,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -280451,11 +281158,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -280550,16 +281257,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -280570,11 +281277,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -280769,16 +281476,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -280789,11 +281496,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -280888,16 +281595,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -280908,11 +281615,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -281107,16 +281814,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -281127,11 +281834,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -281226,16 +281933,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -281246,11 +281953,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -281583,16 +282290,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -281603,11 +282310,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -281638,7 +282345,10 @@ } }, "author_association": "COLLABORATOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1229", "id": 175750818, @@ -281806,16 +282516,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -281826,11 +282536,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -281925,16 +282635,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -281945,11 +282655,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -282248,16 +282958,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -282268,11 +282978,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -282303,10 +283013,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1227", "id": 175746084, @@ -282574,16 +283281,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -282594,11 +283301,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -282981,16 +283688,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -283001,11 +283708,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -283304,16 +284011,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -283324,11 +284031,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -283627,16 +284334,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -283647,11 +284354,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -283950,16 +284657,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -283970,11 +284677,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -284161,16 +284868,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -284181,11 +284888,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -284280,16 +284987,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -284300,11 +285007,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -284603,16 +285310,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -284623,11 +285330,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -284926,16 +285633,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -284946,11 +285653,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -285249,16 +285956,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -285269,11 +285976,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -285479,16 +286186,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -285499,11 +286206,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -285598,16 +286305,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -285618,11 +286325,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -285828,16 +286535,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -285848,11 +286555,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -285947,16 +286654,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -285967,11 +286674,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -286177,16 +286884,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -286197,11 +286904,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -286296,16 +287003,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -286316,11 +287023,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -286519,16 +287226,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -286539,11 +287246,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -286638,16 +287345,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -286658,11 +287365,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -286842,16 +287549,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -286862,11 +287569,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -286961,16 +287668,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -286981,11 +287688,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -287180,16 +287887,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -287200,11 +287907,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -287299,16 +288006,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -287319,11 +288026,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -287503,16 +288210,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -287523,11 +288230,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -287622,16 +288329,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -287642,11 +288349,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -287833,16 +288540,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -287853,11 +288560,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -287952,16 +288659,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -287972,11 +288679,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -288175,16 +288882,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -288195,11 +288902,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -288294,16 +289001,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -288314,11 +289021,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -288590,16 +289297,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -288610,11 +289317,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -288709,16 +289416,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -288729,11 +289436,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -288932,16 +289639,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -288952,11 +289659,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -289051,16 +289758,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -289071,11 +289778,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -289281,16 +289988,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -289301,11 +290008,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -289400,16 +290107,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -289420,11 +290127,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -289623,16 +290330,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -289643,11 +290350,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -289742,16 +290449,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -289762,11 +290469,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -290020,16 +290727,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -290040,11 +290747,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -290139,16 +290846,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -290159,11 +290866,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -290343,16 +291050,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -290363,11 +291070,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -290462,16 +291169,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -290482,11 +291189,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -290700,16 +291407,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -290720,11 +291427,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -290819,16 +291526,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -290839,11 +291546,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -291077,16 +291784,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -291097,11 +291804,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -291196,16 +291903,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -291216,11 +291923,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -291434,16 +292141,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -291454,11 +292161,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -291553,16 +292260,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -291573,11 +292280,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -291776,16 +292483,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -291796,11 +292503,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -291895,16 +292602,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -291915,11 +292622,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -291950,7 +292657,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1193", "id": 174978299, @@ -292099,16 +292809,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -292119,11 +292829,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -292218,16 +292928,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -292238,11 +292948,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -292422,16 +293132,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -292442,11 +293152,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -292541,16 +293251,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -292561,11 +293271,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -292596,10 +293306,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1191", "id": 174956357, @@ -292748,16 +293455,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -292768,11 +293475,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -292867,16 +293574,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -292887,11 +293594,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -293071,16 +293778,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -293091,11 +293798,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -293190,16 +293897,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -293210,11 +293917,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -293394,16 +294101,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -293414,11 +294121,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -293513,16 +294220,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -293533,11 +294240,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -293736,16 +294443,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -293756,11 +294463,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -293855,16 +294562,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -293875,11 +294582,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -294066,16 +294773,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -294086,11 +294793,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -294185,16 +294892,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -294205,11 +294912,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -294389,16 +295096,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -294409,11 +295116,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -294508,16 +295215,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -294528,11 +295235,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -294831,16 +295538,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -294851,11 +295558,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -295042,16 +295749,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -295062,11 +295769,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -295161,16 +295868,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -295181,11 +295888,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -295484,16 +296191,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -295504,11 +296211,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -295707,16 +296414,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -295727,11 +296434,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -295826,16 +296533,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -295846,11 +296553,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -296164,16 +296871,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -296184,11 +296891,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -296383,16 +297090,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -296403,11 +297110,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -296502,16 +297209,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -296522,11 +297229,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -296713,16 +297420,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -296733,11 +297440,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -296832,16 +297539,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -296852,11 +297559,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -297170,16 +297877,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -297190,11 +297897,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -297508,16 +298215,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -297528,11 +298235,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -297731,16 +298438,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -297751,11 +298458,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -297850,16 +298557,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -297870,11 +298577,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -298069,16 +298776,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -298089,11 +298796,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -298188,16 +298895,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -298208,11 +298915,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -298399,16 +299106,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -298419,11 +299126,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -298518,16 +299225,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -298538,11 +299245,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -298722,16 +299429,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -298742,11 +299449,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -298841,16 +299548,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -298861,11 +299568,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -299045,16 +299752,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -299065,11 +299772,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -299164,16 +299871,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -299184,11 +299891,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -299394,16 +300101,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -299414,11 +300121,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -299513,16 +300220,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -299533,11 +300240,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -299732,16 +300439,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -299752,11 +300459,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -299851,16 +300558,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -299871,11 +300578,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -300089,16 +300796,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -300109,11 +300816,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -300208,16 +300915,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -300228,11 +300935,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -300419,16 +301126,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -300439,11 +301146,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -300538,16 +301245,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -300558,11 +301265,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -300749,16 +301456,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -300769,11 +301476,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -300868,16 +301575,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -300888,11 +301595,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -301079,16 +301786,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -301099,11 +301806,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -301198,16 +301905,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -301218,11 +301925,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -301448,16 +302155,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -301468,11 +302175,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -301567,16 +302274,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -301587,11 +302294,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -301890,16 +302597,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -301910,11 +302617,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -301945,7 +302652,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1135", "id": 170584056, @@ -302213,16 +302923,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -302233,11 +302943,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -302536,16 +303246,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -302556,11 +303266,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -302591,10 +303301,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1131", "id": 170405719, @@ -302862,16 +303569,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -302882,11 +303589,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -303185,16 +303892,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -303205,11 +303912,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -303415,16 +304122,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -303435,11 +304142,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -303534,16 +304241,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -303554,11 +304261,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -303857,16 +304564,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -303877,11 +304584,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -304180,16 +304887,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -304200,11 +304907,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -304503,16 +305210,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -304523,11 +305230,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -304826,16 +305533,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -304846,11 +305553,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -305149,16 +305856,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -305169,11 +305876,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -305472,16 +306179,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -305492,11 +306199,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -305676,16 +306383,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -305696,11 +306403,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -305795,16 +306502,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -305815,11 +306522,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -305999,16 +306706,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -306019,11 +306726,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -306118,16 +306825,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -306138,11 +306845,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -306441,16 +307148,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -306461,11 +307168,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -306664,16 +307371,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -306684,11 +307391,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -306783,16 +307490,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -306803,11 +307510,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -307106,16 +307813,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -307126,11 +307833,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -307429,16 +308136,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -307449,11 +308156,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -307659,16 +308366,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -307679,11 +308386,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -307778,16 +308485,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -307798,11 +308505,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -308008,16 +308715,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -308028,11 +308735,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -308127,16 +308834,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -308147,11 +308854,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -308338,16 +309045,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -308358,11 +309065,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -308457,16 +309164,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -308477,11 +309184,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -308668,16 +309375,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -308688,11 +309395,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -308787,16 +309494,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -308807,11 +309514,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -308991,16 +309698,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -309011,11 +309718,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -309110,16 +309817,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -309130,11 +309837,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -309348,16 +310055,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -309368,11 +310075,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -309467,16 +310174,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -309487,11 +310194,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -309686,16 +310393,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -309706,11 +310413,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -309805,16 +310512,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -309825,11 +310532,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -310009,16 +310716,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -310029,11 +310736,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -310128,16 +310835,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -310148,11 +310855,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -310366,16 +311073,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -310386,11 +311093,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -310485,16 +311192,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -310505,11 +311212,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -310696,16 +311403,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -310716,11 +311423,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -310815,16 +311522,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -310835,11 +311542,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -311064,16 +311771,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -311084,11 +311791,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -311183,16 +311890,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -311203,11 +311910,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -311394,16 +312101,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -311414,11 +312121,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -311513,16 +312220,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -311533,11 +312240,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -311836,16 +312543,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:04:34Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -311856,11 +312563,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -311891,7 +312598,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1071", "id": 165043938, @@ -312166,16 +312876,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -312186,11 +312896,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -312396,16 +313106,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -312416,11 +313126,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -312515,16 +313225,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -312535,11 +313245,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -312570,10 +313280,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1068", "id": 165004870, @@ -312729,16 +313436,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -312749,11 +313456,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -312848,16 +313555,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -312868,11 +313575,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -313052,16 +313759,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -313072,11 +313779,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -313171,16 +313878,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -313191,11 +313898,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -313375,16 +314082,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -313395,11 +314102,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -313494,16 +314201,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -313514,11 +314221,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -313817,16 +314524,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -313837,11 +314544,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -314021,16 +314728,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -314041,11 +314748,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -314140,16 +314847,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -314160,11 +314867,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -314359,16 +315066,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -314379,11 +315086,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -314478,16 +315185,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -314498,11 +315205,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -314689,16 +315396,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -314709,11 +315416,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -314808,16 +315515,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -314828,11 +315535,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -315046,16 +315753,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -315066,11 +315773,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -315165,16 +315872,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -315185,11 +315892,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -315376,16 +316083,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -315396,11 +316103,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -315495,16 +316202,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -315515,11 +316222,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -315818,16 +316525,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -315838,11 +316545,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -316022,16 +316729,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -316042,11 +316749,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -316141,16 +316848,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -316161,11 +316868,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -316345,16 +317052,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -316365,11 +317072,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -316464,16 +317171,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -316484,11 +317191,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -316683,16 +317390,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -316703,11 +317410,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -316802,16 +317509,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -316822,11 +317529,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -317025,16 +317732,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -317045,11 +317752,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -317144,16 +317851,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -317164,11 +317871,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -317467,16 +318174,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -317487,11 +318194,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -317790,16 +318497,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -317810,11 +318517,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -318120,16 +318827,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -318140,11 +318847,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -318324,16 +319031,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -318344,11 +319051,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -318443,16 +319150,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -318463,11 +319170,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -318697,16 +319404,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -318717,11 +319424,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -318816,16 +319523,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -318836,11 +319543,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -319035,16 +319742,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -319055,11 +319762,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -319154,16 +319861,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -319174,11 +319881,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -319399,16 +320106,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -319419,11 +320126,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -319610,16 +320317,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -319630,11 +320337,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -319729,16 +320436,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -319749,11 +320456,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -320106,16 +320813,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -320126,11 +320833,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -320325,16 +321032,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -320345,11 +321052,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -320444,16 +321151,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -320464,11 +321171,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -320663,16 +321370,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -320683,11 +321390,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -320782,16 +321489,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -320802,11 +321509,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -321024,16 +321731,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -321044,11 +321751,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -321143,16 +321850,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -321163,11 +321870,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -321466,16 +322173,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -321486,11 +322193,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -321677,16 +322384,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -321697,11 +322404,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -321796,16 +322503,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -321816,11 +322523,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -321851,7 +322558,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1005", "id": 157165189, @@ -322045,16 +322755,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -322065,11 +322775,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -322164,16 +322874,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -322184,11 +322894,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -322383,16 +323093,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -322403,11 +323113,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -322502,16 +323212,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -322522,11 +323232,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -322557,10 +323267,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/1002", "id": 157162286, @@ -322724,16 +323431,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -322744,11 +323451,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -322843,16 +323550,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -322863,11 +323570,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -323062,16 +323769,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -323082,11 +323789,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -323181,16 +323888,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -323201,11 +323908,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -323385,16 +324092,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -323405,11 +324112,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -323504,16 +324211,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -323524,11 +324231,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -323727,16 +324434,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -323747,11 +324454,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -323846,16 +324553,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -323866,11 +324573,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -324076,16 +324783,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -324096,11 +324803,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -324195,16 +324902,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -324215,11 +324922,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -324406,16 +325113,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -324426,11 +325133,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -324525,16 +325232,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -324545,11 +325252,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -324744,16 +325451,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -324764,11 +325471,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -324863,16 +325570,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -324883,11 +325590,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -325067,16 +325774,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -325087,11 +325794,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -325186,16 +325893,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -325206,11 +325913,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -325409,16 +326116,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -325429,11 +326136,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -325528,16 +326235,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -325548,11 +326255,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -325739,16 +326446,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -325759,11 +326466,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -325858,16 +326565,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -325878,11 +326585,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -326062,16 +326769,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -326082,11 +326789,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -326181,16 +326888,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -326201,11 +326908,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -326392,16 +327099,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -326412,11 +327119,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -326511,16 +327218,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -326531,11 +327238,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -326722,16 +327429,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -326742,11 +327449,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -326841,16 +327548,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -326861,11 +327568,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -327164,16 +327871,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -327184,11 +327891,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -327375,16 +328082,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -327395,11 +328102,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -327494,16 +328201,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -327514,11 +328221,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -327817,16 +328524,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -327837,11 +328544,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -328021,16 +328728,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -328041,11 +328748,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -328140,16 +328847,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -328160,11 +328867,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -328351,16 +329058,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -328371,11 +329078,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -328470,16 +329177,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -328490,11 +329197,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -328693,16 +329400,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -328713,11 +329420,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -328812,16 +329519,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -328832,11 +329539,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -329023,16 +329730,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -329043,11 +329750,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -329142,16 +329849,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -329162,11 +329869,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -329353,16 +330060,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -329373,11 +330080,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -329472,16 +330179,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -329492,11 +330199,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -329699,16 +330406,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -329719,11 +330426,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -329818,16 +330525,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -329838,11 +330545,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -330029,16 +330736,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -330049,11 +330756,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -330148,16 +330855,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -330168,11 +330875,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -330359,16 +331066,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -330379,11 +331086,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -330478,16 +331185,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -330498,11 +331205,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -330727,16 +331434,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -330747,11 +331454,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -330846,16 +331553,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -330866,11 +331573,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -331057,16 +331764,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -331077,11 +331784,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -331176,16 +331883,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -331196,11 +331903,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -331387,16 +332094,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -331407,11 +332114,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -331506,16 +332213,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -331526,11 +332233,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -331717,16 +332424,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -331737,11 +332444,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -331836,16 +332543,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -331856,11 +332563,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -331891,7 +332598,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/956", "id": 154220251, @@ -332166,16 +332876,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -332186,11 +332896,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -332489,16 +333199,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -332509,11 +333219,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -332544,10 +333254,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/944", "id": 153236323, @@ -332774,16 +333481,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -332794,11 +333501,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -332893,16 +333600,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -332913,11 +333620,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -333223,16 +333930,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -333243,11 +333950,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -333453,16 +334160,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -333473,11 +334180,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -333572,16 +334279,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -333592,11 +334299,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -333783,16 +334490,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -333803,11 +334510,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -333902,16 +334609,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -333922,11 +334629,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -334106,16 +334813,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -334126,11 +334833,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -334225,16 +334932,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -334245,11 +334952,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -334548,16 +335255,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -334568,11 +335275,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -334871,16 +335578,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -334891,11 +335598,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -335201,16 +335908,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -335221,11 +335928,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -335405,16 +336112,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -335425,11 +336132,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -335524,16 +336231,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -335544,11 +336251,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -335754,16 +336461,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -335774,11 +336481,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -335873,16 +336580,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -335893,11 +336600,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -336077,16 +336784,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -336097,11 +336804,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -336196,16 +336903,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -336216,11 +336923,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -336419,16 +337126,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -336439,11 +337146,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -336538,16 +337245,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -336558,11 +337265,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -336742,16 +337449,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -336762,11 +337469,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -336861,16 +337568,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -336881,11 +337588,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -337184,16 +337891,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -337204,11 +337911,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -337507,16 +338214,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -337527,11 +338234,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -337730,16 +338437,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -337750,11 +338457,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -337849,16 +338556,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -337869,11 +338576,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -338072,16 +338779,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -338092,11 +338799,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -338191,16 +338898,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -338211,11 +338918,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -338514,16 +339221,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -338534,11 +339241,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -338837,16 +339544,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -338857,11 +339564,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -339179,16 +339886,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -339199,11 +339906,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -339383,16 +340090,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -339403,11 +340110,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -339502,16 +340209,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -339522,11 +340229,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -339751,16 +340458,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -339771,11 +340478,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -339870,16 +340577,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -339890,11 +340597,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -340093,16 +340800,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -340113,11 +340820,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -340212,16 +340919,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -340232,11 +340939,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -340442,16 +341149,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -340462,11 +341169,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -340561,16 +341268,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -340581,11 +341288,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -340884,16 +341591,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -340904,11 +341611,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -341095,16 +341802,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -341115,11 +341822,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -341214,16 +341921,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -341234,11 +341941,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -341444,16 +342151,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -341464,11 +342171,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -341563,16 +342270,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -341583,11 +342290,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -341774,16 +342481,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -341794,11 +342501,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -341893,16 +342600,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -341913,11 +342620,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -341948,7 +342655,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/894", "id": 147749786, @@ -342104,16 +342814,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -342124,11 +342834,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -342223,16 +342933,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -342243,11 +342953,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -342472,16 +343182,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -342492,11 +343202,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -342591,16 +343301,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -342611,11 +343321,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -342646,10 +343356,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/890", "id": 147430410, @@ -342805,16 +343512,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -342825,11 +343532,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -342924,16 +343631,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -342944,11 +343651,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -343154,16 +343861,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -343174,11 +343881,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -343273,16 +343980,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -343293,11 +344000,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -343496,16 +344203,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -343516,11 +344223,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -343615,16 +344322,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -343635,11 +344342,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -343845,16 +344552,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -343865,11 +344572,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -343964,16 +344671,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -343984,11 +344691,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -344175,16 +344882,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -344195,11 +344902,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -344294,16 +345001,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -344314,11 +345021,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -344517,16 +345224,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -344537,11 +345244,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -344636,16 +345343,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -344656,11 +345363,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -344959,16 +345666,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -344979,11 +345686,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -345282,16 +345989,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -345302,11 +346009,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -345493,16 +346200,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -345513,11 +346220,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -345612,16 +346319,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -345632,11 +346339,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -345816,16 +346523,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -345836,11 +346543,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -345935,16 +346642,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -345955,11 +346662,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -346258,16 +346965,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -346278,11 +346985,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -346581,16 +347288,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -346601,11 +347308,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -346792,16 +347499,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -346812,11 +347519,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -346911,16 +347618,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -346931,11 +347638,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -347130,16 +347837,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -347150,11 +347857,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -347249,16 +347956,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -347269,11 +347976,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -347572,16 +348279,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -347592,11 +348299,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -347895,16 +348602,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -347915,11 +348622,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -348118,16 +348825,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -348138,11 +348845,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -348237,16 +348944,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -348257,11 +348964,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -348467,16 +349174,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -348487,11 +349194,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -348586,16 +349293,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -348606,11 +349313,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -348790,16 +349497,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -348810,11 +349517,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -348909,16 +349616,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -348929,11 +349636,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -349120,16 +349827,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -349140,11 +349847,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -349239,16 +349946,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -349259,11 +349966,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -349469,16 +350176,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -349489,11 +350196,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -349588,16 +350295,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -349608,11 +350315,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -349799,16 +350506,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -349819,11 +350526,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -349918,16 +350625,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -349938,11 +350645,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -350129,16 +350836,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -350149,11 +350856,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -350248,16 +350955,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -350268,11 +350975,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -350459,16 +351166,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -350479,11 +351186,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -350578,16 +351285,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -350598,11 +351305,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -350908,16 +351615,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -350928,11 +351635,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -351119,16 +351826,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -351139,11 +351846,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -351238,16 +351945,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -351258,11 +351965,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -351442,16 +352149,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -351462,11 +352169,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -351561,16 +352268,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -351581,11 +352288,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -351923,16 +352630,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -351943,11 +352650,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -351978,7 +352685,10 @@ } }, "author_association": "COLLABORATOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/842", "id": 145363010, @@ -352142,16 +352852,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -352162,11 +352872,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -352261,16 +352971,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -352281,11 +352991,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -352484,16 +353194,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -352504,11 +353214,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -352603,16 +353313,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -352623,11 +353333,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -352658,10 +353368,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/833", "id": 144556233, @@ -352825,16 +353532,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -352845,11 +353552,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -352944,16 +353651,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -352964,11 +353671,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -353267,16 +353974,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -353287,11 +353994,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -353478,16 +354185,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -353498,11 +354205,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -353597,16 +354304,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -353617,11 +354324,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -353816,16 +354523,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -353836,11 +354543,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -353935,16 +354642,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -353955,11 +354662,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -354258,16 +354965,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -354278,11 +354985,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -354462,16 +355169,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -354482,11 +355189,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -354581,16 +355288,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -354601,11 +355308,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -354824,16 +355531,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -354844,11 +355551,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -354943,16 +355650,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -354963,11 +355670,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -355285,16 +355992,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -355305,11 +356012,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -355608,16 +356315,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -355628,11 +356335,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -355931,16 +356638,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -355951,11 +356658,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -356174,16 +356881,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -356194,11 +356901,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -356293,16 +357000,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -356313,11 +357020,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -356535,16 +357242,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -356555,11 +357262,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -356654,16 +357361,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -356674,11 +357381,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -356977,16 +357684,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -356997,11 +357704,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -357226,16 +357933,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -357246,11 +357953,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -357345,16 +358052,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -357365,11 +358072,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -357683,16 +358390,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -357703,11 +358410,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -358021,16 +358728,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -358041,11 +358748,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -358344,16 +359051,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -358364,11 +359071,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -358667,16 +359374,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -358687,11 +359394,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -358990,16 +359697,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -359010,11 +359717,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -359313,16 +360020,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -359333,11 +360040,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -359636,16 +360343,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -359656,11 +360363,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -359840,16 +360547,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -359860,11 +360567,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -359959,16 +360666,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -359979,11 +360686,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -360163,16 +360870,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -360183,11 +360890,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -360282,16 +360989,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -360302,11 +361009,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -360486,16 +361193,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -360506,11 +361213,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -360605,16 +361312,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -360625,11 +361332,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -360828,16 +361535,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -360848,11 +361555,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -360947,16 +361654,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -360967,11 +361674,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -361166,16 +361873,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -361186,11 +361893,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -361285,16 +361992,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -361305,11 +362012,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -361496,16 +362203,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -361516,11 +362223,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -361615,16 +362322,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -361635,11 +362342,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -361838,16 +362545,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -361858,11 +362565,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -361957,16 +362664,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -361977,11 +362684,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -362012,7 +362719,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/768", "id": 140135942, @@ -362176,16 +362886,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -362196,11 +362906,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -362295,16 +363005,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -362315,11 +363025,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -362533,16 +363243,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -362553,11 +363263,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -362652,16 +363362,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -362672,11 +363382,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -362707,10 +363417,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/766", "id": 139678465, @@ -362993,16 +363700,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -363013,11 +363720,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -363316,16 +364023,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -363336,11 +364043,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -363535,16 +364242,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -363555,11 +364262,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -363654,16 +364361,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -363674,11 +364381,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -363873,16 +364580,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -363893,11 +364600,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -363992,16 +364699,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -364012,11 +364719,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -364211,16 +364918,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -364231,11 +364938,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -364330,16 +365037,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -364350,11 +365057,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -364534,16 +365241,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -364554,11 +365261,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -364653,16 +365360,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -364673,11 +365380,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -364864,16 +365571,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -364884,11 +365591,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -364983,16 +365690,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -365003,11 +365710,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -365187,16 +365894,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -365207,11 +365914,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -365306,16 +366013,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -365326,11 +366033,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -365533,16 +366240,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -365553,11 +366260,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -365652,16 +366359,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -365672,11 +366379,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -365890,16 +366597,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -365910,11 +366617,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -366009,16 +366716,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -366029,11 +366736,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -366347,16 +367054,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -366367,11 +367074,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -366558,16 +367265,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -366578,11 +367285,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -366677,16 +367384,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -366697,11 +367404,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -366888,16 +367595,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -366908,11 +367615,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -367007,16 +367714,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -367027,11 +367734,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -367330,16 +368037,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -367350,11 +368057,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -367549,16 +368256,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -367569,11 +368276,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -367668,16 +368375,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -367688,11 +368395,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -367887,16 +368594,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -367907,11 +368614,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -368006,16 +368713,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -368026,11 +368733,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -368217,16 +368924,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -368237,11 +368944,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -368336,16 +369043,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -368356,11 +369063,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -368563,16 +369270,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -368583,11 +369290,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -368682,16 +369389,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -368702,11 +369409,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -368909,16 +369616,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -368929,11 +369636,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -369028,16 +369735,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -369048,11 +369755,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -369247,16 +369954,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -369267,11 +369974,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -369366,16 +370073,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -369386,11 +370093,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -369577,16 +370284,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -369597,11 +370304,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -369696,16 +370403,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -369716,11 +370423,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -369934,16 +370641,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -369954,11 +370661,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -370053,16 +370760,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -370073,11 +370780,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -370257,16 +370964,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -370277,11 +370984,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -370376,16 +371083,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -370396,11 +371103,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -370599,16 +371306,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -370619,11 +371326,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -370718,16 +371425,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -370738,11 +371445,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -370948,16 +371655,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -370968,11 +371675,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -371167,16 +371874,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -371187,11 +371894,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -371286,16 +371993,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -371306,11 +372013,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -371505,16 +372212,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -371525,11 +372232,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -371624,16 +372331,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -371644,11 +372351,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -371828,16 +372535,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -371848,11 +372555,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -371947,16 +372654,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -371967,11 +372674,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -372002,7 +372709,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/705", "id": 132768035, @@ -372270,16 +372980,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -372290,11 +373000,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -372489,16 +373199,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -372509,11 +373219,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -372608,16 +373318,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -372628,11 +373338,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -372663,10 +373373,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/703", "id": 132674592, @@ -372830,16 +373537,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -372850,11 +373557,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -372949,16 +373656,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -372969,11 +373676,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -373168,16 +373875,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -373188,11 +373895,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -373287,16 +373994,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -373307,11 +374014,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -373525,16 +374232,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -373545,11 +374252,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -373644,16 +374351,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -373664,11 +374371,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -373882,16 +374589,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -373902,11 +374609,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -374001,16 +374708,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -374021,11 +374728,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -374239,16 +374946,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -374259,11 +374966,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -374358,16 +375065,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -374378,11 +375085,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -374569,16 +375276,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -374589,11 +375296,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -374688,16 +375395,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -374708,11 +375415,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -374899,16 +375606,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -374919,11 +375626,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -375018,16 +375725,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -375038,11 +375745,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -375341,16 +376048,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -375361,11 +376068,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -375664,16 +376371,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -375684,11 +376391,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -375987,16 +376694,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -376007,11 +376714,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -376310,16 +377017,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -376330,11 +377037,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -376529,16 +377236,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -376549,11 +377256,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -376648,16 +377355,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -376668,11 +377375,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -376867,16 +377574,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -376887,11 +377594,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -376986,16 +377693,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -377006,11 +377713,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -377309,16 +378016,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -377329,11 +378036,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -377632,16 +378339,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -377652,11 +378359,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -377855,16 +378562,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -377875,11 +378582,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -377974,16 +378681,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -377994,11 +378701,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -378297,16 +379004,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -378317,11 +379024,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -378620,16 +379327,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -378640,11 +379347,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -378943,16 +379650,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -378963,11 +379670,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -379281,16 +379988,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -379301,11 +380008,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -379485,16 +380192,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -379505,11 +380212,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -379604,16 +380311,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -379624,11 +380331,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -379823,16 +380530,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -379843,11 +380550,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -379942,16 +380649,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -379962,11 +380669,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -380265,16 +380972,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -380285,11 +380992,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -380588,16 +381295,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -380608,11 +381315,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -380807,16 +381514,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -380827,11 +381534,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -380926,16 +381633,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -380946,11 +381653,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -381249,16 +381956,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -381269,11 +381976,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -381468,16 +382175,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -381488,11 +382195,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -381587,16 +382294,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -381607,11 +382314,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -381791,16 +382498,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -381811,11 +382518,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -381910,16 +382617,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -381930,11 +382637,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -381965,7 +382672,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/653", "id": 126849889, @@ -382248,16 +382958,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -382268,11 +382978,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -382467,16 +383177,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -382487,11 +383197,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -382586,16 +383296,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -382606,11 +383316,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -382641,10 +383351,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/649", "id": 126668671, @@ -382808,16 +383515,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -382828,11 +383535,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -382927,16 +383634,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -382947,11 +383654,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -383146,16 +383853,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -383166,11 +383873,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -383265,16 +383972,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -383285,11 +383992,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -383476,16 +384183,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -383496,11 +384203,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -383595,16 +384302,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -383615,11 +384322,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -383814,16 +384521,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -383834,11 +384541,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -383933,16 +384640,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -383953,11 +384660,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -384152,16 +384859,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -384172,11 +384879,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -384271,16 +384978,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -384291,11 +384998,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -384594,16 +385301,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -384614,11 +385321,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -384917,16 +385624,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -384937,11 +385644,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -385240,16 +385947,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -385260,11 +385967,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -385563,16 +386270,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -385583,11 +386290,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -385886,16 +386593,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -385906,11 +386613,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -386224,16 +386931,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -386244,11 +386951,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -386447,16 +387154,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -386467,11 +387174,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -386566,16 +387273,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -386586,11 +387293,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -386889,16 +387596,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -386909,11 +387616,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -387108,16 +387815,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -387128,11 +387835,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -387227,16 +387934,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -387247,11 +387954,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -387565,16 +388272,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -387585,11 +388292,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -387903,16 +388610,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -387923,11 +388630,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -388122,16 +388829,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -388142,11 +388849,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -388241,16 +388948,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -388261,11 +388968,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -388486,16 +389193,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -388506,11 +389213,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -388697,16 +389404,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -388717,11 +389424,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -388816,16 +389523,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -388836,11 +389543,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -389139,16 +389846,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -389159,11 +389866,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -389396,16 +390103,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -389416,11 +390123,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -389515,16 +390222,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -389535,11 +390242,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -389791,16 +390498,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -389811,11 +390518,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -389910,16 +390617,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -389930,11 +390637,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -390129,16 +390836,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -390149,11 +390856,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -390248,16 +390955,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -390268,11 +390975,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -390571,16 +391278,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -390591,11 +391298,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -390847,16 +391554,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -390867,11 +391574,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -390966,16 +391673,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -390986,11 +391693,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -391304,16 +392011,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -391324,11 +392031,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -391523,16 +392230,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -391543,11 +392250,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -391642,16 +392349,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -391662,11 +392369,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -391965,16 +392672,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -391985,11 +392692,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -392020,7 +392727,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/559", "id": 122693728, @@ -392288,16 +392998,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -392308,11 +393018,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -392545,16 +393255,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -392565,11 +393275,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -392664,16 +393374,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -392684,11 +393394,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -392719,10 +393429,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/553", "id": 121857229, @@ -392871,16 +393578,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -392891,11 +393598,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -392990,16 +393697,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -393010,11 +393717,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -393194,16 +393901,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -393214,11 +393921,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -393313,16 +394020,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -393333,11 +394040,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -393517,16 +394224,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -393537,11 +394244,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -393636,16 +394343,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -393656,11 +394363,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -393893,16 +394600,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -393913,11 +394620,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -394012,16 +394719,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -394032,11 +394739,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -394231,16 +394938,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -394251,11 +394958,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -394350,16 +395057,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -394370,11 +395077,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -394569,16 +395276,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -394589,11 +395296,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -394688,16 +395395,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -394708,11 +395415,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -394926,16 +395633,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -394946,11 +395653,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -395045,16 +395752,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -395065,11 +395772,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -395283,16 +395990,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -395303,11 +396010,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -395402,16 +396109,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -395422,11 +396129,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -395740,16 +396447,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -395760,11 +396467,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -396078,16 +396785,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -396098,11 +396805,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -396335,16 +397042,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -396355,11 +397062,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -396454,16 +397161,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -396474,11 +397181,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -396677,16 +397384,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -396697,11 +397404,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -396796,16 +397503,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -396816,11 +397523,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -397134,16 +397841,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -397154,11 +397861,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -397412,16 +398119,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -397432,11 +398139,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -397531,16 +398238,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -397551,11 +398258,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -397750,16 +398457,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -397770,11 +398477,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -397869,16 +398576,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -397889,11 +398596,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -398126,16 +398833,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -398146,11 +398853,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -398245,16 +398952,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -398265,11 +398972,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -398464,16 +399171,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -398484,11 +399191,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -398583,16 +399290,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -398603,11 +399310,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -398840,16 +399547,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -398860,11 +399567,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -398959,16 +399666,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -398979,11 +399686,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -399297,16 +400004,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -399317,11 +400024,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -399524,16 +400231,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -399544,11 +400251,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -399643,16 +400350,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -399663,11 +400370,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -399862,16 +400569,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -399882,11 +400589,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -399981,16 +400688,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -400001,11 +400708,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -400200,16 +400907,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -400220,11 +400927,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -400319,16 +401026,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -400339,11 +401046,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -400538,16 +401245,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -400558,11 +401265,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -400657,16 +401364,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -400677,11 +401384,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -400995,16 +401702,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -401015,11 +401722,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -401214,16 +401921,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -401234,11 +401941,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -401333,16 +402040,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -401353,11 +402060,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -401552,16 +402259,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -401572,11 +402279,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -401671,16 +402378,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -401691,11 +402398,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -401928,16 +402635,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -401948,11 +402655,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -402047,16 +402754,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -402067,11 +402774,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -402251,16 +402958,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -402271,11 +402978,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -402370,16 +403077,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -402390,11 +403097,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -402425,7 +403132,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/484", "id": 118086581, @@ -402627,16 +403337,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -402647,11 +403357,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -402746,16 +403456,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -402766,11 +403476,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -403003,16 +403713,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -403023,11 +403733,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -403122,16 +403832,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -403142,11 +403852,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -403177,10 +403887,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/482", "id": 118084200, @@ -403382,16 +404089,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -403402,11 +404109,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -403501,16 +404208,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -403521,11 +404228,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -403720,16 +404427,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -403740,11 +404447,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -403839,16 +404546,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -403859,11 +404566,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -404096,16 +404803,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -404116,11 +404823,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -404215,16 +404922,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -404235,11 +404942,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -404472,16 +405179,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -404492,11 +405199,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -404591,16 +405298,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -404611,11 +405318,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -404848,16 +405555,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -404868,11 +405575,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -404967,16 +405674,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -404987,11 +405694,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -405224,16 +405931,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -405244,11 +405951,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -405343,16 +406050,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -405363,11 +406070,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -405600,16 +406307,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -405620,11 +406327,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -405719,16 +406426,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -405739,11 +406446,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -405976,16 +406683,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -405996,11 +406703,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -406095,16 +406802,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -406115,11 +406822,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -406352,16 +407059,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -406372,11 +407079,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -406471,16 +407178,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -406491,11 +407198,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -406728,16 +407435,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -406748,11 +407455,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -406847,16 +407554,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -406867,11 +407574,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -407104,16 +407811,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -407124,11 +407831,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -407223,16 +407930,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -407243,11 +407950,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -407480,16 +408187,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -407500,11 +408207,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -407599,16 +408306,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -407619,11 +408326,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -407856,16 +408563,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -407876,11 +408583,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -407975,16 +408682,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -407995,11 +408702,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -408313,16 +409020,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -408333,11 +409040,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -408559,16 +409266,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -408579,11 +409286,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -408678,16 +409385,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -408698,11 +409405,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -408897,16 +409604,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -408917,11 +409624,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -409016,16 +409723,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -409036,11 +409743,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -409235,16 +409942,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -409255,11 +409962,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -409354,16 +410061,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -409374,11 +410081,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -409573,16 +410280,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -409593,11 +410300,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -409692,16 +410399,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -409712,11 +410419,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -409911,16 +410618,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -409931,11 +410638,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -410030,16 +410737,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -410050,11 +410757,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -410249,16 +410956,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -410269,11 +410976,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -410368,16 +411075,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -410388,11 +411095,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -410595,16 +411302,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -410615,11 +411322,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -410714,16 +411421,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -410734,11 +411441,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -410971,16 +411678,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -410991,11 +411698,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -411090,16 +411797,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -411110,11 +411817,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -411428,16 +412135,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -411448,11 +412155,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -411658,16 +412365,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -411678,11 +412385,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -411888,16 +412595,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -411908,11 +412615,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -412118,16 +412825,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -412138,11 +412845,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -412441,16 +413148,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -412461,11 +413168,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -412764,16 +413471,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -412784,11 +413491,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -412819,7 +413526,10 @@ } }, "author_association": "COLLABORATOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/431", "id": 114325127, @@ -413017,16 +413727,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -413037,11 +413747,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -413275,16 +413985,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -413295,11 +414005,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -413394,16 +414104,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -413414,11 +414124,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -413449,10 +414159,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/429", "id": 113814127, @@ -413635,16 +414342,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -413655,11 +414362,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -413754,16 +414461,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -413774,11 +414481,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -414092,16 +414799,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -414112,11 +414819,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -414315,16 +415022,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -414335,11 +415042,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -414434,16 +415141,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -414454,11 +415161,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -414645,16 +415352,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -414665,11 +415372,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -414764,16 +415471,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -414784,11 +415491,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -415102,16 +415809,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -415122,11 +415829,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -415321,16 +416028,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -415341,11 +416048,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -415440,16 +416147,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -415460,11 +416167,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -415778,16 +416485,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -415798,11 +416505,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -416116,16 +416823,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -416136,11 +416843,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -416335,16 +417042,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -416355,11 +417062,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -416454,16 +417161,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -416474,11 +417181,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -416777,16 +417484,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -416797,11 +417504,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -417115,16 +417822,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -417135,11 +417842,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -417453,16 +418160,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -417473,11 +418180,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -417672,16 +418379,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -417692,11 +418399,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -417791,16 +418498,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -417811,11 +418518,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -418010,16 +418717,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -418030,11 +418737,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -418129,16 +418836,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -418149,11 +418856,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -418348,16 +419055,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -418368,11 +419075,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -418467,16 +419174,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -418487,11 +419194,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -418686,16 +419393,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -418706,11 +419413,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -418805,16 +419512,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -418825,11 +419532,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -419024,16 +419731,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -419044,11 +419751,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -419143,16 +419850,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -419163,11 +419870,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -419366,16 +420073,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -419386,11 +420093,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -419485,16 +420192,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -419505,11 +420212,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -419704,16 +420411,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -419724,11 +420431,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -419823,16 +420530,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -419843,11 +420550,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -420042,16 +420749,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -420062,11 +420769,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -420161,16 +420868,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -420181,11 +420888,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -420499,16 +421206,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -420519,11 +421226,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -420837,16 +421544,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -420857,11 +421564,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -421175,16 +421882,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -421195,11 +421902,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -421413,16 +422120,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -421433,11 +422140,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -421532,16 +422239,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -421552,11 +422259,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -421762,16 +422469,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -421782,11 +422489,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -421881,16 +422588,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -421901,11 +422608,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -422085,16 +422792,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -422105,11 +422812,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -422204,16 +422911,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -422224,11 +422931,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -422469,16 +423176,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -422489,11 +423196,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -422588,16 +423295,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -422608,11 +423315,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -422792,16 +423499,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -422812,11 +423519,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -422911,16 +423618,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -422931,11 +423638,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -422966,7 +423673,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/381", "id": 110026971, @@ -423168,16 +423878,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -423188,11 +423898,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -423287,16 +423997,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -423307,11 +424017,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -423575,16 +424285,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -423595,11 +424305,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -423694,16 +424404,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -423714,11 +424424,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -423749,10 +424459,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/379", "id": 110008973, @@ -423954,16 +424661,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -423974,11 +424681,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -424073,16 +424780,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -424093,11 +424800,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -424322,16 +425029,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -424342,11 +425049,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -424441,16 +425148,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -424461,11 +425168,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -424652,16 +425359,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -424672,11 +425379,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -424771,16 +425478,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -424791,11 +425498,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -424975,16 +425682,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -424995,11 +425702,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -425094,16 +425801,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -425114,11 +425821,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -425343,16 +426050,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -425363,11 +426070,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -425462,16 +426169,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -425482,11 +426189,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -425685,16 +426392,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -425705,11 +426412,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -425804,16 +426511,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -425824,11 +426531,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -426008,16 +426715,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -426028,11 +426735,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -426127,16 +426834,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -426147,11 +426854,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -426450,16 +427157,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -426470,11 +427177,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -426773,16 +427480,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -426793,11 +427500,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -427015,16 +427722,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -427035,11 +427742,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -427134,16 +427841,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -427154,11 +427861,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -427345,16 +428052,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -427365,11 +428072,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -427464,16 +428171,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -427484,11 +428191,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -427675,16 +428382,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -427695,11 +428402,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -427794,16 +428501,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -427814,11 +428521,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -428036,16 +428743,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -428056,11 +428763,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -428155,16 +428862,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -428175,11 +428882,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -428359,16 +429066,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -428379,11 +429086,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -428478,16 +429185,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -428498,11 +429205,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -428682,16 +429389,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -428702,11 +429409,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -428801,16 +429508,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -428821,11 +429528,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -429005,16 +429712,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -429025,11 +429732,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -429124,16 +429831,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -429144,11 +429851,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -429381,16 +430088,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -429401,11 +430108,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -429500,16 +430207,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -429520,11 +430227,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -429757,16 +430464,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -429777,11 +430484,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -429876,16 +430583,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -429896,11 +430603,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -430125,16 +430832,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -430145,11 +430852,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -430244,16 +430951,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -430264,11 +430971,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -430493,16 +431200,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -430513,11 +431220,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -430612,16 +431319,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -430632,11 +431339,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -430935,16 +431642,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -430955,11 +431662,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -431139,16 +431846,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -431159,11 +431866,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -431258,16 +431965,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -431278,11 +431985,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -431477,16 +432184,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -431497,11 +432204,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -431596,16 +432303,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -431616,11 +432323,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -431819,16 +432526,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -431839,11 +432546,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -431938,16 +432645,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -431958,11 +432665,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -432180,16 +432887,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -432200,11 +432907,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -432299,16 +433006,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -432319,11 +433026,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -432518,16 +433225,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -432538,11 +433245,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -432637,16 +433344,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -432657,11 +433364,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -432856,16 +433563,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -432876,11 +433583,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -432975,16 +433682,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -432995,11 +433702,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -433186,16 +433893,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -433206,11 +433913,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -433305,16 +434012,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -433325,11 +434032,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -433360,7 +434067,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/338", "id": 107557294, @@ -433532,16 +434242,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -433552,11 +434262,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -433651,16 +434361,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -433671,11 +434381,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -433908,16 +434618,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -433928,11 +434638,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -434027,16 +434737,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -434047,11 +434757,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -434082,10 +434792,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/336", "id": 107552074, @@ -434307,16 +435014,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -434327,11 +435034,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -434426,16 +435133,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -434446,11 +435153,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -434683,16 +435390,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -434703,11 +435410,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -434802,16 +435509,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -434822,11 +435529,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -435125,16 +435832,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -435145,11 +435852,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -435448,16 +436155,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -435468,11 +436175,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -435771,16 +436478,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -435791,11 +436498,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -436094,16 +436801,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -436114,11 +436821,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -436313,16 +437020,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -436333,11 +437040,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -436432,16 +437139,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -436452,11 +437159,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -436651,16 +437358,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -436671,11 +437378,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -436770,16 +437477,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -436790,11 +437497,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -436989,16 +437696,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -437009,11 +437716,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -437108,16 +437815,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -437128,11 +437835,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -437327,16 +438034,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -437347,11 +438054,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -437446,16 +438153,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -437466,11 +438173,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -437665,16 +438372,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -437685,11 +438392,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -437784,16 +438491,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -437804,11 +438511,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -438007,16 +438714,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -438027,11 +438734,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -438126,16 +438833,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -438146,11 +438853,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -438345,16 +439052,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -438365,11 +439072,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -438464,16 +439171,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -438484,11 +439191,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -438668,16 +439375,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -438688,11 +439395,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -438787,16 +439494,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -438807,11 +439514,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -439006,16 +439713,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -439026,11 +439733,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -439125,16 +439832,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -439145,11 +439852,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -439382,16 +440089,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -439402,11 +440109,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -439501,16 +440208,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -439521,11 +440228,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -439750,16 +440457,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -439770,11 +440477,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -439869,16 +440576,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -439889,11 +440596,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -440118,16 +440825,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -440138,11 +440845,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -440237,16 +440944,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -440257,11 +440964,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -440494,16 +441201,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -440514,11 +441221,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -440613,16 +441320,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -440633,11 +441340,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -440870,16 +441577,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -440890,11 +441597,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -440989,16 +441696,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -441009,11 +441716,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -441238,16 +441945,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -441258,11 +441965,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -441357,16 +442064,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -441377,11 +442084,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -441614,16 +442321,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -441634,11 +442341,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -441733,16 +442440,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -441753,11 +442460,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -442010,16 +442717,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -442030,11 +442737,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -442129,16 +442836,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -442149,11 +442856,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -442378,16 +443085,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -442398,11 +443105,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -442497,16 +443204,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -442517,11 +443224,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -442746,16 +443453,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -442766,11 +443473,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -442865,16 +443572,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -442885,11 +443592,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -443114,16 +443821,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -443134,11 +443841,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -443233,16 +443940,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -443253,11 +443960,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -443482,16 +444189,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -443502,11 +444209,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -443601,16 +444308,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -443621,11 +444328,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -443850,16 +444557,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -443870,11 +444577,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -443969,16 +444676,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -443989,11 +444696,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -444024,7 +444731,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/276", "id": 105339325, @@ -444218,16 +444928,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -444238,11 +444948,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -444337,16 +445047,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -444357,11 +445067,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -444594,16 +445304,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -444614,11 +445324,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -444713,16 +445423,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -444733,11 +445443,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -444768,10 +445478,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/274", "id": 105320665, @@ -444927,16 +445634,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -444947,11 +445654,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -445046,16 +445753,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -445066,11 +445773,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -445257,16 +445964,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -445277,11 +445984,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -445376,16 +446083,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -445396,11 +446103,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -445587,16 +446294,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -445607,11 +446314,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -445706,16 +446413,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -445726,11 +446433,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -445917,16 +446624,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -445937,11 +446644,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -446036,16 +446743,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -446056,11 +446763,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -446266,16 +446973,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -446286,11 +446993,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -446385,16 +447092,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -446405,11 +447112,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -446589,16 +447296,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -446609,11 +447316,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -446708,16 +447415,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -446728,11 +447435,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -446919,16 +447626,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -446939,11 +447646,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -447038,16 +447745,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -447058,11 +447765,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -447295,16 +448002,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -447315,11 +448022,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -447414,16 +448121,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -447434,11 +448141,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -447752,16 +448459,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -447772,11 +448479,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -448075,16 +448782,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -448095,11 +448802,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -448286,16 +448993,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -448306,11 +449013,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -448405,16 +449112,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -448425,11 +449132,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -448781,16 +449488,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -448801,11 +449508,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -449104,16 +449811,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -449124,11 +449831,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -449361,16 +450068,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -449381,11 +450088,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -449480,16 +450187,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -449500,11 +450207,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -449699,16 +450406,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -449719,11 +450426,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -449818,16 +450525,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -449838,11 +450545,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -450037,16 +450744,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -450057,11 +450764,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -450156,16 +450863,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -450176,11 +450883,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -450367,16 +451074,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -450387,11 +451094,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -450486,16 +451193,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -450506,11 +451213,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -450697,16 +451404,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -450717,11 +451424,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -450816,16 +451523,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -450836,11 +451543,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -451058,16 +451765,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -451078,11 +451785,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -451177,16 +451884,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -451197,11 +451904,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -451388,16 +452095,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -451408,11 +452115,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -451507,16 +452214,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -451527,11 +452234,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -451830,16 +452537,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -451850,11 +452557,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -452153,16 +452860,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -452173,11 +452880,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -452410,16 +453117,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -452430,11 +453137,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -452529,16 +453236,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -452549,11 +453256,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -452756,16 +453463,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -452776,11 +453483,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -452875,16 +453582,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -452895,11 +453602,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -453213,16 +453920,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -453233,11 +453940,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -453536,16 +454243,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -453556,11 +454263,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -453874,16 +454581,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -453894,11 +454601,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -454197,16 +454904,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -454217,11 +454924,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -454252,7 +454959,10 @@ } }, "author_association": "COLLABORATOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/207", "id": 102829983, @@ -454454,16 +455164,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -454474,11 +455184,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -454573,16 +455283,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -454593,11 +455303,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -454811,16 +455521,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -454831,11 +455541,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -454930,16 +455640,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -454950,11 +455660,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -454985,10 +455695,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/189", "id": 102597231, @@ -455252,16 +455959,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -455272,11 +455979,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -455490,16 +456197,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -455510,11 +456217,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -455609,16 +456316,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -455629,11 +456336,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -455832,16 +456539,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -455852,11 +456559,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -455951,16 +456658,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -455971,11 +456678,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -456170,16 +456877,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -456190,11 +456897,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -456289,16 +456996,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -456309,11 +457016,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -456524,16 +457231,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -456544,11 +457251,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -456643,16 +457350,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -456663,11 +457370,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -456966,16 +457673,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -456986,11 +457693,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -457289,16 +457996,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -457309,11 +458016,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -457612,16 +458319,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -457632,11 +458339,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -457816,16 +458523,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -457836,11 +458543,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -457935,16 +458642,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -457955,11 +458662,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -458258,16 +458965,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -458278,11 +458985,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -458619,16 +459326,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -458639,11 +459346,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -458838,16 +459545,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -458858,11 +459565,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -458957,16 +459664,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -458977,11 +459684,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -459318,16 +460025,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -459338,11 +460045,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -459556,16 +460263,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -459576,11 +460283,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -459675,16 +460382,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -459695,11 +460402,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -459894,16 +460601,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -459914,11 +460621,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -460013,16 +460720,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -460033,11 +460740,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -460232,16 +460939,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -460252,11 +460959,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -460351,16 +461058,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -460371,11 +461078,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -460570,16 +461277,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -460590,11 +461297,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -460689,16 +461396,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -460709,11 +461416,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -461012,16 +461719,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -461032,11 +461739,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -461286,16 +461993,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -461306,11 +462013,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -461405,16 +462112,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -461425,11 +462132,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -461609,16 +462316,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -461629,11 +462336,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -461728,16 +462435,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -461748,11 +462455,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -461977,16 +462684,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -461997,11 +462704,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -462096,16 +462803,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -462116,11 +462823,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -462315,16 +463022,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -462335,11 +463042,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -462434,16 +463141,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -462454,11 +463161,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -462699,16 +463406,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -462719,11 +463426,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -462818,16 +463525,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -462838,11 +463545,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -463029,16 +463736,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -463049,11 +463756,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -463148,16 +463855,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -463168,11 +463875,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -463367,16 +464074,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -463387,11 +464094,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -463486,16 +464193,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -463506,11 +464213,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -463735,16 +464442,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -463755,11 +464462,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -463854,16 +464561,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -463874,11 +464581,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -464111,16 +464818,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -464131,11 +464838,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -464230,16 +464937,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -464250,11 +464957,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -464560,16 +465267,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -464580,11 +465287,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -464615,7 +465322,10 @@ } }, "author_association": "CONTRIBUTOR" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/105", "id": 99586260, @@ -464890,16 +465600,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -464910,11 +465620,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -465109,16 +465819,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -465129,11 +465839,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -465228,16 +465938,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -465248,11 +465958,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -465283,10 +465993,7 @@ } }, "author_association": "CONTRIBUTOR" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/100", "id": 99284232, @@ -465450,16 +466157,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -465470,11 +466177,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -465569,16 +466276,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -465589,11 +466296,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -465773,16 +466480,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -465793,11 +466500,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -465892,16 +466599,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -465912,11 +466619,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -466096,16 +466803,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -466116,11 +466823,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -466215,16 +466922,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -466235,11 +466942,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -466461,16 +467168,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -466481,11 +467188,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -466580,16 +467287,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -466600,11 +467307,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -466799,16 +467506,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -466819,11 +467526,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -466918,16 +467625,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -466938,11 +467645,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -467148,16 +467855,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -467168,11 +467875,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -467267,16 +467974,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -467287,11 +467994,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -467486,16 +468193,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -467506,11 +468213,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -467605,16 +468312,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -467625,11 +468332,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -467835,16 +468542,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -467855,11 +468562,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -468039,16 +468746,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -468059,11 +468766,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -468158,16 +468865,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -468178,11 +468885,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -468377,16 +469084,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -468397,11 +469104,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -468496,16 +469203,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -468516,11 +469223,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -468726,16 +469433,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -468746,11 +469453,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -468956,16 +469663,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -468976,11 +469683,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -469160,16 +469867,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -469180,11 +469887,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -469279,16 +469986,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -469299,11 +470006,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -469509,16 +470216,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -469529,11 +470236,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -469739,16 +470446,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -469759,11 +470466,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -469943,16 +470650,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -469963,11 +470670,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -470062,16 +470769,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -470082,11 +470789,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -470292,16 +470999,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -470312,11 +471019,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -470522,16 +471229,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -470542,11 +471249,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -470752,16 +471459,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -470772,11 +471479,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -470971,16 +471678,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -470991,11 +471698,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -471090,16 +471797,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -471110,11 +471817,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -471317,16 +472024,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -471337,11 +472044,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -471436,16 +472143,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -471456,11 +472163,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -471705,16 +472412,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -471725,11 +472432,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -471824,16 +472531,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -471844,11 +472551,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -472043,16 +472750,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -472063,11 +472770,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -472162,16 +472869,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -472182,11 +472889,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -472366,16 +473073,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -472386,11 +473093,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -472485,16 +473192,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -472505,11 +473212,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -472704,16 +473411,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -472724,11 +473431,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -472823,16 +473530,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -472843,11 +473550,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -473034,16 +473741,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -473054,11 +473761,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -473153,16 +473860,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -473173,11 +473880,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -473372,16 +474079,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -473392,11 +474099,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -473491,16 +474198,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -473511,11 +474218,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -473710,16 +474417,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -473730,11 +474437,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -473829,16 +474536,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -473849,11 +474556,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -473884,7 +474591,10 @@ } }, "author_association": "MEMBER" - }, + } + +, + { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/24", "id": 95248027, @@ -474048,16 +474758,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -474068,11 +474778,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -474167,16 +474877,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -474187,11 +474897,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -474386,16 +475096,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -474406,11 +475116,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -474505,16 +475215,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -474525,11 +475235,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -474560,10 +475270,7 @@ } }, "author_association": "MEMBER" - } - -, - + }, { "url": "https://api.github.com/repos/quicwg/base-drafts/pulls/21", "id": 95131073, @@ -474750,16 +475457,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -474770,11 +475477,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -474869,16 +475576,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -474889,11 +475596,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -475207,16 +475914,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -475227,11 +475934,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -475437,16 +476144,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -475457,11 +476164,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -475667,16 +476374,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -475687,11 +476394,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -475897,16 +476604,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -475917,11 +476624,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -476127,16 +476834,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -476147,11 +476854,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -476384,16 +477091,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -476404,11 +477111,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -476503,16 +477210,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -476523,11 +477230,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -476714,16 +477421,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -476734,11 +477441,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -476833,16 +477540,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -476853,11 +477560,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -477037,16 +477744,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -477057,11 +477764,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } }, @@ -477156,16 +477863,16 @@ "releases_url": "https://api.github.com/repos/quicwg/base-drafts/releases{/id}", "deployments_url": "https://api.github.com/repos/quicwg/base-drafts/deployments", "created_at": "2016-11-15T05:30:30Z", - "updated_at": "2019-05-20T15:20:19Z", - "pushed_at": "2019-05-20T21:50:39Z", + "updated_at": "2019-05-20T22:01:22Z", + "pushed_at": "2019-05-21T09:05:43Z", "git_url": "git://github.com/quicwg/base-drafts.git", "ssh_url": "git@github.com:quicwg/base-drafts.git", "clone_url": "https://github.com/quicwg/base-drafts.git", "svn_url": "https://github.com/quicwg/base-drafts", "homepage": "https://quicwg.github.io/", - "size": 141218, - "stargazers_count": 669, - "watchers_count": 669, + "size": 145463, + "stargazers_count": 670, + "watchers_count": 670, "language": "Shell", "has_issues": true, "has_projects": true, @@ -477176,11 +477883,11 @@ "mirror_url": null, "archived": false, "disabled": false, - "open_issues_count": 161, + "open_issues_count": 164, "license": null, "forks": 105, - "open_issues": 161, - "watchers": 669, + "open_issues": 164, + "watchers": 670, "default_branch": "master" } },