@oiz/stzh-components 1.4.0-npmjstest → 1.5.0-alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -56
- package/dist/cjs/{app-globals-e07b8f5f.js → app-globals-3b6f75bd.js} +5 -3
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/stzh-actions.cjs.entry.js +1 -1
- package/dist/cjs/stzh-appnav.cjs.entry.js +1 -1
- package/dist/cjs/stzh-badge_3.cjs.entry.js +1 -1
- package/dist/cjs/stzh-checkbox.cjs.entry.js +1 -1
- package/dist/cjs/stzh-checkboxgroup.cjs.entry.js +2 -4
- package/dist/cjs/stzh-components.cjs.js +2 -2
- package/dist/cjs/stzh-cspace.cjs.entry.js +1 -1
- package/dist/cjs/stzh-datepicker_4.cjs.entry.js +2 -4
- package/dist/cjs/stzh-dialog.cjs.entry.js +2 -2
- package/dist/cjs/stzh-dropdown.cjs.entry.js +30 -3
- package/dist/cjs/stzh-figure.cjs.entry.js +1 -1
- package/dist/cjs/stzh-footer.cjs.entry.js +1 -1
- package/dist/cjs/stzh-ghettobox_2.cjs.entry.js +1 -1
- package/dist/cjs/stzh-header.cjs.entry.js +1 -1
- package/dist/cjs/stzh-input.cjs.entry.js +9 -4
- package/dist/cjs/stzh-link.cjs.entry.js +1 -1
- package/dist/cjs/stzh-menu_2.cjs.entry.js +1 -1
- package/dist/cjs/stzh-pagetitle.cjs.entry.js +1 -1
- package/dist/cjs/stzh-portal-mitwirken.cjs.entry.js +1 -1
- package/dist/cjs/stzh-readspeaker.cjs.entry.js +1 -1
- package/dist/cjs/stzh-servicecard-list.cjs.entry.js +20 -3
- package/dist/cjs/stzh-servicecard.cjs.entry.js +26 -4
- package/dist/cjs/stzh-sortable.cjs.entry.js +3214 -2441
- package/dist/cjs/stzh-table.cjs.entry.js +1 -1
- package/dist/cjs/stzh-toggle.cjs.entry.js +1 -1
- package/dist/cjs/stzh-upload.cjs.entry.js +44 -11
- package/dist/cjs/utils-8dc66449.js +76 -0
- package/dist/collection/assets/fonts.css +5 -5
- package/dist/collection/components/stzh-checkboxgroup/stzh-checkboxgroup.js +1 -3
- package/dist/collection/components/stzh-cspace/stzh-cspace.css +6 -0
- package/dist/collection/components/stzh-dialog/stzh-dialog.css +9 -1
- package/dist/collection/components/stzh-dialog/stzh-dialog.stories.js +18 -8
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.css +2 -4
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.js +79 -1
- package/dist/collection/components/stzh-dropdown/stzh-dropdown.stories.js +3328 -0
- package/dist/collection/components/stzh-input/stzh-input.css +13 -4
- package/dist/collection/components/stzh-input/stzh-input.js +79 -4
- package/dist/collection/components/stzh-portal-mitwirken/stzh-portal-mitwirken.css +0 -9
- package/dist/collection/components/stzh-radiogroup/stzh-radiogroup.js +1 -3
- package/dist/collection/components/stzh-servicecard/stzh-servicecard.css +4 -4
- package/dist/collection/components/stzh-servicecard/stzh-servicecard.js +24 -2
- package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.js +54 -11
- package/dist/collection/components/stzh-servicecard-list/stzh-servicecard-list.stories.js +2 -1
- package/dist/collection/components/stzh-sortable/stzh-sortable.js +37 -8
- package/dist/collection/components/stzh-upload/stzh-upload.css +3 -0
- package/dist/collection/components/stzh-upload/stzh-upload.js +43 -10
- package/dist/collection/components/stzh-upload/stzh-upload.stories.js +10 -8
- package/dist/collection/global/js/helpers/autofocus.js +3 -1
- package/dist/collection/global/js/script.js +1 -1
- package/dist/collection/libraries/sortable.js +3791 -0
- package/dist/collection/utils/utils.js +39 -0
- package/dist/components/index.js +5 -3
- package/dist/components/stzh-checkboxgroup.js +1 -3
- package/dist/components/stzh-cspace.js +1 -1
- package/dist/components/stzh-dialog.js +1 -1
- package/dist/components/stzh-dropdown2.js +33 -3
- package/dist/components/stzh-input2.js +12 -3
- package/dist/components/stzh-portal-mitwirken.js +1 -1
- package/dist/components/stzh-radiogroup2.js +1 -3
- package/dist/components/stzh-servicecard-list.js +22 -4
- package/dist/components/stzh-servicecard.js +25 -3
- package/dist/components/stzh-sortable2.js +3216 -2442
- package/dist/components/stzh-upload.js +43 -10
- package/dist/components/utils.js +40 -1
- package/dist/esm/{app-globals-70c229e3.js → app-globals-c42494e9.js} +5 -3
- package/dist/esm/loader.js +2 -2
- package/dist/esm/stzh-actions.entry.js +1 -1
- package/dist/esm/stzh-appnav.entry.js +1 -1
- package/dist/esm/stzh-badge_3.entry.js +1 -1
- package/dist/esm/stzh-checkbox.entry.js +1 -1
- package/dist/esm/stzh-checkboxgroup.entry.js +2 -4
- package/dist/esm/stzh-components.js +2 -2
- package/dist/esm/stzh-cspace.entry.js +1 -1
- package/dist/esm/stzh-datepicker_4.entry.js +2 -4
- package/dist/esm/stzh-dialog.entry.js +2 -2
- package/dist/esm/stzh-dropdown.entry.js +30 -3
- package/dist/esm/stzh-figure.entry.js +1 -1
- package/dist/esm/stzh-footer.entry.js +1 -1
- package/dist/esm/stzh-ghettobox_2.entry.js +1 -1
- package/dist/esm/stzh-header.entry.js +1 -1
- package/dist/esm/stzh-input.entry.js +9 -4
- package/dist/esm/stzh-link.entry.js +1 -1
- package/dist/esm/stzh-menu_2.entry.js +1 -1
- package/dist/esm/stzh-pagetitle.entry.js +1 -1
- package/dist/esm/stzh-portal-mitwirken.entry.js +1 -1
- package/dist/esm/stzh-readspeaker.entry.js +1 -1
- package/dist/esm/stzh-servicecard-list.entry.js +20 -3
- package/dist/esm/stzh-servicecard.entry.js +26 -4
- package/dist/esm/stzh-sortable.entry.js +3214 -2441
- package/dist/esm/stzh-table.entry.js +1 -1
- package/dist/esm/stzh-toggle.entry.js +1 -1
- package/dist/esm/stzh-upload.entry.js +44 -11
- package/dist/esm/utils-68a28fce.js +72 -0
- package/dist/esm-es5/app-globals-c42494e9.js +1 -0
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/stzh-actions.entry.js +1 -1
- package/dist/esm-es5/stzh-appnav.entry.js +1 -1
- package/dist/esm-es5/stzh-badge_3.entry.js +1 -1
- package/dist/esm-es5/stzh-checkbox.entry.js +1 -1
- package/dist/esm-es5/stzh-checkboxgroup.entry.js +1 -1
- package/dist/esm-es5/stzh-components.js +1 -1
- package/dist/esm-es5/stzh-cspace.entry.js +1 -1
- package/dist/esm-es5/stzh-datepicker_4.entry.js +1 -1
- package/dist/esm-es5/stzh-dialog.entry.js +1 -1
- package/dist/esm-es5/stzh-dropdown.entry.js +1 -1
- package/dist/esm-es5/stzh-figure.entry.js +1 -1
- package/dist/esm-es5/stzh-footer.entry.js +1 -1
- package/dist/esm-es5/stzh-ghettobox_2.entry.js +1 -1
- package/dist/esm-es5/stzh-header.entry.js +1 -1
- package/dist/esm-es5/stzh-input.entry.js +1 -1
- package/dist/esm-es5/stzh-link.entry.js +1 -1
- package/dist/esm-es5/stzh-menu_2.entry.js +1 -1
- package/dist/esm-es5/stzh-pagetitle.entry.js +1 -1
- package/dist/esm-es5/stzh-portal-mitwirken.entry.js +1 -1
- package/dist/esm-es5/stzh-readspeaker.entry.js +1 -1
- package/dist/esm-es5/stzh-servicecard-list.entry.js +1 -1
- package/dist/esm-es5/stzh-servicecard.entry.js +1 -1
- package/dist/esm-es5/stzh-sortable.entry.js +2 -2
- package/dist/esm-es5/stzh-table.entry.js +1 -1
- package/dist/esm-es5/stzh-toggle.entry.js +1 -1
- package/dist/esm-es5/stzh-upload.entry.js +1 -1
- package/dist/esm-es5/utils-68a28fce.js +1 -0
- package/dist/stzh-components/assets/fonts.css +5 -5
- package/dist/stzh-components/{p-30cb8bc0.system.entry.js → p-006135ed.system.entry.js} +1 -1
- package/dist/stzh-components/p-0230004d.system.js +1 -0
- package/dist/stzh-components/{p-c6ad1a8c.entry.js → p-03e2634c.entry.js} +1 -1
- package/dist/stzh-components/{p-6ec17efc.entry.js → p-04d7b18f.entry.js} +1 -1
- package/dist/stzh-components/{p-60b4f34c.system.entry.js → p-07772cd7.system.entry.js} +1 -1
- package/dist/stzh-components/{p-82d85c3a.system.entry.js → p-1c88ceff.system.entry.js} +1 -1
- package/dist/stzh-components/p-1f57d28e.js +1 -0
- package/dist/stzh-components/p-2b11d549.system.entry.js +1 -0
- package/dist/stzh-components/{p-07f16263.entry.js → p-32988d74.entry.js} +1 -1
- package/dist/stzh-components/{p-cb4a91b7.system.entry.js → p-33946fed.system.entry.js} +1 -1
- package/dist/stzh-components/{p-1d914f6c.entry.js → p-34190502.entry.js} +1 -1
- package/dist/stzh-components/{p-9e6c25ed.system.entry.js → p-370b82e7.system.entry.js} +1 -1
- package/dist/stzh-components/p-3ebd2c03.js +1 -0
- package/dist/stzh-components/{p-f544cf3d.entry.js → p-3ed69b16.entry.js} +1 -1
- package/dist/stzh-components/{p-e58d3bc7.entry.js → p-409c0d50.entry.js} +1 -1
- package/dist/stzh-components/{p-19344366.system.entry.js → p-4a398453.system.entry.js} +1 -1
- package/dist/stzh-components/{p-49e37004.entry.js → p-586cae98.entry.js} +1 -1
- package/dist/stzh-components/p-5e0cccc9.system.entry.js +1 -0
- package/dist/stzh-components/{p-2990206c.system.entry.js → p-5ea652ae.system.entry.js} +1 -1
- package/dist/stzh-components/{p-634095bd.system.entry.js → p-68a8b7b7.system.entry.js} +1 -1
- package/dist/stzh-components/{p-2f2cb544.system.entry.js → p-6c3b2508.system.entry.js} +1 -1
- package/dist/stzh-components/{p-a4100bd8.system.entry.js → p-6fc271d0.system.entry.js} +1 -1
- package/dist/stzh-components/p-7921db30.system.entry.js +1 -0
- package/dist/stzh-components/p-79bfc485.entry.js +1 -0
- package/dist/stzh-components/{p-4cfe83b5.system.entry.js → p-87ab53c4.system.entry.js} +1 -1
- package/dist/stzh-components/{p-b1976630.entry.js → p-8a60addb.entry.js} +1 -1
- package/dist/stzh-components/{p-298276e4.entry.js → p-8bd3ba06.entry.js} +1 -1
- package/dist/stzh-components/{p-0c92ee26.system.entry.js → p-90a10825.system.entry.js} +1 -1
- package/dist/stzh-components/{p-c2d58384.entry.js → p-95a297aa.entry.js} +1 -1
- package/dist/stzh-components/{p-86d3ce62.entry.js → p-95eb03b2.entry.js} +1 -1
- package/dist/stzh-components/p-983f6070.entry.js +1 -0
- package/dist/stzh-components/p-a7253852.entry.js +1 -0
- package/dist/stzh-components/{p-f8d9411d.system.entry.js → p-a760352a.system.entry.js} +1 -1
- package/dist/stzh-components/p-aaa2e48f.system.js +1 -0
- package/dist/stzh-components/p-b281b653.entry.js +8 -0
- package/dist/stzh-components/p-b35b0270.entry.js +1 -0
- package/dist/stzh-components/p-b4fc71ff.system.entry.js +1 -0
- package/dist/stzh-components/{p-79ca1ba6.entry.js → p-bb2e1dda.entry.js} +1 -1
- package/dist/stzh-components/{p-55188328.entry.js → p-bdba7714.entry.js} +1 -1
- package/dist/stzh-components/p-c581e798.system.entry.js +1 -0
- package/dist/stzh-components/p-c7c17bb7.system.entry.js +7 -0
- package/dist/stzh-components/{p-1ccbd2d6.system.entry.js → p-c863ffd0.system.entry.js} +1 -1
- package/dist/stzh-components/{p-3c4478b0.entry.js → p-d8471675.entry.js} +1 -1
- package/dist/stzh-components/{p-0433fff9.system.entry.js → p-da063c7e.system.entry.js} +1 -1
- package/dist/stzh-components/p-e12db90a.entry.js +1 -0
- package/dist/stzh-components/{p-2d0685e3.entry.js → p-ec3d4dd4.entry.js} +1 -1
- package/dist/stzh-components/p-ee5ceac4.entry.js +1 -0
- package/dist/stzh-components/p-f0ca6848.system.entry.js +1 -0
- package/dist/stzh-components/{p-bba52769.system.entry.js → p-f1a58a7c.system.entry.js} +1 -1
- package/dist/stzh-components/{p-1bfc1097.entry.js → p-f2050d1e.entry.js} +1 -1
- package/dist/stzh-components/{p-ff8a3e96.entry.js → p-f610f725.entry.js} +1 -1
- package/dist/stzh-components/p-faf20030.system.js +1 -0
- package/dist/stzh-components/{p-f9dc7a9b.entry.js → p-fba76dba.entry.js} +1 -1
- package/dist/stzh-components/{p-e987954a.system.entry.js → p-fce0e218.system.entry.js} +1 -1
- package/dist/stzh-components/{p-a6486f64.system.entry.js → p-fd16e20e.system.entry.js} +1 -1
- package/dist/stzh-components/stzh-components.css +1 -1
- package/dist/stzh-components/stzh-components.esm.js +1 -1
- package/dist/stzh-components/stzh-components.js +1 -1
- package/dist/types/components.d.ts +68 -2
- package/dist/types/index.d.ts +1 -0
- package/dist/types/utils/utils.d.ts +2 -0
- package/dist/vscode-data.json +20 -1
- package/package.json +1 -1
- package/dist/cjs/utils-d327c19d.js +0 -36
- package/dist/esm/utils-904416df.js +0 -33
- package/dist/esm-es5/app-globals-70c229e3.js +0 -1
- package/dist/esm-es5/utils-904416df.js +0 -1
- package/dist/stzh-components/p-043ab41e.system.entry.js +0 -1
- package/dist/stzh-components/p-323fdc2f.entry.js +0 -1
- package/dist/stzh-components/p-49ea222f.system.entry.js +0 -1
- package/dist/stzh-components/p-5f7b72c8.entry.js +0 -1
- package/dist/stzh-components/p-5f856307.system.js +0 -1
- package/dist/stzh-components/p-6c502e6e.js +0 -1
- package/dist/stzh-components/p-6ea5c23d.system.entry.js +0 -7
- package/dist/stzh-components/p-7279af4a.system.entry.js +0 -1
- package/dist/stzh-components/p-8462ba57.entry.js +0 -1
- package/dist/stzh-components/p-88bef2cd.entry.js +0 -1
- package/dist/stzh-components/p-a7c3b41a.entry.js +0 -1
- package/dist/stzh-components/p-aa4e28cc.system.js +0 -1
- package/dist/stzh-components/p-ac1da083.system.js +0 -1
- package/dist/stzh-components/p-b63d6ded.system.entry.js +0 -1
- package/dist/stzh-components/p-bcade28e.entry.js +0 -1
- package/dist/stzh-components/p-be21cebd.js +0 -1
- package/dist/stzh-components/p-d04e8743.system.entry.js +0 -1
- package/dist/stzh-components/p-d8819b74.system.entry.js +0 -1
- package/dist/stzh-components/p-e048de42.entry.js +0 -8
|
@@ -93,7 +93,13 @@ export const RemoteData = Template.bind({});
|
|
|
93
93
|
RemoteData.args = {
|
|
94
94
|
label: 'Search',
|
|
95
95
|
description: 'Start typing to search github repositories.',
|
|
96
|
+
items: `["default"]`,
|
|
97
|
+
options: `[
|
|
98
|
+
{ "text": "Default Item", "value": "default" }
|
|
99
|
+
]`,
|
|
96
100
|
load: function(query, callback) {
|
|
101
|
+
console.log('api search with:', query);
|
|
102
|
+
|
|
97
103
|
const url = 'https://api.github.com/search/repositories?q=' + encodeURIComponent(query);
|
|
98
104
|
fetch(url)
|
|
99
105
|
.then(response => response.json())
|
|
@@ -105,5 +111,3327 @@ RemoteData.args = {
|
|
|
105
111
|
}).catch(()=>{
|
|
106
112
|
callback();
|
|
107
113
|
});
|
|
114
|
+
|
|
115
|
+
// if API limit is hit, use this example data from the API instead
|
|
116
|
+
// callback([
|
|
117
|
+
// {
|
|
118
|
+
// "id": 688352,
|
|
119
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnk2ODgzNTI=",
|
|
120
|
+
// "name": "jmeter",
|
|
121
|
+
// "full_name": "apache/jmeter",
|
|
122
|
+
// "private": false,
|
|
123
|
+
// "owner": {
|
|
124
|
+
// "login": "apache",
|
|
125
|
+
// "id": 47359,
|
|
126
|
+
// "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ3MzU5",
|
|
127
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/47359?v=4",
|
|
128
|
+
// "gravatar_id": "",
|
|
129
|
+
// "url": "https://api.github.com/users/apache",
|
|
130
|
+
// "html_url": "https://github.com/apache",
|
|
131
|
+
// "followers_url": "https://api.github.com/users/apache/followers",
|
|
132
|
+
// "following_url": "https://api.github.com/users/apache/following{/other_user}",
|
|
133
|
+
// "gists_url": "https://api.github.com/users/apache/gists{/gist_id}",
|
|
134
|
+
// "starred_url": "https://api.github.com/users/apache/starred{/owner}{/repo}",
|
|
135
|
+
// "subscriptions_url": "https://api.github.com/users/apache/subscriptions",
|
|
136
|
+
// "organizations_url": "https://api.github.com/users/apache/orgs",
|
|
137
|
+
// "repos_url": "https://api.github.com/users/apache/repos",
|
|
138
|
+
// "events_url": "https://api.github.com/users/apache/events{/privacy}",
|
|
139
|
+
// "received_events_url": "https://api.github.com/users/apache/received_events",
|
|
140
|
+
// "type": "Organization",
|
|
141
|
+
// "site_admin": false
|
|
142
|
+
// },
|
|
143
|
+
// "html_url": "https://github.com/apache/jmeter",
|
|
144
|
+
// "description": "Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services",
|
|
145
|
+
// "fork": false,
|
|
146
|
+
// "url": "https://api.github.com/repos/apache/jmeter",
|
|
147
|
+
// "forks_url": "https://api.github.com/repos/apache/jmeter/forks",
|
|
148
|
+
// "keys_url": "https://api.github.com/repos/apache/jmeter/keys{/key_id}",
|
|
149
|
+
// "collaborators_url": "https://api.github.com/repos/apache/jmeter/collaborators{/collaborator}",
|
|
150
|
+
// "teams_url": "https://api.github.com/repos/apache/jmeter/teams",
|
|
151
|
+
// "hooks_url": "https://api.github.com/repos/apache/jmeter/hooks",
|
|
152
|
+
// "issue_events_url": "https://api.github.com/repos/apache/jmeter/issues/events{/number}",
|
|
153
|
+
// "events_url": "https://api.github.com/repos/apache/jmeter/events",
|
|
154
|
+
// "assignees_url": "https://api.github.com/repos/apache/jmeter/assignees{/user}",
|
|
155
|
+
// "branches_url": "https://api.github.com/repos/apache/jmeter/branches{/branch}",
|
|
156
|
+
// "tags_url": "https://api.github.com/repos/apache/jmeter/tags",
|
|
157
|
+
// "blobs_url": "https://api.github.com/repos/apache/jmeter/git/blobs{/sha}",
|
|
158
|
+
// "git_tags_url": "https://api.github.com/repos/apache/jmeter/git/tags{/sha}",
|
|
159
|
+
// "git_refs_url": "https://api.github.com/repos/apache/jmeter/git/refs{/sha}",
|
|
160
|
+
// "trees_url": "https://api.github.com/repos/apache/jmeter/git/trees{/sha}",
|
|
161
|
+
// "statuses_url": "https://api.github.com/repos/apache/jmeter/statuses/{sha}",
|
|
162
|
+
// "languages_url": "https://api.github.com/repos/apache/jmeter/languages",
|
|
163
|
+
// "stargazers_url": "https://api.github.com/repos/apache/jmeter/stargazers",
|
|
164
|
+
// "contributors_url": "https://api.github.com/repos/apache/jmeter/contributors",
|
|
165
|
+
// "subscribers_url": "https://api.github.com/repos/apache/jmeter/subscribers",
|
|
166
|
+
// "subscription_url": "https://api.github.com/repos/apache/jmeter/subscription",
|
|
167
|
+
// "commits_url": "https://api.github.com/repos/apache/jmeter/commits{/sha}",
|
|
168
|
+
// "git_commits_url": "https://api.github.com/repos/apache/jmeter/git/commits{/sha}",
|
|
169
|
+
// "comments_url": "https://api.github.com/repos/apache/jmeter/comments{/number}",
|
|
170
|
+
// "issue_comment_url": "https://api.github.com/repos/apache/jmeter/issues/comments{/number}",
|
|
171
|
+
// "contents_url": "https://api.github.com/repos/apache/jmeter/contents/{+path}",
|
|
172
|
+
// "compare_url": "https://api.github.com/repos/apache/jmeter/compare/{base}...{head}",
|
|
173
|
+
// "merges_url": "https://api.github.com/repos/apache/jmeter/merges",
|
|
174
|
+
// "archive_url": "https://api.github.com/repos/apache/jmeter/{archive_format}{/ref}",
|
|
175
|
+
// "downloads_url": "https://api.github.com/repos/apache/jmeter/downloads",
|
|
176
|
+
// "issues_url": "https://api.github.com/repos/apache/jmeter/issues{/number}",
|
|
177
|
+
// "pulls_url": "https://api.github.com/repos/apache/jmeter/pulls{/number}",
|
|
178
|
+
// "milestones_url": "https://api.github.com/repos/apache/jmeter/milestones{/number}",
|
|
179
|
+
// "notifications_url": "https://api.github.com/repos/apache/jmeter/notifications{?since,all,participating}",
|
|
180
|
+
// "labels_url": "https://api.github.com/repos/apache/jmeter/labels{/name}",
|
|
181
|
+
// "releases_url": "https://api.github.com/repos/apache/jmeter/releases{/id}",
|
|
182
|
+
// "deployments_url": "https://api.github.com/repos/apache/jmeter/deployments",
|
|
183
|
+
// "created_at": "2010-05-26T23:38:07Z",
|
|
184
|
+
// "updated_at": "2022-11-06T13:23:28Z",
|
|
185
|
+
// "pushed_at": "2022-11-04T19:59:56Z",
|
|
186
|
+
// "git_url": "git://github.com/apache/jmeter.git",
|
|
187
|
+
// "ssh_url": "git@github.com:apache/jmeter.git",
|
|
188
|
+
// "clone_url": "https://github.com/apache/jmeter.git",
|
|
189
|
+
// "svn_url": "https://github.com/apache/jmeter",
|
|
190
|
+
// "homepage": "https://jmeter.apache.org/",
|
|
191
|
+
// "size": 91147,
|
|
192
|
+
// "stargazers_count": 6558,
|
|
193
|
+
// "watchers_count": 6558,
|
|
194
|
+
// "language": "Java",
|
|
195
|
+
// "has_issues": true,
|
|
196
|
+
// "has_projects": false,
|
|
197
|
+
// "has_downloads": true,
|
|
198
|
+
// "has_wiki": false,
|
|
199
|
+
// "has_pages": false,
|
|
200
|
+
// "forks_count": 1794,
|
|
201
|
+
// "mirror_url": null,
|
|
202
|
+
// "archived": false,
|
|
203
|
+
// "disabled": false,
|
|
204
|
+
// "open_issues_count": 622,
|
|
205
|
+
// "license": {
|
|
206
|
+
// "key": "apache-2.0",
|
|
207
|
+
// "name": "Apache License 2.0",
|
|
208
|
+
// "spdx_id": "Apache-2.0",
|
|
209
|
+
// "url": "https://api.github.com/licenses/apache-2.0",
|
|
210
|
+
// "node_id": "MDc6TGljZW5zZTI="
|
|
211
|
+
// },
|
|
212
|
+
// "allow_forking": true,
|
|
213
|
+
// "is_template": false,
|
|
214
|
+
// "web_commit_signoff_required": false,
|
|
215
|
+
// "topics": [
|
|
216
|
+
// "java",
|
|
217
|
+
// "performance",
|
|
218
|
+
// "test"
|
|
219
|
+
// ],
|
|
220
|
+
// "visibility": "public",
|
|
221
|
+
// "forks": 1794,
|
|
222
|
+
// "open_issues": 622,
|
|
223
|
+
// "watchers": 6558,
|
|
224
|
+
// "default_branch": "master",
|
|
225
|
+
// "score": 1
|
|
226
|
+
// },
|
|
227
|
+
// {
|
|
228
|
+
// "id": 103826539,
|
|
229
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnkxMDM4MjY1Mzk=",
|
|
230
|
+
// "name": "uiautomator2",
|
|
231
|
+
// "full_name": "openatx/uiautomator2",
|
|
232
|
+
// "private": false,
|
|
233
|
+
// "owner": {
|
|
234
|
+
// "login": "openatx",
|
|
235
|
+
// "id": 20634838,
|
|
236
|
+
// "node_id": "MDEyOk9yZ2FuaXphdGlvbjIwNjM0ODM4",
|
|
237
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/20634838?v=4",
|
|
238
|
+
// "gravatar_id": "",
|
|
239
|
+
// "url": "https://api.github.com/users/openatx",
|
|
240
|
+
// "html_url": "https://github.com/openatx",
|
|
241
|
+
// "followers_url": "https://api.github.com/users/openatx/followers",
|
|
242
|
+
// "following_url": "https://api.github.com/users/openatx/following{/other_user}",
|
|
243
|
+
// "gists_url": "https://api.github.com/users/openatx/gists{/gist_id}",
|
|
244
|
+
// "starred_url": "https://api.github.com/users/openatx/starred{/owner}{/repo}",
|
|
245
|
+
// "subscriptions_url": "https://api.github.com/users/openatx/subscriptions",
|
|
246
|
+
// "organizations_url": "https://api.github.com/users/openatx/orgs",
|
|
247
|
+
// "repos_url": "https://api.github.com/users/openatx/repos",
|
|
248
|
+
// "events_url": "https://api.github.com/users/openatx/events{/privacy}",
|
|
249
|
+
// "received_events_url": "https://api.github.com/users/openatx/received_events",
|
|
250
|
+
// "type": "Organization",
|
|
251
|
+
// "site_admin": false
|
|
252
|
+
// },
|
|
253
|
+
// "html_url": "https://github.com/openatx/uiautomator2",
|
|
254
|
+
// "description": "Android Uiautomator2 Python Wrapper",
|
|
255
|
+
// "fork": false,
|
|
256
|
+
// "url": "https://api.github.com/repos/openatx/uiautomator2",
|
|
257
|
+
// "forks_url": "https://api.github.com/repos/openatx/uiautomator2/forks",
|
|
258
|
+
// "keys_url": "https://api.github.com/repos/openatx/uiautomator2/keys{/key_id}",
|
|
259
|
+
// "collaborators_url": "https://api.github.com/repos/openatx/uiautomator2/collaborators{/collaborator}",
|
|
260
|
+
// "teams_url": "https://api.github.com/repos/openatx/uiautomator2/teams",
|
|
261
|
+
// "hooks_url": "https://api.github.com/repos/openatx/uiautomator2/hooks",
|
|
262
|
+
// "issue_events_url": "https://api.github.com/repos/openatx/uiautomator2/issues/events{/number}",
|
|
263
|
+
// "events_url": "https://api.github.com/repos/openatx/uiautomator2/events",
|
|
264
|
+
// "assignees_url": "https://api.github.com/repos/openatx/uiautomator2/assignees{/user}",
|
|
265
|
+
// "branches_url": "https://api.github.com/repos/openatx/uiautomator2/branches{/branch}",
|
|
266
|
+
// "tags_url": "https://api.github.com/repos/openatx/uiautomator2/tags",
|
|
267
|
+
// "blobs_url": "https://api.github.com/repos/openatx/uiautomator2/git/blobs{/sha}",
|
|
268
|
+
// "git_tags_url": "https://api.github.com/repos/openatx/uiautomator2/git/tags{/sha}",
|
|
269
|
+
// "git_refs_url": "https://api.github.com/repos/openatx/uiautomator2/git/refs{/sha}",
|
|
270
|
+
// "trees_url": "https://api.github.com/repos/openatx/uiautomator2/git/trees{/sha}",
|
|
271
|
+
// "statuses_url": "https://api.github.com/repos/openatx/uiautomator2/statuses/{sha}",
|
|
272
|
+
// "languages_url": "https://api.github.com/repos/openatx/uiautomator2/languages",
|
|
273
|
+
// "stargazers_url": "https://api.github.com/repos/openatx/uiautomator2/stargazers",
|
|
274
|
+
// "contributors_url": "https://api.github.com/repos/openatx/uiautomator2/contributors",
|
|
275
|
+
// "subscribers_url": "https://api.github.com/repos/openatx/uiautomator2/subscribers",
|
|
276
|
+
// "subscription_url": "https://api.github.com/repos/openatx/uiautomator2/subscription",
|
|
277
|
+
// "commits_url": "https://api.github.com/repos/openatx/uiautomator2/commits{/sha}",
|
|
278
|
+
// "git_commits_url": "https://api.github.com/repos/openatx/uiautomator2/git/commits{/sha}",
|
|
279
|
+
// "comments_url": "https://api.github.com/repos/openatx/uiautomator2/comments{/number}",
|
|
280
|
+
// "issue_comment_url": "https://api.github.com/repos/openatx/uiautomator2/issues/comments{/number}",
|
|
281
|
+
// "contents_url": "https://api.github.com/repos/openatx/uiautomator2/contents/{+path}",
|
|
282
|
+
// "compare_url": "https://api.github.com/repos/openatx/uiautomator2/compare/{base}...{head}",
|
|
283
|
+
// "merges_url": "https://api.github.com/repos/openatx/uiautomator2/merges",
|
|
284
|
+
// "archive_url": "https://api.github.com/repos/openatx/uiautomator2/{archive_format}{/ref}",
|
|
285
|
+
// "downloads_url": "https://api.github.com/repos/openatx/uiautomator2/downloads",
|
|
286
|
+
// "issues_url": "https://api.github.com/repos/openatx/uiautomator2/issues{/number}",
|
|
287
|
+
// "pulls_url": "https://api.github.com/repos/openatx/uiautomator2/pulls{/number}",
|
|
288
|
+
// "milestones_url": "https://api.github.com/repos/openatx/uiautomator2/milestones{/number}",
|
|
289
|
+
// "notifications_url": "https://api.github.com/repos/openatx/uiautomator2/notifications{?since,all,participating}",
|
|
290
|
+
// "labels_url": "https://api.github.com/repos/openatx/uiautomator2/labels{/name}",
|
|
291
|
+
// "releases_url": "https://api.github.com/repos/openatx/uiautomator2/releases{/id}",
|
|
292
|
+
// "deployments_url": "https://api.github.com/repos/openatx/uiautomator2/deployments",
|
|
293
|
+
// "created_at": "2017-09-17T12:20:42Z",
|
|
294
|
+
// "updated_at": "2022-11-05T15:37:04Z",
|
|
295
|
+
// "pushed_at": "2022-11-02T06:00:28Z",
|
|
296
|
+
// "git_url": "git://github.com/openatx/uiautomator2.git",
|
|
297
|
+
// "ssh_url": "git@github.com:openatx/uiautomator2.git",
|
|
298
|
+
// "clone_url": "https://github.com/openatx/uiautomator2.git",
|
|
299
|
+
// "svn_url": "https://github.com/openatx/uiautomator2",
|
|
300
|
+
// "homepage": null,
|
|
301
|
+
// "size": 1704,
|
|
302
|
+
// "stargazers_count": 4770,
|
|
303
|
+
// "watchers_count": 4770,
|
|
304
|
+
// "language": "Python",
|
|
305
|
+
// "has_issues": true,
|
|
306
|
+
// "has_projects": true,
|
|
307
|
+
// "has_downloads": true,
|
|
308
|
+
// "has_wiki": true,
|
|
309
|
+
// "has_pages": false,
|
|
310
|
+
// "forks_count": 1177,
|
|
311
|
+
// "mirror_url": null,
|
|
312
|
+
// "archived": false,
|
|
313
|
+
// "disabled": false,
|
|
314
|
+
// "open_issues_count": 281,
|
|
315
|
+
// "license": {
|
|
316
|
+
// "key": "mit",
|
|
317
|
+
// "name": "MIT License",
|
|
318
|
+
// "spdx_id": "MIT",
|
|
319
|
+
// "url": "https://api.github.com/licenses/mit",
|
|
320
|
+
// "node_id": "MDc6TGljZW5zZTEz"
|
|
321
|
+
// },
|
|
322
|
+
// "allow_forking": true,
|
|
323
|
+
// "is_template": false,
|
|
324
|
+
// "web_commit_signoff_required": false,
|
|
325
|
+
// "topics": [
|
|
326
|
+
// "python",
|
|
327
|
+
// "test",
|
|
328
|
+
// "uiautomator"
|
|
329
|
+
// ],
|
|
330
|
+
// "visibility": "public",
|
|
331
|
+
// "forks": 1177,
|
|
332
|
+
// "open_issues": 281,
|
|
333
|
+
// "watchers": 4770,
|
|
334
|
+
// "default_branch": "master",
|
|
335
|
+
// "score": 1
|
|
336
|
+
// },
|
|
337
|
+
// {
|
|
338
|
+
// "id": 434708679,
|
|
339
|
+
// "node_id": "R_kgDOGekgxw",
|
|
340
|
+
// "name": "vitest",
|
|
341
|
+
// "full_name": "vitest-dev/vitest",
|
|
342
|
+
// "private": false,
|
|
343
|
+
// "owner": {
|
|
344
|
+
// "login": "vitest-dev",
|
|
345
|
+
// "id": 95747107,
|
|
346
|
+
// "node_id": "O_kgDOBbT8Iw",
|
|
347
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/95747107?v=4",
|
|
348
|
+
// "gravatar_id": "",
|
|
349
|
+
// "url": "https://api.github.com/users/vitest-dev",
|
|
350
|
+
// "html_url": "https://github.com/vitest-dev",
|
|
351
|
+
// "followers_url": "https://api.github.com/users/vitest-dev/followers",
|
|
352
|
+
// "following_url": "https://api.github.com/users/vitest-dev/following{/other_user}",
|
|
353
|
+
// "gists_url": "https://api.github.com/users/vitest-dev/gists{/gist_id}",
|
|
354
|
+
// "starred_url": "https://api.github.com/users/vitest-dev/starred{/owner}{/repo}",
|
|
355
|
+
// "subscriptions_url": "https://api.github.com/users/vitest-dev/subscriptions",
|
|
356
|
+
// "organizations_url": "https://api.github.com/users/vitest-dev/orgs",
|
|
357
|
+
// "repos_url": "https://api.github.com/users/vitest-dev/repos",
|
|
358
|
+
// "events_url": "https://api.github.com/users/vitest-dev/events{/privacy}",
|
|
359
|
+
// "received_events_url": "https://api.github.com/users/vitest-dev/received_events",
|
|
360
|
+
// "type": "Organization",
|
|
361
|
+
// "site_admin": false
|
|
362
|
+
// },
|
|
363
|
+
// "html_url": "https://github.com/vitest-dev/vitest",
|
|
364
|
+
// "description": "A Vite-native test framework. It's fast!",
|
|
365
|
+
// "fork": false,
|
|
366
|
+
// "url": "https://api.github.com/repos/vitest-dev/vitest",
|
|
367
|
+
// "forks_url": "https://api.github.com/repos/vitest-dev/vitest/forks",
|
|
368
|
+
// "keys_url": "https://api.github.com/repos/vitest-dev/vitest/keys{/key_id}",
|
|
369
|
+
// "collaborators_url": "https://api.github.com/repos/vitest-dev/vitest/collaborators{/collaborator}",
|
|
370
|
+
// "teams_url": "https://api.github.com/repos/vitest-dev/vitest/teams",
|
|
371
|
+
// "hooks_url": "https://api.github.com/repos/vitest-dev/vitest/hooks",
|
|
372
|
+
// "issue_events_url": "https://api.github.com/repos/vitest-dev/vitest/issues/events{/number}",
|
|
373
|
+
// "events_url": "https://api.github.com/repos/vitest-dev/vitest/events",
|
|
374
|
+
// "assignees_url": "https://api.github.com/repos/vitest-dev/vitest/assignees{/user}",
|
|
375
|
+
// "branches_url": "https://api.github.com/repos/vitest-dev/vitest/branches{/branch}",
|
|
376
|
+
// "tags_url": "https://api.github.com/repos/vitest-dev/vitest/tags",
|
|
377
|
+
// "blobs_url": "https://api.github.com/repos/vitest-dev/vitest/git/blobs{/sha}",
|
|
378
|
+
// "git_tags_url": "https://api.github.com/repos/vitest-dev/vitest/git/tags{/sha}",
|
|
379
|
+
// "git_refs_url": "https://api.github.com/repos/vitest-dev/vitest/git/refs{/sha}",
|
|
380
|
+
// "trees_url": "https://api.github.com/repos/vitest-dev/vitest/git/trees{/sha}",
|
|
381
|
+
// "statuses_url": "https://api.github.com/repos/vitest-dev/vitest/statuses/{sha}",
|
|
382
|
+
// "languages_url": "https://api.github.com/repos/vitest-dev/vitest/languages",
|
|
383
|
+
// "stargazers_url": "https://api.github.com/repos/vitest-dev/vitest/stargazers",
|
|
384
|
+
// "contributors_url": "https://api.github.com/repos/vitest-dev/vitest/contributors",
|
|
385
|
+
// "subscribers_url": "https://api.github.com/repos/vitest-dev/vitest/subscribers",
|
|
386
|
+
// "subscription_url": "https://api.github.com/repos/vitest-dev/vitest/subscription",
|
|
387
|
+
// "commits_url": "https://api.github.com/repos/vitest-dev/vitest/commits{/sha}",
|
|
388
|
+
// "git_commits_url": "https://api.github.com/repos/vitest-dev/vitest/git/commits{/sha}",
|
|
389
|
+
// "comments_url": "https://api.github.com/repos/vitest-dev/vitest/comments{/number}",
|
|
390
|
+
// "issue_comment_url": "https://api.github.com/repos/vitest-dev/vitest/issues/comments{/number}",
|
|
391
|
+
// "contents_url": "https://api.github.com/repos/vitest-dev/vitest/contents/{+path}",
|
|
392
|
+
// "compare_url": "https://api.github.com/repos/vitest-dev/vitest/compare/{base}...{head}",
|
|
393
|
+
// "merges_url": "https://api.github.com/repos/vitest-dev/vitest/merges",
|
|
394
|
+
// "archive_url": "https://api.github.com/repos/vitest-dev/vitest/{archive_format}{/ref}",
|
|
395
|
+
// "downloads_url": "https://api.github.com/repos/vitest-dev/vitest/downloads",
|
|
396
|
+
// "issues_url": "https://api.github.com/repos/vitest-dev/vitest/issues{/number}",
|
|
397
|
+
// "pulls_url": "https://api.github.com/repos/vitest-dev/vitest/pulls{/number}",
|
|
398
|
+
// "milestones_url": "https://api.github.com/repos/vitest-dev/vitest/milestones{/number}",
|
|
399
|
+
// "notifications_url": "https://api.github.com/repos/vitest-dev/vitest/notifications{?since,all,participating}",
|
|
400
|
+
// "labels_url": "https://api.github.com/repos/vitest-dev/vitest/labels{/name}",
|
|
401
|
+
// "releases_url": "https://api.github.com/repos/vitest-dev/vitest/releases{/id}",
|
|
402
|
+
// "deployments_url": "https://api.github.com/repos/vitest-dev/vitest/deployments",
|
|
403
|
+
// "created_at": "2021-12-03T19:19:49Z",
|
|
404
|
+
// "updated_at": "2022-11-06T10:00:58Z",
|
|
405
|
+
// "pushed_at": "2022-11-05T13:18:09Z",
|
|
406
|
+
// "git_url": "git://github.com/vitest-dev/vitest.git",
|
|
407
|
+
// "ssh_url": "git@github.com:vitest-dev/vitest.git",
|
|
408
|
+
// "clone_url": "https://github.com/vitest-dev/vitest.git",
|
|
409
|
+
// "svn_url": "https://github.com/vitest-dev/vitest",
|
|
410
|
+
// "homepage": "https://vitest.dev",
|
|
411
|
+
// "size": 8437,
|
|
412
|
+
// "stargazers_count": 6892,
|
|
413
|
+
// "watchers_count": 6892,
|
|
414
|
+
// "language": "TypeScript",
|
|
415
|
+
// "has_issues": true,
|
|
416
|
+
// "has_projects": true,
|
|
417
|
+
// "has_downloads": true,
|
|
418
|
+
// "has_wiki": true,
|
|
419
|
+
// "has_pages": false,
|
|
420
|
+
// "forks_count": 571,
|
|
421
|
+
// "mirror_url": null,
|
|
422
|
+
// "archived": false,
|
|
423
|
+
// "disabled": false,
|
|
424
|
+
// "open_issues_count": 172,
|
|
425
|
+
// "license": {
|
|
426
|
+
// "key": "mit",
|
|
427
|
+
// "name": "MIT License",
|
|
428
|
+
// "spdx_id": "MIT",
|
|
429
|
+
// "url": "https://api.github.com/licenses/mit",
|
|
430
|
+
// "node_id": "MDc6TGljZW5zZTEz"
|
|
431
|
+
// },
|
|
432
|
+
// "allow_forking": true,
|
|
433
|
+
// "is_template": false,
|
|
434
|
+
// "web_commit_signoff_required": false,
|
|
435
|
+
// "topics": [
|
|
436
|
+
// "test",
|
|
437
|
+
// "testing-tools",
|
|
438
|
+
// "vite"
|
|
439
|
+
// ],
|
|
440
|
+
// "visibility": "public",
|
|
441
|
+
// "forks": 571,
|
|
442
|
+
// "open_issues": 172,
|
|
443
|
+
// "watchers": 6892,
|
|
444
|
+
// "default_branch": "main",
|
|
445
|
+
// "score": 1
|
|
446
|
+
// },
|
|
447
|
+
// {
|
|
448
|
+
// "id": 37489525,
|
|
449
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnkzNzQ4OTUyNQ==",
|
|
450
|
+
// "name": "pytest",
|
|
451
|
+
// "full_name": "pytest-dev/pytest",
|
|
452
|
+
// "private": false,
|
|
453
|
+
// "owner": {
|
|
454
|
+
// "login": "pytest-dev",
|
|
455
|
+
// "id": 8897583,
|
|
456
|
+
// "node_id": "MDEyOk9yZ2FuaXphdGlvbjg4OTc1ODM=",
|
|
457
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/8897583?v=4",
|
|
458
|
+
// "gravatar_id": "",
|
|
459
|
+
// "url": "https://api.github.com/users/pytest-dev",
|
|
460
|
+
// "html_url": "https://github.com/pytest-dev",
|
|
461
|
+
// "followers_url": "https://api.github.com/users/pytest-dev/followers",
|
|
462
|
+
// "following_url": "https://api.github.com/users/pytest-dev/following{/other_user}",
|
|
463
|
+
// "gists_url": "https://api.github.com/users/pytest-dev/gists{/gist_id}",
|
|
464
|
+
// "starred_url": "https://api.github.com/users/pytest-dev/starred{/owner}{/repo}",
|
|
465
|
+
// "subscriptions_url": "https://api.github.com/users/pytest-dev/subscriptions",
|
|
466
|
+
// "organizations_url": "https://api.github.com/users/pytest-dev/orgs",
|
|
467
|
+
// "repos_url": "https://api.github.com/users/pytest-dev/repos",
|
|
468
|
+
// "events_url": "https://api.github.com/users/pytest-dev/events{/privacy}",
|
|
469
|
+
// "received_events_url": "https://api.github.com/users/pytest-dev/received_events",
|
|
470
|
+
// "type": "Organization",
|
|
471
|
+
// "site_admin": false
|
|
472
|
+
// },
|
|
473
|
+
// "html_url": "https://github.com/pytest-dev/pytest",
|
|
474
|
+
// "description": "The pytest framework makes it easy to write small tests, yet scales to support complex functional testing",
|
|
475
|
+
// "fork": false,
|
|
476
|
+
// "url": "https://api.github.com/repos/pytest-dev/pytest",
|
|
477
|
+
// "forks_url": "https://api.github.com/repos/pytest-dev/pytest/forks",
|
|
478
|
+
// "keys_url": "https://api.github.com/repos/pytest-dev/pytest/keys{/key_id}",
|
|
479
|
+
// "collaborators_url": "https://api.github.com/repos/pytest-dev/pytest/collaborators{/collaborator}",
|
|
480
|
+
// "teams_url": "https://api.github.com/repos/pytest-dev/pytest/teams",
|
|
481
|
+
// "hooks_url": "https://api.github.com/repos/pytest-dev/pytest/hooks",
|
|
482
|
+
// "issue_events_url": "https://api.github.com/repos/pytest-dev/pytest/issues/events{/number}",
|
|
483
|
+
// "events_url": "https://api.github.com/repos/pytest-dev/pytest/events",
|
|
484
|
+
// "assignees_url": "https://api.github.com/repos/pytest-dev/pytest/assignees{/user}",
|
|
485
|
+
// "branches_url": "https://api.github.com/repos/pytest-dev/pytest/branches{/branch}",
|
|
486
|
+
// "tags_url": "https://api.github.com/repos/pytest-dev/pytest/tags",
|
|
487
|
+
// "blobs_url": "https://api.github.com/repos/pytest-dev/pytest/git/blobs{/sha}",
|
|
488
|
+
// "git_tags_url": "https://api.github.com/repos/pytest-dev/pytest/git/tags{/sha}",
|
|
489
|
+
// "git_refs_url": "https://api.github.com/repos/pytest-dev/pytest/git/refs{/sha}",
|
|
490
|
+
// "trees_url": "https://api.github.com/repos/pytest-dev/pytest/git/trees{/sha}",
|
|
491
|
+
// "statuses_url": "https://api.github.com/repos/pytest-dev/pytest/statuses/{sha}",
|
|
492
|
+
// "languages_url": "https://api.github.com/repos/pytest-dev/pytest/languages",
|
|
493
|
+
// "stargazers_url": "https://api.github.com/repos/pytest-dev/pytest/stargazers",
|
|
494
|
+
// "contributors_url": "https://api.github.com/repos/pytest-dev/pytest/contributors",
|
|
495
|
+
// "subscribers_url": "https://api.github.com/repos/pytest-dev/pytest/subscribers",
|
|
496
|
+
// "subscription_url": "https://api.github.com/repos/pytest-dev/pytest/subscription",
|
|
497
|
+
// "commits_url": "https://api.github.com/repos/pytest-dev/pytest/commits{/sha}",
|
|
498
|
+
// "git_commits_url": "https://api.github.com/repos/pytest-dev/pytest/git/commits{/sha}",
|
|
499
|
+
// "comments_url": "https://api.github.com/repos/pytest-dev/pytest/comments{/number}",
|
|
500
|
+
// "issue_comment_url": "https://api.github.com/repos/pytest-dev/pytest/issues/comments{/number}",
|
|
501
|
+
// "contents_url": "https://api.github.com/repos/pytest-dev/pytest/contents/{+path}",
|
|
502
|
+
// "compare_url": "https://api.github.com/repos/pytest-dev/pytest/compare/{base}...{head}",
|
|
503
|
+
// "merges_url": "https://api.github.com/repos/pytest-dev/pytest/merges",
|
|
504
|
+
// "archive_url": "https://api.github.com/repos/pytest-dev/pytest/{archive_format}{/ref}",
|
|
505
|
+
// "downloads_url": "https://api.github.com/repos/pytest-dev/pytest/downloads",
|
|
506
|
+
// "issues_url": "https://api.github.com/repos/pytest-dev/pytest/issues{/number}",
|
|
507
|
+
// "pulls_url": "https://api.github.com/repos/pytest-dev/pytest/pulls{/number}",
|
|
508
|
+
// "milestones_url": "https://api.github.com/repos/pytest-dev/pytest/milestones{/number}",
|
|
509
|
+
// "notifications_url": "https://api.github.com/repos/pytest-dev/pytest/notifications{?since,all,participating}",
|
|
510
|
+
// "labels_url": "https://api.github.com/repos/pytest-dev/pytest/labels{/name}",
|
|
511
|
+
// "releases_url": "https://api.github.com/repos/pytest-dev/pytest/releases{/id}",
|
|
512
|
+
// "deployments_url": "https://api.github.com/repos/pytest-dev/pytest/deployments",
|
|
513
|
+
// "created_at": "2015-06-15T20:28:27Z",
|
|
514
|
+
// "updated_at": "2022-11-06T09:21:06Z",
|
|
515
|
+
// "pushed_at": "2022-11-04T17:50:46Z",
|
|
516
|
+
// "git_url": "git://github.com/pytest-dev/pytest.git",
|
|
517
|
+
// "ssh_url": "git@github.com:pytest-dev/pytest.git",
|
|
518
|
+
// "clone_url": "https://github.com/pytest-dev/pytest.git",
|
|
519
|
+
// "svn_url": "https://github.com/pytest-dev/pytest",
|
|
520
|
+
// "homepage": "https://pytest.org",
|
|
521
|
+
// "size": 30431,
|
|
522
|
+
// "stargazers_count": 9451,
|
|
523
|
+
// "watchers_count": 9451,
|
|
524
|
+
// "language": "Python",
|
|
525
|
+
// "has_issues": true,
|
|
526
|
+
// "has_projects": true,
|
|
527
|
+
// "has_downloads": true,
|
|
528
|
+
// "has_wiki": true,
|
|
529
|
+
// "has_pages": false,
|
|
530
|
+
// "forks_count": 2194,
|
|
531
|
+
// "mirror_url": null,
|
|
532
|
+
// "archived": false,
|
|
533
|
+
// "disabled": false,
|
|
534
|
+
// "open_issues_count": 792,
|
|
535
|
+
// "license": {
|
|
536
|
+
// "key": "mit",
|
|
537
|
+
// "name": "MIT License",
|
|
538
|
+
// "spdx_id": "MIT",
|
|
539
|
+
// "url": "https://api.github.com/licenses/mit",
|
|
540
|
+
// "node_id": "MDc6TGljZW5zZTEz"
|
|
541
|
+
// },
|
|
542
|
+
// "allow_forking": true,
|
|
543
|
+
// "is_template": false,
|
|
544
|
+
// "web_commit_signoff_required": false,
|
|
545
|
+
// "topics": [
|
|
546
|
+
// "hacktoberfest",
|
|
547
|
+
// "python",
|
|
548
|
+
// "test",
|
|
549
|
+
// "testing",
|
|
550
|
+
// "unit-testing"
|
|
551
|
+
// ],
|
|
552
|
+
// "visibility": "public",
|
|
553
|
+
// "forks": 2194,
|
|
554
|
+
// "open_issues": 792,
|
|
555
|
+
// "watchers": 9451,
|
|
556
|
+
// "default_branch": "main",
|
|
557
|
+
// "score": 1
|
|
558
|
+
// },
|
|
559
|
+
// {
|
|
560
|
+
// "id": 50085103,
|
|
561
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnk1MDA4NTEwMw==",
|
|
562
|
+
// "name": "java-testdata-generator",
|
|
563
|
+
// "full_name": "binarywang/java-testdata-generator",
|
|
564
|
+
// "private": false,
|
|
565
|
+
// "owner": {
|
|
566
|
+
// "login": "binarywang",
|
|
567
|
+
// "id": 1343140,
|
|
568
|
+
// "node_id": "MDQ6VXNlcjEzNDMxNDA=",
|
|
569
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/1343140?v=4",
|
|
570
|
+
// "gravatar_id": "",
|
|
571
|
+
// "url": "https://api.github.com/users/binarywang",
|
|
572
|
+
// "html_url": "https://github.com/binarywang",
|
|
573
|
+
// "followers_url": "https://api.github.com/users/binarywang/followers",
|
|
574
|
+
// "following_url": "https://api.github.com/users/binarywang/following{/other_user}",
|
|
575
|
+
// "gists_url": "https://api.github.com/users/binarywang/gists{/gist_id}",
|
|
576
|
+
// "starred_url": "https://api.github.com/users/binarywang/starred{/owner}{/repo}",
|
|
577
|
+
// "subscriptions_url": "https://api.github.com/users/binarywang/subscriptions",
|
|
578
|
+
// "organizations_url": "https://api.github.com/users/binarywang/orgs",
|
|
579
|
+
// "repos_url": "https://api.github.com/users/binarywang/repos",
|
|
580
|
+
// "events_url": "https://api.github.com/users/binarywang/events{/privacy}",
|
|
581
|
+
// "received_events_url": "https://api.github.com/users/binarywang/received_events",
|
|
582
|
+
// "type": "User",
|
|
583
|
+
// "site_admin": false
|
|
584
|
+
// },
|
|
585
|
+
// "html_url": "https://github.com/binarywang/java-testdata-generator",
|
|
586
|
+
// "description": "使用Java实现的各种测试数据的随机生成工具,包括身份证号码,银行卡号,姓名,手机号等",
|
|
587
|
+
// "fork": false,
|
|
588
|
+
// "url": "https://api.github.com/repos/binarywang/java-testdata-generator",
|
|
589
|
+
// "forks_url": "https://api.github.com/repos/binarywang/java-testdata-generator/forks",
|
|
590
|
+
// "keys_url": "https://api.github.com/repos/binarywang/java-testdata-generator/keys{/key_id}",
|
|
591
|
+
// "collaborators_url": "https://api.github.com/repos/binarywang/java-testdata-generator/collaborators{/collaborator}",
|
|
592
|
+
// "teams_url": "https://api.github.com/repos/binarywang/java-testdata-generator/teams",
|
|
593
|
+
// "hooks_url": "https://api.github.com/repos/binarywang/java-testdata-generator/hooks",
|
|
594
|
+
// "issue_events_url": "https://api.github.com/repos/binarywang/java-testdata-generator/issues/events{/number}",
|
|
595
|
+
// "events_url": "https://api.github.com/repos/binarywang/java-testdata-generator/events",
|
|
596
|
+
// "assignees_url": "https://api.github.com/repos/binarywang/java-testdata-generator/assignees{/user}",
|
|
597
|
+
// "branches_url": "https://api.github.com/repos/binarywang/java-testdata-generator/branches{/branch}",
|
|
598
|
+
// "tags_url": "https://api.github.com/repos/binarywang/java-testdata-generator/tags",
|
|
599
|
+
// "blobs_url": "https://api.github.com/repos/binarywang/java-testdata-generator/git/blobs{/sha}",
|
|
600
|
+
// "git_tags_url": "https://api.github.com/repos/binarywang/java-testdata-generator/git/tags{/sha}",
|
|
601
|
+
// "git_refs_url": "https://api.github.com/repos/binarywang/java-testdata-generator/git/refs{/sha}",
|
|
602
|
+
// "trees_url": "https://api.github.com/repos/binarywang/java-testdata-generator/git/trees{/sha}",
|
|
603
|
+
// "statuses_url": "https://api.github.com/repos/binarywang/java-testdata-generator/statuses/{sha}",
|
|
604
|
+
// "languages_url": "https://api.github.com/repos/binarywang/java-testdata-generator/languages",
|
|
605
|
+
// "stargazers_url": "https://api.github.com/repos/binarywang/java-testdata-generator/stargazers",
|
|
606
|
+
// "contributors_url": "https://api.github.com/repos/binarywang/java-testdata-generator/contributors",
|
|
607
|
+
// "subscribers_url": "https://api.github.com/repos/binarywang/java-testdata-generator/subscribers",
|
|
608
|
+
// "subscription_url": "https://api.github.com/repos/binarywang/java-testdata-generator/subscription",
|
|
609
|
+
// "commits_url": "https://api.github.com/repos/binarywang/java-testdata-generator/commits{/sha}",
|
|
610
|
+
// "git_commits_url": "https://api.github.com/repos/binarywang/java-testdata-generator/git/commits{/sha}",
|
|
611
|
+
// "comments_url": "https://api.github.com/repos/binarywang/java-testdata-generator/comments{/number}",
|
|
612
|
+
// "issue_comment_url": "https://api.github.com/repos/binarywang/java-testdata-generator/issues/comments{/number}",
|
|
613
|
+
// "contents_url": "https://api.github.com/repos/binarywang/java-testdata-generator/contents/{+path}",
|
|
614
|
+
// "compare_url": "https://api.github.com/repos/binarywang/java-testdata-generator/compare/{base}...{head}",
|
|
615
|
+
// "merges_url": "https://api.github.com/repos/binarywang/java-testdata-generator/merges",
|
|
616
|
+
// "archive_url": "https://api.github.com/repos/binarywang/java-testdata-generator/{archive_format}{/ref}",
|
|
617
|
+
// "downloads_url": "https://api.github.com/repos/binarywang/java-testdata-generator/downloads",
|
|
618
|
+
// "issues_url": "https://api.github.com/repos/binarywang/java-testdata-generator/issues{/number}",
|
|
619
|
+
// "pulls_url": "https://api.github.com/repos/binarywang/java-testdata-generator/pulls{/number}",
|
|
620
|
+
// "milestones_url": "https://api.github.com/repos/binarywang/java-testdata-generator/milestones{/number}",
|
|
621
|
+
// "notifications_url": "https://api.github.com/repos/binarywang/java-testdata-generator/notifications{?since,all,participating}",
|
|
622
|
+
// "labels_url": "https://api.github.com/repos/binarywang/java-testdata-generator/labels{/name}",
|
|
623
|
+
// "releases_url": "https://api.github.com/repos/binarywang/java-testdata-generator/releases{/id}",
|
|
624
|
+
// "deployments_url": "https://api.github.com/repos/binarywang/java-testdata-generator/deployments",
|
|
625
|
+
// "created_at": "2016-01-21T05:45:44Z",
|
|
626
|
+
// "updated_at": "2022-11-02T05:21:49Z",
|
|
627
|
+
// "pushed_at": "2022-09-14T15:13:47Z",
|
|
628
|
+
// "git_url": "git://github.com/binarywang/java-testdata-generator.git",
|
|
629
|
+
// "ssh_url": "git@github.com:binarywang/java-testdata-generator.git",
|
|
630
|
+
// "clone_url": "https://github.com/binarywang/java-testdata-generator.git",
|
|
631
|
+
// "svn_url": "https://github.com/binarywang/java-testdata-generator",
|
|
632
|
+
// "homepage": "",
|
|
633
|
+
// "size": 118,
|
|
634
|
+
// "stargazers_count": 506,
|
|
635
|
+
// "watchers_count": 506,
|
|
636
|
+
// "language": "Java",
|
|
637
|
+
// "has_issues": true,
|
|
638
|
+
// "has_projects": true,
|
|
639
|
+
// "has_downloads": true,
|
|
640
|
+
// "has_wiki": true,
|
|
641
|
+
// "has_pages": false,
|
|
642
|
+
// "forks_count": 258,
|
|
643
|
+
// "mirror_url": null,
|
|
644
|
+
// "archived": false,
|
|
645
|
+
// "disabled": false,
|
|
646
|
+
// "open_issues_count": 0,
|
|
647
|
+
// "license": {
|
|
648
|
+
// "key": "gpl-2.0",
|
|
649
|
+
// "name": "GNU General Public License v2.0",
|
|
650
|
+
// "spdx_id": "GPL-2.0",
|
|
651
|
+
// "url": "https://api.github.com/licenses/gpl-2.0",
|
|
652
|
+
// "node_id": "MDc6TGljZW5zZTg="
|
|
653
|
+
// },
|
|
654
|
+
// "allow_forking": true,
|
|
655
|
+
// "is_template": false,
|
|
656
|
+
// "web_commit_signoff_required": false,
|
|
657
|
+
// "topics": [
|
|
658
|
+
// "java",
|
|
659
|
+
// "test"
|
|
660
|
+
// ],
|
|
661
|
+
// "visibility": "public",
|
|
662
|
+
// "forks": 258,
|
|
663
|
+
// "open_issues": 0,
|
|
664
|
+
// "watchers": 506,
|
|
665
|
+
// "default_branch": "master",
|
|
666
|
+
// "score": 1
|
|
667
|
+
// },
|
|
668
|
+
// {
|
|
669
|
+
// "id": 15062869,
|
|
670
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnkxNTA2Mjg2OQ==",
|
|
671
|
+
// "name": "jest",
|
|
672
|
+
// "full_name": "facebook/jest",
|
|
673
|
+
// "private": false,
|
|
674
|
+
// "owner": {
|
|
675
|
+
// "login": "facebook",
|
|
676
|
+
// "id": 69631,
|
|
677
|
+
// "node_id": "MDEyOk9yZ2FuaXphdGlvbjY5NjMx",
|
|
678
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/69631?v=4",
|
|
679
|
+
// "gravatar_id": "",
|
|
680
|
+
// "url": "https://api.github.com/users/facebook",
|
|
681
|
+
// "html_url": "https://github.com/facebook",
|
|
682
|
+
// "followers_url": "https://api.github.com/users/facebook/followers",
|
|
683
|
+
// "following_url": "https://api.github.com/users/facebook/following{/other_user}",
|
|
684
|
+
// "gists_url": "https://api.github.com/users/facebook/gists{/gist_id}",
|
|
685
|
+
// "starred_url": "https://api.github.com/users/facebook/starred{/owner}{/repo}",
|
|
686
|
+
// "subscriptions_url": "https://api.github.com/users/facebook/subscriptions",
|
|
687
|
+
// "organizations_url": "https://api.github.com/users/facebook/orgs",
|
|
688
|
+
// "repos_url": "https://api.github.com/users/facebook/repos",
|
|
689
|
+
// "events_url": "https://api.github.com/users/facebook/events{/privacy}",
|
|
690
|
+
// "received_events_url": "https://api.github.com/users/facebook/received_events",
|
|
691
|
+
// "type": "Organization",
|
|
692
|
+
// "site_admin": false
|
|
693
|
+
// },
|
|
694
|
+
// "html_url": "https://github.com/facebook/jest",
|
|
695
|
+
// "description": "Delightful JavaScript Testing.",
|
|
696
|
+
// "fork": false,
|
|
697
|
+
// "url": "https://api.github.com/repos/facebook/jest",
|
|
698
|
+
// "forks_url": "https://api.github.com/repos/facebook/jest/forks",
|
|
699
|
+
// "keys_url": "https://api.github.com/repos/facebook/jest/keys{/key_id}",
|
|
700
|
+
// "collaborators_url": "https://api.github.com/repos/facebook/jest/collaborators{/collaborator}",
|
|
701
|
+
// "teams_url": "https://api.github.com/repos/facebook/jest/teams",
|
|
702
|
+
// "hooks_url": "https://api.github.com/repos/facebook/jest/hooks",
|
|
703
|
+
// "issue_events_url": "https://api.github.com/repos/facebook/jest/issues/events{/number}",
|
|
704
|
+
// "events_url": "https://api.github.com/repos/facebook/jest/events",
|
|
705
|
+
// "assignees_url": "https://api.github.com/repos/facebook/jest/assignees{/user}",
|
|
706
|
+
// "branches_url": "https://api.github.com/repos/facebook/jest/branches{/branch}",
|
|
707
|
+
// "tags_url": "https://api.github.com/repos/facebook/jest/tags",
|
|
708
|
+
// "blobs_url": "https://api.github.com/repos/facebook/jest/git/blobs{/sha}",
|
|
709
|
+
// "git_tags_url": "https://api.github.com/repos/facebook/jest/git/tags{/sha}",
|
|
710
|
+
// "git_refs_url": "https://api.github.com/repos/facebook/jest/git/refs{/sha}",
|
|
711
|
+
// "trees_url": "https://api.github.com/repos/facebook/jest/git/trees{/sha}",
|
|
712
|
+
// "statuses_url": "https://api.github.com/repos/facebook/jest/statuses/{sha}",
|
|
713
|
+
// "languages_url": "https://api.github.com/repos/facebook/jest/languages",
|
|
714
|
+
// "stargazers_url": "https://api.github.com/repos/facebook/jest/stargazers",
|
|
715
|
+
// "contributors_url": "https://api.github.com/repos/facebook/jest/contributors",
|
|
716
|
+
// "subscribers_url": "https://api.github.com/repos/facebook/jest/subscribers",
|
|
717
|
+
// "subscription_url": "https://api.github.com/repos/facebook/jest/subscription",
|
|
718
|
+
// "commits_url": "https://api.github.com/repos/facebook/jest/commits{/sha}",
|
|
719
|
+
// "git_commits_url": "https://api.github.com/repos/facebook/jest/git/commits{/sha}",
|
|
720
|
+
// "comments_url": "https://api.github.com/repos/facebook/jest/comments{/number}",
|
|
721
|
+
// "issue_comment_url": "https://api.github.com/repos/facebook/jest/issues/comments{/number}",
|
|
722
|
+
// "contents_url": "https://api.github.com/repos/facebook/jest/contents/{+path}",
|
|
723
|
+
// "compare_url": "https://api.github.com/repos/facebook/jest/compare/{base}...{head}",
|
|
724
|
+
// "merges_url": "https://api.github.com/repos/facebook/jest/merges",
|
|
725
|
+
// "archive_url": "https://api.github.com/repos/facebook/jest/{archive_format}{/ref}",
|
|
726
|
+
// "downloads_url": "https://api.github.com/repos/facebook/jest/downloads",
|
|
727
|
+
// "issues_url": "https://api.github.com/repos/facebook/jest/issues{/number}",
|
|
728
|
+
// "pulls_url": "https://api.github.com/repos/facebook/jest/pulls{/number}",
|
|
729
|
+
// "milestones_url": "https://api.github.com/repos/facebook/jest/milestones{/number}",
|
|
730
|
+
// "notifications_url": "https://api.github.com/repos/facebook/jest/notifications{?since,all,participating}",
|
|
731
|
+
// "labels_url": "https://api.github.com/repos/facebook/jest/labels{/name}",
|
|
732
|
+
// "releases_url": "https://api.github.com/repos/facebook/jest/releases{/id}",
|
|
733
|
+
// "deployments_url": "https://api.github.com/repos/facebook/jest/deployments",
|
|
734
|
+
// "created_at": "2013-12-10T00:18:04Z",
|
|
735
|
+
// "updated_at": "2022-11-06T14:12:47Z",
|
|
736
|
+
// "pushed_at": "2022-11-06T13:15:18Z",
|
|
737
|
+
// "git_url": "git://github.com/facebook/jest.git",
|
|
738
|
+
// "ssh_url": "git@github.com:facebook/jest.git",
|
|
739
|
+
// "clone_url": "https://github.com/facebook/jest.git",
|
|
740
|
+
// "svn_url": "https://github.com/facebook/jest",
|
|
741
|
+
// "homepage": "https://jestjs.io",
|
|
742
|
+
// "size": 285725,
|
|
743
|
+
// "stargazers_count": 40657,
|
|
744
|
+
// "watchers_count": 40657,
|
|
745
|
+
// "language": "TypeScript",
|
|
746
|
+
// "has_issues": true,
|
|
747
|
+
// "has_projects": true,
|
|
748
|
+
// "has_downloads": true,
|
|
749
|
+
// "has_wiki": true,
|
|
750
|
+
// "has_pages": true,
|
|
751
|
+
// "forks_count": 6138,
|
|
752
|
+
// "mirror_url": null,
|
|
753
|
+
// "archived": false,
|
|
754
|
+
// "disabled": false,
|
|
755
|
+
// "open_issues_count": 995,
|
|
756
|
+
// "license": {
|
|
757
|
+
// "key": "mit",
|
|
758
|
+
// "name": "MIT License",
|
|
759
|
+
// "spdx_id": "MIT",
|
|
760
|
+
// "url": "https://api.github.com/licenses/mit",
|
|
761
|
+
// "node_id": "MDc6TGljZW5zZTEz"
|
|
762
|
+
// },
|
|
763
|
+
// "allow_forking": true,
|
|
764
|
+
// "is_template": false,
|
|
765
|
+
// "web_commit_signoff_required": false,
|
|
766
|
+
// "topics": [
|
|
767
|
+
// "easy",
|
|
768
|
+
// "expectation",
|
|
769
|
+
// "facebook",
|
|
770
|
+
// "immersive",
|
|
771
|
+
// "javascript",
|
|
772
|
+
// "painless",
|
|
773
|
+
// "painless-javascript-testing",
|
|
774
|
+
// "snapshot",
|
|
775
|
+
// "testing"
|
|
776
|
+
// ],
|
|
777
|
+
// "visibility": "public",
|
|
778
|
+
// "forks": 6138,
|
|
779
|
+
// "open_issues": 995,
|
|
780
|
+
// "watchers": 40657,
|
|
781
|
+
// "default_branch": "main",
|
|
782
|
+
// "score": 1
|
|
783
|
+
// },
|
|
784
|
+
// {
|
|
785
|
+
// "id": 13737149,
|
|
786
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnkxMzczNzE0OQ==",
|
|
787
|
+
// "name": "gremlins.js",
|
|
788
|
+
// "full_name": "marmelab/gremlins.js",
|
|
789
|
+
// "private": false,
|
|
790
|
+
// "owner": {
|
|
791
|
+
// "login": "marmelab",
|
|
792
|
+
// "id": 3116319,
|
|
793
|
+
// "node_id": "MDEyOk9yZ2FuaXphdGlvbjMxMTYzMTk=",
|
|
794
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/3116319?v=4",
|
|
795
|
+
// "gravatar_id": "",
|
|
796
|
+
// "url": "https://api.github.com/users/marmelab",
|
|
797
|
+
// "html_url": "https://github.com/marmelab",
|
|
798
|
+
// "followers_url": "https://api.github.com/users/marmelab/followers",
|
|
799
|
+
// "following_url": "https://api.github.com/users/marmelab/following{/other_user}",
|
|
800
|
+
// "gists_url": "https://api.github.com/users/marmelab/gists{/gist_id}",
|
|
801
|
+
// "starred_url": "https://api.github.com/users/marmelab/starred{/owner}{/repo}",
|
|
802
|
+
// "subscriptions_url": "https://api.github.com/users/marmelab/subscriptions",
|
|
803
|
+
// "organizations_url": "https://api.github.com/users/marmelab/orgs",
|
|
804
|
+
// "repos_url": "https://api.github.com/users/marmelab/repos",
|
|
805
|
+
// "events_url": "https://api.github.com/users/marmelab/events{/privacy}",
|
|
806
|
+
// "received_events_url": "https://api.github.com/users/marmelab/received_events",
|
|
807
|
+
// "type": "Organization",
|
|
808
|
+
// "site_admin": false
|
|
809
|
+
// },
|
|
810
|
+
// "html_url": "https://github.com/marmelab/gremlins.js",
|
|
811
|
+
// "description": "Monkey testing library for web apps and Node.js",
|
|
812
|
+
// "fork": false,
|
|
813
|
+
// "url": "https://api.github.com/repos/marmelab/gremlins.js",
|
|
814
|
+
// "forks_url": "https://api.github.com/repos/marmelab/gremlins.js/forks",
|
|
815
|
+
// "keys_url": "https://api.github.com/repos/marmelab/gremlins.js/keys{/key_id}",
|
|
816
|
+
// "collaborators_url": "https://api.github.com/repos/marmelab/gremlins.js/collaborators{/collaborator}",
|
|
817
|
+
// "teams_url": "https://api.github.com/repos/marmelab/gremlins.js/teams",
|
|
818
|
+
// "hooks_url": "https://api.github.com/repos/marmelab/gremlins.js/hooks",
|
|
819
|
+
// "issue_events_url": "https://api.github.com/repos/marmelab/gremlins.js/issues/events{/number}",
|
|
820
|
+
// "events_url": "https://api.github.com/repos/marmelab/gremlins.js/events",
|
|
821
|
+
// "assignees_url": "https://api.github.com/repos/marmelab/gremlins.js/assignees{/user}",
|
|
822
|
+
// "branches_url": "https://api.github.com/repos/marmelab/gremlins.js/branches{/branch}",
|
|
823
|
+
// "tags_url": "https://api.github.com/repos/marmelab/gremlins.js/tags",
|
|
824
|
+
// "blobs_url": "https://api.github.com/repos/marmelab/gremlins.js/git/blobs{/sha}",
|
|
825
|
+
// "git_tags_url": "https://api.github.com/repos/marmelab/gremlins.js/git/tags{/sha}",
|
|
826
|
+
// "git_refs_url": "https://api.github.com/repos/marmelab/gremlins.js/git/refs{/sha}",
|
|
827
|
+
// "trees_url": "https://api.github.com/repos/marmelab/gremlins.js/git/trees{/sha}",
|
|
828
|
+
// "statuses_url": "https://api.github.com/repos/marmelab/gremlins.js/statuses/{sha}",
|
|
829
|
+
// "languages_url": "https://api.github.com/repos/marmelab/gremlins.js/languages",
|
|
830
|
+
// "stargazers_url": "https://api.github.com/repos/marmelab/gremlins.js/stargazers",
|
|
831
|
+
// "contributors_url": "https://api.github.com/repos/marmelab/gremlins.js/contributors",
|
|
832
|
+
// "subscribers_url": "https://api.github.com/repos/marmelab/gremlins.js/subscribers",
|
|
833
|
+
// "subscription_url": "https://api.github.com/repos/marmelab/gremlins.js/subscription",
|
|
834
|
+
// "commits_url": "https://api.github.com/repos/marmelab/gremlins.js/commits{/sha}",
|
|
835
|
+
// "git_commits_url": "https://api.github.com/repos/marmelab/gremlins.js/git/commits{/sha}",
|
|
836
|
+
// "comments_url": "https://api.github.com/repos/marmelab/gremlins.js/comments{/number}",
|
|
837
|
+
// "issue_comment_url": "https://api.github.com/repos/marmelab/gremlins.js/issues/comments{/number}",
|
|
838
|
+
// "contents_url": "https://api.github.com/repos/marmelab/gremlins.js/contents/{+path}",
|
|
839
|
+
// "compare_url": "https://api.github.com/repos/marmelab/gremlins.js/compare/{base}...{head}",
|
|
840
|
+
// "merges_url": "https://api.github.com/repos/marmelab/gremlins.js/merges",
|
|
841
|
+
// "archive_url": "https://api.github.com/repos/marmelab/gremlins.js/{archive_format}{/ref}",
|
|
842
|
+
// "downloads_url": "https://api.github.com/repos/marmelab/gremlins.js/downloads",
|
|
843
|
+
// "issues_url": "https://api.github.com/repos/marmelab/gremlins.js/issues{/number}",
|
|
844
|
+
// "pulls_url": "https://api.github.com/repos/marmelab/gremlins.js/pulls{/number}",
|
|
845
|
+
// "milestones_url": "https://api.github.com/repos/marmelab/gremlins.js/milestones{/number}",
|
|
846
|
+
// "notifications_url": "https://api.github.com/repos/marmelab/gremlins.js/notifications{?since,all,participating}",
|
|
847
|
+
// "labels_url": "https://api.github.com/repos/marmelab/gremlins.js/labels{/name}",
|
|
848
|
+
// "releases_url": "https://api.github.com/repos/marmelab/gremlins.js/releases{/id}",
|
|
849
|
+
// "deployments_url": "https://api.github.com/repos/marmelab/gremlins.js/deployments",
|
|
850
|
+
// "created_at": "2013-10-21T08:47:12Z",
|
|
851
|
+
// "updated_at": "2022-11-02T00:13:02Z",
|
|
852
|
+
// "pushed_at": "2022-07-21T19:11:11Z",
|
|
853
|
+
// "git_url": "git://github.com/marmelab/gremlins.js.git",
|
|
854
|
+
// "ssh_url": "git@github.com:marmelab/gremlins.js.git",
|
|
855
|
+
// "clone_url": "https://github.com/marmelab/gremlins.js.git",
|
|
856
|
+
// "svn_url": "https://github.com/marmelab/gremlins.js",
|
|
857
|
+
// "homepage": "https://marmelab.com/blog/2020/06/02/gremlins-2.html",
|
|
858
|
+
// "size": 4068,
|
|
859
|
+
// "stargazers_count": 8900,
|
|
860
|
+
// "watchers_count": 8900,
|
|
861
|
+
// "language": "JavaScript",
|
|
862
|
+
// "has_issues": true,
|
|
863
|
+
// "has_projects": true,
|
|
864
|
+
// "has_downloads": true,
|
|
865
|
+
// "has_wiki": true,
|
|
866
|
+
// "has_pages": true,
|
|
867
|
+
// "forks_count": 454,
|
|
868
|
+
// "mirror_url": null,
|
|
869
|
+
// "archived": false,
|
|
870
|
+
// "disabled": false,
|
|
871
|
+
// "open_issues_count": 16,
|
|
872
|
+
// "license": {
|
|
873
|
+
// "key": "mit",
|
|
874
|
+
// "name": "MIT License",
|
|
875
|
+
// "spdx_id": "MIT",
|
|
876
|
+
// "url": "https://api.github.com/licenses/mit",
|
|
877
|
+
// "node_id": "MDc6TGljZW5zZTEz"
|
|
878
|
+
// },
|
|
879
|
+
// "allow_forking": true,
|
|
880
|
+
// "is_template": false,
|
|
881
|
+
// "web_commit_signoff_required": false,
|
|
882
|
+
// "topics": [
|
|
883
|
+
// "frontend",
|
|
884
|
+
// "fuzz-testing",
|
|
885
|
+
// "test"
|
|
886
|
+
// ],
|
|
887
|
+
// "visibility": "public",
|
|
888
|
+
// "forks": 454,
|
|
889
|
+
// "open_issues": 16,
|
|
890
|
+
// "watchers": 8900,
|
|
891
|
+
// "default_branch": "master",
|
|
892
|
+
// "score": 1
|
|
893
|
+
// },
|
|
894
|
+
// {
|
|
895
|
+
// "id": 188759,
|
|
896
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnkxODg3NTk=",
|
|
897
|
+
// "name": "nexus-book",
|
|
898
|
+
// "full_name": "sonatype/nexus-book",
|
|
899
|
+
// "private": false,
|
|
900
|
+
// "owner": {
|
|
901
|
+
// "login": "sonatype",
|
|
902
|
+
// "id": 44938,
|
|
903
|
+
// "node_id": "MDEyOk9yZ2FuaXphdGlvbjQ0OTM4",
|
|
904
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/44938?v=4",
|
|
905
|
+
// "gravatar_id": "",
|
|
906
|
+
// "url": "https://api.github.com/users/sonatype",
|
|
907
|
+
// "html_url": "https://github.com/sonatype",
|
|
908
|
+
// "followers_url": "https://api.github.com/users/sonatype/followers",
|
|
909
|
+
// "following_url": "https://api.github.com/users/sonatype/following{/other_user}",
|
|
910
|
+
// "gists_url": "https://api.github.com/users/sonatype/gists{/gist_id}",
|
|
911
|
+
// "starred_url": "https://api.github.com/users/sonatype/starred{/owner}{/repo}",
|
|
912
|
+
// "subscriptions_url": "https://api.github.com/users/sonatype/subscriptions",
|
|
913
|
+
// "organizations_url": "https://api.github.com/users/sonatype/orgs",
|
|
914
|
+
// "repos_url": "https://api.github.com/users/sonatype/repos",
|
|
915
|
+
// "events_url": "https://api.github.com/users/sonatype/events{/privacy}",
|
|
916
|
+
// "received_events_url": "https://api.github.com/users/sonatype/received_events",
|
|
917
|
+
// "type": "Organization",
|
|
918
|
+
// "site_admin": false
|
|
919
|
+
// },
|
|
920
|
+
// "html_url": "https://github.com/sonatype/nexus-book",
|
|
921
|
+
// "description": "Repository Management with Nexus",
|
|
922
|
+
// "fork": false,
|
|
923
|
+
// "url": "https://api.github.com/repos/sonatype/nexus-book",
|
|
924
|
+
// "forks_url": "https://api.github.com/repos/sonatype/nexus-book/forks",
|
|
925
|
+
// "keys_url": "https://api.github.com/repos/sonatype/nexus-book/keys{/key_id}",
|
|
926
|
+
// "collaborators_url": "https://api.github.com/repos/sonatype/nexus-book/collaborators{/collaborator}",
|
|
927
|
+
// "teams_url": "https://api.github.com/repos/sonatype/nexus-book/teams",
|
|
928
|
+
// "hooks_url": "https://api.github.com/repos/sonatype/nexus-book/hooks",
|
|
929
|
+
// "issue_events_url": "https://api.github.com/repos/sonatype/nexus-book/issues/events{/number}",
|
|
930
|
+
// "events_url": "https://api.github.com/repos/sonatype/nexus-book/events",
|
|
931
|
+
// "assignees_url": "https://api.github.com/repos/sonatype/nexus-book/assignees{/user}",
|
|
932
|
+
// "branches_url": "https://api.github.com/repos/sonatype/nexus-book/branches{/branch}",
|
|
933
|
+
// "tags_url": "https://api.github.com/repos/sonatype/nexus-book/tags",
|
|
934
|
+
// "blobs_url": "https://api.github.com/repos/sonatype/nexus-book/git/blobs{/sha}",
|
|
935
|
+
// "git_tags_url": "https://api.github.com/repos/sonatype/nexus-book/git/tags{/sha}",
|
|
936
|
+
// "git_refs_url": "https://api.github.com/repos/sonatype/nexus-book/git/refs{/sha}",
|
|
937
|
+
// "trees_url": "https://api.github.com/repos/sonatype/nexus-book/git/trees{/sha}",
|
|
938
|
+
// "statuses_url": "https://api.github.com/repos/sonatype/nexus-book/statuses/{sha}",
|
|
939
|
+
// "languages_url": "https://api.github.com/repos/sonatype/nexus-book/languages",
|
|
940
|
+
// "stargazers_url": "https://api.github.com/repos/sonatype/nexus-book/stargazers",
|
|
941
|
+
// "contributors_url": "https://api.github.com/repos/sonatype/nexus-book/contributors",
|
|
942
|
+
// "subscribers_url": "https://api.github.com/repos/sonatype/nexus-book/subscribers",
|
|
943
|
+
// "subscription_url": "https://api.github.com/repos/sonatype/nexus-book/subscription",
|
|
944
|
+
// "commits_url": "https://api.github.com/repos/sonatype/nexus-book/commits{/sha}",
|
|
945
|
+
// "git_commits_url": "https://api.github.com/repos/sonatype/nexus-book/git/commits{/sha}",
|
|
946
|
+
// "comments_url": "https://api.github.com/repos/sonatype/nexus-book/comments{/number}",
|
|
947
|
+
// "issue_comment_url": "https://api.github.com/repos/sonatype/nexus-book/issues/comments{/number}",
|
|
948
|
+
// "contents_url": "https://api.github.com/repos/sonatype/nexus-book/contents/{+path}",
|
|
949
|
+
// "compare_url": "https://api.github.com/repos/sonatype/nexus-book/compare/{base}...{head}",
|
|
950
|
+
// "merges_url": "https://api.github.com/repos/sonatype/nexus-book/merges",
|
|
951
|
+
// "archive_url": "https://api.github.com/repos/sonatype/nexus-book/{archive_format}{/ref}",
|
|
952
|
+
// "downloads_url": "https://api.github.com/repos/sonatype/nexus-book/downloads",
|
|
953
|
+
// "issues_url": "https://api.github.com/repos/sonatype/nexus-book/issues{/number}",
|
|
954
|
+
// "pulls_url": "https://api.github.com/repos/sonatype/nexus-book/pulls{/number}",
|
|
955
|
+
// "milestones_url": "https://api.github.com/repos/sonatype/nexus-book/milestones{/number}",
|
|
956
|
+
// "notifications_url": "https://api.github.com/repos/sonatype/nexus-book/notifications{?since,all,participating}",
|
|
957
|
+
// "labels_url": "https://api.github.com/repos/sonatype/nexus-book/labels{/name}",
|
|
958
|
+
// "releases_url": "https://api.github.com/repos/sonatype/nexus-book/releases{/id}",
|
|
959
|
+
// "deployments_url": "https://api.github.com/repos/sonatype/nexus-book/deployments",
|
|
960
|
+
// "created_at": "2009-04-29T20:25:10Z",
|
|
961
|
+
// "updated_at": "2022-10-18T04:17:33Z",
|
|
962
|
+
// "pushed_at": "2019-07-01T17:25:28Z",
|
|
963
|
+
// "git_url": "git://github.com/sonatype/nexus-book.git",
|
|
964
|
+
// "ssh_url": "git@github.com:sonatype/nexus-book.git",
|
|
965
|
+
// "clone_url": "https://github.com/sonatype/nexus-book.git",
|
|
966
|
+
// "svn_url": "https://github.com/sonatype/nexus-book",
|
|
967
|
+
// "homepage": "http://books.sonatype.com/nexus-book/index.html",
|
|
968
|
+
// "size": 708656,
|
|
969
|
+
// "stargazers_count": 79,
|
|
970
|
+
// "watchers_count": 79,
|
|
971
|
+
// "language": "XSLT",
|
|
972
|
+
// "has_issues": true,
|
|
973
|
+
// "has_projects": true,
|
|
974
|
+
// "has_downloads": true,
|
|
975
|
+
// "has_wiki": false,
|
|
976
|
+
// "has_pages": false,
|
|
977
|
+
// "forks_count": 53,
|
|
978
|
+
// "mirror_url": null,
|
|
979
|
+
// "archived": true,
|
|
980
|
+
// "disabled": false,
|
|
981
|
+
// "open_issues_count": 0,
|
|
982
|
+
// "license": {
|
|
983
|
+
// "key": "other",
|
|
984
|
+
// "name": "Other",
|
|
985
|
+
// "spdx_id": "NOASSERTION",
|
|
986
|
+
// "url": null,
|
|
987
|
+
// "node_id": "MDc6TGljZW5zZTA="
|
|
988
|
+
// },
|
|
989
|
+
// "allow_forking": true,
|
|
990
|
+
// "is_template": false,
|
|
991
|
+
// "web_commit_signoff_required": false,
|
|
992
|
+
// "topics": [
|
|
993
|
+
// "test"
|
|
994
|
+
// ],
|
|
995
|
+
// "visibility": "public",
|
|
996
|
+
// "forks": 53,
|
|
997
|
+
// "open_issues": 0,
|
|
998
|
+
// "watchers": 79,
|
|
999
|
+
// "default_branch": "master",
|
|
1000
|
+
// "score": 1
|
|
1001
|
+
// },
|
|
1002
|
+
// {
|
|
1003
|
+
// "id": 79999686,
|
|
1004
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnk3OTk5OTY4Ng==",
|
|
1005
|
+
// "name": "JenkinsPipelineUnit",
|
|
1006
|
+
// "full_name": "jenkinsci/JenkinsPipelineUnit",
|
|
1007
|
+
// "private": false,
|
|
1008
|
+
// "owner": {
|
|
1009
|
+
// "login": "jenkinsci",
|
|
1010
|
+
// "id": 107424,
|
|
1011
|
+
// "node_id": "MDEyOk9yZ2FuaXphdGlvbjEwNzQyNA==",
|
|
1012
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/107424?v=4",
|
|
1013
|
+
// "gravatar_id": "",
|
|
1014
|
+
// "url": "https://api.github.com/users/jenkinsci",
|
|
1015
|
+
// "html_url": "https://github.com/jenkinsci",
|
|
1016
|
+
// "followers_url": "https://api.github.com/users/jenkinsci/followers",
|
|
1017
|
+
// "following_url": "https://api.github.com/users/jenkinsci/following{/other_user}",
|
|
1018
|
+
// "gists_url": "https://api.github.com/users/jenkinsci/gists{/gist_id}",
|
|
1019
|
+
// "starred_url": "https://api.github.com/users/jenkinsci/starred{/owner}{/repo}",
|
|
1020
|
+
// "subscriptions_url": "https://api.github.com/users/jenkinsci/subscriptions",
|
|
1021
|
+
// "organizations_url": "https://api.github.com/users/jenkinsci/orgs",
|
|
1022
|
+
// "repos_url": "https://api.github.com/users/jenkinsci/repos",
|
|
1023
|
+
// "events_url": "https://api.github.com/users/jenkinsci/events{/privacy}",
|
|
1024
|
+
// "received_events_url": "https://api.github.com/users/jenkinsci/received_events",
|
|
1025
|
+
// "type": "Organization",
|
|
1026
|
+
// "site_admin": false
|
|
1027
|
+
// },
|
|
1028
|
+
// "html_url": "https://github.com/jenkinsci/JenkinsPipelineUnit",
|
|
1029
|
+
// "description": "Framework for unit testing Jenkins pipelines ",
|
|
1030
|
+
// "fork": false,
|
|
1031
|
+
// "url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit",
|
|
1032
|
+
// "forks_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/forks",
|
|
1033
|
+
// "keys_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/keys{/key_id}",
|
|
1034
|
+
// "collaborators_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/collaborators{/collaborator}",
|
|
1035
|
+
// "teams_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/teams",
|
|
1036
|
+
// "hooks_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/hooks",
|
|
1037
|
+
// "issue_events_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/issues/events{/number}",
|
|
1038
|
+
// "events_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/events",
|
|
1039
|
+
// "assignees_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/assignees{/user}",
|
|
1040
|
+
// "branches_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/branches{/branch}",
|
|
1041
|
+
// "tags_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/tags",
|
|
1042
|
+
// "blobs_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/git/blobs{/sha}",
|
|
1043
|
+
// "git_tags_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/git/tags{/sha}",
|
|
1044
|
+
// "git_refs_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/git/refs{/sha}",
|
|
1045
|
+
// "trees_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/git/trees{/sha}",
|
|
1046
|
+
// "statuses_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/statuses/{sha}",
|
|
1047
|
+
// "languages_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/languages",
|
|
1048
|
+
// "stargazers_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/stargazers",
|
|
1049
|
+
// "contributors_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/contributors",
|
|
1050
|
+
// "subscribers_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/subscribers",
|
|
1051
|
+
// "subscription_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/subscription",
|
|
1052
|
+
// "commits_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/commits{/sha}",
|
|
1053
|
+
// "git_commits_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/git/commits{/sha}",
|
|
1054
|
+
// "comments_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/comments{/number}",
|
|
1055
|
+
// "issue_comment_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/issues/comments{/number}",
|
|
1056
|
+
// "contents_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/contents/{+path}",
|
|
1057
|
+
// "compare_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/compare/{base}...{head}",
|
|
1058
|
+
// "merges_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/merges",
|
|
1059
|
+
// "archive_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/{archive_format}{/ref}",
|
|
1060
|
+
// "downloads_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/downloads",
|
|
1061
|
+
// "issues_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/issues{/number}",
|
|
1062
|
+
// "pulls_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/pulls{/number}",
|
|
1063
|
+
// "milestones_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/milestones{/number}",
|
|
1064
|
+
// "notifications_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/notifications{?since,all,participating}",
|
|
1065
|
+
// "labels_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/labels{/name}",
|
|
1066
|
+
// "releases_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/releases{/id}",
|
|
1067
|
+
// "deployments_url": "https://api.github.com/repos/jenkinsci/JenkinsPipelineUnit/deployments",
|
|
1068
|
+
// "created_at": "2017-01-25T09:21:57Z",
|
|
1069
|
+
// "updated_at": "2022-11-03T08:18:28Z",
|
|
1070
|
+
// "pushed_at": "2022-10-31T08:11:40Z",
|
|
1071
|
+
// "git_url": "git://github.com/jenkinsci/JenkinsPipelineUnit.git",
|
|
1072
|
+
// "ssh_url": "git@github.com:jenkinsci/JenkinsPipelineUnit.git",
|
|
1073
|
+
// "clone_url": "https://github.com/jenkinsci/JenkinsPipelineUnit.git",
|
|
1074
|
+
// "svn_url": "https://github.com/jenkinsci/JenkinsPipelineUnit",
|
|
1075
|
+
// "homepage": "",
|
|
1076
|
+
// "size": 959,
|
|
1077
|
+
// "stargazers_count": 1359,
|
|
1078
|
+
// "watchers_count": 1359,
|
|
1079
|
+
// "language": "Groovy",
|
|
1080
|
+
// "has_issues": true,
|
|
1081
|
+
// "has_projects": false,
|
|
1082
|
+
// "has_downloads": true,
|
|
1083
|
+
// "has_wiki": false,
|
|
1084
|
+
// "has_pages": false,
|
|
1085
|
+
// "forks_count": 361,
|
|
1086
|
+
// "mirror_url": null,
|
|
1087
|
+
// "archived": false,
|
|
1088
|
+
// "disabled": false,
|
|
1089
|
+
// "open_issues_count": 97,
|
|
1090
|
+
// "license": {
|
|
1091
|
+
// "key": "mit",
|
|
1092
|
+
// "name": "MIT License",
|
|
1093
|
+
// "spdx_id": "MIT",
|
|
1094
|
+
// "url": "https://api.github.com/licenses/mit",
|
|
1095
|
+
// "node_id": "MDc6TGljZW5zZTEz"
|
|
1096
|
+
// },
|
|
1097
|
+
// "allow_forking": true,
|
|
1098
|
+
// "is_template": false,
|
|
1099
|
+
// "web_commit_signoff_required": false,
|
|
1100
|
+
// "topics": [
|
|
1101
|
+
// "hactoberfest",
|
|
1102
|
+
// "jenkins",
|
|
1103
|
+
// "pipelines-as-code",
|
|
1104
|
+
// "test"
|
|
1105
|
+
// ],
|
|
1106
|
+
// "visibility": "public",
|
|
1107
|
+
// "forks": 361,
|
|
1108
|
+
// "open_issues": 97,
|
|
1109
|
+
// "watchers": 1359,
|
|
1110
|
+
// "default_branch": "master",
|
|
1111
|
+
// "score": 1
|
|
1112
|
+
// },
|
|
1113
|
+
// {
|
|
1114
|
+
// "id": 72991,
|
|
1115
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnk3Mjk5MQ==",
|
|
1116
|
+
// "name": "timecop",
|
|
1117
|
+
// "full_name": "travisjeffery/timecop",
|
|
1118
|
+
// "private": false,
|
|
1119
|
+
// "owner": {
|
|
1120
|
+
// "login": "travisjeffery",
|
|
1121
|
+
// "id": 15225,
|
|
1122
|
+
// "node_id": "MDQ6VXNlcjE1MjI1",
|
|
1123
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/15225?v=4",
|
|
1124
|
+
// "gravatar_id": "",
|
|
1125
|
+
// "url": "https://api.github.com/users/travisjeffery",
|
|
1126
|
+
// "html_url": "https://github.com/travisjeffery",
|
|
1127
|
+
// "followers_url": "https://api.github.com/users/travisjeffery/followers",
|
|
1128
|
+
// "following_url": "https://api.github.com/users/travisjeffery/following{/other_user}",
|
|
1129
|
+
// "gists_url": "https://api.github.com/users/travisjeffery/gists{/gist_id}",
|
|
1130
|
+
// "starred_url": "https://api.github.com/users/travisjeffery/starred{/owner}{/repo}",
|
|
1131
|
+
// "subscriptions_url": "https://api.github.com/users/travisjeffery/subscriptions",
|
|
1132
|
+
// "organizations_url": "https://api.github.com/users/travisjeffery/orgs",
|
|
1133
|
+
// "repos_url": "https://api.github.com/users/travisjeffery/repos",
|
|
1134
|
+
// "events_url": "https://api.github.com/users/travisjeffery/events{/privacy}",
|
|
1135
|
+
// "received_events_url": "https://api.github.com/users/travisjeffery/received_events",
|
|
1136
|
+
// "type": "User",
|
|
1137
|
+
// "site_admin": false
|
|
1138
|
+
// },
|
|
1139
|
+
// "html_url": "https://github.com/travisjeffery/timecop",
|
|
1140
|
+
// "description": "A gem providing \"time travel\", \"time freezing\", and \"time acceleration\" capabilities, making it simple to test time-dependent code. It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call.",
|
|
1141
|
+
// "fork": false,
|
|
1142
|
+
// "url": "https://api.github.com/repos/travisjeffery/timecop",
|
|
1143
|
+
// "forks_url": "https://api.github.com/repos/travisjeffery/timecop/forks",
|
|
1144
|
+
// "keys_url": "https://api.github.com/repos/travisjeffery/timecop/keys{/key_id}",
|
|
1145
|
+
// "collaborators_url": "https://api.github.com/repos/travisjeffery/timecop/collaborators{/collaborator}",
|
|
1146
|
+
// "teams_url": "https://api.github.com/repos/travisjeffery/timecop/teams",
|
|
1147
|
+
// "hooks_url": "https://api.github.com/repos/travisjeffery/timecop/hooks",
|
|
1148
|
+
// "issue_events_url": "https://api.github.com/repos/travisjeffery/timecop/issues/events{/number}",
|
|
1149
|
+
// "events_url": "https://api.github.com/repos/travisjeffery/timecop/events",
|
|
1150
|
+
// "assignees_url": "https://api.github.com/repos/travisjeffery/timecop/assignees{/user}",
|
|
1151
|
+
// "branches_url": "https://api.github.com/repos/travisjeffery/timecop/branches{/branch}",
|
|
1152
|
+
// "tags_url": "https://api.github.com/repos/travisjeffery/timecop/tags",
|
|
1153
|
+
// "blobs_url": "https://api.github.com/repos/travisjeffery/timecop/git/blobs{/sha}",
|
|
1154
|
+
// "git_tags_url": "https://api.github.com/repos/travisjeffery/timecop/git/tags{/sha}",
|
|
1155
|
+
// "git_refs_url": "https://api.github.com/repos/travisjeffery/timecop/git/refs{/sha}",
|
|
1156
|
+
// "trees_url": "https://api.github.com/repos/travisjeffery/timecop/git/trees{/sha}",
|
|
1157
|
+
// "statuses_url": "https://api.github.com/repos/travisjeffery/timecop/statuses/{sha}",
|
|
1158
|
+
// "languages_url": "https://api.github.com/repos/travisjeffery/timecop/languages",
|
|
1159
|
+
// "stargazers_url": "https://api.github.com/repos/travisjeffery/timecop/stargazers",
|
|
1160
|
+
// "contributors_url": "https://api.github.com/repos/travisjeffery/timecop/contributors",
|
|
1161
|
+
// "subscribers_url": "https://api.github.com/repos/travisjeffery/timecop/subscribers",
|
|
1162
|
+
// "subscription_url": "https://api.github.com/repos/travisjeffery/timecop/subscription",
|
|
1163
|
+
// "commits_url": "https://api.github.com/repos/travisjeffery/timecop/commits{/sha}",
|
|
1164
|
+
// "git_commits_url": "https://api.github.com/repos/travisjeffery/timecop/git/commits{/sha}",
|
|
1165
|
+
// "comments_url": "https://api.github.com/repos/travisjeffery/timecop/comments{/number}",
|
|
1166
|
+
// "issue_comment_url": "https://api.github.com/repos/travisjeffery/timecop/issues/comments{/number}",
|
|
1167
|
+
// "contents_url": "https://api.github.com/repos/travisjeffery/timecop/contents/{+path}",
|
|
1168
|
+
// "compare_url": "https://api.github.com/repos/travisjeffery/timecop/compare/{base}...{head}",
|
|
1169
|
+
// "merges_url": "https://api.github.com/repos/travisjeffery/timecop/merges",
|
|
1170
|
+
// "archive_url": "https://api.github.com/repos/travisjeffery/timecop/{archive_format}{/ref}",
|
|
1171
|
+
// "downloads_url": "https://api.github.com/repos/travisjeffery/timecop/downloads",
|
|
1172
|
+
// "issues_url": "https://api.github.com/repos/travisjeffery/timecop/issues{/number}",
|
|
1173
|
+
// "pulls_url": "https://api.github.com/repos/travisjeffery/timecop/pulls{/number}",
|
|
1174
|
+
// "milestones_url": "https://api.github.com/repos/travisjeffery/timecop/milestones{/number}",
|
|
1175
|
+
// "notifications_url": "https://api.github.com/repos/travisjeffery/timecop/notifications{?since,all,participating}",
|
|
1176
|
+
// "labels_url": "https://api.github.com/repos/travisjeffery/timecop/labels{/name}",
|
|
1177
|
+
// "releases_url": "https://api.github.com/repos/travisjeffery/timecop/releases{/id}",
|
|
1178
|
+
// "deployments_url": "https://api.github.com/repos/travisjeffery/timecop/deployments",
|
|
1179
|
+
// "created_at": "2008-11-07T20:37:52Z",
|
|
1180
|
+
// "updated_at": "2022-11-06T16:20:20Z",
|
|
1181
|
+
// "pushed_at": "2022-09-26T13:45:07Z",
|
|
1182
|
+
// "git_url": "git://github.com/travisjeffery/timecop.git",
|
|
1183
|
+
// "ssh_url": "git@github.com:travisjeffery/timecop.git",
|
|
1184
|
+
// "clone_url": "https://github.com/travisjeffery/timecop.git",
|
|
1185
|
+
// "svn_url": "https://github.com/travisjeffery/timecop",
|
|
1186
|
+
// "homepage": "",
|
|
1187
|
+
// "size": 357,
|
|
1188
|
+
// "stargazers_count": 3215,
|
|
1189
|
+
// "watchers_count": 3215,
|
|
1190
|
+
// "language": "Ruby",
|
|
1191
|
+
// "has_issues": true,
|
|
1192
|
+
// "has_projects": true,
|
|
1193
|
+
// "has_downloads": true,
|
|
1194
|
+
// "has_wiki": true,
|
|
1195
|
+
// "has_pages": false,
|
|
1196
|
+
// "forks_count": 222,
|
|
1197
|
+
// "mirror_url": null,
|
|
1198
|
+
// "archived": false,
|
|
1199
|
+
// "disabled": false,
|
|
1200
|
+
// "open_issues_count": 75,
|
|
1201
|
+
// "license": {
|
|
1202
|
+
// "key": "mit",
|
|
1203
|
+
// "name": "MIT License",
|
|
1204
|
+
// "spdx_id": "MIT",
|
|
1205
|
+
// "url": "https://api.github.com/licenses/mit",
|
|
1206
|
+
// "node_id": "MDc6TGljZW5zZTEz"
|
|
1207
|
+
// },
|
|
1208
|
+
// "allow_forking": true,
|
|
1209
|
+
// "is_template": false,
|
|
1210
|
+
// "web_commit_signoff_required": false,
|
|
1211
|
+
// "topics": [
|
|
1212
|
+
// "rails",
|
|
1213
|
+
// "ruby",
|
|
1214
|
+
// "test",
|
|
1215
|
+
// "time"
|
|
1216
|
+
// ],
|
|
1217
|
+
// "visibility": "public",
|
|
1218
|
+
// "forks": 222,
|
|
1219
|
+
// "open_issues": 75,
|
|
1220
|
+
// "watchers": 3215,
|
|
1221
|
+
// "default_branch": "master",
|
|
1222
|
+
// "score": 1
|
|
1223
|
+
// },
|
|
1224
|
+
// {
|
|
1225
|
+
// "id": 169906403,
|
|
1226
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnkxNjk5MDY0MDM=",
|
|
1227
|
+
// "name": "spring-guide",
|
|
1228
|
+
// "full_name": "cheese10yun/spring-guide",
|
|
1229
|
+
// "private": false,
|
|
1230
|
+
// "owner": {
|
|
1231
|
+
// "login": "cheese10yun",
|
|
1232
|
+
// "id": 12086692,
|
|
1233
|
+
// "node_id": "MDQ6VXNlcjEyMDg2Njky",
|
|
1234
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/12086692?v=4",
|
|
1235
|
+
// "gravatar_id": "",
|
|
1236
|
+
// "url": "https://api.github.com/users/cheese10yun",
|
|
1237
|
+
// "html_url": "https://github.com/cheese10yun",
|
|
1238
|
+
// "followers_url": "https://api.github.com/users/cheese10yun/followers",
|
|
1239
|
+
// "following_url": "https://api.github.com/users/cheese10yun/following{/other_user}",
|
|
1240
|
+
// "gists_url": "https://api.github.com/users/cheese10yun/gists{/gist_id}",
|
|
1241
|
+
// "starred_url": "https://api.github.com/users/cheese10yun/starred{/owner}{/repo}",
|
|
1242
|
+
// "subscriptions_url": "https://api.github.com/users/cheese10yun/subscriptions",
|
|
1243
|
+
// "organizations_url": "https://api.github.com/users/cheese10yun/orgs",
|
|
1244
|
+
// "repos_url": "https://api.github.com/users/cheese10yun/repos",
|
|
1245
|
+
// "events_url": "https://api.github.com/users/cheese10yun/events{/privacy}",
|
|
1246
|
+
// "received_events_url": "https://api.github.com/users/cheese10yun/received_events",
|
|
1247
|
+
// "type": "User",
|
|
1248
|
+
// "site_admin": false
|
|
1249
|
+
// },
|
|
1250
|
+
// "html_url": "https://github.com/cheese10yun/spring-guide",
|
|
1251
|
+
// "description": ":octocat: Spring 실전 가이드",
|
|
1252
|
+
// "fork": false,
|
|
1253
|
+
// "url": "https://api.github.com/repos/cheese10yun/spring-guide",
|
|
1254
|
+
// "forks_url": "https://api.github.com/repos/cheese10yun/spring-guide/forks",
|
|
1255
|
+
// "keys_url": "https://api.github.com/repos/cheese10yun/spring-guide/keys{/key_id}",
|
|
1256
|
+
// "collaborators_url": "https://api.github.com/repos/cheese10yun/spring-guide/collaborators{/collaborator}",
|
|
1257
|
+
// "teams_url": "https://api.github.com/repos/cheese10yun/spring-guide/teams",
|
|
1258
|
+
// "hooks_url": "https://api.github.com/repos/cheese10yun/spring-guide/hooks",
|
|
1259
|
+
// "issue_events_url": "https://api.github.com/repos/cheese10yun/spring-guide/issues/events{/number}",
|
|
1260
|
+
// "events_url": "https://api.github.com/repos/cheese10yun/spring-guide/events",
|
|
1261
|
+
// "assignees_url": "https://api.github.com/repos/cheese10yun/spring-guide/assignees{/user}",
|
|
1262
|
+
// "branches_url": "https://api.github.com/repos/cheese10yun/spring-guide/branches{/branch}",
|
|
1263
|
+
// "tags_url": "https://api.github.com/repos/cheese10yun/spring-guide/tags",
|
|
1264
|
+
// "blobs_url": "https://api.github.com/repos/cheese10yun/spring-guide/git/blobs{/sha}",
|
|
1265
|
+
// "git_tags_url": "https://api.github.com/repos/cheese10yun/spring-guide/git/tags{/sha}",
|
|
1266
|
+
// "git_refs_url": "https://api.github.com/repos/cheese10yun/spring-guide/git/refs{/sha}",
|
|
1267
|
+
// "trees_url": "https://api.github.com/repos/cheese10yun/spring-guide/git/trees{/sha}",
|
|
1268
|
+
// "statuses_url": "https://api.github.com/repos/cheese10yun/spring-guide/statuses/{sha}",
|
|
1269
|
+
// "languages_url": "https://api.github.com/repos/cheese10yun/spring-guide/languages",
|
|
1270
|
+
// "stargazers_url": "https://api.github.com/repos/cheese10yun/spring-guide/stargazers",
|
|
1271
|
+
// "contributors_url": "https://api.github.com/repos/cheese10yun/spring-guide/contributors",
|
|
1272
|
+
// "subscribers_url": "https://api.github.com/repos/cheese10yun/spring-guide/subscribers",
|
|
1273
|
+
// "subscription_url": "https://api.github.com/repos/cheese10yun/spring-guide/subscription",
|
|
1274
|
+
// "commits_url": "https://api.github.com/repos/cheese10yun/spring-guide/commits{/sha}",
|
|
1275
|
+
// "git_commits_url": "https://api.github.com/repos/cheese10yun/spring-guide/git/commits{/sha}",
|
|
1276
|
+
// "comments_url": "https://api.github.com/repos/cheese10yun/spring-guide/comments{/number}",
|
|
1277
|
+
// "issue_comment_url": "https://api.github.com/repos/cheese10yun/spring-guide/issues/comments{/number}",
|
|
1278
|
+
// "contents_url": "https://api.github.com/repos/cheese10yun/spring-guide/contents/{+path}",
|
|
1279
|
+
// "compare_url": "https://api.github.com/repos/cheese10yun/spring-guide/compare/{base}...{head}",
|
|
1280
|
+
// "merges_url": "https://api.github.com/repos/cheese10yun/spring-guide/merges",
|
|
1281
|
+
// "archive_url": "https://api.github.com/repos/cheese10yun/spring-guide/{archive_format}{/ref}",
|
|
1282
|
+
// "downloads_url": "https://api.github.com/repos/cheese10yun/spring-guide/downloads",
|
|
1283
|
+
// "issues_url": "https://api.github.com/repos/cheese10yun/spring-guide/issues{/number}",
|
|
1284
|
+
// "pulls_url": "https://api.github.com/repos/cheese10yun/spring-guide/pulls{/number}",
|
|
1285
|
+
// "milestones_url": "https://api.github.com/repos/cheese10yun/spring-guide/milestones{/number}",
|
|
1286
|
+
// "notifications_url": "https://api.github.com/repos/cheese10yun/spring-guide/notifications{?since,all,participating}",
|
|
1287
|
+
// "labels_url": "https://api.github.com/repos/cheese10yun/spring-guide/labels{/name}",
|
|
1288
|
+
// "releases_url": "https://api.github.com/repos/cheese10yun/spring-guide/releases{/id}",
|
|
1289
|
+
// "deployments_url": "https://api.github.com/repos/cheese10yun/spring-guide/deployments",
|
|
1290
|
+
// "created_at": "2019-02-09T19:45:23Z",
|
|
1291
|
+
// "updated_at": "2022-11-05T09:17:07Z",
|
|
1292
|
+
// "pushed_at": "2022-10-01T07:29:49Z",
|
|
1293
|
+
// "git_url": "git://github.com/cheese10yun/spring-guide.git",
|
|
1294
|
+
// "ssh_url": "git@github.com:cheese10yun/spring-guide.git",
|
|
1295
|
+
// "clone_url": "https://github.com/cheese10yun/spring-guide.git",
|
|
1296
|
+
// "svn_url": "https://github.com/cheese10yun/spring-guide",
|
|
1297
|
+
// "homepage": "",
|
|
1298
|
+
// "size": 65208,
|
|
1299
|
+
// "stargazers_count": 1235,
|
|
1300
|
+
// "watchers_count": 1235,
|
|
1301
|
+
// "language": "Java",
|
|
1302
|
+
// "has_issues": true,
|
|
1303
|
+
// "has_projects": true,
|
|
1304
|
+
// "has_downloads": true,
|
|
1305
|
+
// "has_wiki": true,
|
|
1306
|
+
// "has_pages": false,
|
|
1307
|
+
// "forks_count": 281,
|
|
1308
|
+
// "mirror_url": null,
|
|
1309
|
+
// "archived": false,
|
|
1310
|
+
// "disabled": false,
|
|
1311
|
+
// "open_issues_count": 6,
|
|
1312
|
+
// "license": null,
|
|
1313
|
+
// "allow_forking": true,
|
|
1314
|
+
// "is_template": false,
|
|
1315
|
+
// "web_commit_signoff_required": false,
|
|
1316
|
+
// "topics": [
|
|
1317
|
+
// "exception-handling",
|
|
1318
|
+
// "guide",
|
|
1319
|
+
// "spring",
|
|
1320
|
+
// "test"
|
|
1321
|
+
// ],
|
|
1322
|
+
// "visibility": "public",
|
|
1323
|
+
// "forks": 281,
|
|
1324
|
+
// "open_issues": 6,
|
|
1325
|
+
// "watchers": 1235,
|
|
1326
|
+
// "default_branch": "master",
|
|
1327
|
+
// "score": 1
|
|
1328
|
+
// },
|
|
1329
|
+
// {
|
|
1330
|
+
// "id": 22442668,
|
|
1331
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnkyMjQ0MjY2OA==",
|
|
1332
|
+
// "name": "origin",
|
|
1333
|
+
// "full_name": "openshift/origin",
|
|
1334
|
+
// "private": false,
|
|
1335
|
+
// "owner": {
|
|
1336
|
+
// "login": "openshift",
|
|
1337
|
+
// "id": 792337,
|
|
1338
|
+
// "node_id": "MDEyOk9yZ2FuaXphdGlvbjc5MjMzNw==",
|
|
1339
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/792337?v=4",
|
|
1340
|
+
// "gravatar_id": "",
|
|
1341
|
+
// "url": "https://api.github.com/users/openshift",
|
|
1342
|
+
// "html_url": "https://github.com/openshift",
|
|
1343
|
+
// "followers_url": "https://api.github.com/users/openshift/followers",
|
|
1344
|
+
// "following_url": "https://api.github.com/users/openshift/following{/other_user}",
|
|
1345
|
+
// "gists_url": "https://api.github.com/users/openshift/gists{/gist_id}",
|
|
1346
|
+
// "starred_url": "https://api.github.com/users/openshift/starred{/owner}{/repo}",
|
|
1347
|
+
// "subscriptions_url": "https://api.github.com/users/openshift/subscriptions",
|
|
1348
|
+
// "organizations_url": "https://api.github.com/users/openshift/orgs",
|
|
1349
|
+
// "repos_url": "https://api.github.com/users/openshift/repos",
|
|
1350
|
+
// "events_url": "https://api.github.com/users/openshift/events{/privacy}",
|
|
1351
|
+
// "received_events_url": "https://api.github.com/users/openshift/received_events",
|
|
1352
|
+
// "type": "Organization",
|
|
1353
|
+
// "site_admin": false
|
|
1354
|
+
// },
|
|
1355
|
+
// "html_url": "https://github.com/openshift/origin",
|
|
1356
|
+
// "description": "Conformance test suite for OpenShift",
|
|
1357
|
+
// "fork": false,
|
|
1358
|
+
// "url": "https://api.github.com/repos/openshift/origin",
|
|
1359
|
+
// "forks_url": "https://api.github.com/repos/openshift/origin/forks",
|
|
1360
|
+
// "keys_url": "https://api.github.com/repos/openshift/origin/keys{/key_id}",
|
|
1361
|
+
// "collaborators_url": "https://api.github.com/repos/openshift/origin/collaborators{/collaborator}",
|
|
1362
|
+
// "teams_url": "https://api.github.com/repos/openshift/origin/teams",
|
|
1363
|
+
// "hooks_url": "https://api.github.com/repos/openshift/origin/hooks",
|
|
1364
|
+
// "issue_events_url": "https://api.github.com/repos/openshift/origin/issues/events{/number}",
|
|
1365
|
+
// "events_url": "https://api.github.com/repos/openshift/origin/events",
|
|
1366
|
+
// "assignees_url": "https://api.github.com/repos/openshift/origin/assignees{/user}",
|
|
1367
|
+
// "branches_url": "https://api.github.com/repos/openshift/origin/branches{/branch}",
|
|
1368
|
+
// "tags_url": "https://api.github.com/repos/openshift/origin/tags",
|
|
1369
|
+
// "blobs_url": "https://api.github.com/repos/openshift/origin/git/blobs{/sha}",
|
|
1370
|
+
// "git_tags_url": "https://api.github.com/repos/openshift/origin/git/tags{/sha}",
|
|
1371
|
+
// "git_refs_url": "https://api.github.com/repos/openshift/origin/git/refs{/sha}",
|
|
1372
|
+
// "trees_url": "https://api.github.com/repos/openshift/origin/git/trees{/sha}",
|
|
1373
|
+
// "statuses_url": "https://api.github.com/repos/openshift/origin/statuses/{sha}",
|
|
1374
|
+
// "languages_url": "https://api.github.com/repos/openshift/origin/languages",
|
|
1375
|
+
// "stargazers_url": "https://api.github.com/repos/openshift/origin/stargazers",
|
|
1376
|
+
// "contributors_url": "https://api.github.com/repos/openshift/origin/contributors",
|
|
1377
|
+
// "subscribers_url": "https://api.github.com/repos/openshift/origin/subscribers",
|
|
1378
|
+
// "subscription_url": "https://api.github.com/repos/openshift/origin/subscription",
|
|
1379
|
+
// "commits_url": "https://api.github.com/repos/openshift/origin/commits{/sha}",
|
|
1380
|
+
// "git_commits_url": "https://api.github.com/repos/openshift/origin/git/commits{/sha}",
|
|
1381
|
+
// "comments_url": "https://api.github.com/repos/openshift/origin/comments{/number}",
|
|
1382
|
+
// "issue_comment_url": "https://api.github.com/repos/openshift/origin/issues/comments{/number}",
|
|
1383
|
+
// "contents_url": "https://api.github.com/repos/openshift/origin/contents/{+path}",
|
|
1384
|
+
// "compare_url": "https://api.github.com/repos/openshift/origin/compare/{base}...{head}",
|
|
1385
|
+
// "merges_url": "https://api.github.com/repos/openshift/origin/merges",
|
|
1386
|
+
// "archive_url": "https://api.github.com/repos/openshift/origin/{archive_format}{/ref}",
|
|
1387
|
+
// "downloads_url": "https://api.github.com/repos/openshift/origin/downloads",
|
|
1388
|
+
// "issues_url": "https://api.github.com/repos/openshift/origin/issues{/number}",
|
|
1389
|
+
// "pulls_url": "https://api.github.com/repos/openshift/origin/pulls{/number}",
|
|
1390
|
+
// "milestones_url": "https://api.github.com/repos/openshift/origin/milestones{/number}",
|
|
1391
|
+
// "notifications_url": "https://api.github.com/repos/openshift/origin/notifications{?since,all,participating}",
|
|
1392
|
+
// "labels_url": "https://api.github.com/repos/openshift/origin/labels{/name}",
|
|
1393
|
+
// "releases_url": "https://api.github.com/repos/openshift/origin/releases{/id}",
|
|
1394
|
+
// "deployments_url": "https://api.github.com/repos/openshift/origin/deployments",
|
|
1395
|
+
// "created_at": "2014-07-30T20:04:05Z",
|
|
1396
|
+
// "updated_at": "2022-11-06T03:39:47Z",
|
|
1397
|
+
// "pushed_at": "2022-11-04T18:41:22Z",
|
|
1398
|
+
// "git_url": "git://github.com/openshift/origin.git",
|
|
1399
|
+
// "ssh_url": "git@github.com:openshift/origin.git",
|
|
1400
|
+
// "clone_url": "https://github.com/openshift/origin.git",
|
|
1401
|
+
// "svn_url": "https://github.com/openshift/origin",
|
|
1402
|
+
// "homepage": "http://www.openshift.org",
|
|
1403
|
+
// "size": 1209886,
|
|
1404
|
+
// "stargazers_count": 8213,
|
|
1405
|
+
// "watchers_count": 8213,
|
|
1406
|
+
// "language": "Go",
|
|
1407
|
+
// "has_issues": true,
|
|
1408
|
+
// "has_projects": false,
|
|
1409
|
+
// "has_downloads": true,
|
|
1410
|
+
// "has_wiki": false,
|
|
1411
|
+
// "has_pages": false,
|
|
1412
|
+
// "forks_count": 4749,
|
|
1413
|
+
// "mirror_url": null,
|
|
1414
|
+
// "archived": false,
|
|
1415
|
+
// "disabled": false,
|
|
1416
|
+
// "open_issues_count": 212,
|
|
1417
|
+
// "license": {
|
|
1418
|
+
// "key": "apache-2.0",
|
|
1419
|
+
// "name": "Apache License 2.0",
|
|
1420
|
+
// "spdx_id": "Apache-2.0",
|
|
1421
|
+
// "url": "https://api.github.com/licenses/apache-2.0",
|
|
1422
|
+
// "node_id": "MDc6TGljZW5zZTI="
|
|
1423
|
+
// },
|
|
1424
|
+
// "allow_forking": true,
|
|
1425
|
+
// "is_template": false,
|
|
1426
|
+
// "web_commit_signoff_required": false,
|
|
1427
|
+
// "topics": [
|
|
1428
|
+
// "caas",
|
|
1429
|
+
// "ci-cd",
|
|
1430
|
+
// "containers",
|
|
1431
|
+
// "continuous-delivery",
|
|
1432
|
+
// "continuous-deployment",
|
|
1433
|
+
// "continuous-integration",
|
|
1434
|
+
// "devops",
|
|
1435
|
+
// "go",
|
|
1436
|
+
// "kubernetes",
|
|
1437
|
+
// "openshift",
|
|
1438
|
+
// "openshift-origin",
|
|
1439
|
+
// "paas"
|
|
1440
|
+
// ],
|
|
1441
|
+
// "visibility": "public",
|
|
1442
|
+
// "forks": 4749,
|
|
1443
|
+
// "open_issues": 212,
|
|
1444
|
+
// "watchers": 8213,
|
|
1445
|
+
// "default_branch": "master",
|
|
1446
|
+
// "score": 1
|
|
1447
|
+
// },
|
|
1448
|
+
// {
|
|
1449
|
+
// "id": 39840932,
|
|
1450
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnkzOTg0MDkzMg==",
|
|
1451
|
+
// "name": "googletest",
|
|
1452
|
+
// "full_name": "google/googletest",
|
|
1453
|
+
// "private": false,
|
|
1454
|
+
// "owner": {
|
|
1455
|
+
// "login": "google",
|
|
1456
|
+
// "id": 1342004,
|
|
1457
|
+
// "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=",
|
|
1458
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/1342004?v=4",
|
|
1459
|
+
// "gravatar_id": "",
|
|
1460
|
+
// "url": "https://api.github.com/users/google",
|
|
1461
|
+
// "html_url": "https://github.com/google",
|
|
1462
|
+
// "followers_url": "https://api.github.com/users/google/followers",
|
|
1463
|
+
// "following_url": "https://api.github.com/users/google/following{/other_user}",
|
|
1464
|
+
// "gists_url": "https://api.github.com/users/google/gists{/gist_id}",
|
|
1465
|
+
// "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}",
|
|
1466
|
+
// "subscriptions_url": "https://api.github.com/users/google/subscriptions",
|
|
1467
|
+
// "organizations_url": "https://api.github.com/users/google/orgs",
|
|
1468
|
+
// "repos_url": "https://api.github.com/users/google/repos",
|
|
1469
|
+
// "events_url": "https://api.github.com/users/google/events{/privacy}",
|
|
1470
|
+
// "received_events_url": "https://api.github.com/users/google/received_events",
|
|
1471
|
+
// "type": "Organization",
|
|
1472
|
+
// "site_admin": false
|
|
1473
|
+
// },
|
|
1474
|
+
// "html_url": "https://github.com/google/googletest",
|
|
1475
|
+
// "description": "GoogleTest - Google Testing and Mocking Framework",
|
|
1476
|
+
// "fork": false,
|
|
1477
|
+
// "url": "https://api.github.com/repos/google/googletest",
|
|
1478
|
+
// "forks_url": "https://api.github.com/repos/google/googletest/forks",
|
|
1479
|
+
// "keys_url": "https://api.github.com/repos/google/googletest/keys{/key_id}",
|
|
1480
|
+
// "collaborators_url": "https://api.github.com/repos/google/googletest/collaborators{/collaborator}",
|
|
1481
|
+
// "teams_url": "https://api.github.com/repos/google/googletest/teams",
|
|
1482
|
+
// "hooks_url": "https://api.github.com/repos/google/googletest/hooks",
|
|
1483
|
+
// "issue_events_url": "https://api.github.com/repos/google/googletest/issues/events{/number}",
|
|
1484
|
+
// "events_url": "https://api.github.com/repos/google/googletest/events",
|
|
1485
|
+
// "assignees_url": "https://api.github.com/repos/google/googletest/assignees{/user}",
|
|
1486
|
+
// "branches_url": "https://api.github.com/repos/google/googletest/branches{/branch}",
|
|
1487
|
+
// "tags_url": "https://api.github.com/repos/google/googletest/tags",
|
|
1488
|
+
// "blobs_url": "https://api.github.com/repos/google/googletest/git/blobs{/sha}",
|
|
1489
|
+
// "git_tags_url": "https://api.github.com/repos/google/googletest/git/tags{/sha}",
|
|
1490
|
+
// "git_refs_url": "https://api.github.com/repos/google/googletest/git/refs{/sha}",
|
|
1491
|
+
// "trees_url": "https://api.github.com/repos/google/googletest/git/trees{/sha}",
|
|
1492
|
+
// "statuses_url": "https://api.github.com/repos/google/googletest/statuses/{sha}",
|
|
1493
|
+
// "languages_url": "https://api.github.com/repos/google/googletest/languages",
|
|
1494
|
+
// "stargazers_url": "https://api.github.com/repos/google/googletest/stargazers",
|
|
1495
|
+
// "contributors_url": "https://api.github.com/repos/google/googletest/contributors",
|
|
1496
|
+
// "subscribers_url": "https://api.github.com/repos/google/googletest/subscribers",
|
|
1497
|
+
// "subscription_url": "https://api.github.com/repos/google/googletest/subscription",
|
|
1498
|
+
// "commits_url": "https://api.github.com/repos/google/googletest/commits{/sha}",
|
|
1499
|
+
// "git_commits_url": "https://api.github.com/repos/google/googletest/git/commits{/sha}",
|
|
1500
|
+
// "comments_url": "https://api.github.com/repos/google/googletest/comments{/number}",
|
|
1501
|
+
// "issue_comment_url": "https://api.github.com/repos/google/googletest/issues/comments{/number}",
|
|
1502
|
+
// "contents_url": "https://api.github.com/repos/google/googletest/contents/{+path}",
|
|
1503
|
+
// "compare_url": "https://api.github.com/repos/google/googletest/compare/{base}...{head}",
|
|
1504
|
+
// "merges_url": "https://api.github.com/repos/google/googletest/merges",
|
|
1505
|
+
// "archive_url": "https://api.github.com/repos/google/googletest/{archive_format}{/ref}",
|
|
1506
|
+
// "downloads_url": "https://api.github.com/repos/google/googletest/downloads",
|
|
1507
|
+
// "issues_url": "https://api.github.com/repos/google/googletest/issues{/number}",
|
|
1508
|
+
// "pulls_url": "https://api.github.com/repos/google/googletest/pulls{/number}",
|
|
1509
|
+
// "milestones_url": "https://api.github.com/repos/google/googletest/milestones{/number}",
|
|
1510
|
+
// "notifications_url": "https://api.github.com/repos/google/googletest/notifications{?since,all,participating}",
|
|
1511
|
+
// "labels_url": "https://api.github.com/repos/google/googletest/labels{/name}",
|
|
1512
|
+
// "releases_url": "https://api.github.com/repos/google/googletest/releases{/id}",
|
|
1513
|
+
// "deployments_url": "https://api.github.com/repos/google/googletest/deployments",
|
|
1514
|
+
// "created_at": "2015-07-28T15:07:53Z",
|
|
1515
|
+
// "updated_at": "2022-11-06T15:40:53Z",
|
|
1516
|
+
// "pushed_at": "2022-11-05T08:08:19Z",
|
|
1517
|
+
// "git_url": "git://github.com/google/googletest.git",
|
|
1518
|
+
// "ssh_url": "git@github.com:google/googletest.git",
|
|
1519
|
+
// "clone_url": "https://github.com/google/googletest.git",
|
|
1520
|
+
// "svn_url": "https://github.com/google/googletest",
|
|
1521
|
+
// "homepage": "https://google.github.io/googletest/",
|
|
1522
|
+
// "size": 11404,
|
|
1523
|
+
// "stargazers_count": 28333,
|
|
1524
|
+
// "watchers_count": 28333,
|
|
1525
|
+
// "language": "C++",
|
|
1526
|
+
// "has_issues": true,
|
|
1527
|
+
// "has_projects": false,
|
|
1528
|
+
// "has_downloads": false,
|
|
1529
|
+
// "has_wiki": false,
|
|
1530
|
+
// "has_pages": true,
|
|
1531
|
+
// "forks_count": 8931,
|
|
1532
|
+
// "mirror_url": null,
|
|
1533
|
+
// "archived": false,
|
|
1534
|
+
// "disabled": false,
|
|
1535
|
+
// "open_issues_count": 278,
|
|
1536
|
+
// "license": {
|
|
1537
|
+
// "key": "bsd-3-clause",
|
|
1538
|
+
// "name": "BSD 3-Clause \"New\" or \"Revised\" License",
|
|
1539
|
+
// "spdx_id": "BSD-3-Clause",
|
|
1540
|
+
// "url": "https://api.github.com/licenses/bsd-3-clause",
|
|
1541
|
+
// "node_id": "MDc6TGljZW5zZTU="
|
|
1542
|
+
// },
|
|
1543
|
+
// "allow_forking": true,
|
|
1544
|
+
// "is_template": false,
|
|
1545
|
+
// "web_commit_signoff_required": false,
|
|
1546
|
+
// "topics": [],
|
|
1547
|
+
// "visibility": "public",
|
|
1548
|
+
// "forks": 8931,
|
|
1549
|
+
// "open_issues": 278,
|
|
1550
|
+
// "watchers": 28333,
|
|
1551
|
+
// "default_branch": "main",
|
|
1552
|
+
// "score": 1
|
|
1553
|
+
// },
|
|
1554
|
+
// {
|
|
1555
|
+
// "id": 44984114,
|
|
1556
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnk0NDk4NDExNA==",
|
|
1557
|
+
// "name": "redux-mock-store",
|
|
1558
|
+
// "full_name": "reduxjs/redux-mock-store",
|
|
1559
|
+
// "private": false,
|
|
1560
|
+
// "owner": {
|
|
1561
|
+
// "login": "reduxjs",
|
|
1562
|
+
// "id": 13142323,
|
|
1563
|
+
// "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzMTQyMzIz",
|
|
1564
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/13142323?v=4",
|
|
1565
|
+
// "gravatar_id": "",
|
|
1566
|
+
// "url": "https://api.github.com/users/reduxjs",
|
|
1567
|
+
// "html_url": "https://github.com/reduxjs",
|
|
1568
|
+
// "followers_url": "https://api.github.com/users/reduxjs/followers",
|
|
1569
|
+
// "following_url": "https://api.github.com/users/reduxjs/following{/other_user}",
|
|
1570
|
+
// "gists_url": "https://api.github.com/users/reduxjs/gists{/gist_id}",
|
|
1571
|
+
// "starred_url": "https://api.github.com/users/reduxjs/starred{/owner}{/repo}",
|
|
1572
|
+
// "subscriptions_url": "https://api.github.com/users/reduxjs/subscriptions",
|
|
1573
|
+
// "organizations_url": "https://api.github.com/users/reduxjs/orgs",
|
|
1574
|
+
// "repos_url": "https://api.github.com/users/reduxjs/repos",
|
|
1575
|
+
// "events_url": "https://api.github.com/users/reduxjs/events{/privacy}",
|
|
1576
|
+
// "received_events_url": "https://api.github.com/users/reduxjs/received_events",
|
|
1577
|
+
// "type": "Organization",
|
|
1578
|
+
// "site_admin": false
|
|
1579
|
+
// },
|
|
1580
|
+
// "html_url": "https://github.com/reduxjs/redux-mock-store",
|
|
1581
|
+
// "description": "A mock store for testing Redux async action creators and middleware.",
|
|
1582
|
+
// "fork": false,
|
|
1583
|
+
// "url": "https://api.github.com/repos/reduxjs/redux-mock-store",
|
|
1584
|
+
// "forks_url": "https://api.github.com/repos/reduxjs/redux-mock-store/forks",
|
|
1585
|
+
// "keys_url": "https://api.github.com/repos/reduxjs/redux-mock-store/keys{/key_id}",
|
|
1586
|
+
// "collaborators_url": "https://api.github.com/repos/reduxjs/redux-mock-store/collaborators{/collaborator}",
|
|
1587
|
+
// "teams_url": "https://api.github.com/repos/reduxjs/redux-mock-store/teams",
|
|
1588
|
+
// "hooks_url": "https://api.github.com/repos/reduxjs/redux-mock-store/hooks",
|
|
1589
|
+
// "issue_events_url": "https://api.github.com/repos/reduxjs/redux-mock-store/issues/events{/number}",
|
|
1590
|
+
// "events_url": "https://api.github.com/repos/reduxjs/redux-mock-store/events",
|
|
1591
|
+
// "assignees_url": "https://api.github.com/repos/reduxjs/redux-mock-store/assignees{/user}",
|
|
1592
|
+
// "branches_url": "https://api.github.com/repos/reduxjs/redux-mock-store/branches{/branch}",
|
|
1593
|
+
// "tags_url": "https://api.github.com/repos/reduxjs/redux-mock-store/tags",
|
|
1594
|
+
// "blobs_url": "https://api.github.com/repos/reduxjs/redux-mock-store/git/blobs{/sha}",
|
|
1595
|
+
// "git_tags_url": "https://api.github.com/repos/reduxjs/redux-mock-store/git/tags{/sha}",
|
|
1596
|
+
// "git_refs_url": "https://api.github.com/repos/reduxjs/redux-mock-store/git/refs{/sha}",
|
|
1597
|
+
// "trees_url": "https://api.github.com/repos/reduxjs/redux-mock-store/git/trees{/sha}",
|
|
1598
|
+
// "statuses_url": "https://api.github.com/repos/reduxjs/redux-mock-store/statuses/{sha}",
|
|
1599
|
+
// "languages_url": "https://api.github.com/repos/reduxjs/redux-mock-store/languages",
|
|
1600
|
+
// "stargazers_url": "https://api.github.com/repos/reduxjs/redux-mock-store/stargazers",
|
|
1601
|
+
// "contributors_url": "https://api.github.com/repos/reduxjs/redux-mock-store/contributors",
|
|
1602
|
+
// "subscribers_url": "https://api.github.com/repos/reduxjs/redux-mock-store/subscribers",
|
|
1603
|
+
// "subscription_url": "https://api.github.com/repos/reduxjs/redux-mock-store/subscription",
|
|
1604
|
+
// "commits_url": "https://api.github.com/repos/reduxjs/redux-mock-store/commits{/sha}",
|
|
1605
|
+
// "git_commits_url": "https://api.github.com/repos/reduxjs/redux-mock-store/git/commits{/sha}",
|
|
1606
|
+
// "comments_url": "https://api.github.com/repos/reduxjs/redux-mock-store/comments{/number}",
|
|
1607
|
+
// "issue_comment_url": "https://api.github.com/repos/reduxjs/redux-mock-store/issues/comments{/number}",
|
|
1608
|
+
// "contents_url": "https://api.github.com/repos/reduxjs/redux-mock-store/contents/{+path}",
|
|
1609
|
+
// "compare_url": "https://api.github.com/repos/reduxjs/redux-mock-store/compare/{base}...{head}",
|
|
1610
|
+
// "merges_url": "https://api.github.com/repos/reduxjs/redux-mock-store/merges",
|
|
1611
|
+
// "archive_url": "https://api.github.com/repos/reduxjs/redux-mock-store/{archive_format}{/ref}",
|
|
1612
|
+
// "downloads_url": "https://api.github.com/repos/reduxjs/redux-mock-store/downloads",
|
|
1613
|
+
// "issues_url": "https://api.github.com/repos/reduxjs/redux-mock-store/issues{/number}",
|
|
1614
|
+
// "pulls_url": "https://api.github.com/repos/reduxjs/redux-mock-store/pulls{/number}",
|
|
1615
|
+
// "milestones_url": "https://api.github.com/repos/reduxjs/redux-mock-store/milestones{/number}",
|
|
1616
|
+
// "notifications_url": "https://api.github.com/repos/reduxjs/redux-mock-store/notifications{?since,all,participating}",
|
|
1617
|
+
// "labels_url": "https://api.github.com/repos/reduxjs/redux-mock-store/labels{/name}",
|
|
1618
|
+
// "releases_url": "https://api.github.com/repos/reduxjs/redux-mock-store/releases{/id}",
|
|
1619
|
+
// "deployments_url": "https://api.github.com/repos/reduxjs/redux-mock-store/deployments",
|
|
1620
|
+
// "created_at": "2015-10-26T17:04:37Z",
|
|
1621
|
+
// "updated_at": "2022-10-28T17:36:28Z",
|
|
1622
|
+
// "pushed_at": "2020-04-08T09:52:46Z",
|
|
1623
|
+
// "git_url": "git://github.com/reduxjs/redux-mock-store.git",
|
|
1624
|
+
// "ssh_url": "git@github.com:reduxjs/redux-mock-store.git",
|
|
1625
|
+
// "clone_url": "https://github.com/reduxjs/redux-mock-store.git",
|
|
1626
|
+
// "svn_url": "https://github.com/reduxjs/redux-mock-store",
|
|
1627
|
+
// "homepage": "",
|
|
1628
|
+
// "size": 124,
|
|
1629
|
+
// "stargazers_count": 2474,
|
|
1630
|
+
// "watchers_count": 2474,
|
|
1631
|
+
// "language": "JavaScript",
|
|
1632
|
+
// "has_issues": true,
|
|
1633
|
+
// "has_projects": true,
|
|
1634
|
+
// "has_downloads": true,
|
|
1635
|
+
// "has_wiki": false,
|
|
1636
|
+
// "has_pages": true,
|
|
1637
|
+
// "forks_count": 154,
|
|
1638
|
+
// "mirror_url": null,
|
|
1639
|
+
// "archived": false,
|
|
1640
|
+
// "disabled": false,
|
|
1641
|
+
// "open_issues_count": 22,
|
|
1642
|
+
// "license": {
|
|
1643
|
+
// "key": "mit",
|
|
1644
|
+
// "name": "MIT License",
|
|
1645
|
+
// "spdx_id": "MIT",
|
|
1646
|
+
// "url": "https://api.github.com/licenses/mit",
|
|
1647
|
+
// "node_id": "MDc6TGljZW5zZTEz"
|
|
1648
|
+
// },
|
|
1649
|
+
// "allow_forking": true,
|
|
1650
|
+
// "is_template": false,
|
|
1651
|
+
// "web_commit_signoff_required": false,
|
|
1652
|
+
// "topics": [
|
|
1653
|
+
// "javascript",
|
|
1654
|
+
// "redux",
|
|
1655
|
+
// "test"
|
|
1656
|
+
// ],
|
|
1657
|
+
// "visibility": "public",
|
|
1658
|
+
// "forks": 154,
|
|
1659
|
+
// "open_issues": 22,
|
|
1660
|
+
// "watchers": 2474,
|
|
1661
|
+
// "default_branch": "master",
|
|
1662
|
+
// "score": 1
|
|
1663
|
+
// },
|
|
1664
|
+
// {
|
|
1665
|
+
// "id": 131505,
|
|
1666
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnkxMzE1MDU=",
|
|
1667
|
+
// "name": "minitest",
|
|
1668
|
+
// "full_name": "minitest/minitest",
|
|
1669
|
+
// "private": false,
|
|
1670
|
+
// "owner": {
|
|
1671
|
+
// "login": "minitest",
|
|
1672
|
+
// "id": 5932657,
|
|
1673
|
+
// "node_id": "MDEyOk9yZ2FuaXphdGlvbjU5MzI2NTc=",
|
|
1674
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/5932657?v=4",
|
|
1675
|
+
// "gravatar_id": "",
|
|
1676
|
+
// "url": "https://api.github.com/users/minitest",
|
|
1677
|
+
// "html_url": "https://github.com/minitest",
|
|
1678
|
+
// "followers_url": "https://api.github.com/users/minitest/followers",
|
|
1679
|
+
// "following_url": "https://api.github.com/users/minitest/following{/other_user}",
|
|
1680
|
+
// "gists_url": "https://api.github.com/users/minitest/gists{/gist_id}",
|
|
1681
|
+
// "starred_url": "https://api.github.com/users/minitest/starred{/owner}{/repo}",
|
|
1682
|
+
// "subscriptions_url": "https://api.github.com/users/minitest/subscriptions",
|
|
1683
|
+
// "organizations_url": "https://api.github.com/users/minitest/orgs",
|
|
1684
|
+
// "repos_url": "https://api.github.com/users/minitest/repos",
|
|
1685
|
+
// "events_url": "https://api.github.com/users/minitest/events{/privacy}",
|
|
1686
|
+
// "received_events_url": "https://api.github.com/users/minitest/received_events",
|
|
1687
|
+
// "type": "Organization",
|
|
1688
|
+
// "site_admin": false
|
|
1689
|
+
// },
|
|
1690
|
+
// "html_url": "https://github.com/minitest/minitest",
|
|
1691
|
+
// "description": "minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking.",
|
|
1692
|
+
// "fork": false,
|
|
1693
|
+
// "url": "https://api.github.com/repos/minitest/minitest",
|
|
1694
|
+
// "forks_url": "https://api.github.com/repos/minitest/minitest/forks",
|
|
1695
|
+
// "keys_url": "https://api.github.com/repos/minitest/minitest/keys{/key_id}",
|
|
1696
|
+
// "collaborators_url": "https://api.github.com/repos/minitest/minitest/collaborators{/collaborator}",
|
|
1697
|
+
// "teams_url": "https://api.github.com/repos/minitest/minitest/teams",
|
|
1698
|
+
// "hooks_url": "https://api.github.com/repos/minitest/minitest/hooks",
|
|
1699
|
+
// "issue_events_url": "https://api.github.com/repos/minitest/minitest/issues/events{/number}",
|
|
1700
|
+
// "events_url": "https://api.github.com/repos/minitest/minitest/events",
|
|
1701
|
+
// "assignees_url": "https://api.github.com/repos/minitest/minitest/assignees{/user}",
|
|
1702
|
+
// "branches_url": "https://api.github.com/repos/minitest/minitest/branches{/branch}",
|
|
1703
|
+
// "tags_url": "https://api.github.com/repos/minitest/minitest/tags",
|
|
1704
|
+
// "blobs_url": "https://api.github.com/repos/minitest/minitest/git/blobs{/sha}",
|
|
1705
|
+
// "git_tags_url": "https://api.github.com/repos/minitest/minitest/git/tags{/sha}",
|
|
1706
|
+
// "git_refs_url": "https://api.github.com/repos/minitest/minitest/git/refs{/sha}",
|
|
1707
|
+
// "trees_url": "https://api.github.com/repos/minitest/minitest/git/trees{/sha}",
|
|
1708
|
+
// "statuses_url": "https://api.github.com/repos/minitest/minitest/statuses/{sha}",
|
|
1709
|
+
// "languages_url": "https://api.github.com/repos/minitest/minitest/languages",
|
|
1710
|
+
// "stargazers_url": "https://api.github.com/repos/minitest/minitest/stargazers",
|
|
1711
|
+
// "contributors_url": "https://api.github.com/repos/minitest/minitest/contributors",
|
|
1712
|
+
// "subscribers_url": "https://api.github.com/repos/minitest/minitest/subscribers",
|
|
1713
|
+
// "subscription_url": "https://api.github.com/repos/minitest/minitest/subscription",
|
|
1714
|
+
// "commits_url": "https://api.github.com/repos/minitest/minitest/commits{/sha}",
|
|
1715
|
+
// "git_commits_url": "https://api.github.com/repos/minitest/minitest/git/commits{/sha}",
|
|
1716
|
+
// "comments_url": "https://api.github.com/repos/minitest/minitest/comments{/number}",
|
|
1717
|
+
// "issue_comment_url": "https://api.github.com/repos/minitest/minitest/issues/comments{/number}",
|
|
1718
|
+
// "contents_url": "https://api.github.com/repos/minitest/minitest/contents/{+path}",
|
|
1719
|
+
// "compare_url": "https://api.github.com/repos/minitest/minitest/compare/{base}...{head}",
|
|
1720
|
+
// "merges_url": "https://api.github.com/repos/minitest/minitest/merges",
|
|
1721
|
+
// "archive_url": "https://api.github.com/repos/minitest/minitest/{archive_format}{/ref}",
|
|
1722
|
+
// "downloads_url": "https://api.github.com/repos/minitest/minitest/downloads",
|
|
1723
|
+
// "issues_url": "https://api.github.com/repos/minitest/minitest/issues{/number}",
|
|
1724
|
+
// "pulls_url": "https://api.github.com/repos/minitest/minitest/pulls{/number}",
|
|
1725
|
+
// "milestones_url": "https://api.github.com/repos/minitest/minitest/milestones{/number}",
|
|
1726
|
+
// "notifications_url": "https://api.github.com/repos/minitest/minitest/notifications{?since,all,participating}",
|
|
1727
|
+
// "labels_url": "https://api.github.com/repos/minitest/minitest/labels{/name}",
|
|
1728
|
+
// "releases_url": "https://api.github.com/repos/minitest/minitest/releases{/id}",
|
|
1729
|
+
// "deployments_url": "https://api.github.com/repos/minitest/minitest/deployments",
|
|
1730
|
+
// "created_at": "2009-02-18T07:40:21Z",
|
|
1731
|
+
// "updated_at": "2022-11-06T13:09:16Z",
|
|
1732
|
+
// "pushed_at": "2022-10-19T18:16:33Z",
|
|
1733
|
+
// "git_url": "git://github.com/minitest/minitest.git",
|
|
1734
|
+
// "ssh_url": "git@github.com:minitest/minitest.git",
|
|
1735
|
+
// "clone_url": "https://github.com/minitest/minitest.git",
|
|
1736
|
+
// "svn_url": "https://github.com/minitest/minitest",
|
|
1737
|
+
// "homepage": "https://docs.seattlerb.org/minitest/",
|
|
1738
|
+
// "size": 1631,
|
|
1739
|
+
// "stargazers_count": 3079,
|
|
1740
|
+
// "watchers_count": 3079,
|
|
1741
|
+
// "language": "Ruby",
|
|
1742
|
+
// "has_issues": true,
|
|
1743
|
+
// "has_projects": false,
|
|
1744
|
+
// "has_downloads": true,
|
|
1745
|
+
// "has_wiki": false,
|
|
1746
|
+
// "has_pages": false,
|
|
1747
|
+
// "forks_count": 523,
|
|
1748
|
+
// "mirror_url": null,
|
|
1749
|
+
// "archived": false,
|
|
1750
|
+
// "disabled": false,
|
|
1751
|
+
// "open_issues_count": 28,
|
|
1752
|
+
// "license": null,
|
|
1753
|
+
// "allow_forking": true,
|
|
1754
|
+
// "is_template": false,
|
|
1755
|
+
// "web_commit_signoff_required": false,
|
|
1756
|
+
// "topics": [
|
|
1757
|
+
// "minitest",
|
|
1758
|
+
// "ruby",
|
|
1759
|
+
// "seattlerb",
|
|
1760
|
+
// "test",
|
|
1761
|
+
// "testing"
|
|
1762
|
+
// ],
|
|
1763
|
+
// "visibility": "public",
|
|
1764
|
+
// "forks": 523,
|
|
1765
|
+
// "open_issues": 28,
|
|
1766
|
+
// "watchers": 3079,
|
|
1767
|
+
// "default_branch": "master",
|
|
1768
|
+
// "score": 1
|
|
1769
|
+
// },
|
|
1770
|
+
// {
|
|
1771
|
+
// "id": 45942274,
|
|
1772
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnk0NTk0MjI3NA==",
|
|
1773
|
+
// "name": "enzyme",
|
|
1774
|
+
// "full_name": "enzymejs/enzyme",
|
|
1775
|
+
// "private": false,
|
|
1776
|
+
// "owner": {
|
|
1777
|
+
// "login": "enzymejs",
|
|
1778
|
+
// "id": 60945302,
|
|
1779
|
+
// "node_id": "MDEyOk9yZ2FuaXphdGlvbjYwOTQ1MzAy",
|
|
1780
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/60945302?v=4",
|
|
1781
|
+
// "gravatar_id": "",
|
|
1782
|
+
// "url": "https://api.github.com/users/enzymejs",
|
|
1783
|
+
// "html_url": "https://github.com/enzymejs",
|
|
1784
|
+
// "followers_url": "https://api.github.com/users/enzymejs/followers",
|
|
1785
|
+
// "following_url": "https://api.github.com/users/enzymejs/following{/other_user}",
|
|
1786
|
+
// "gists_url": "https://api.github.com/users/enzymejs/gists{/gist_id}",
|
|
1787
|
+
// "starred_url": "https://api.github.com/users/enzymejs/starred{/owner}{/repo}",
|
|
1788
|
+
// "subscriptions_url": "https://api.github.com/users/enzymejs/subscriptions",
|
|
1789
|
+
// "organizations_url": "https://api.github.com/users/enzymejs/orgs",
|
|
1790
|
+
// "repos_url": "https://api.github.com/users/enzymejs/repos",
|
|
1791
|
+
// "events_url": "https://api.github.com/users/enzymejs/events{/privacy}",
|
|
1792
|
+
// "received_events_url": "https://api.github.com/users/enzymejs/received_events",
|
|
1793
|
+
// "type": "Organization",
|
|
1794
|
+
// "site_admin": false
|
|
1795
|
+
// },
|
|
1796
|
+
// "html_url": "https://github.com/enzymejs/enzyme",
|
|
1797
|
+
// "description": "JavaScript Testing utilities for React",
|
|
1798
|
+
// "fork": false,
|
|
1799
|
+
// "url": "https://api.github.com/repos/enzymejs/enzyme",
|
|
1800
|
+
// "forks_url": "https://api.github.com/repos/enzymejs/enzyme/forks",
|
|
1801
|
+
// "keys_url": "https://api.github.com/repos/enzymejs/enzyme/keys{/key_id}",
|
|
1802
|
+
// "collaborators_url": "https://api.github.com/repos/enzymejs/enzyme/collaborators{/collaborator}",
|
|
1803
|
+
// "teams_url": "https://api.github.com/repos/enzymejs/enzyme/teams",
|
|
1804
|
+
// "hooks_url": "https://api.github.com/repos/enzymejs/enzyme/hooks",
|
|
1805
|
+
// "issue_events_url": "https://api.github.com/repos/enzymejs/enzyme/issues/events{/number}",
|
|
1806
|
+
// "events_url": "https://api.github.com/repos/enzymejs/enzyme/events",
|
|
1807
|
+
// "assignees_url": "https://api.github.com/repos/enzymejs/enzyme/assignees{/user}",
|
|
1808
|
+
// "branches_url": "https://api.github.com/repos/enzymejs/enzyme/branches{/branch}",
|
|
1809
|
+
// "tags_url": "https://api.github.com/repos/enzymejs/enzyme/tags",
|
|
1810
|
+
// "blobs_url": "https://api.github.com/repos/enzymejs/enzyme/git/blobs{/sha}",
|
|
1811
|
+
// "git_tags_url": "https://api.github.com/repos/enzymejs/enzyme/git/tags{/sha}",
|
|
1812
|
+
// "git_refs_url": "https://api.github.com/repos/enzymejs/enzyme/git/refs{/sha}",
|
|
1813
|
+
// "trees_url": "https://api.github.com/repos/enzymejs/enzyme/git/trees{/sha}",
|
|
1814
|
+
// "statuses_url": "https://api.github.com/repos/enzymejs/enzyme/statuses/{sha}",
|
|
1815
|
+
// "languages_url": "https://api.github.com/repos/enzymejs/enzyme/languages",
|
|
1816
|
+
// "stargazers_url": "https://api.github.com/repos/enzymejs/enzyme/stargazers",
|
|
1817
|
+
// "contributors_url": "https://api.github.com/repos/enzymejs/enzyme/contributors",
|
|
1818
|
+
// "subscribers_url": "https://api.github.com/repos/enzymejs/enzyme/subscribers",
|
|
1819
|
+
// "subscription_url": "https://api.github.com/repos/enzymejs/enzyme/subscription",
|
|
1820
|
+
// "commits_url": "https://api.github.com/repos/enzymejs/enzyme/commits{/sha}",
|
|
1821
|
+
// "git_commits_url": "https://api.github.com/repos/enzymejs/enzyme/git/commits{/sha}",
|
|
1822
|
+
// "comments_url": "https://api.github.com/repos/enzymejs/enzyme/comments{/number}",
|
|
1823
|
+
// "issue_comment_url": "https://api.github.com/repos/enzymejs/enzyme/issues/comments{/number}",
|
|
1824
|
+
// "contents_url": "https://api.github.com/repos/enzymejs/enzyme/contents/{+path}",
|
|
1825
|
+
// "compare_url": "https://api.github.com/repos/enzymejs/enzyme/compare/{base}...{head}",
|
|
1826
|
+
// "merges_url": "https://api.github.com/repos/enzymejs/enzyme/merges",
|
|
1827
|
+
// "archive_url": "https://api.github.com/repos/enzymejs/enzyme/{archive_format}{/ref}",
|
|
1828
|
+
// "downloads_url": "https://api.github.com/repos/enzymejs/enzyme/downloads",
|
|
1829
|
+
// "issues_url": "https://api.github.com/repos/enzymejs/enzyme/issues{/number}",
|
|
1830
|
+
// "pulls_url": "https://api.github.com/repos/enzymejs/enzyme/pulls{/number}",
|
|
1831
|
+
// "milestones_url": "https://api.github.com/repos/enzymejs/enzyme/milestones{/number}",
|
|
1832
|
+
// "notifications_url": "https://api.github.com/repos/enzymejs/enzyme/notifications{?since,all,participating}",
|
|
1833
|
+
// "labels_url": "https://api.github.com/repos/enzymejs/enzyme/labels{/name}",
|
|
1834
|
+
// "releases_url": "https://api.github.com/repos/enzymejs/enzyme/releases{/id}",
|
|
1835
|
+
// "deployments_url": "https://api.github.com/repos/enzymejs/enzyme/deployments",
|
|
1836
|
+
// "created_at": "2015-11-10T21:45:38Z",
|
|
1837
|
+
// "updated_at": "2022-11-05T07:04:04Z",
|
|
1838
|
+
// "pushed_at": "2022-11-06T06:40:36Z",
|
|
1839
|
+
// "git_url": "git://github.com/enzymejs/enzyme.git",
|
|
1840
|
+
// "ssh_url": "git@github.com:enzymejs/enzyme.git",
|
|
1841
|
+
// "clone_url": "https://github.com/enzymejs/enzyme.git",
|
|
1842
|
+
// "svn_url": "https://github.com/enzymejs/enzyme",
|
|
1843
|
+
// "homepage": "https://enzymejs.github.io/enzyme/",
|
|
1844
|
+
// "size": 7825,
|
|
1845
|
+
// "stargazers_count": 19952,
|
|
1846
|
+
// "watchers_count": 19952,
|
|
1847
|
+
// "language": "JavaScript",
|
|
1848
|
+
// "has_issues": true,
|
|
1849
|
+
// "has_projects": true,
|
|
1850
|
+
// "has_downloads": true,
|
|
1851
|
+
// "has_wiki": false,
|
|
1852
|
+
// "has_pages": true,
|
|
1853
|
+
// "forks_count": 2102,
|
|
1854
|
+
// "mirror_url": null,
|
|
1855
|
+
// "archived": false,
|
|
1856
|
+
// "disabled": false,
|
|
1857
|
+
// "open_issues_count": 293,
|
|
1858
|
+
// "license": {
|
|
1859
|
+
// "key": "mit",
|
|
1860
|
+
// "name": "MIT License",
|
|
1861
|
+
// "spdx_id": "MIT",
|
|
1862
|
+
// "url": "https://api.github.com/licenses/mit",
|
|
1863
|
+
// "node_id": "MDc6TGljZW5zZTEz"
|
|
1864
|
+
// },
|
|
1865
|
+
// "allow_forking": true,
|
|
1866
|
+
// "is_template": false,
|
|
1867
|
+
// "web_commit_signoff_required": false,
|
|
1868
|
+
// "topics": [
|
|
1869
|
+
// "assertion-library",
|
|
1870
|
+
// "assertions",
|
|
1871
|
+
// "ava",
|
|
1872
|
+
// "chai",
|
|
1873
|
+
// "enzyme",
|
|
1874
|
+
// "jest",
|
|
1875
|
+
// "mocha",
|
|
1876
|
+
// "react",
|
|
1877
|
+
// "react-components",
|
|
1878
|
+
// "test",
|
|
1879
|
+
// "test-runner",
|
|
1880
|
+
// "test-runners",
|
|
1881
|
+
// "testing",
|
|
1882
|
+
// "traversal"
|
|
1883
|
+
// ],
|
|
1884
|
+
// "visibility": "public",
|
|
1885
|
+
// "forks": 2102,
|
|
1886
|
+
// "open_issues": 293,
|
|
1887
|
+
// "watchers": 19952,
|
|
1888
|
+
// "default_branch": "master",
|
|
1889
|
+
// "score": 1
|
|
1890
|
+
// },
|
|
1891
|
+
// {
|
|
1892
|
+
// "id": 457498892,
|
|
1893
|
+
// "node_id": "R_kgDOG0ThDA",
|
|
1894
|
+
// "name": "testnets",
|
|
1895
|
+
// "full_name": "archway-network/testnets",
|
|
1896
|
+
// "private": false,
|
|
1897
|
+
// "owner": {
|
|
1898
|
+
// "login": "archway-network",
|
|
1899
|
+
// "id": 86496504,
|
|
1900
|
+
// "node_id": "MDEyOk9yZ2FuaXphdGlvbjg2NDk2NTA0",
|
|
1901
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/86496504?v=4",
|
|
1902
|
+
// "gravatar_id": "",
|
|
1903
|
+
// "url": "https://api.github.com/users/archway-network",
|
|
1904
|
+
// "html_url": "https://github.com/archway-network",
|
|
1905
|
+
// "followers_url": "https://api.github.com/users/archway-network/followers",
|
|
1906
|
+
// "following_url": "https://api.github.com/users/archway-network/following{/other_user}",
|
|
1907
|
+
// "gists_url": "https://api.github.com/users/archway-network/gists{/gist_id}",
|
|
1908
|
+
// "starred_url": "https://api.github.com/users/archway-network/starred{/owner}{/repo}",
|
|
1909
|
+
// "subscriptions_url": "https://api.github.com/users/archway-network/subscriptions",
|
|
1910
|
+
// "organizations_url": "https://api.github.com/users/archway-network/orgs",
|
|
1911
|
+
// "repos_url": "https://api.github.com/users/archway-network/repos",
|
|
1912
|
+
// "events_url": "https://api.github.com/users/archway-network/events{/privacy}",
|
|
1913
|
+
// "received_events_url": "https://api.github.com/users/archway-network/received_events",
|
|
1914
|
+
// "type": "Organization",
|
|
1915
|
+
// "site_admin": false
|
|
1916
|
+
// },
|
|
1917
|
+
// "html_url": "https://github.com/archway-network/testnets",
|
|
1918
|
+
// "description": "This repository contains archway testnets",
|
|
1919
|
+
// "fork": false,
|
|
1920
|
+
// "url": "https://api.github.com/repos/archway-network/testnets",
|
|
1921
|
+
// "forks_url": "https://api.github.com/repos/archway-network/testnets/forks",
|
|
1922
|
+
// "keys_url": "https://api.github.com/repos/archway-network/testnets/keys{/key_id}",
|
|
1923
|
+
// "collaborators_url": "https://api.github.com/repos/archway-network/testnets/collaborators{/collaborator}",
|
|
1924
|
+
// "teams_url": "https://api.github.com/repos/archway-network/testnets/teams",
|
|
1925
|
+
// "hooks_url": "https://api.github.com/repos/archway-network/testnets/hooks",
|
|
1926
|
+
// "issue_events_url": "https://api.github.com/repos/archway-network/testnets/issues/events{/number}",
|
|
1927
|
+
// "events_url": "https://api.github.com/repos/archway-network/testnets/events",
|
|
1928
|
+
// "assignees_url": "https://api.github.com/repos/archway-network/testnets/assignees{/user}",
|
|
1929
|
+
// "branches_url": "https://api.github.com/repos/archway-network/testnets/branches{/branch}",
|
|
1930
|
+
// "tags_url": "https://api.github.com/repos/archway-network/testnets/tags",
|
|
1931
|
+
// "blobs_url": "https://api.github.com/repos/archway-network/testnets/git/blobs{/sha}",
|
|
1932
|
+
// "git_tags_url": "https://api.github.com/repos/archway-network/testnets/git/tags{/sha}",
|
|
1933
|
+
// "git_refs_url": "https://api.github.com/repos/archway-network/testnets/git/refs{/sha}",
|
|
1934
|
+
// "trees_url": "https://api.github.com/repos/archway-network/testnets/git/trees{/sha}",
|
|
1935
|
+
// "statuses_url": "https://api.github.com/repos/archway-network/testnets/statuses/{sha}",
|
|
1936
|
+
// "languages_url": "https://api.github.com/repos/archway-network/testnets/languages",
|
|
1937
|
+
// "stargazers_url": "https://api.github.com/repos/archway-network/testnets/stargazers",
|
|
1938
|
+
// "contributors_url": "https://api.github.com/repos/archway-network/testnets/contributors",
|
|
1939
|
+
// "subscribers_url": "https://api.github.com/repos/archway-network/testnets/subscribers",
|
|
1940
|
+
// "subscription_url": "https://api.github.com/repos/archway-network/testnets/subscription",
|
|
1941
|
+
// "commits_url": "https://api.github.com/repos/archway-network/testnets/commits{/sha}",
|
|
1942
|
+
// "git_commits_url": "https://api.github.com/repos/archway-network/testnets/git/commits{/sha}",
|
|
1943
|
+
// "comments_url": "https://api.github.com/repos/archway-network/testnets/comments{/number}",
|
|
1944
|
+
// "issue_comment_url": "https://api.github.com/repos/archway-network/testnets/issues/comments{/number}",
|
|
1945
|
+
// "contents_url": "https://api.github.com/repos/archway-network/testnets/contents/{+path}",
|
|
1946
|
+
// "compare_url": "https://api.github.com/repos/archway-network/testnets/compare/{base}...{head}",
|
|
1947
|
+
// "merges_url": "https://api.github.com/repos/archway-network/testnets/merges",
|
|
1948
|
+
// "archive_url": "https://api.github.com/repos/archway-network/testnets/{archive_format}{/ref}",
|
|
1949
|
+
// "downloads_url": "https://api.github.com/repos/archway-network/testnets/downloads",
|
|
1950
|
+
// "issues_url": "https://api.github.com/repos/archway-network/testnets/issues{/number}",
|
|
1951
|
+
// "pulls_url": "https://api.github.com/repos/archway-network/testnets/pulls{/number}",
|
|
1952
|
+
// "milestones_url": "https://api.github.com/repos/archway-network/testnets/milestones{/number}",
|
|
1953
|
+
// "notifications_url": "https://api.github.com/repos/archway-network/testnets/notifications{?since,all,participating}",
|
|
1954
|
+
// "labels_url": "https://api.github.com/repos/archway-network/testnets/labels{/name}",
|
|
1955
|
+
// "releases_url": "https://api.github.com/repos/archway-network/testnets/releases{/id}",
|
|
1956
|
+
// "deployments_url": "https://api.github.com/repos/archway-network/testnets/deployments",
|
|
1957
|
+
// "created_at": "2022-02-09T19:25:19Z",
|
|
1958
|
+
// "updated_at": "2022-11-06T10:05:09Z",
|
|
1959
|
+
// "pushed_at": "2022-10-04T10:51:11Z",
|
|
1960
|
+
// "git_url": "git://github.com/archway-network/testnets.git",
|
|
1961
|
+
// "ssh_url": "git@github.com:archway-network/testnets.git",
|
|
1962
|
+
// "clone_url": "https://github.com/archway-network/testnets.git",
|
|
1963
|
+
// "svn_url": "https://github.com/archway-network/testnets",
|
|
1964
|
+
// "homepage": null,
|
|
1965
|
+
// "size": 168,
|
|
1966
|
+
// "stargazers_count": 176,
|
|
1967
|
+
// "watchers_count": 176,
|
|
1968
|
+
// "language": null,
|
|
1969
|
+
// "has_issues": true,
|
|
1970
|
+
// "has_projects": true,
|
|
1971
|
+
// "has_downloads": true,
|
|
1972
|
+
// "has_wiki": true,
|
|
1973
|
+
// "has_pages": false,
|
|
1974
|
+
// "forks_count": 13346,
|
|
1975
|
+
// "mirror_url": null,
|
|
1976
|
+
// "archived": false,
|
|
1977
|
+
// "disabled": false,
|
|
1978
|
+
// "open_issues_count": 4872,
|
|
1979
|
+
// "license": {
|
|
1980
|
+
// "key": "mit",
|
|
1981
|
+
// "name": "MIT License",
|
|
1982
|
+
// "spdx_id": "MIT",
|
|
1983
|
+
// "url": "https://api.github.com/licenses/mit",
|
|
1984
|
+
// "node_id": "MDc6TGljZW5zZTEz"
|
|
1985
|
+
// },
|
|
1986
|
+
// "allow_forking": true,
|
|
1987
|
+
// "is_template": false,
|
|
1988
|
+
// "web_commit_signoff_required": false,
|
|
1989
|
+
// "topics": [],
|
|
1990
|
+
// "visibility": "public",
|
|
1991
|
+
// "forks": 13346,
|
|
1992
|
+
// "open_issues": 4872,
|
|
1993
|
+
// "watchers": 176,
|
|
1994
|
+
// "default_branch": "main",
|
|
1995
|
+
// "score": 1
|
|
1996
|
+
// },
|
|
1997
|
+
// {
|
|
1998
|
+
// "id": 448045,
|
|
1999
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnk0NDgwNDU=",
|
|
2000
|
+
// "name": "phpunit",
|
|
2001
|
+
// "full_name": "sebastianbergmann/phpunit",
|
|
2002
|
+
// "private": false,
|
|
2003
|
+
// "owner": {
|
|
2004
|
+
// "login": "sebastianbergmann",
|
|
2005
|
+
// "id": 25218,
|
|
2006
|
+
// "node_id": "MDQ6VXNlcjI1MjE4",
|
|
2007
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/25218?v=4",
|
|
2008
|
+
// "gravatar_id": "",
|
|
2009
|
+
// "url": "https://api.github.com/users/sebastianbergmann",
|
|
2010
|
+
// "html_url": "https://github.com/sebastianbergmann",
|
|
2011
|
+
// "followers_url": "https://api.github.com/users/sebastianbergmann/followers",
|
|
2012
|
+
// "following_url": "https://api.github.com/users/sebastianbergmann/following{/other_user}",
|
|
2013
|
+
// "gists_url": "https://api.github.com/users/sebastianbergmann/gists{/gist_id}",
|
|
2014
|
+
// "starred_url": "https://api.github.com/users/sebastianbergmann/starred{/owner}{/repo}",
|
|
2015
|
+
// "subscriptions_url": "https://api.github.com/users/sebastianbergmann/subscriptions",
|
|
2016
|
+
// "organizations_url": "https://api.github.com/users/sebastianbergmann/orgs",
|
|
2017
|
+
// "repos_url": "https://api.github.com/users/sebastianbergmann/repos",
|
|
2018
|
+
// "events_url": "https://api.github.com/users/sebastianbergmann/events{/privacy}",
|
|
2019
|
+
// "received_events_url": "https://api.github.com/users/sebastianbergmann/received_events",
|
|
2020
|
+
// "type": "User",
|
|
2021
|
+
// "site_admin": false
|
|
2022
|
+
// },
|
|
2023
|
+
// "html_url": "https://github.com/sebastianbergmann/phpunit",
|
|
2024
|
+
// "description": "The PHP Unit Testing framework.",
|
|
2025
|
+
// "fork": false,
|
|
2026
|
+
// "url": "https://api.github.com/repos/sebastianbergmann/phpunit",
|
|
2027
|
+
// "forks_url": "https://api.github.com/repos/sebastianbergmann/phpunit/forks",
|
|
2028
|
+
// "keys_url": "https://api.github.com/repos/sebastianbergmann/phpunit/keys{/key_id}",
|
|
2029
|
+
// "collaborators_url": "https://api.github.com/repos/sebastianbergmann/phpunit/collaborators{/collaborator}",
|
|
2030
|
+
// "teams_url": "https://api.github.com/repos/sebastianbergmann/phpunit/teams",
|
|
2031
|
+
// "hooks_url": "https://api.github.com/repos/sebastianbergmann/phpunit/hooks",
|
|
2032
|
+
// "issue_events_url": "https://api.github.com/repos/sebastianbergmann/phpunit/issues/events{/number}",
|
|
2033
|
+
// "events_url": "https://api.github.com/repos/sebastianbergmann/phpunit/events",
|
|
2034
|
+
// "assignees_url": "https://api.github.com/repos/sebastianbergmann/phpunit/assignees{/user}",
|
|
2035
|
+
// "branches_url": "https://api.github.com/repos/sebastianbergmann/phpunit/branches{/branch}",
|
|
2036
|
+
// "tags_url": "https://api.github.com/repos/sebastianbergmann/phpunit/tags",
|
|
2037
|
+
// "blobs_url": "https://api.github.com/repos/sebastianbergmann/phpunit/git/blobs{/sha}",
|
|
2038
|
+
// "git_tags_url": "https://api.github.com/repos/sebastianbergmann/phpunit/git/tags{/sha}",
|
|
2039
|
+
// "git_refs_url": "https://api.github.com/repos/sebastianbergmann/phpunit/git/refs{/sha}",
|
|
2040
|
+
// "trees_url": "https://api.github.com/repos/sebastianbergmann/phpunit/git/trees{/sha}",
|
|
2041
|
+
// "statuses_url": "https://api.github.com/repos/sebastianbergmann/phpunit/statuses/{sha}",
|
|
2042
|
+
// "languages_url": "https://api.github.com/repos/sebastianbergmann/phpunit/languages",
|
|
2043
|
+
// "stargazers_url": "https://api.github.com/repos/sebastianbergmann/phpunit/stargazers",
|
|
2044
|
+
// "contributors_url": "https://api.github.com/repos/sebastianbergmann/phpunit/contributors",
|
|
2045
|
+
// "subscribers_url": "https://api.github.com/repos/sebastianbergmann/phpunit/subscribers",
|
|
2046
|
+
// "subscription_url": "https://api.github.com/repos/sebastianbergmann/phpunit/subscription",
|
|
2047
|
+
// "commits_url": "https://api.github.com/repos/sebastianbergmann/phpunit/commits{/sha}",
|
|
2048
|
+
// "git_commits_url": "https://api.github.com/repos/sebastianbergmann/phpunit/git/commits{/sha}",
|
|
2049
|
+
// "comments_url": "https://api.github.com/repos/sebastianbergmann/phpunit/comments{/number}",
|
|
2050
|
+
// "issue_comment_url": "https://api.github.com/repos/sebastianbergmann/phpunit/issues/comments{/number}",
|
|
2051
|
+
// "contents_url": "https://api.github.com/repos/sebastianbergmann/phpunit/contents/{+path}",
|
|
2052
|
+
// "compare_url": "https://api.github.com/repos/sebastianbergmann/phpunit/compare/{base}...{head}",
|
|
2053
|
+
// "merges_url": "https://api.github.com/repos/sebastianbergmann/phpunit/merges",
|
|
2054
|
+
// "archive_url": "https://api.github.com/repos/sebastianbergmann/phpunit/{archive_format}{/ref}",
|
|
2055
|
+
// "downloads_url": "https://api.github.com/repos/sebastianbergmann/phpunit/downloads",
|
|
2056
|
+
// "issues_url": "https://api.github.com/repos/sebastianbergmann/phpunit/issues{/number}",
|
|
2057
|
+
// "pulls_url": "https://api.github.com/repos/sebastianbergmann/phpunit/pulls{/number}",
|
|
2058
|
+
// "milestones_url": "https://api.github.com/repos/sebastianbergmann/phpunit/milestones{/number}",
|
|
2059
|
+
// "notifications_url": "https://api.github.com/repos/sebastianbergmann/phpunit/notifications{?since,all,participating}",
|
|
2060
|
+
// "labels_url": "https://api.github.com/repos/sebastianbergmann/phpunit/labels{/name}",
|
|
2061
|
+
// "releases_url": "https://api.github.com/repos/sebastianbergmann/phpunit/releases{/id}",
|
|
2062
|
+
// "deployments_url": "https://api.github.com/repos/sebastianbergmann/phpunit/deployments",
|
|
2063
|
+
// "created_at": "2009-12-24T13:16:23Z",
|
|
2064
|
+
// "updated_at": "2022-11-06T10:12:51Z",
|
|
2065
|
+
// "pushed_at": "2022-11-06T07:46:15Z",
|
|
2066
|
+
// "git_url": "git://github.com/sebastianbergmann/phpunit.git",
|
|
2067
|
+
// "ssh_url": "git@github.com:sebastianbergmann/phpunit.git",
|
|
2068
|
+
// "clone_url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
2069
|
+
// "svn_url": "https://github.com/sebastianbergmann/phpunit",
|
|
2070
|
+
// "homepage": "https://phpunit.de/",
|
|
2071
|
+
// "size": 113799,
|
|
2072
|
+
// "stargazers_count": 18724,
|
|
2073
|
+
// "watchers_count": 18724,
|
|
2074
|
+
// "language": "PHP",
|
|
2075
|
+
// "has_issues": true,
|
|
2076
|
+
// "has_projects": false,
|
|
2077
|
+
// "has_downloads": false,
|
|
2078
|
+
// "has_wiki": false,
|
|
2079
|
+
// "has_pages": false,
|
|
2080
|
+
// "forks_count": 2119,
|
|
2081
|
+
// "mirror_url": null,
|
|
2082
|
+
// "archived": false,
|
|
2083
|
+
// "disabled": false,
|
|
2084
|
+
// "open_issues_count": 136,
|
|
2085
|
+
// "license": {
|
|
2086
|
+
// "key": "bsd-3-clause",
|
|
2087
|
+
// "name": "BSD 3-Clause \"New\" or \"Revised\" License",
|
|
2088
|
+
// "spdx_id": "BSD-3-Clause",
|
|
2089
|
+
// "url": "https://api.github.com/licenses/bsd-3-clause",
|
|
2090
|
+
// "node_id": "MDc6TGljZW5zZTU="
|
|
2091
|
+
// },
|
|
2092
|
+
// "allow_forking": true,
|
|
2093
|
+
// "is_template": false,
|
|
2094
|
+
// "web_commit_signoff_required": false,
|
|
2095
|
+
// "topics": [
|
|
2096
|
+
// "php",
|
|
2097
|
+
// "phpunit",
|
|
2098
|
+
// "testing-tools"
|
|
2099
|
+
// ],
|
|
2100
|
+
// "visibility": "public",
|
|
2101
|
+
// "forks": 2119,
|
|
2102
|
+
// "open_issues": 136,
|
|
2103
|
+
// "watchers": 18724,
|
|
2104
|
+
// "default_branch": "main",
|
|
2105
|
+
// "score": 1
|
|
2106
|
+
// },
|
|
2107
|
+
// {
|
|
2108
|
+
// "id": 81226206,
|
|
2109
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnk4MTIyNjIwNg==",
|
|
2110
|
+
// "name": "karate",
|
|
2111
|
+
// "full_name": "karatelabs/karate",
|
|
2112
|
+
// "private": false,
|
|
2113
|
+
// "owner": {
|
|
2114
|
+
// "login": "karatelabs",
|
|
2115
|
+
// "id": 91312095,
|
|
2116
|
+
// "node_id": "MDEyOk9yZ2FuaXphdGlvbjkxMzEyMDk1",
|
|
2117
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/91312095?v=4",
|
|
2118
|
+
// "gravatar_id": "",
|
|
2119
|
+
// "url": "https://api.github.com/users/karatelabs",
|
|
2120
|
+
// "html_url": "https://github.com/karatelabs",
|
|
2121
|
+
// "followers_url": "https://api.github.com/users/karatelabs/followers",
|
|
2122
|
+
// "following_url": "https://api.github.com/users/karatelabs/following{/other_user}",
|
|
2123
|
+
// "gists_url": "https://api.github.com/users/karatelabs/gists{/gist_id}",
|
|
2124
|
+
// "starred_url": "https://api.github.com/users/karatelabs/starred{/owner}{/repo}",
|
|
2125
|
+
// "subscriptions_url": "https://api.github.com/users/karatelabs/subscriptions",
|
|
2126
|
+
// "organizations_url": "https://api.github.com/users/karatelabs/orgs",
|
|
2127
|
+
// "repos_url": "https://api.github.com/users/karatelabs/repos",
|
|
2128
|
+
// "events_url": "https://api.github.com/users/karatelabs/events{/privacy}",
|
|
2129
|
+
// "received_events_url": "https://api.github.com/users/karatelabs/received_events",
|
|
2130
|
+
// "type": "Organization",
|
|
2131
|
+
// "site_admin": false
|
|
2132
|
+
// },
|
|
2133
|
+
// "html_url": "https://github.com/karatelabs/karate",
|
|
2134
|
+
// "description": "Test Automation Made Simple",
|
|
2135
|
+
// "fork": false,
|
|
2136
|
+
// "url": "https://api.github.com/repos/karatelabs/karate",
|
|
2137
|
+
// "forks_url": "https://api.github.com/repos/karatelabs/karate/forks",
|
|
2138
|
+
// "keys_url": "https://api.github.com/repos/karatelabs/karate/keys{/key_id}",
|
|
2139
|
+
// "collaborators_url": "https://api.github.com/repos/karatelabs/karate/collaborators{/collaborator}",
|
|
2140
|
+
// "teams_url": "https://api.github.com/repos/karatelabs/karate/teams",
|
|
2141
|
+
// "hooks_url": "https://api.github.com/repos/karatelabs/karate/hooks",
|
|
2142
|
+
// "issue_events_url": "https://api.github.com/repos/karatelabs/karate/issues/events{/number}",
|
|
2143
|
+
// "events_url": "https://api.github.com/repos/karatelabs/karate/events",
|
|
2144
|
+
// "assignees_url": "https://api.github.com/repos/karatelabs/karate/assignees{/user}",
|
|
2145
|
+
// "branches_url": "https://api.github.com/repos/karatelabs/karate/branches{/branch}",
|
|
2146
|
+
// "tags_url": "https://api.github.com/repos/karatelabs/karate/tags",
|
|
2147
|
+
// "blobs_url": "https://api.github.com/repos/karatelabs/karate/git/blobs{/sha}",
|
|
2148
|
+
// "git_tags_url": "https://api.github.com/repos/karatelabs/karate/git/tags{/sha}",
|
|
2149
|
+
// "git_refs_url": "https://api.github.com/repos/karatelabs/karate/git/refs{/sha}",
|
|
2150
|
+
// "trees_url": "https://api.github.com/repos/karatelabs/karate/git/trees{/sha}",
|
|
2151
|
+
// "statuses_url": "https://api.github.com/repos/karatelabs/karate/statuses/{sha}",
|
|
2152
|
+
// "languages_url": "https://api.github.com/repos/karatelabs/karate/languages",
|
|
2153
|
+
// "stargazers_url": "https://api.github.com/repos/karatelabs/karate/stargazers",
|
|
2154
|
+
// "contributors_url": "https://api.github.com/repos/karatelabs/karate/contributors",
|
|
2155
|
+
// "subscribers_url": "https://api.github.com/repos/karatelabs/karate/subscribers",
|
|
2156
|
+
// "subscription_url": "https://api.github.com/repos/karatelabs/karate/subscription",
|
|
2157
|
+
// "commits_url": "https://api.github.com/repos/karatelabs/karate/commits{/sha}",
|
|
2158
|
+
// "git_commits_url": "https://api.github.com/repos/karatelabs/karate/git/commits{/sha}",
|
|
2159
|
+
// "comments_url": "https://api.github.com/repos/karatelabs/karate/comments{/number}",
|
|
2160
|
+
// "issue_comment_url": "https://api.github.com/repos/karatelabs/karate/issues/comments{/number}",
|
|
2161
|
+
// "contents_url": "https://api.github.com/repos/karatelabs/karate/contents/{+path}",
|
|
2162
|
+
// "compare_url": "https://api.github.com/repos/karatelabs/karate/compare/{base}...{head}",
|
|
2163
|
+
// "merges_url": "https://api.github.com/repos/karatelabs/karate/merges",
|
|
2164
|
+
// "archive_url": "https://api.github.com/repos/karatelabs/karate/{archive_format}{/ref}",
|
|
2165
|
+
// "downloads_url": "https://api.github.com/repos/karatelabs/karate/downloads",
|
|
2166
|
+
// "issues_url": "https://api.github.com/repos/karatelabs/karate/issues{/number}",
|
|
2167
|
+
// "pulls_url": "https://api.github.com/repos/karatelabs/karate/pulls{/number}",
|
|
2168
|
+
// "milestones_url": "https://api.github.com/repos/karatelabs/karate/milestones{/number}",
|
|
2169
|
+
// "notifications_url": "https://api.github.com/repos/karatelabs/karate/notifications{?since,all,participating}",
|
|
2170
|
+
// "labels_url": "https://api.github.com/repos/karatelabs/karate/labels{/name}",
|
|
2171
|
+
// "releases_url": "https://api.github.com/repos/karatelabs/karate/releases{/id}",
|
|
2172
|
+
// "deployments_url": "https://api.github.com/repos/karatelabs/karate/deployments",
|
|
2173
|
+
// "created_at": "2017-02-07T15:59:17Z",
|
|
2174
|
+
// "updated_at": "2022-11-06T12:39:38Z",
|
|
2175
|
+
// "pushed_at": "2022-11-05T17:54:02Z",
|
|
2176
|
+
// "git_url": "git://github.com/karatelabs/karate.git",
|
|
2177
|
+
// "ssh_url": "git@github.com:karatelabs/karate.git",
|
|
2178
|
+
// "clone_url": "https://github.com/karatelabs/karate.git",
|
|
2179
|
+
// "svn_url": "https://github.com/karatelabs/karate",
|
|
2180
|
+
// "homepage": "https://karatelabs.github.io/karate",
|
|
2181
|
+
// "size": 24606,
|
|
2182
|
+
// "stargazers_count": 6424,
|
|
2183
|
+
// "watchers_count": 6424,
|
|
2184
|
+
// "language": "Java",
|
|
2185
|
+
// "has_issues": true,
|
|
2186
|
+
// "has_projects": true,
|
|
2187
|
+
// "has_downloads": true,
|
|
2188
|
+
// "has_wiki": true,
|
|
2189
|
+
// "has_pages": true,
|
|
2190
|
+
// "forks_count": 1651,
|
|
2191
|
+
// "mirror_url": null,
|
|
2192
|
+
// "archived": false,
|
|
2193
|
+
// "disabled": false,
|
|
2194
|
+
// "open_issues_count": 13,
|
|
2195
|
+
// "license": {
|
|
2196
|
+
// "key": "mit",
|
|
2197
|
+
// "name": "MIT License",
|
|
2198
|
+
// "spdx_id": "MIT",
|
|
2199
|
+
// "url": "https://api.github.com/licenses/mit",
|
|
2200
|
+
// "node_id": "MDc6TGljZW5zZTEz"
|
|
2201
|
+
// },
|
|
2202
|
+
// "allow_forking": true,
|
|
2203
|
+
// "is_template": false,
|
|
2204
|
+
// "web_commit_signoff_required": false,
|
|
2205
|
+
// "topics": [
|
|
2206
|
+
// "api-testing",
|
|
2207
|
+
// "assertions",
|
|
2208
|
+
// "automated-testing",
|
|
2209
|
+
// "automation",
|
|
2210
|
+
// "bdd",
|
|
2211
|
+
// "contract-testing",
|
|
2212
|
+
// "cucumber",
|
|
2213
|
+
// "developer-tools",
|
|
2214
|
+
// "load-testing",
|
|
2215
|
+
// "microservices",
|
|
2216
|
+
// "mock-server",
|
|
2217
|
+
// "test-automation",
|
|
2218
|
+
// "testing",
|
|
2219
|
+
// "testing-framework",
|
|
2220
|
+
// "testing-tools",
|
|
2221
|
+
// "webdriver"
|
|
2222
|
+
// ],
|
|
2223
|
+
// "visibility": "public",
|
|
2224
|
+
// "forks": 1651,
|
|
2225
|
+
// "open_issues": 13,
|
|
2226
|
+
// "watchers": 6424,
|
|
2227
|
+
// "default_branch": "master",
|
|
2228
|
+
// "score": 1
|
|
2229
|
+
// },
|
|
2230
|
+
// {
|
|
2231
|
+
// "id": 15319507,
|
|
2232
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnkxNTMxOTUwNw==",
|
|
2233
|
+
// "name": "grafika",
|
|
2234
|
+
// "full_name": "google/grafika",
|
|
2235
|
+
// "private": false,
|
|
2236
|
+
// "owner": {
|
|
2237
|
+
// "login": "google",
|
|
2238
|
+
// "id": 1342004,
|
|
2239
|
+
// "node_id": "MDEyOk9yZ2FuaXphdGlvbjEzNDIwMDQ=",
|
|
2240
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/1342004?v=4",
|
|
2241
|
+
// "gravatar_id": "",
|
|
2242
|
+
// "url": "https://api.github.com/users/google",
|
|
2243
|
+
// "html_url": "https://github.com/google",
|
|
2244
|
+
// "followers_url": "https://api.github.com/users/google/followers",
|
|
2245
|
+
// "following_url": "https://api.github.com/users/google/following{/other_user}",
|
|
2246
|
+
// "gists_url": "https://api.github.com/users/google/gists{/gist_id}",
|
|
2247
|
+
// "starred_url": "https://api.github.com/users/google/starred{/owner}{/repo}",
|
|
2248
|
+
// "subscriptions_url": "https://api.github.com/users/google/subscriptions",
|
|
2249
|
+
// "organizations_url": "https://api.github.com/users/google/orgs",
|
|
2250
|
+
// "repos_url": "https://api.github.com/users/google/repos",
|
|
2251
|
+
// "events_url": "https://api.github.com/users/google/events{/privacy}",
|
|
2252
|
+
// "received_events_url": "https://api.github.com/users/google/received_events",
|
|
2253
|
+
// "type": "Organization",
|
|
2254
|
+
// "site_admin": false
|
|
2255
|
+
// },
|
|
2256
|
+
// "html_url": "https://github.com/google/grafika",
|
|
2257
|
+
// "description": "Grafika test app",
|
|
2258
|
+
// "fork": false,
|
|
2259
|
+
// "url": "https://api.github.com/repos/google/grafika",
|
|
2260
|
+
// "forks_url": "https://api.github.com/repos/google/grafika/forks",
|
|
2261
|
+
// "keys_url": "https://api.github.com/repos/google/grafika/keys{/key_id}",
|
|
2262
|
+
// "collaborators_url": "https://api.github.com/repos/google/grafika/collaborators{/collaborator}",
|
|
2263
|
+
// "teams_url": "https://api.github.com/repos/google/grafika/teams",
|
|
2264
|
+
// "hooks_url": "https://api.github.com/repos/google/grafika/hooks",
|
|
2265
|
+
// "issue_events_url": "https://api.github.com/repos/google/grafika/issues/events{/number}",
|
|
2266
|
+
// "events_url": "https://api.github.com/repos/google/grafika/events",
|
|
2267
|
+
// "assignees_url": "https://api.github.com/repos/google/grafika/assignees{/user}",
|
|
2268
|
+
// "branches_url": "https://api.github.com/repos/google/grafika/branches{/branch}",
|
|
2269
|
+
// "tags_url": "https://api.github.com/repos/google/grafika/tags",
|
|
2270
|
+
// "blobs_url": "https://api.github.com/repos/google/grafika/git/blobs{/sha}",
|
|
2271
|
+
// "git_tags_url": "https://api.github.com/repos/google/grafika/git/tags{/sha}",
|
|
2272
|
+
// "git_refs_url": "https://api.github.com/repos/google/grafika/git/refs{/sha}",
|
|
2273
|
+
// "trees_url": "https://api.github.com/repos/google/grafika/git/trees{/sha}",
|
|
2274
|
+
// "statuses_url": "https://api.github.com/repos/google/grafika/statuses/{sha}",
|
|
2275
|
+
// "languages_url": "https://api.github.com/repos/google/grafika/languages",
|
|
2276
|
+
// "stargazers_url": "https://api.github.com/repos/google/grafika/stargazers",
|
|
2277
|
+
// "contributors_url": "https://api.github.com/repos/google/grafika/contributors",
|
|
2278
|
+
// "subscribers_url": "https://api.github.com/repos/google/grafika/subscribers",
|
|
2279
|
+
// "subscription_url": "https://api.github.com/repos/google/grafika/subscription",
|
|
2280
|
+
// "commits_url": "https://api.github.com/repos/google/grafika/commits{/sha}",
|
|
2281
|
+
// "git_commits_url": "https://api.github.com/repos/google/grafika/git/commits{/sha}",
|
|
2282
|
+
// "comments_url": "https://api.github.com/repos/google/grafika/comments{/number}",
|
|
2283
|
+
// "issue_comment_url": "https://api.github.com/repos/google/grafika/issues/comments{/number}",
|
|
2284
|
+
// "contents_url": "https://api.github.com/repos/google/grafika/contents/{+path}",
|
|
2285
|
+
// "compare_url": "https://api.github.com/repos/google/grafika/compare/{base}...{head}",
|
|
2286
|
+
// "merges_url": "https://api.github.com/repos/google/grafika/merges",
|
|
2287
|
+
// "archive_url": "https://api.github.com/repos/google/grafika/{archive_format}{/ref}",
|
|
2288
|
+
// "downloads_url": "https://api.github.com/repos/google/grafika/downloads",
|
|
2289
|
+
// "issues_url": "https://api.github.com/repos/google/grafika/issues{/number}",
|
|
2290
|
+
// "pulls_url": "https://api.github.com/repos/google/grafika/pulls{/number}",
|
|
2291
|
+
// "milestones_url": "https://api.github.com/repos/google/grafika/milestones{/number}",
|
|
2292
|
+
// "notifications_url": "https://api.github.com/repos/google/grafika/notifications{?since,all,participating}",
|
|
2293
|
+
// "labels_url": "https://api.github.com/repos/google/grafika/labels{/name}",
|
|
2294
|
+
// "releases_url": "https://api.github.com/repos/google/grafika/releases{/id}",
|
|
2295
|
+
// "deployments_url": "https://api.github.com/repos/google/grafika/deployments",
|
|
2296
|
+
// "created_at": "2013-12-19T18:36:53Z",
|
|
2297
|
+
// "updated_at": "2022-11-05T06:25:12Z",
|
|
2298
|
+
// "pushed_at": "2022-08-28T10:42:45Z",
|
|
2299
|
+
// "git_url": "git://github.com/google/grafika.git",
|
|
2300
|
+
// "ssh_url": "git@github.com:google/grafika.git",
|
|
2301
|
+
// "clone_url": "https://github.com/google/grafika.git",
|
|
2302
|
+
// "svn_url": "https://github.com/google/grafika",
|
|
2303
|
+
// "homepage": "",
|
|
2304
|
+
// "size": 1092,
|
|
2305
|
+
// "stargazers_count": 5697,
|
|
2306
|
+
// "watchers_count": 5697,
|
|
2307
|
+
// "language": "Java",
|
|
2308
|
+
// "has_issues": true,
|
|
2309
|
+
// "has_projects": true,
|
|
2310
|
+
// "has_downloads": true,
|
|
2311
|
+
// "has_wiki": false,
|
|
2312
|
+
// "has_pages": false,
|
|
2313
|
+
// "forks_count": 1408,
|
|
2314
|
+
// "mirror_url": null,
|
|
2315
|
+
// "archived": false,
|
|
2316
|
+
// "disabled": false,
|
|
2317
|
+
// "open_issues_count": 56,
|
|
2318
|
+
// "license": {
|
|
2319
|
+
// "key": "apache-2.0",
|
|
2320
|
+
// "name": "Apache License 2.0",
|
|
2321
|
+
// "spdx_id": "Apache-2.0",
|
|
2322
|
+
// "url": "https://api.github.com/licenses/apache-2.0",
|
|
2323
|
+
// "node_id": "MDc6TGljZW5zZTI="
|
|
2324
|
+
// },
|
|
2325
|
+
// "allow_forking": true,
|
|
2326
|
+
// "is_template": false,
|
|
2327
|
+
// "web_commit_signoff_required": false,
|
|
2328
|
+
// "topics": [],
|
|
2329
|
+
// "visibility": "public",
|
|
2330
|
+
// "forks": 1408,
|
|
2331
|
+
// "open_issues": 56,
|
|
2332
|
+
// "watchers": 5697,
|
|
2333
|
+
// "default_branch": "master",
|
|
2334
|
+
// "score": 1
|
|
2335
|
+
// },
|
|
2336
|
+
// {
|
|
2337
|
+
// "id": 6247705,
|
|
2338
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnk2MjQ3NzA1",
|
|
2339
|
+
// "name": "testify",
|
|
2340
|
+
// "full_name": "stretchr/testify",
|
|
2341
|
+
// "private": false,
|
|
2342
|
+
// "owner": {
|
|
2343
|
+
// "login": "stretchr",
|
|
2344
|
+
// "id": 1841476,
|
|
2345
|
+
// "node_id": "MDEyOk9yZ2FuaXphdGlvbjE4NDE0NzY=",
|
|
2346
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/1841476?v=4",
|
|
2347
|
+
// "gravatar_id": "",
|
|
2348
|
+
// "url": "https://api.github.com/users/stretchr",
|
|
2349
|
+
// "html_url": "https://github.com/stretchr",
|
|
2350
|
+
// "followers_url": "https://api.github.com/users/stretchr/followers",
|
|
2351
|
+
// "following_url": "https://api.github.com/users/stretchr/following{/other_user}",
|
|
2352
|
+
// "gists_url": "https://api.github.com/users/stretchr/gists{/gist_id}",
|
|
2353
|
+
// "starred_url": "https://api.github.com/users/stretchr/starred{/owner}{/repo}",
|
|
2354
|
+
// "subscriptions_url": "https://api.github.com/users/stretchr/subscriptions",
|
|
2355
|
+
// "organizations_url": "https://api.github.com/users/stretchr/orgs",
|
|
2356
|
+
// "repos_url": "https://api.github.com/users/stretchr/repos",
|
|
2357
|
+
// "events_url": "https://api.github.com/users/stretchr/events{/privacy}",
|
|
2358
|
+
// "received_events_url": "https://api.github.com/users/stretchr/received_events",
|
|
2359
|
+
// "type": "Organization",
|
|
2360
|
+
// "site_admin": false
|
|
2361
|
+
// },
|
|
2362
|
+
// "html_url": "https://github.com/stretchr/testify",
|
|
2363
|
+
// "description": "A toolkit with common assertions and mocks that plays nicely with the standard library",
|
|
2364
|
+
// "fork": false,
|
|
2365
|
+
// "url": "https://api.github.com/repos/stretchr/testify",
|
|
2366
|
+
// "forks_url": "https://api.github.com/repos/stretchr/testify/forks",
|
|
2367
|
+
// "keys_url": "https://api.github.com/repos/stretchr/testify/keys{/key_id}",
|
|
2368
|
+
// "collaborators_url": "https://api.github.com/repos/stretchr/testify/collaborators{/collaborator}",
|
|
2369
|
+
// "teams_url": "https://api.github.com/repos/stretchr/testify/teams",
|
|
2370
|
+
// "hooks_url": "https://api.github.com/repos/stretchr/testify/hooks",
|
|
2371
|
+
// "issue_events_url": "https://api.github.com/repos/stretchr/testify/issues/events{/number}",
|
|
2372
|
+
// "events_url": "https://api.github.com/repos/stretchr/testify/events",
|
|
2373
|
+
// "assignees_url": "https://api.github.com/repos/stretchr/testify/assignees{/user}",
|
|
2374
|
+
// "branches_url": "https://api.github.com/repos/stretchr/testify/branches{/branch}",
|
|
2375
|
+
// "tags_url": "https://api.github.com/repos/stretchr/testify/tags",
|
|
2376
|
+
// "blobs_url": "https://api.github.com/repos/stretchr/testify/git/blobs{/sha}",
|
|
2377
|
+
// "git_tags_url": "https://api.github.com/repos/stretchr/testify/git/tags{/sha}",
|
|
2378
|
+
// "git_refs_url": "https://api.github.com/repos/stretchr/testify/git/refs{/sha}",
|
|
2379
|
+
// "trees_url": "https://api.github.com/repos/stretchr/testify/git/trees{/sha}",
|
|
2380
|
+
// "statuses_url": "https://api.github.com/repos/stretchr/testify/statuses/{sha}",
|
|
2381
|
+
// "languages_url": "https://api.github.com/repos/stretchr/testify/languages",
|
|
2382
|
+
// "stargazers_url": "https://api.github.com/repos/stretchr/testify/stargazers",
|
|
2383
|
+
// "contributors_url": "https://api.github.com/repos/stretchr/testify/contributors",
|
|
2384
|
+
// "subscribers_url": "https://api.github.com/repos/stretchr/testify/subscribers",
|
|
2385
|
+
// "subscription_url": "https://api.github.com/repos/stretchr/testify/subscription",
|
|
2386
|
+
// "commits_url": "https://api.github.com/repos/stretchr/testify/commits{/sha}",
|
|
2387
|
+
// "git_commits_url": "https://api.github.com/repos/stretchr/testify/git/commits{/sha}",
|
|
2388
|
+
// "comments_url": "https://api.github.com/repos/stretchr/testify/comments{/number}",
|
|
2389
|
+
// "issue_comment_url": "https://api.github.com/repos/stretchr/testify/issues/comments{/number}",
|
|
2390
|
+
// "contents_url": "https://api.github.com/repos/stretchr/testify/contents/{+path}",
|
|
2391
|
+
// "compare_url": "https://api.github.com/repos/stretchr/testify/compare/{base}...{head}",
|
|
2392
|
+
// "merges_url": "https://api.github.com/repos/stretchr/testify/merges",
|
|
2393
|
+
// "archive_url": "https://api.github.com/repos/stretchr/testify/{archive_format}{/ref}",
|
|
2394
|
+
// "downloads_url": "https://api.github.com/repos/stretchr/testify/downloads",
|
|
2395
|
+
// "issues_url": "https://api.github.com/repos/stretchr/testify/issues{/number}",
|
|
2396
|
+
// "pulls_url": "https://api.github.com/repos/stretchr/testify/pulls{/number}",
|
|
2397
|
+
// "milestones_url": "https://api.github.com/repos/stretchr/testify/milestones{/number}",
|
|
2398
|
+
// "notifications_url": "https://api.github.com/repos/stretchr/testify/notifications{?since,all,participating}",
|
|
2399
|
+
// "labels_url": "https://api.github.com/repos/stretchr/testify/labels{/name}",
|
|
2400
|
+
// "releases_url": "https://api.github.com/repos/stretchr/testify/releases{/id}",
|
|
2401
|
+
// "deployments_url": "https://api.github.com/repos/stretchr/testify/deployments",
|
|
2402
|
+
// "created_at": "2012-10-16T16:43:17Z",
|
|
2403
|
+
// "updated_at": "2022-11-06T12:22:00Z",
|
|
2404
|
+
// "pushed_at": "2022-11-02T11:46:59Z",
|
|
2405
|
+
// "git_url": "git://github.com/stretchr/testify.git",
|
|
2406
|
+
// "ssh_url": "git@github.com:stretchr/testify.git",
|
|
2407
|
+
// "clone_url": "https://github.com/stretchr/testify.git",
|
|
2408
|
+
// "svn_url": "https://github.com/stretchr/testify",
|
|
2409
|
+
// "homepage": "",
|
|
2410
|
+
// "size": 1400,
|
|
2411
|
+
// "stargazers_count": 18118,
|
|
2412
|
+
// "watchers_count": 18118,
|
|
2413
|
+
// "language": "Go",
|
|
2414
|
+
// "has_issues": true,
|
|
2415
|
+
// "has_projects": true,
|
|
2416
|
+
// "has_downloads": true,
|
|
2417
|
+
// "has_wiki": true,
|
|
2418
|
+
// "has_pages": false,
|
|
2419
|
+
// "forks_count": 1363,
|
|
2420
|
+
// "mirror_url": null,
|
|
2421
|
+
// "archived": false,
|
|
2422
|
+
// "disabled": false,
|
|
2423
|
+
// "open_issues_count": 380,
|
|
2424
|
+
// "license": {
|
|
2425
|
+
// "key": "mit",
|
|
2426
|
+
// "name": "MIT License",
|
|
2427
|
+
// "spdx_id": "MIT",
|
|
2428
|
+
// "url": "https://api.github.com/licenses/mit",
|
|
2429
|
+
// "node_id": "MDc6TGljZW5zZTEz"
|
|
2430
|
+
// },
|
|
2431
|
+
// "allow_forking": true,
|
|
2432
|
+
// "is_template": false,
|
|
2433
|
+
// "web_commit_signoff_required": false,
|
|
2434
|
+
// "topics": [
|
|
2435
|
+
// "assertions",
|
|
2436
|
+
// "go",
|
|
2437
|
+
// "golang",
|
|
2438
|
+
// "mocking",
|
|
2439
|
+
// "testify",
|
|
2440
|
+
// "testing",
|
|
2441
|
+
// "toolkit"
|
|
2442
|
+
// ],
|
|
2443
|
+
// "visibility": "public",
|
|
2444
|
+
// "forks": 1363,
|
|
2445
|
+
// "open_issues": 380,
|
|
2446
|
+
// "watchers": 18118,
|
|
2447
|
+
// "default_branch": "master",
|
|
2448
|
+
// "score": 1
|
|
2449
|
+
// },
|
|
2450
|
+
// {
|
|
2451
|
+
// "id": 867564,
|
|
2452
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnk4Njc1NjQ=",
|
|
2453
|
+
// "name": "robolectric",
|
|
2454
|
+
// "full_name": "robolectric/robolectric",
|
|
2455
|
+
// "private": false,
|
|
2456
|
+
// "owner": {
|
|
2457
|
+
// "login": "robolectric",
|
|
2458
|
+
// "id": 3988212,
|
|
2459
|
+
// "node_id": "MDEyOk9yZ2FuaXphdGlvbjM5ODgyMTI=",
|
|
2460
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/3988212?v=4",
|
|
2461
|
+
// "gravatar_id": "",
|
|
2462
|
+
// "url": "https://api.github.com/users/robolectric",
|
|
2463
|
+
// "html_url": "https://github.com/robolectric",
|
|
2464
|
+
// "followers_url": "https://api.github.com/users/robolectric/followers",
|
|
2465
|
+
// "following_url": "https://api.github.com/users/robolectric/following{/other_user}",
|
|
2466
|
+
// "gists_url": "https://api.github.com/users/robolectric/gists{/gist_id}",
|
|
2467
|
+
// "starred_url": "https://api.github.com/users/robolectric/starred{/owner}{/repo}",
|
|
2468
|
+
// "subscriptions_url": "https://api.github.com/users/robolectric/subscriptions",
|
|
2469
|
+
// "organizations_url": "https://api.github.com/users/robolectric/orgs",
|
|
2470
|
+
// "repos_url": "https://api.github.com/users/robolectric/repos",
|
|
2471
|
+
// "events_url": "https://api.github.com/users/robolectric/events{/privacy}",
|
|
2472
|
+
// "received_events_url": "https://api.github.com/users/robolectric/received_events",
|
|
2473
|
+
// "type": "Organization",
|
|
2474
|
+
// "site_admin": false
|
|
2475
|
+
// },
|
|
2476
|
+
// "html_url": "https://github.com/robolectric/robolectric",
|
|
2477
|
+
// "description": "Android Unit Testing Framework",
|
|
2478
|
+
// "fork": false,
|
|
2479
|
+
// "url": "https://api.github.com/repos/robolectric/robolectric",
|
|
2480
|
+
// "forks_url": "https://api.github.com/repos/robolectric/robolectric/forks",
|
|
2481
|
+
// "keys_url": "https://api.github.com/repos/robolectric/robolectric/keys{/key_id}",
|
|
2482
|
+
// "collaborators_url": "https://api.github.com/repos/robolectric/robolectric/collaborators{/collaborator}",
|
|
2483
|
+
// "teams_url": "https://api.github.com/repos/robolectric/robolectric/teams",
|
|
2484
|
+
// "hooks_url": "https://api.github.com/repos/robolectric/robolectric/hooks",
|
|
2485
|
+
// "issue_events_url": "https://api.github.com/repos/robolectric/robolectric/issues/events{/number}",
|
|
2486
|
+
// "events_url": "https://api.github.com/repos/robolectric/robolectric/events",
|
|
2487
|
+
// "assignees_url": "https://api.github.com/repos/robolectric/robolectric/assignees{/user}",
|
|
2488
|
+
// "branches_url": "https://api.github.com/repos/robolectric/robolectric/branches{/branch}",
|
|
2489
|
+
// "tags_url": "https://api.github.com/repos/robolectric/robolectric/tags",
|
|
2490
|
+
// "blobs_url": "https://api.github.com/repos/robolectric/robolectric/git/blobs{/sha}",
|
|
2491
|
+
// "git_tags_url": "https://api.github.com/repos/robolectric/robolectric/git/tags{/sha}",
|
|
2492
|
+
// "git_refs_url": "https://api.github.com/repos/robolectric/robolectric/git/refs{/sha}",
|
|
2493
|
+
// "trees_url": "https://api.github.com/repos/robolectric/robolectric/git/trees{/sha}",
|
|
2494
|
+
// "statuses_url": "https://api.github.com/repos/robolectric/robolectric/statuses/{sha}",
|
|
2495
|
+
// "languages_url": "https://api.github.com/repos/robolectric/robolectric/languages",
|
|
2496
|
+
// "stargazers_url": "https://api.github.com/repos/robolectric/robolectric/stargazers",
|
|
2497
|
+
// "contributors_url": "https://api.github.com/repos/robolectric/robolectric/contributors",
|
|
2498
|
+
// "subscribers_url": "https://api.github.com/repos/robolectric/robolectric/subscribers",
|
|
2499
|
+
// "subscription_url": "https://api.github.com/repos/robolectric/robolectric/subscription",
|
|
2500
|
+
// "commits_url": "https://api.github.com/repos/robolectric/robolectric/commits{/sha}",
|
|
2501
|
+
// "git_commits_url": "https://api.github.com/repos/robolectric/robolectric/git/commits{/sha}",
|
|
2502
|
+
// "comments_url": "https://api.github.com/repos/robolectric/robolectric/comments{/number}",
|
|
2503
|
+
// "issue_comment_url": "https://api.github.com/repos/robolectric/robolectric/issues/comments{/number}",
|
|
2504
|
+
// "contents_url": "https://api.github.com/repos/robolectric/robolectric/contents/{+path}",
|
|
2505
|
+
// "compare_url": "https://api.github.com/repos/robolectric/robolectric/compare/{base}...{head}",
|
|
2506
|
+
// "merges_url": "https://api.github.com/repos/robolectric/robolectric/merges",
|
|
2507
|
+
// "archive_url": "https://api.github.com/repos/robolectric/robolectric/{archive_format}{/ref}",
|
|
2508
|
+
// "downloads_url": "https://api.github.com/repos/robolectric/robolectric/downloads",
|
|
2509
|
+
// "issues_url": "https://api.github.com/repos/robolectric/robolectric/issues{/number}",
|
|
2510
|
+
// "pulls_url": "https://api.github.com/repos/robolectric/robolectric/pulls{/number}",
|
|
2511
|
+
// "milestones_url": "https://api.github.com/repos/robolectric/robolectric/milestones{/number}",
|
|
2512
|
+
// "notifications_url": "https://api.github.com/repos/robolectric/robolectric/notifications{?since,all,participating}",
|
|
2513
|
+
// "labels_url": "https://api.github.com/repos/robolectric/robolectric/labels{/name}",
|
|
2514
|
+
// "releases_url": "https://api.github.com/repos/robolectric/robolectric/releases{/id}",
|
|
2515
|
+
// "deployments_url": "https://api.github.com/repos/robolectric/robolectric/deployments",
|
|
2516
|
+
// "created_at": "2010-08-28T00:28:25Z",
|
|
2517
|
+
// "updated_at": "2022-11-04T18:30:47Z",
|
|
2518
|
+
// "pushed_at": "2022-11-06T11:55:06Z",
|
|
2519
|
+
// "git_url": "git://github.com/robolectric/robolectric.git",
|
|
2520
|
+
// "ssh_url": "git@github.com:robolectric/robolectric.git",
|
|
2521
|
+
// "clone_url": "https://github.com/robolectric/robolectric.git",
|
|
2522
|
+
// "svn_url": "https://github.com/robolectric/robolectric",
|
|
2523
|
+
// "homepage": "http://robolectric.org",
|
|
2524
|
+
// "size": 54018,
|
|
2525
|
+
// "stargazers_count": 5557,
|
|
2526
|
+
// "watchers_count": 5557,
|
|
2527
|
+
// "language": "Java",
|
|
2528
|
+
// "has_issues": true,
|
|
2529
|
+
// "has_projects": true,
|
|
2530
|
+
// "has_downloads": true,
|
|
2531
|
+
// "has_wiki": true,
|
|
2532
|
+
// "has_pages": false,
|
|
2533
|
+
// "forks_count": 1324,
|
|
2534
|
+
// "mirror_url": null,
|
|
2535
|
+
// "archived": false,
|
|
2536
|
+
// "disabled": false,
|
|
2537
|
+
// "open_issues_count": 674,
|
|
2538
|
+
// "license": {
|
|
2539
|
+
// "key": "other",
|
|
2540
|
+
// "name": "Other",
|
|
2541
|
+
// "spdx_id": "NOASSERTION",
|
|
2542
|
+
// "url": null,
|
|
2543
|
+
// "node_id": "MDc6TGljZW5zZTA="
|
|
2544
|
+
// },
|
|
2545
|
+
// "allow_forking": true,
|
|
2546
|
+
// "is_template": false,
|
|
2547
|
+
// "web_commit_signoff_required": false,
|
|
2548
|
+
// "topics": [
|
|
2549
|
+
// "android",
|
|
2550
|
+
// "java",
|
|
2551
|
+
// "robolectric",
|
|
2552
|
+
// "unit-testing"
|
|
2553
|
+
// ],
|
|
2554
|
+
// "visibility": "public",
|
|
2555
|
+
// "forks": 1324,
|
|
2556
|
+
// "open_issues": 674,
|
|
2557
|
+
// "watchers": 5557,
|
|
2558
|
+
// "default_branch": "master",
|
|
2559
|
+
// "score": 1
|
|
2560
|
+
// },
|
|
2561
|
+
// {
|
|
2562
|
+
// "id": 2560988,
|
|
2563
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnkyNTYwOTg4",
|
|
2564
|
+
// "name": "karma",
|
|
2565
|
+
// "full_name": "karma-runner/karma",
|
|
2566
|
+
// "private": false,
|
|
2567
|
+
// "owner": {
|
|
2568
|
+
// "login": "karma-runner",
|
|
2569
|
+
// "id": 3284117,
|
|
2570
|
+
// "node_id": "MDEyOk9yZ2FuaXphdGlvbjMyODQxMTc=",
|
|
2571
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/3284117?v=4",
|
|
2572
|
+
// "gravatar_id": "",
|
|
2573
|
+
// "url": "https://api.github.com/users/karma-runner",
|
|
2574
|
+
// "html_url": "https://github.com/karma-runner",
|
|
2575
|
+
// "followers_url": "https://api.github.com/users/karma-runner/followers",
|
|
2576
|
+
// "following_url": "https://api.github.com/users/karma-runner/following{/other_user}",
|
|
2577
|
+
// "gists_url": "https://api.github.com/users/karma-runner/gists{/gist_id}",
|
|
2578
|
+
// "starred_url": "https://api.github.com/users/karma-runner/starred{/owner}{/repo}",
|
|
2579
|
+
// "subscriptions_url": "https://api.github.com/users/karma-runner/subscriptions",
|
|
2580
|
+
// "organizations_url": "https://api.github.com/users/karma-runner/orgs",
|
|
2581
|
+
// "repos_url": "https://api.github.com/users/karma-runner/repos",
|
|
2582
|
+
// "events_url": "https://api.github.com/users/karma-runner/events{/privacy}",
|
|
2583
|
+
// "received_events_url": "https://api.github.com/users/karma-runner/received_events",
|
|
2584
|
+
// "type": "Organization",
|
|
2585
|
+
// "site_admin": false
|
|
2586
|
+
// },
|
|
2587
|
+
// "html_url": "https://github.com/karma-runner/karma",
|
|
2588
|
+
// "description": "Spectacular Test Runner for JavaScript",
|
|
2589
|
+
// "fork": false,
|
|
2590
|
+
// "url": "https://api.github.com/repos/karma-runner/karma",
|
|
2591
|
+
// "forks_url": "https://api.github.com/repos/karma-runner/karma/forks",
|
|
2592
|
+
// "keys_url": "https://api.github.com/repos/karma-runner/karma/keys{/key_id}",
|
|
2593
|
+
// "collaborators_url": "https://api.github.com/repos/karma-runner/karma/collaborators{/collaborator}",
|
|
2594
|
+
// "teams_url": "https://api.github.com/repos/karma-runner/karma/teams",
|
|
2595
|
+
// "hooks_url": "https://api.github.com/repos/karma-runner/karma/hooks",
|
|
2596
|
+
// "issue_events_url": "https://api.github.com/repos/karma-runner/karma/issues/events{/number}",
|
|
2597
|
+
// "events_url": "https://api.github.com/repos/karma-runner/karma/events",
|
|
2598
|
+
// "assignees_url": "https://api.github.com/repos/karma-runner/karma/assignees{/user}",
|
|
2599
|
+
// "branches_url": "https://api.github.com/repos/karma-runner/karma/branches{/branch}",
|
|
2600
|
+
// "tags_url": "https://api.github.com/repos/karma-runner/karma/tags",
|
|
2601
|
+
// "blobs_url": "https://api.github.com/repos/karma-runner/karma/git/blobs{/sha}",
|
|
2602
|
+
// "git_tags_url": "https://api.github.com/repos/karma-runner/karma/git/tags{/sha}",
|
|
2603
|
+
// "git_refs_url": "https://api.github.com/repos/karma-runner/karma/git/refs{/sha}",
|
|
2604
|
+
// "trees_url": "https://api.github.com/repos/karma-runner/karma/git/trees{/sha}",
|
|
2605
|
+
// "statuses_url": "https://api.github.com/repos/karma-runner/karma/statuses/{sha}",
|
|
2606
|
+
// "languages_url": "https://api.github.com/repos/karma-runner/karma/languages",
|
|
2607
|
+
// "stargazers_url": "https://api.github.com/repos/karma-runner/karma/stargazers",
|
|
2608
|
+
// "contributors_url": "https://api.github.com/repos/karma-runner/karma/contributors",
|
|
2609
|
+
// "subscribers_url": "https://api.github.com/repos/karma-runner/karma/subscribers",
|
|
2610
|
+
// "subscription_url": "https://api.github.com/repos/karma-runner/karma/subscription",
|
|
2611
|
+
// "commits_url": "https://api.github.com/repos/karma-runner/karma/commits{/sha}",
|
|
2612
|
+
// "git_commits_url": "https://api.github.com/repos/karma-runner/karma/git/commits{/sha}",
|
|
2613
|
+
// "comments_url": "https://api.github.com/repos/karma-runner/karma/comments{/number}",
|
|
2614
|
+
// "issue_comment_url": "https://api.github.com/repos/karma-runner/karma/issues/comments{/number}",
|
|
2615
|
+
// "contents_url": "https://api.github.com/repos/karma-runner/karma/contents/{+path}",
|
|
2616
|
+
// "compare_url": "https://api.github.com/repos/karma-runner/karma/compare/{base}...{head}",
|
|
2617
|
+
// "merges_url": "https://api.github.com/repos/karma-runner/karma/merges",
|
|
2618
|
+
// "archive_url": "https://api.github.com/repos/karma-runner/karma/{archive_format}{/ref}",
|
|
2619
|
+
// "downloads_url": "https://api.github.com/repos/karma-runner/karma/downloads",
|
|
2620
|
+
// "issues_url": "https://api.github.com/repos/karma-runner/karma/issues{/number}",
|
|
2621
|
+
// "pulls_url": "https://api.github.com/repos/karma-runner/karma/pulls{/number}",
|
|
2622
|
+
// "milestones_url": "https://api.github.com/repos/karma-runner/karma/milestones{/number}",
|
|
2623
|
+
// "notifications_url": "https://api.github.com/repos/karma-runner/karma/notifications{?since,all,participating}",
|
|
2624
|
+
// "labels_url": "https://api.github.com/repos/karma-runner/karma/labels{/name}",
|
|
2625
|
+
// "releases_url": "https://api.github.com/repos/karma-runner/karma/releases{/id}",
|
|
2626
|
+
// "deployments_url": "https://api.github.com/repos/karma-runner/karma/deployments",
|
|
2627
|
+
// "created_at": "2011-10-12T07:55:46Z",
|
|
2628
|
+
// "updated_at": "2022-11-04T21:32:39Z",
|
|
2629
|
+
// "pushed_at": "2022-11-01T13:00:30Z",
|
|
2630
|
+
// "git_url": "git://github.com/karma-runner/karma.git",
|
|
2631
|
+
// "ssh_url": "git@github.com:karma-runner/karma.git",
|
|
2632
|
+
// "clone_url": "https://github.com/karma-runner/karma.git",
|
|
2633
|
+
// "svn_url": "https://github.com/karma-runner/karma",
|
|
2634
|
+
// "homepage": "http://karma-runner.github.io",
|
|
2635
|
+
// "size": 9986,
|
|
2636
|
+
// "stargazers_count": 11775,
|
|
2637
|
+
// "watchers_count": 11775,
|
|
2638
|
+
// "language": "JavaScript",
|
|
2639
|
+
// "has_issues": true,
|
|
2640
|
+
// "has_projects": true,
|
|
2641
|
+
// "has_downloads": true,
|
|
2642
|
+
// "has_wiki": false,
|
|
2643
|
+
// "has_pages": false,
|
|
2644
|
+
// "forks_count": 1756,
|
|
2645
|
+
// "mirror_url": null,
|
|
2646
|
+
// "archived": false,
|
|
2647
|
+
// "disabled": false,
|
|
2648
|
+
// "open_issues_count": 340,
|
|
2649
|
+
// "license": {
|
|
2650
|
+
// "key": "mit",
|
|
2651
|
+
// "name": "MIT License",
|
|
2652
|
+
// "spdx_id": "MIT",
|
|
2653
|
+
// "url": "https://api.github.com/licenses/mit",
|
|
2654
|
+
// "node_id": "MDc6TGljZW5zZTEz"
|
|
2655
|
+
// },
|
|
2656
|
+
// "allow_forking": true,
|
|
2657
|
+
// "is_template": false,
|
|
2658
|
+
// "web_commit_signoff_required": false,
|
|
2659
|
+
// "topics": [
|
|
2660
|
+
// "bdd",
|
|
2661
|
+
// "browser",
|
|
2662
|
+
// "jasmine",
|
|
2663
|
+
// "javascript",
|
|
2664
|
+
// "karma",
|
|
2665
|
+
// "mocha",
|
|
2666
|
+
// "qunit",
|
|
2667
|
+
// "tdd",
|
|
2668
|
+
// "test-runner"
|
|
2669
|
+
// ],
|
|
2670
|
+
// "visibility": "public",
|
|
2671
|
+
// "forks": 1756,
|
|
2672
|
+
// "open_issues": 340,
|
|
2673
|
+
// "watchers": 11775,
|
|
2674
|
+
// "default_branch": "master",
|
|
2675
|
+
// "score": 1
|
|
2676
|
+
// },
|
|
2677
|
+
// {
|
|
2678
|
+
// "id": 124163762,
|
|
2679
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnkxMjQxNjM3NjI=",
|
|
2680
|
+
// "name": "Test",
|
|
2681
|
+
// "full_name": "data-infra/Test",
|
|
2682
|
+
// "private": false,
|
|
2683
|
+
// "owner": {
|
|
2684
|
+
// "login": "data-infra",
|
|
2685
|
+
// "id": 20157705,
|
|
2686
|
+
// "node_id": "MDQ6VXNlcjIwMTU3NzA1",
|
|
2687
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/20157705?v=4",
|
|
2688
|
+
// "gravatar_id": "",
|
|
2689
|
+
// "url": "https://api.github.com/users/data-infra",
|
|
2690
|
+
// "html_url": "https://github.com/data-infra",
|
|
2691
|
+
// "followers_url": "https://api.github.com/users/data-infra/followers",
|
|
2692
|
+
// "following_url": "https://api.github.com/users/data-infra/following{/other_user}",
|
|
2693
|
+
// "gists_url": "https://api.github.com/users/data-infra/gists{/gist_id}",
|
|
2694
|
+
// "starred_url": "https://api.github.com/users/data-infra/starred{/owner}{/repo}",
|
|
2695
|
+
// "subscriptions_url": "https://api.github.com/users/data-infra/subscriptions",
|
|
2696
|
+
// "organizations_url": "https://api.github.com/users/data-infra/orgs",
|
|
2697
|
+
// "repos_url": "https://api.github.com/users/data-infra/repos",
|
|
2698
|
+
// "events_url": "https://api.github.com/users/data-infra/events{/privacy}",
|
|
2699
|
+
// "received_events_url": "https://api.github.com/users/data-infra/received_events",
|
|
2700
|
+
// "type": "User",
|
|
2701
|
+
// "site_admin": false
|
|
2702
|
+
// },
|
|
2703
|
+
// "html_url": "https://github.com/data-infra/Test",
|
|
2704
|
+
// "description": "自动化测试架构,python、Selenium、unittest",
|
|
2705
|
+
// "fork": false,
|
|
2706
|
+
// "url": "https://api.github.com/repos/data-infra/Test",
|
|
2707
|
+
// "forks_url": "https://api.github.com/repos/data-infra/Test/forks",
|
|
2708
|
+
// "keys_url": "https://api.github.com/repos/data-infra/Test/keys{/key_id}",
|
|
2709
|
+
// "collaborators_url": "https://api.github.com/repos/data-infra/Test/collaborators{/collaborator}",
|
|
2710
|
+
// "teams_url": "https://api.github.com/repos/data-infra/Test/teams",
|
|
2711
|
+
// "hooks_url": "https://api.github.com/repos/data-infra/Test/hooks",
|
|
2712
|
+
// "issue_events_url": "https://api.github.com/repos/data-infra/Test/issues/events{/number}",
|
|
2713
|
+
// "events_url": "https://api.github.com/repos/data-infra/Test/events",
|
|
2714
|
+
// "assignees_url": "https://api.github.com/repos/data-infra/Test/assignees{/user}",
|
|
2715
|
+
// "branches_url": "https://api.github.com/repos/data-infra/Test/branches{/branch}",
|
|
2716
|
+
// "tags_url": "https://api.github.com/repos/data-infra/Test/tags",
|
|
2717
|
+
// "blobs_url": "https://api.github.com/repos/data-infra/Test/git/blobs{/sha}",
|
|
2718
|
+
// "git_tags_url": "https://api.github.com/repos/data-infra/Test/git/tags{/sha}",
|
|
2719
|
+
// "git_refs_url": "https://api.github.com/repos/data-infra/Test/git/refs{/sha}",
|
|
2720
|
+
// "trees_url": "https://api.github.com/repos/data-infra/Test/git/trees{/sha}",
|
|
2721
|
+
// "statuses_url": "https://api.github.com/repos/data-infra/Test/statuses/{sha}",
|
|
2722
|
+
// "languages_url": "https://api.github.com/repos/data-infra/Test/languages",
|
|
2723
|
+
// "stargazers_url": "https://api.github.com/repos/data-infra/Test/stargazers",
|
|
2724
|
+
// "contributors_url": "https://api.github.com/repos/data-infra/Test/contributors",
|
|
2725
|
+
// "subscribers_url": "https://api.github.com/repos/data-infra/Test/subscribers",
|
|
2726
|
+
// "subscription_url": "https://api.github.com/repos/data-infra/Test/subscription",
|
|
2727
|
+
// "commits_url": "https://api.github.com/repos/data-infra/Test/commits{/sha}",
|
|
2728
|
+
// "git_commits_url": "https://api.github.com/repos/data-infra/Test/git/commits{/sha}",
|
|
2729
|
+
// "comments_url": "https://api.github.com/repos/data-infra/Test/comments{/number}",
|
|
2730
|
+
// "issue_comment_url": "https://api.github.com/repos/data-infra/Test/issues/comments{/number}",
|
|
2731
|
+
// "contents_url": "https://api.github.com/repos/data-infra/Test/contents/{+path}",
|
|
2732
|
+
// "compare_url": "https://api.github.com/repos/data-infra/Test/compare/{base}...{head}",
|
|
2733
|
+
// "merges_url": "https://api.github.com/repos/data-infra/Test/merges",
|
|
2734
|
+
// "archive_url": "https://api.github.com/repos/data-infra/Test/{archive_format}{/ref}",
|
|
2735
|
+
// "downloads_url": "https://api.github.com/repos/data-infra/Test/downloads",
|
|
2736
|
+
// "issues_url": "https://api.github.com/repos/data-infra/Test/issues{/number}",
|
|
2737
|
+
// "pulls_url": "https://api.github.com/repos/data-infra/Test/pulls{/number}",
|
|
2738
|
+
// "milestones_url": "https://api.github.com/repos/data-infra/Test/milestones{/number}",
|
|
2739
|
+
// "notifications_url": "https://api.github.com/repos/data-infra/Test/notifications{?since,all,participating}",
|
|
2740
|
+
// "labels_url": "https://api.github.com/repos/data-infra/Test/labels{/name}",
|
|
2741
|
+
// "releases_url": "https://api.github.com/repos/data-infra/Test/releases{/id}",
|
|
2742
|
+
// "deployments_url": "https://api.github.com/repos/data-infra/Test/deployments",
|
|
2743
|
+
// "created_at": "2018-03-07T01:57:52Z",
|
|
2744
|
+
// "updated_at": "2022-10-31T07:32:45Z",
|
|
2745
|
+
// "pushed_at": "2021-03-25T21:59:30Z",
|
|
2746
|
+
// "git_url": "git://github.com/data-infra/Test.git",
|
|
2747
|
+
// "ssh_url": "git@github.com:data-infra/Test.git",
|
|
2748
|
+
// "clone_url": "https://github.com/data-infra/Test.git",
|
|
2749
|
+
// "svn_url": "https://github.com/data-infra/Test",
|
|
2750
|
+
// "homepage": null,
|
|
2751
|
+
// "size": 27370,
|
|
2752
|
+
// "stargazers_count": 206,
|
|
2753
|
+
// "watchers_count": 206,
|
|
2754
|
+
// "language": "Python",
|
|
2755
|
+
// "has_issues": true,
|
|
2756
|
+
// "has_projects": true,
|
|
2757
|
+
// "has_downloads": true,
|
|
2758
|
+
// "has_wiki": true,
|
|
2759
|
+
// "has_pages": false,
|
|
2760
|
+
// "forks_count": 267,
|
|
2761
|
+
// "mirror_url": null,
|
|
2762
|
+
// "archived": false,
|
|
2763
|
+
// "disabled": false,
|
|
2764
|
+
// "open_issues_count": 5,
|
|
2765
|
+
// "license": null,
|
|
2766
|
+
// "allow_forking": true,
|
|
2767
|
+
// "is_template": false,
|
|
2768
|
+
// "web_commit_signoff_required": false,
|
|
2769
|
+
// "topics": [],
|
|
2770
|
+
// "visibility": "public",
|
|
2771
|
+
// "forks": 267,
|
|
2772
|
+
// "open_issues": 5,
|
|
2773
|
+
// "watchers": 206,
|
|
2774
|
+
// "default_branch": "master",
|
|
2775
|
+
// "score": 1
|
|
2776
|
+
// },
|
|
2777
|
+
// {
|
|
2778
|
+
// "id": 12261520,
|
|
2779
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnkxMjI2MTUyMA==",
|
|
2780
|
+
// "name": "goconvey",
|
|
2781
|
+
// "full_name": "smartystreets/goconvey",
|
|
2782
|
+
// "private": false,
|
|
2783
|
+
// "owner": {
|
|
2784
|
+
// "login": "smartystreets",
|
|
2785
|
+
// "id": 969237,
|
|
2786
|
+
// "node_id": "MDEyOk9yZ2FuaXphdGlvbjk2OTIzNw==",
|
|
2787
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/969237?v=4",
|
|
2788
|
+
// "gravatar_id": "",
|
|
2789
|
+
// "url": "https://api.github.com/users/smartystreets",
|
|
2790
|
+
// "html_url": "https://github.com/smartystreets",
|
|
2791
|
+
// "followers_url": "https://api.github.com/users/smartystreets/followers",
|
|
2792
|
+
// "following_url": "https://api.github.com/users/smartystreets/following{/other_user}",
|
|
2793
|
+
// "gists_url": "https://api.github.com/users/smartystreets/gists{/gist_id}",
|
|
2794
|
+
// "starred_url": "https://api.github.com/users/smartystreets/starred{/owner}{/repo}",
|
|
2795
|
+
// "subscriptions_url": "https://api.github.com/users/smartystreets/subscriptions",
|
|
2796
|
+
// "organizations_url": "https://api.github.com/users/smartystreets/orgs",
|
|
2797
|
+
// "repos_url": "https://api.github.com/users/smartystreets/repos",
|
|
2798
|
+
// "events_url": "https://api.github.com/users/smartystreets/events{/privacy}",
|
|
2799
|
+
// "received_events_url": "https://api.github.com/users/smartystreets/received_events",
|
|
2800
|
+
// "type": "Organization",
|
|
2801
|
+
// "site_admin": false
|
|
2802
|
+
// },
|
|
2803
|
+
// "html_url": "https://github.com/smartystreets/goconvey",
|
|
2804
|
+
// "description": "Go testing in the browser. Integrates with `go test`. Write behavioral tests in Go.",
|
|
2805
|
+
// "fork": false,
|
|
2806
|
+
// "url": "https://api.github.com/repos/smartystreets/goconvey",
|
|
2807
|
+
// "forks_url": "https://api.github.com/repos/smartystreets/goconvey/forks",
|
|
2808
|
+
// "keys_url": "https://api.github.com/repos/smartystreets/goconvey/keys{/key_id}",
|
|
2809
|
+
// "collaborators_url": "https://api.github.com/repos/smartystreets/goconvey/collaborators{/collaborator}",
|
|
2810
|
+
// "teams_url": "https://api.github.com/repos/smartystreets/goconvey/teams",
|
|
2811
|
+
// "hooks_url": "https://api.github.com/repos/smartystreets/goconvey/hooks",
|
|
2812
|
+
// "issue_events_url": "https://api.github.com/repos/smartystreets/goconvey/issues/events{/number}",
|
|
2813
|
+
// "events_url": "https://api.github.com/repos/smartystreets/goconvey/events",
|
|
2814
|
+
// "assignees_url": "https://api.github.com/repos/smartystreets/goconvey/assignees{/user}",
|
|
2815
|
+
// "branches_url": "https://api.github.com/repos/smartystreets/goconvey/branches{/branch}",
|
|
2816
|
+
// "tags_url": "https://api.github.com/repos/smartystreets/goconvey/tags",
|
|
2817
|
+
// "blobs_url": "https://api.github.com/repos/smartystreets/goconvey/git/blobs{/sha}",
|
|
2818
|
+
// "git_tags_url": "https://api.github.com/repos/smartystreets/goconvey/git/tags{/sha}",
|
|
2819
|
+
// "git_refs_url": "https://api.github.com/repos/smartystreets/goconvey/git/refs{/sha}",
|
|
2820
|
+
// "trees_url": "https://api.github.com/repos/smartystreets/goconvey/git/trees{/sha}",
|
|
2821
|
+
// "statuses_url": "https://api.github.com/repos/smartystreets/goconvey/statuses/{sha}",
|
|
2822
|
+
// "languages_url": "https://api.github.com/repos/smartystreets/goconvey/languages",
|
|
2823
|
+
// "stargazers_url": "https://api.github.com/repos/smartystreets/goconvey/stargazers",
|
|
2824
|
+
// "contributors_url": "https://api.github.com/repos/smartystreets/goconvey/contributors",
|
|
2825
|
+
// "subscribers_url": "https://api.github.com/repos/smartystreets/goconvey/subscribers",
|
|
2826
|
+
// "subscription_url": "https://api.github.com/repos/smartystreets/goconvey/subscription",
|
|
2827
|
+
// "commits_url": "https://api.github.com/repos/smartystreets/goconvey/commits{/sha}",
|
|
2828
|
+
// "git_commits_url": "https://api.github.com/repos/smartystreets/goconvey/git/commits{/sha}",
|
|
2829
|
+
// "comments_url": "https://api.github.com/repos/smartystreets/goconvey/comments{/number}",
|
|
2830
|
+
// "issue_comment_url": "https://api.github.com/repos/smartystreets/goconvey/issues/comments{/number}",
|
|
2831
|
+
// "contents_url": "https://api.github.com/repos/smartystreets/goconvey/contents/{+path}",
|
|
2832
|
+
// "compare_url": "https://api.github.com/repos/smartystreets/goconvey/compare/{base}...{head}",
|
|
2833
|
+
// "merges_url": "https://api.github.com/repos/smartystreets/goconvey/merges",
|
|
2834
|
+
// "archive_url": "https://api.github.com/repos/smartystreets/goconvey/{archive_format}{/ref}",
|
|
2835
|
+
// "downloads_url": "https://api.github.com/repos/smartystreets/goconvey/downloads",
|
|
2836
|
+
// "issues_url": "https://api.github.com/repos/smartystreets/goconvey/issues{/number}",
|
|
2837
|
+
// "pulls_url": "https://api.github.com/repos/smartystreets/goconvey/pulls{/number}",
|
|
2838
|
+
// "milestones_url": "https://api.github.com/repos/smartystreets/goconvey/milestones{/number}",
|
|
2839
|
+
// "notifications_url": "https://api.github.com/repos/smartystreets/goconvey/notifications{?since,all,participating}",
|
|
2840
|
+
// "labels_url": "https://api.github.com/repos/smartystreets/goconvey/labels{/name}",
|
|
2841
|
+
// "releases_url": "https://api.github.com/repos/smartystreets/goconvey/releases{/id}",
|
|
2842
|
+
// "deployments_url": "https://api.github.com/repos/smartystreets/goconvey/deployments",
|
|
2843
|
+
// "created_at": "2013-08-21T04:52:28Z",
|
|
2844
|
+
// "updated_at": "2022-11-06T14:28:40Z",
|
|
2845
|
+
// "pushed_at": "2022-06-03T05:06:37Z",
|
|
2846
|
+
// "git_url": "git://github.com/smartystreets/goconvey.git",
|
|
2847
|
+
// "ssh_url": "git@github.com:smartystreets/goconvey.git",
|
|
2848
|
+
// "clone_url": "https://github.com/smartystreets/goconvey.git",
|
|
2849
|
+
// "svn_url": "https://github.com/smartystreets/goconvey",
|
|
2850
|
+
// "homepage": "http://goconvey.co",
|
|
2851
|
+
// "size": 3944,
|
|
2852
|
+
// "stargazers_count": 7495,
|
|
2853
|
+
// "watchers_count": 7495,
|
|
2854
|
+
// "language": "Go",
|
|
2855
|
+
// "has_issues": true,
|
|
2856
|
+
// "has_projects": true,
|
|
2857
|
+
// "has_downloads": true,
|
|
2858
|
+
// "has_wiki": true,
|
|
2859
|
+
// "has_pages": true,
|
|
2860
|
+
// "forks_count": 531,
|
|
2861
|
+
// "mirror_url": null,
|
|
2862
|
+
// "archived": false,
|
|
2863
|
+
// "disabled": false,
|
|
2864
|
+
// "open_issues_count": 153,
|
|
2865
|
+
// "license": {
|
|
2866
|
+
// "key": "other",
|
|
2867
|
+
// "name": "Other",
|
|
2868
|
+
// "spdx_id": "NOASSERTION",
|
|
2869
|
+
// "url": null,
|
|
2870
|
+
// "node_id": "MDc6TGljZW5zZTA="
|
|
2871
|
+
// },
|
|
2872
|
+
// "allow_forking": true,
|
|
2873
|
+
// "is_template": false,
|
|
2874
|
+
// "web_commit_signoff_required": false,
|
|
2875
|
+
// "topics": [
|
|
2876
|
+
// "bdd-framework",
|
|
2877
|
+
// "go",
|
|
2878
|
+
// "goconvey",
|
|
2879
|
+
// "tdd-utilities",
|
|
2880
|
+
// "testing-tools"
|
|
2881
|
+
// ],
|
|
2882
|
+
// "visibility": "public",
|
|
2883
|
+
// "forks": 531,
|
|
2884
|
+
// "open_issues": 153,
|
|
2885
|
+
// "watchers": 7495,
|
|
2886
|
+
// "default_branch": "master",
|
|
2887
|
+
// "score": 1
|
|
2888
|
+
// },
|
|
2889
|
+
// {
|
|
2890
|
+
// "id": 18192493,
|
|
2891
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnkxODE5MjQ5Mw==",
|
|
2892
|
+
// "name": "smhasher",
|
|
2893
|
+
// "full_name": "rurban/smhasher",
|
|
2894
|
+
// "private": false,
|
|
2895
|
+
// "owner": {
|
|
2896
|
+
// "login": "rurban",
|
|
2897
|
+
// "id": 41809,
|
|
2898
|
+
// "node_id": "MDQ6VXNlcjQxODA5",
|
|
2899
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/41809?v=4",
|
|
2900
|
+
// "gravatar_id": "",
|
|
2901
|
+
// "url": "https://api.github.com/users/rurban",
|
|
2902
|
+
// "html_url": "https://github.com/rurban",
|
|
2903
|
+
// "followers_url": "https://api.github.com/users/rurban/followers",
|
|
2904
|
+
// "following_url": "https://api.github.com/users/rurban/following{/other_user}",
|
|
2905
|
+
// "gists_url": "https://api.github.com/users/rurban/gists{/gist_id}",
|
|
2906
|
+
// "starred_url": "https://api.github.com/users/rurban/starred{/owner}{/repo}",
|
|
2907
|
+
// "subscriptions_url": "https://api.github.com/users/rurban/subscriptions",
|
|
2908
|
+
// "organizations_url": "https://api.github.com/users/rurban/orgs",
|
|
2909
|
+
// "repos_url": "https://api.github.com/users/rurban/repos",
|
|
2910
|
+
// "events_url": "https://api.github.com/users/rurban/events{/privacy}",
|
|
2911
|
+
// "received_events_url": "https://api.github.com/users/rurban/received_events",
|
|
2912
|
+
// "type": "User",
|
|
2913
|
+
// "site_admin": false
|
|
2914
|
+
// },
|
|
2915
|
+
// "html_url": "https://github.com/rurban/smhasher",
|
|
2916
|
+
// "description": "Hash function quality and speed tests",
|
|
2917
|
+
// "fork": false,
|
|
2918
|
+
// "url": "https://api.github.com/repos/rurban/smhasher",
|
|
2919
|
+
// "forks_url": "https://api.github.com/repos/rurban/smhasher/forks",
|
|
2920
|
+
// "keys_url": "https://api.github.com/repos/rurban/smhasher/keys{/key_id}",
|
|
2921
|
+
// "collaborators_url": "https://api.github.com/repos/rurban/smhasher/collaborators{/collaborator}",
|
|
2922
|
+
// "teams_url": "https://api.github.com/repos/rurban/smhasher/teams",
|
|
2923
|
+
// "hooks_url": "https://api.github.com/repos/rurban/smhasher/hooks",
|
|
2924
|
+
// "issue_events_url": "https://api.github.com/repos/rurban/smhasher/issues/events{/number}",
|
|
2925
|
+
// "events_url": "https://api.github.com/repos/rurban/smhasher/events",
|
|
2926
|
+
// "assignees_url": "https://api.github.com/repos/rurban/smhasher/assignees{/user}",
|
|
2927
|
+
// "branches_url": "https://api.github.com/repos/rurban/smhasher/branches{/branch}",
|
|
2928
|
+
// "tags_url": "https://api.github.com/repos/rurban/smhasher/tags",
|
|
2929
|
+
// "blobs_url": "https://api.github.com/repos/rurban/smhasher/git/blobs{/sha}",
|
|
2930
|
+
// "git_tags_url": "https://api.github.com/repos/rurban/smhasher/git/tags{/sha}",
|
|
2931
|
+
// "git_refs_url": "https://api.github.com/repos/rurban/smhasher/git/refs{/sha}",
|
|
2932
|
+
// "trees_url": "https://api.github.com/repos/rurban/smhasher/git/trees{/sha}",
|
|
2933
|
+
// "statuses_url": "https://api.github.com/repos/rurban/smhasher/statuses/{sha}",
|
|
2934
|
+
// "languages_url": "https://api.github.com/repos/rurban/smhasher/languages",
|
|
2935
|
+
// "stargazers_url": "https://api.github.com/repos/rurban/smhasher/stargazers",
|
|
2936
|
+
// "contributors_url": "https://api.github.com/repos/rurban/smhasher/contributors",
|
|
2937
|
+
// "subscribers_url": "https://api.github.com/repos/rurban/smhasher/subscribers",
|
|
2938
|
+
// "subscription_url": "https://api.github.com/repos/rurban/smhasher/subscription",
|
|
2939
|
+
// "commits_url": "https://api.github.com/repos/rurban/smhasher/commits{/sha}",
|
|
2940
|
+
// "git_commits_url": "https://api.github.com/repos/rurban/smhasher/git/commits{/sha}",
|
|
2941
|
+
// "comments_url": "https://api.github.com/repos/rurban/smhasher/comments{/number}",
|
|
2942
|
+
// "issue_comment_url": "https://api.github.com/repos/rurban/smhasher/issues/comments{/number}",
|
|
2943
|
+
// "contents_url": "https://api.github.com/repos/rurban/smhasher/contents/{+path}",
|
|
2944
|
+
// "compare_url": "https://api.github.com/repos/rurban/smhasher/compare/{base}...{head}",
|
|
2945
|
+
// "merges_url": "https://api.github.com/repos/rurban/smhasher/merges",
|
|
2946
|
+
// "archive_url": "https://api.github.com/repos/rurban/smhasher/{archive_format}{/ref}",
|
|
2947
|
+
// "downloads_url": "https://api.github.com/repos/rurban/smhasher/downloads",
|
|
2948
|
+
// "issues_url": "https://api.github.com/repos/rurban/smhasher/issues{/number}",
|
|
2949
|
+
// "pulls_url": "https://api.github.com/repos/rurban/smhasher/pulls{/number}",
|
|
2950
|
+
// "milestones_url": "https://api.github.com/repos/rurban/smhasher/milestones{/number}",
|
|
2951
|
+
// "notifications_url": "https://api.github.com/repos/rurban/smhasher/notifications{?since,all,participating}",
|
|
2952
|
+
// "labels_url": "https://api.github.com/repos/rurban/smhasher/labels{/name}",
|
|
2953
|
+
// "releases_url": "https://api.github.com/repos/rurban/smhasher/releases{/id}",
|
|
2954
|
+
// "deployments_url": "https://api.github.com/repos/rurban/smhasher/deployments",
|
|
2955
|
+
// "created_at": "2014-03-27T21:43:37Z",
|
|
2956
|
+
// "updated_at": "2022-11-05T22:49:56Z",
|
|
2957
|
+
// "pushed_at": "2022-11-03T09:07:00Z",
|
|
2958
|
+
// "git_url": "git://github.com/rurban/smhasher.git",
|
|
2959
|
+
// "ssh_url": "git@github.com:rurban/smhasher.git",
|
|
2960
|
+
// "clone_url": "https://github.com/rurban/smhasher.git",
|
|
2961
|
+
// "svn_url": "https://github.com/rurban/smhasher",
|
|
2962
|
+
// "homepage": "",
|
|
2963
|
+
// "size": 19012,
|
|
2964
|
+
// "stargazers_count": 1127,
|
|
2965
|
+
// "watchers_count": 1127,
|
|
2966
|
+
// "language": "C++",
|
|
2967
|
+
// "has_issues": true,
|
|
2968
|
+
// "has_projects": true,
|
|
2969
|
+
// "has_downloads": true,
|
|
2970
|
+
// "has_wiki": true,
|
|
2971
|
+
// "has_pages": true,
|
|
2972
|
+
// "forks_count": 137,
|
|
2973
|
+
// "mirror_url": null,
|
|
2974
|
+
// "archived": false,
|
|
2975
|
+
// "disabled": false,
|
|
2976
|
+
// "open_issues_count": 28,
|
|
2977
|
+
// "license": {
|
|
2978
|
+
// "key": "other",
|
|
2979
|
+
// "name": "Other",
|
|
2980
|
+
// "spdx_id": "NOASSERTION",
|
|
2981
|
+
// "url": null,
|
|
2982
|
+
// "node_id": "MDc6TGljZW5zZTA="
|
|
2983
|
+
// },
|
|
2984
|
+
// "allow_forking": true,
|
|
2985
|
+
// "is_template": false,
|
|
2986
|
+
// "web_commit_signoff_required": false,
|
|
2987
|
+
// "topics": [
|
|
2988
|
+
// "c-plus-plus",
|
|
2989
|
+
// "hash-functions",
|
|
2990
|
+
// "test"
|
|
2991
|
+
// ],
|
|
2992
|
+
// "visibility": "public",
|
|
2993
|
+
// "forks": 137,
|
|
2994
|
+
// "open_issues": 28,
|
|
2995
|
+
// "watchers": 1127,
|
|
2996
|
+
// "default_branch": "master",
|
|
2997
|
+
// "score": 1
|
|
2998
|
+
// },
|
|
2999
|
+
// {
|
|
3000
|
+
// "id": 3649922,
|
|
3001
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnkzNjQ5OTIy",
|
|
3002
|
+
// "name": "ltp",
|
|
3003
|
+
// "full_name": "linux-test-project/ltp",
|
|
3004
|
+
// "private": false,
|
|
3005
|
+
// "owner": {
|
|
3006
|
+
// "login": "linux-test-project",
|
|
3007
|
+
// "id": 1511838,
|
|
3008
|
+
// "node_id": "MDEyOk9yZ2FuaXphdGlvbjE1MTE4Mzg=",
|
|
3009
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/1511838?v=4",
|
|
3010
|
+
// "gravatar_id": "",
|
|
3011
|
+
// "url": "https://api.github.com/users/linux-test-project",
|
|
3012
|
+
// "html_url": "https://github.com/linux-test-project",
|
|
3013
|
+
// "followers_url": "https://api.github.com/users/linux-test-project/followers",
|
|
3014
|
+
// "following_url": "https://api.github.com/users/linux-test-project/following{/other_user}",
|
|
3015
|
+
// "gists_url": "https://api.github.com/users/linux-test-project/gists{/gist_id}",
|
|
3016
|
+
// "starred_url": "https://api.github.com/users/linux-test-project/starred{/owner}{/repo}",
|
|
3017
|
+
// "subscriptions_url": "https://api.github.com/users/linux-test-project/subscriptions",
|
|
3018
|
+
// "organizations_url": "https://api.github.com/users/linux-test-project/orgs",
|
|
3019
|
+
// "repos_url": "https://api.github.com/users/linux-test-project/repos",
|
|
3020
|
+
// "events_url": "https://api.github.com/users/linux-test-project/events{/privacy}",
|
|
3021
|
+
// "received_events_url": "https://api.github.com/users/linux-test-project/received_events",
|
|
3022
|
+
// "type": "Organization",
|
|
3023
|
+
// "site_admin": false
|
|
3024
|
+
// },
|
|
3025
|
+
// "html_url": "https://github.com/linux-test-project/ltp",
|
|
3026
|
+
// "description": "Linux Test Project http://linux-test-project.github.io/",
|
|
3027
|
+
// "fork": false,
|
|
3028
|
+
// "url": "https://api.github.com/repos/linux-test-project/ltp",
|
|
3029
|
+
// "forks_url": "https://api.github.com/repos/linux-test-project/ltp/forks",
|
|
3030
|
+
// "keys_url": "https://api.github.com/repos/linux-test-project/ltp/keys{/key_id}",
|
|
3031
|
+
// "collaborators_url": "https://api.github.com/repos/linux-test-project/ltp/collaborators{/collaborator}",
|
|
3032
|
+
// "teams_url": "https://api.github.com/repos/linux-test-project/ltp/teams",
|
|
3033
|
+
// "hooks_url": "https://api.github.com/repos/linux-test-project/ltp/hooks",
|
|
3034
|
+
// "issue_events_url": "https://api.github.com/repos/linux-test-project/ltp/issues/events{/number}",
|
|
3035
|
+
// "events_url": "https://api.github.com/repos/linux-test-project/ltp/events",
|
|
3036
|
+
// "assignees_url": "https://api.github.com/repos/linux-test-project/ltp/assignees{/user}",
|
|
3037
|
+
// "branches_url": "https://api.github.com/repos/linux-test-project/ltp/branches{/branch}",
|
|
3038
|
+
// "tags_url": "https://api.github.com/repos/linux-test-project/ltp/tags",
|
|
3039
|
+
// "blobs_url": "https://api.github.com/repos/linux-test-project/ltp/git/blobs{/sha}",
|
|
3040
|
+
// "git_tags_url": "https://api.github.com/repos/linux-test-project/ltp/git/tags{/sha}",
|
|
3041
|
+
// "git_refs_url": "https://api.github.com/repos/linux-test-project/ltp/git/refs{/sha}",
|
|
3042
|
+
// "trees_url": "https://api.github.com/repos/linux-test-project/ltp/git/trees{/sha}",
|
|
3043
|
+
// "statuses_url": "https://api.github.com/repos/linux-test-project/ltp/statuses/{sha}",
|
|
3044
|
+
// "languages_url": "https://api.github.com/repos/linux-test-project/ltp/languages",
|
|
3045
|
+
// "stargazers_url": "https://api.github.com/repos/linux-test-project/ltp/stargazers",
|
|
3046
|
+
// "contributors_url": "https://api.github.com/repos/linux-test-project/ltp/contributors",
|
|
3047
|
+
// "subscribers_url": "https://api.github.com/repos/linux-test-project/ltp/subscribers",
|
|
3048
|
+
// "subscription_url": "https://api.github.com/repos/linux-test-project/ltp/subscription",
|
|
3049
|
+
// "commits_url": "https://api.github.com/repos/linux-test-project/ltp/commits{/sha}",
|
|
3050
|
+
// "git_commits_url": "https://api.github.com/repos/linux-test-project/ltp/git/commits{/sha}",
|
|
3051
|
+
// "comments_url": "https://api.github.com/repos/linux-test-project/ltp/comments{/number}",
|
|
3052
|
+
// "issue_comment_url": "https://api.github.com/repos/linux-test-project/ltp/issues/comments{/number}",
|
|
3053
|
+
// "contents_url": "https://api.github.com/repos/linux-test-project/ltp/contents/{+path}",
|
|
3054
|
+
// "compare_url": "https://api.github.com/repos/linux-test-project/ltp/compare/{base}...{head}",
|
|
3055
|
+
// "merges_url": "https://api.github.com/repos/linux-test-project/ltp/merges",
|
|
3056
|
+
// "archive_url": "https://api.github.com/repos/linux-test-project/ltp/{archive_format}{/ref}",
|
|
3057
|
+
// "downloads_url": "https://api.github.com/repos/linux-test-project/ltp/downloads",
|
|
3058
|
+
// "issues_url": "https://api.github.com/repos/linux-test-project/ltp/issues{/number}",
|
|
3059
|
+
// "pulls_url": "https://api.github.com/repos/linux-test-project/ltp/pulls{/number}",
|
|
3060
|
+
// "milestones_url": "https://api.github.com/repos/linux-test-project/ltp/milestones{/number}",
|
|
3061
|
+
// "notifications_url": "https://api.github.com/repos/linux-test-project/ltp/notifications{?since,all,participating}",
|
|
3062
|
+
// "labels_url": "https://api.github.com/repos/linux-test-project/ltp/labels{/name}",
|
|
3063
|
+
// "releases_url": "https://api.github.com/repos/linux-test-project/ltp/releases{/id}",
|
|
3064
|
+
// "deployments_url": "https://api.github.com/repos/linux-test-project/ltp/deployments",
|
|
3065
|
+
// "created_at": "2012-03-07T14:39:13Z",
|
|
3066
|
+
// "updated_at": "2022-11-05T08:10:02Z",
|
|
3067
|
+
// "pushed_at": "2022-11-04T18:55:38Z",
|
|
3068
|
+
// "git_url": "git://github.com/linux-test-project/ltp.git",
|
|
3069
|
+
// "ssh_url": "git@github.com:linux-test-project/ltp.git",
|
|
3070
|
+
// "clone_url": "https://github.com/linux-test-project/ltp.git",
|
|
3071
|
+
// "svn_url": "https://github.com/linux-test-project/ltp",
|
|
3072
|
+
// "homepage": "https://lists.linux.it/listinfo/ltp",
|
|
3073
|
+
// "size": 62282,
|
|
3074
|
+
// "stargazers_count": 1878,
|
|
3075
|
+
// "watchers_count": 1878,
|
|
3076
|
+
// "language": "C",
|
|
3077
|
+
// "has_issues": true,
|
|
3078
|
+
// "has_projects": true,
|
|
3079
|
+
// "has_downloads": true,
|
|
3080
|
+
// "has_wiki": true,
|
|
3081
|
+
// "has_pages": false,
|
|
3082
|
+
// "forks_count": 902,
|
|
3083
|
+
// "mirror_url": null,
|
|
3084
|
+
// "archived": false,
|
|
3085
|
+
// "disabled": false,
|
|
3086
|
+
// "open_issues_count": 244,
|
|
3087
|
+
// "license": {
|
|
3088
|
+
// "key": "gpl-2.0",
|
|
3089
|
+
// "name": "GNU General Public License v2.0",
|
|
3090
|
+
// "spdx_id": "GPL-2.0",
|
|
3091
|
+
// "url": "https://api.github.com/licenses/gpl-2.0",
|
|
3092
|
+
// "node_id": "MDc6TGljZW5zZTg="
|
|
3093
|
+
// },
|
|
3094
|
+
// "allow_forking": true,
|
|
3095
|
+
// "is_template": false,
|
|
3096
|
+
// "web_commit_signoff_required": false,
|
|
3097
|
+
// "topics": [
|
|
3098
|
+
// "c",
|
|
3099
|
+
// "libc",
|
|
3100
|
+
// "linux",
|
|
3101
|
+
// "linux-kernel",
|
|
3102
|
+
// "linux-test",
|
|
3103
|
+
// "ltp",
|
|
3104
|
+
// "posix",
|
|
3105
|
+
// "syscalls",
|
|
3106
|
+
// "test-automation",
|
|
3107
|
+
// "unix"
|
|
3108
|
+
// ],
|
|
3109
|
+
// "visibility": "public",
|
|
3110
|
+
// "forks": 902,
|
|
3111
|
+
// "open_issues": 244,
|
|
3112
|
+
// "watchers": 1878,
|
|
3113
|
+
// "default_branch": "master",
|
|
3114
|
+
// "score": 1
|
|
3115
|
+
// },
|
|
3116
|
+
// {
|
|
3117
|
+
// "id": 102034005,
|
|
3118
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnkxMDIwMzQwMDU=",
|
|
3119
|
+
// "name": "cypress-test-tiny",
|
|
3120
|
+
// "full_name": "cypress-io/cypress-test-tiny",
|
|
3121
|
+
// "private": false,
|
|
3122
|
+
// "owner": {
|
|
3123
|
+
// "login": "cypress-io",
|
|
3124
|
+
// "id": 8908513,
|
|
3125
|
+
// "node_id": "MDEyOk9yZ2FuaXphdGlvbjg5MDg1MTM=",
|
|
3126
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/8908513?v=4",
|
|
3127
|
+
// "gravatar_id": "",
|
|
3128
|
+
// "url": "https://api.github.com/users/cypress-io",
|
|
3129
|
+
// "html_url": "https://github.com/cypress-io",
|
|
3130
|
+
// "followers_url": "https://api.github.com/users/cypress-io/followers",
|
|
3131
|
+
// "following_url": "https://api.github.com/users/cypress-io/following{/other_user}",
|
|
3132
|
+
// "gists_url": "https://api.github.com/users/cypress-io/gists{/gist_id}",
|
|
3133
|
+
// "starred_url": "https://api.github.com/users/cypress-io/starred{/owner}{/repo}",
|
|
3134
|
+
// "subscriptions_url": "https://api.github.com/users/cypress-io/subscriptions",
|
|
3135
|
+
// "organizations_url": "https://api.github.com/users/cypress-io/orgs",
|
|
3136
|
+
// "repos_url": "https://api.github.com/users/cypress-io/repos",
|
|
3137
|
+
// "events_url": "https://api.github.com/users/cypress-io/events{/privacy}",
|
|
3138
|
+
// "received_events_url": "https://api.github.com/users/cypress-io/received_events",
|
|
3139
|
+
// "type": "Organization",
|
|
3140
|
+
// "site_admin": false
|
|
3141
|
+
// },
|
|
3142
|
+
// "html_url": "https://github.com/cypress-io/cypress-test-tiny",
|
|
3143
|
+
// "description": "Tiny Cypress E2E test case",
|
|
3144
|
+
// "fork": false,
|
|
3145
|
+
// "url": "https://api.github.com/repos/cypress-io/cypress-test-tiny",
|
|
3146
|
+
// "forks_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/forks",
|
|
3147
|
+
// "keys_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/keys{/key_id}",
|
|
3148
|
+
// "collaborators_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/collaborators{/collaborator}",
|
|
3149
|
+
// "teams_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/teams",
|
|
3150
|
+
// "hooks_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/hooks",
|
|
3151
|
+
// "issue_events_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/issues/events{/number}",
|
|
3152
|
+
// "events_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/events",
|
|
3153
|
+
// "assignees_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/assignees{/user}",
|
|
3154
|
+
// "branches_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/branches{/branch}",
|
|
3155
|
+
// "tags_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/tags",
|
|
3156
|
+
// "blobs_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/git/blobs{/sha}",
|
|
3157
|
+
// "git_tags_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/git/tags{/sha}",
|
|
3158
|
+
// "git_refs_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/git/refs{/sha}",
|
|
3159
|
+
// "trees_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/git/trees{/sha}",
|
|
3160
|
+
// "statuses_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/statuses/{sha}",
|
|
3161
|
+
// "languages_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/languages",
|
|
3162
|
+
// "stargazers_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/stargazers",
|
|
3163
|
+
// "contributors_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/contributors",
|
|
3164
|
+
// "subscribers_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/subscribers",
|
|
3165
|
+
// "subscription_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/subscription",
|
|
3166
|
+
// "commits_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/commits{/sha}",
|
|
3167
|
+
// "git_commits_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/git/commits{/sha}",
|
|
3168
|
+
// "comments_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/comments{/number}",
|
|
3169
|
+
// "issue_comment_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/issues/comments{/number}",
|
|
3170
|
+
// "contents_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/contents/{+path}",
|
|
3171
|
+
// "compare_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/compare/{base}...{head}",
|
|
3172
|
+
// "merges_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/merges",
|
|
3173
|
+
// "archive_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/{archive_format}{/ref}",
|
|
3174
|
+
// "downloads_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/downloads",
|
|
3175
|
+
// "issues_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/issues{/number}",
|
|
3176
|
+
// "pulls_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/pulls{/number}",
|
|
3177
|
+
// "milestones_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/milestones{/number}",
|
|
3178
|
+
// "notifications_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/notifications{?since,all,participating}",
|
|
3179
|
+
// "labels_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/labels{/name}",
|
|
3180
|
+
// "releases_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/releases{/id}",
|
|
3181
|
+
// "deployments_url": "https://api.github.com/repos/cypress-io/cypress-test-tiny/deployments",
|
|
3182
|
+
// "created_at": "2017-08-31T18:50:17Z",
|
|
3183
|
+
// "updated_at": "2022-10-30T03:51:31Z",
|
|
3184
|
+
// "pushed_at": "2022-09-19T17:41:35Z",
|
|
3185
|
+
// "git_url": "git://github.com/cypress-io/cypress-test-tiny.git",
|
|
3186
|
+
// "ssh_url": "git@github.com:cypress-io/cypress-test-tiny.git",
|
|
3187
|
+
// "clone_url": "https://github.com/cypress-io/cypress-test-tiny.git",
|
|
3188
|
+
// "svn_url": "https://github.com/cypress-io/cypress-test-tiny",
|
|
3189
|
+
// "homepage": "https://www.cypress.io/",
|
|
3190
|
+
// "size": 2359,
|
|
3191
|
+
// "stargazers_count": 49,
|
|
3192
|
+
// "watchers_count": 49,
|
|
3193
|
+
// "language": "JavaScript",
|
|
3194
|
+
// "has_issues": true,
|
|
3195
|
+
// "has_projects": true,
|
|
3196
|
+
// "has_downloads": true,
|
|
3197
|
+
// "has_wiki": false,
|
|
3198
|
+
// "has_pages": false,
|
|
3199
|
+
// "forks_count": 425,
|
|
3200
|
+
// "mirror_url": null,
|
|
3201
|
+
// "archived": false,
|
|
3202
|
+
// "disabled": false,
|
|
3203
|
+
// "open_issues_count": 12,
|
|
3204
|
+
// "license": null,
|
|
3205
|
+
// "allow_forking": true,
|
|
3206
|
+
// "is_template": true,
|
|
3207
|
+
// "web_commit_signoff_required": false,
|
|
3208
|
+
// "topics": [
|
|
3209
|
+
// "cypress",
|
|
3210
|
+
// "cypress-io",
|
|
3211
|
+
// "test"
|
|
3212
|
+
// ],
|
|
3213
|
+
// "visibility": "public",
|
|
3214
|
+
// "forks": 425,
|
|
3215
|
+
// "open_issues": 12,
|
|
3216
|
+
// "watchers": 49,
|
|
3217
|
+
// "default_branch": "master",
|
|
3218
|
+
// "score": 1
|
|
3219
|
+
// },
|
|
3220
|
+
// {
|
|
3221
|
+
// "id": 216207782,
|
|
3222
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnkyMTYyMDc3ODI=",
|
|
3223
|
+
// "name": "test",
|
|
3224
|
+
// "full_name": "2020GetGoodOffer/test",
|
|
3225
|
+
// "private": false,
|
|
3226
|
+
// "owner": {
|
|
3227
|
+
// "login": "2020GetGoodOffer",
|
|
3228
|
+
// "id": 56342704,
|
|
3229
|
+
// "node_id": "MDQ6VXNlcjU2MzQyNzA0",
|
|
3230
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/56342704?v=4",
|
|
3231
|
+
// "gravatar_id": "",
|
|
3232
|
+
// "url": "https://api.github.com/users/2020GetGoodOffer",
|
|
3233
|
+
// "html_url": "https://github.com/2020GetGoodOffer",
|
|
3234
|
+
// "followers_url": "https://api.github.com/users/2020GetGoodOffer/followers",
|
|
3235
|
+
// "following_url": "https://api.github.com/users/2020GetGoodOffer/following{/other_user}",
|
|
3236
|
+
// "gists_url": "https://api.github.com/users/2020GetGoodOffer/gists{/gist_id}",
|
|
3237
|
+
// "starred_url": "https://api.github.com/users/2020GetGoodOffer/starred{/owner}{/repo}",
|
|
3238
|
+
// "subscriptions_url": "https://api.github.com/users/2020GetGoodOffer/subscriptions",
|
|
3239
|
+
// "organizations_url": "https://api.github.com/users/2020GetGoodOffer/orgs",
|
|
3240
|
+
// "repos_url": "https://api.github.com/users/2020GetGoodOffer/repos",
|
|
3241
|
+
// "events_url": "https://api.github.com/users/2020GetGoodOffer/events{/privacy}",
|
|
3242
|
+
// "received_events_url": "https://api.github.com/users/2020GetGoodOffer/received_events",
|
|
3243
|
+
// "type": "User",
|
|
3244
|
+
// "site_admin": false
|
|
3245
|
+
// },
|
|
3246
|
+
// "html_url": "https://github.com/2020GetGoodOffer/test",
|
|
3247
|
+
// "description": "Java复习合集",
|
|
3248
|
+
// "fork": false,
|
|
3249
|
+
// "url": "https://api.github.com/repos/2020GetGoodOffer/test",
|
|
3250
|
+
// "forks_url": "https://api.github.com/repos/2020GetGoodOffer/test/forks",
|
|
3251
|
+
// "keys_url": "https://api.github.com/repos/2020GetGoodOffer/test/keys{/key_id}",
|
|
3252
|
+
// "collaborators_url": "https://api.github.com/repos/2020GetGoodOffer/test/collaborators{/collaborator}",
|
|
3253
|
+
// "teams_url": "https://api.github.com/repos/2020GetGoodOffer/test/teams",
|
|
3254
|
+
// "hooks_url": "https://api.github.com/repos/2020GetGoodOffer/test/hooks",
|
|
3255
|
+
// "issue_events_url": "https://api.github.com/repos/2020GetGoodOffer/test/issues/events{/number}",
|
|
3256
|
+
// "events_url": "https://api.github.com/repos/2020GetGoodOffer/test/events",
|
|
3257
|
+
// "assignees_url": "https://api.github.com/repos/2020GetGoodOffer/test/assignees{/user}",
|
|
3258
|
+
// "branches_url": "https://api.github.com/repos/2020GetGoodOffer/test/branches{/branch}",
|
|
3259
|
+
// "tags_url": "https://api.github.com/repos/2020GetGoodOffer/test/tags",
|
|
3260
|
+
// "blobs_url": "https://api.github.com/repos/2020GetGoodOffer/test/git/blobs{/sha}",
|
|
3261
|
+
// "git_tags_url": "https://api.github.com/repos/2020GetGoodOffer/test/git/tags{/sha}",
|
|
3262
|
+
// "git_refs_url": "https://api.github.com/repos/2020GetGoodOffer/test/git/refs{/sha}",
|
|
3263
|
+
// "trees_url": "https://api.github.com/repos/2020GetGoodOffer/test/git/trees{/sha}",
|
|
3264
|
+
// "statuses_url": "https://api.github.com/repos/2020GetGoodOffer/test/statuses/{sha}",
|
|
3265
|
+
// "languages_url": "https://api.github.com/repos/2020GetGoodOffer/test/languages",
|
|
3266
|
+
// "stargazers_url": "https://api.github.com/repos/2020GetGoodOffer/test/stargazers",
|
|
3267
|
+
// "contributors_url": "https://api.github.com/repos/2020GetGoodOffer/test/contributors",
|
|
3268
|
+
// "subscribers_url": "https://api.github.com/repos/2020GetGoodOffer/test/subscribers",
|
|
3269
|
+
// "subscription_url": "https://api.github.com/repos/2020GetGoodOffer/test/subscription",
|
|
3270
|
+
// "commits_url": "https://api.github.com/repos/2020GetGoodOffer/test/commits{/sha}",
|
|
3271
|
+
// "git_commits_url": "https://api.github.com/repos/2020GetGoodOffer/test/git/commits{/sha}",
|
|
3272
|
+
// "comments_url": "https://api.github.com/repos/2020GetGoodOffer/test/comments{/number}",
|
|
3273
|
+
// "issue_comment_url": "https://api.github.com/repos/2020GetGoodOffer/test/issues/comments{/number}",
|
|
3274
|
+
// "contents_url": "https://api.github.com/repos/2020GetGoodOffer/test/contents/{+path}",
|
|
3275
|
+
// "compare_url": "https://api.github.com/repos/2020GetGoodOffer/test/compare/{base}...{head}",
|
|
3276
|
+
// "merges_url": "https://api.github.com/repos/2020GetGoodOffer/test/merges",
|
|
3277
|
+
// "archive_url": "https://api.github.com/repos/2020GetGoodOffer/test/{archive_format}{/ref}",
|
|
3278
|
+
// "downloads_url": "https://api.github.com/repos/2020GetGoodOffer/test/downloads",
|
|
3279
|
+
// "issues_url": "https://api.github.com/repos/2020GetGoodOffer/test/issues{/number}",
|
|
3280
|
+
// "pulls_url": "https://api.github.com/repos/2020GetGoodOffer/test/pulls{/number}",
|
|
3281
|
+
// "milestones_url": "https://api.github.com/repos/2020GetGoodOffer/test/milestones{/number}",
|
|
3282
|
+
// "notifications_url": "https://api.github.com/repos/2020GetGoodOffer/test/notifications{?since,all,participating}",
|
|
3283
|
+
// "labels_url": "https://api.github.com/repos/2020GetGoodOffer/test/labels{/name}",
|
|
3284
|
+
// "releases_url": "https://api.github.com/repos/2020GetGoodOffer/test/releases{/id}",
|
|
3285
|
+
// "deployments_url": "https://api.github.com/repos/2020GetGoodOffer/test/deployments",
|
|
3286
|
+
// "created_at": "2019-10-19T13:06:12Z",
|
|
3287
|
+
// "updated_at": "2022-10-24T05:37:53Z",
|
|
3288
|
+
// "pushed_at": "2022-07-21T01:05:28Z",
|
|
3289
|
+
// "git_url": "git://github.com/2020GetGoodOffer/test.git",
|
|
3290
|
+
// "ssh_url": "git@github.com:2020GetGoodOffer/test.git",
|
|
3291
|
+
// "clone_url": "https://github.com/2020GetGoodOffer/test.git",
|
|
3292
|
+
// "svn_url": "https://github.com/2020GetGoodOffer/test",
|
|
3293
|
+
// "homepage": "",
|
|
3294
|
+
// "size": 14638,
|
|
3295
|
+
// "stargazers_count": 442,
|
|
3296
|
+
// "watchers_count": 442,
|
|
3297
|
+
// "language": "Java",
|
|
3298
|
+
// "has_issues": true,
|
|
3299
|
+
// "has_projects": true,
|
|
3300
|
+
// "has_downloads": true,
|
|
3301
|
+
// "has_wiki": true,
|
|
3302
|
+
// "has_pages": false,
|
|
3303
|
+
// "forks_count": 126,
|
|
3304
|
+
// "mirror_url": null,
|
|
3305
|
+
// "archived": false,
|
|
3306
|
+
// "disabled": false,
|
|
3307
|
+
// "open_issues_count": 51,
|
|
3308
|
+
// "license": null,
|
|
3309
|
+
// "allow_forking": true,
|
|
3310
|
+
// "is_template": false,
|
|
3311
|
+
// "web_commit_signoff_required": false,
|
|
3312
|
+
// "topics": [],
|
|
3313
|
+
// "visibility": "public",
|
|
3314
|
+
// "forks": 126,
|
|
3315
|
+
// "open_issues": 51,
|
|
3316
|
+
// "watchers": 442,
|
|
3317
|
+
// "default_branch": "master",
|
|
3318
|
+
// "score": 1
|
|
3319
|
+
// },
|
|
3320
|
+
// {
|
|
3321
|
+
// "id": 123572362,
|
|
3322
|
+
// "node_id": "MDEwOlJlcG9zaXRvcnkxMjM1NzIzNjI=",
|
|
3323
|
+
// "name": "learn-go-with-tests",
|
|
3324
|
+
// "full_name": "quii/learn-go-with-tests",
|
|
3325
|
+
// "private": false,
|
|
3326
|
+
// "owner": {
|
|
3327
|
+
// "login": "quii",
|
|
3328
|
+
// "id": 631756,
|
|
3329
|
+
// "node_id": "MDQ6VXNlcjYzMTc1Ng==",
|
|
3330
|
+
// "avatar_url": "https://avatars.githubusercontent.com/u/631756?v=4",
|
|
3331
|
+
// "gravatar_id": "",
|
|
3332
|
+
// "url": "https://api.github.com/users/quii",
|
|
3333
|
+
// "html_url": "https://github.com/quii",
|
|
3334
|
+
// "followers_url": "https://api.github.com/users/quii/followers",
|
|
3335
|
+
// "following_url": "https://api.github.com/users/quii/following{/other_user}",
|
|
3336
|
+
// "gists_url": "https://api.github.com/users/quii/gists{/gist_id}",
|
|
3337
|
+
// "starred_url": "https://api.github.com/users/quii/starred{/owner}{/repo}",
|
|
3338
|
+
// "subscriptions_url": "https://api.github.com/users/quii/subscriptions",
|
|
3339
|
+
// "organizations_url": "https://api.github.com/users/quii/orgs",
|
|
3340
|
+
// "repos_url": "https://api.github.com/users/quii/repos",
|
|
3341
|
+
// "events_url": "https://api.github.com/users/quii/events{/privacy}",
|
|
3342
|
+
// "received_events_url": "https://api.github.com/users/quii/received_events",
|
|
3343
|
+
// "type": "User",
|
|
3344
|
+
// "site_admin": false
|
|
3345
|
+
// },
|
|
3346
|
+
// "html_url": "https://github.com/quii/learn-go-with-tests",
|
|
3347
|
+
// "description": "Learn Go with test-driven development",
|
|
3348
|
+
// "fork": false,
|
|
3349
|
+
// "url": "https://api.github.com/repos/quii/learn-go-with-tests",
|
|
3350
|
+
// "forks_url": "https://api.github.com/repos/quii/learn-go-with-tests/forks",
|
|
3351
|
+
// "keys_url": "https://api.github.com/repos/quii/learn-go-with-tests/keys{/key_id}",
|
|
3352
|
+
// "collaborators_url": "https://api.github.com/repos/quii/learn-go-with-tests/collaborators{/collaborator}",
|
|
3353
|
+
// "teams_url": "https://api.github.com/repos/quii/learn-go-with-tests/teams",
|
|
3354
|
+
// "hooks_url": "https://api.github.com/repos/quii/learn-go-with-tests/hooks",
|
|
3355
|
+
// "issue_events_url": "https://api.github.com/repos/quii/learn-go-with-tests/issues/events{/number}",
|
|
3356
|
+
// "events_url": "https://api.github.com/repos/quii/learn-go-with-tests/events",
|
|
3357
|
+
// "assignees_url": "https://api.github.com/repos/quii/learn-go-with-tests/assignees{/user}",
|
|
3358
|
+
// "branches_url": "https://api.github.com/repos/quii/learn-go-with-tests/branches{/branch}",
|
|
3359
|
+
// "tags_url": "https://api.github.com/repos/quii/learn-go-with-tests/tags",
|
|
3360
|
+
// "blobs_url": "https://api.github.com/repos/quii/learn-go-with-tests/git/blobs{/sha}",
|
|
3361
|
+
// "git_tags_url": "https://api.github.com/repos/quii/learn-go-with-tests/git/tags{/sha}",
|
|
3362
|
+
// "git_refs_url": "https://api.github.com/repos/quii/learn-go-with-tests/git/refs{/sha}",
|
|
3363
|
+
// "trees_url": "https://api.github.com/repos/quii/learn-go-with-tests/git/trees{/sha}",
|
|
3364
|
+
// "statuses_url": "https://api.github.com/repos/quii/learn-go-with-tests/statuses/{sha}",
|
|
3365
|
+
// "languages_url": "https://api.github.com/repos/quii/learn-go-with-tests/languages",
|
|
3366
|
+
// "stargazers_url": "https://api.github.com/repos/quii/learn-go-with-tests/stargazers",
|
|
3367
|
+
// "contributors_url": "https://api.github.com/repos/quii/learn-go-with-tests/contributors",
|
|
3368
|
+
// "subscribers_url": "https://api.github.com/repos/quii/learn-go-with-tests/subscribers",
|
|
3369
|
+
// "subscription_url": "https://api.github.com/repos/quii/learn-go-with-tests/subscription",
|
|
3370
|
+
// "commits_url": "https://api.github.com/repos/quii/learn-go-with-tests/commits{/sha}",
|
|
3371
|
+
// "git_commits_url": "https://api.github.com/repos/quii/learn-go-with-tests/git/commits{/sha}",
|
|
3372
|
+
// "comments_url": "https://api.github.com/repos/quii/learn-go-with-tests/comments{/number}",
|
|
3373
|
+
// "issue_comment_url": "https://api.github.com/repos/quii/learn-go-with-tests/issues/comments{/number}",
|
|
3374
|
+
// "contents_url": "https://api.github.com/repos/quii/learn-go-with-tests/contents/{+path}",
|
|
3375
|
+
// "compare_url": "https://api.github.com/repos/quii/learn-go-with-tests/compare/{base}...{head}",
|
|
3376
|
+
// "merges_url": "https://api.github.com/repos/quii/learn-go-with-tests/merges",
|
|
3377
|
+
// "archive_url": "https://api.github.com/repos/quii/learn-go-with-tests/{archive_format}{/ref}",
|
|
3378
|
+
// "downloads_url": "https://api.github.com/repos/quii/learn-go-with-tests/downloads",
|
|
3379
|
+
// "issues_url": "https://api.github.com/repos/quii/learn-go-with-tests/issues{/number}",
|
|
3380
|
+
// "pulls_url": "https://api.github.com/repos/quii/learn-go-with-tests/pulls{/number}",
|
|
3381
|
+
// "milestones_url": "https://api.github.com/repos/quii/learn-go-with-tests/milestones{/number}",
|
|
3382
|
+
// "notifications_url": "https://api.github.com/repos/quii/learn-go-with-tests/notifications{?since,all,participating}",
|
|
3383
|
+
// "labels_url": "https://api.github.com/repos/quii/learn-go-with-tests/labels{/name}",
|
|
3384
|
+
// "releases_url": "https://api.github.com/repos/quii/learn-go-with-tests/releases{/id}",
|
|
3385
|
+
// "deployments_url": "https://api.github.com/repos/quii/learn-go-with-tests/deployments",
|
|
3386
|
+
// "created_at": "2018-03-02T11:41:14Z",
|
|
3387
|
+
// "updated_at": "2022-11-06T12:38:13Z",
|
|
3388
|
+
// "pushed_at": "2022-11-04T06:28:21Z",
|
|
3389
|
+
// "git_url": "git://github.com/quii/learn-go-with-tests.git",
|
|
3390
|
+
// "ssh_url": "git@github.com:quii/learn-go-with-tests.git",
|
|
3391
|
+
// "clone_url": "https://github.com/quii/learn-go-with-tests.git",
|
|
3392
|
+
// "svn_url": "https://github.com/quii/learn-go-with-tests",
|
|
3393
|
+
// "homepage": "",
|
|
3394
|
+
// "size": 9144,
|
|
3395
|
+
// "stargazers_count": 18671,
|
|
3396
|
+
// "watchers_count": 18671,
|
|
3397
|
+
// "language": "Go",
|
|
3398
|
+
// "has_issues": true,
|
|
3399
|
+
// "has_projects": true,
|
|
3400
|
+
// "has_downloads": true,
|
|
3401
|
+
// "has_wiki": true,
|
|
3402
|
+
// "has_pages": false,
|
|
3403
|
+
// "forks_count": 2453,
|
|
3404
|
+
// "mirror_url": null,
|
|
3405
|
+
// "archived": false,
|
|
3406
|
+
// "disabled": false,
|
|
3407
|
+
// "open_issues_count": 32,
|
|
3408
|
+
// "license": {
|
|
3409
|
+
// "key": "mit",
|
|
3410
|
+
// "name": "MIT License",
|
|
3411
|
+
// "spdx_id": "MIT",
|
|
3412
|
+
// "url": "https://api.github.com/licenses/mit",
|
|
3413
|
+
// "node_id": "MDc6TGljZW5zZTEz"
|
|
3414
|
+
// },
|
|
3415
|
+
// "allow_forking": true,
|
|
3416
|
+
// "is_template": false,
|
|
3417
|
+
// "web_commit_signoff_required": false,
|
|
3418
|
+
// "topics": [
|
|
3419
|
+
// "go",
|
|
3420
|
+
// "golang",
|
|
3421
|
+
// "tdd",
|
|
3422
|
+
// "test-driven-development",
|
|
3423
|
+
// "testing"
|
|
3424
|
+
// ],
|
|
3425
|
+
// "visibility": "public",
|
|
3426
|
+
// "forks": 2453,
|
|
3427
|
+
// "open_issues": 32,
|
|
3428
|
+
// "watchers": 18671,
|
|
3429
|
+
// "default_branch": "main",
|
|
3430
|
+
// "score": 1
|
|
3431
|
+
// }
|
|
3432
|
+
// ].map(item => ({
|
|
3433
|
+
// value: item.id,
|
|
3434
|
+
// text: item.name
|
|
3435
|
+
// })));
|
|
108
3436
|
}
|
|
109
3437
|
}
|