Created
April 3, 2020 23:00
-
-
Save veeral-patel/9d67d254371e86e3df24bd4fa07a2333 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": { | |
"repository": { | |
"owner": { | |
"login": "facebook" | |
}, | |
"isPrivate": false, | |
"isDisabled": false, | |
"isArchived": false, | |
"isLocked": false, | |
"name": "react", | |
"viewerCanSubscribe": true, | |
"viewerSubscription": "UNSUBSCRIBED", | |
"watchers": { | |
"totalCount": 6651 | |
}, | |
"viewerHasStarred": true, | |
"stargazers": { | |
"totalCount": 146279 | |
}, | |
"forks": { | |
"totalCount": 27116 | |
}, | |
"hasIssuesEnabled": true, | |
"issues": { | |
"totalCount": 467 | |
}, | |
"pullRequests": { | |
"totalCount": 65 | |
}, | |
"hasProjectsEnabled": true, | |
"projects": { | |
"totalCount": 0 | |
}, | |
"hasWikiEnabled": true, | |
"description": "A declarative, efficient, and flexible JavaScript library for building user interfaces.", | |
"repositoryTopics": { | |
"nodes": [ | |
{ | |
"topic": { | |
"name": "javascript" | |
} | |
}, | |
{ | |
"topic": { | |
"name": "react" | |
} | |
}, | |
{ | |
"topic": { | |
"name": "frontend" | |
} | |
}, | |
{ | |
"topic": { | |
"name": "declarative" | |
} | |
}, | |
{ | |
"topic": { | |
"name": "ui" | |
} | |
} | |
] | |
}, | |
"homepageUrl": "https://reactjs.org", | |
"refs": { | |
"totalCount": 59 | |
}, | |
"registryPackages": { | |
"totalCount": 0 | |
}, | |
"releases": { | |
"totalCount": 90 | |
}, | |
"licenseInfo": { | |
"name": "MIT License" | |
}, | |
"languages": { | |
"edges": [ | |
{ | |
"size": 4180381, | |
"node": { | |
"name": "JavaScript", | |
"color": "#f1e05a" | |
} | |
}, | |
{ | |
"size": 3703, | |
"node": { | |
"name": "Shell", | |
"color": "#89e051" | |
} | |
}, | |
{ | |
"size": 16554, | |
"node": { | |
"name": "CoffeeScript", | |
"color": "#244776" | |
} | |
}, | |
{ | |
"size": 19904, | |
"node": { | |
"name": "TypeScript", | |
"color": "#2b7489" | |
} | |
}, | |
{ | |
"size": 259, | |
"node": { | |
"name": "Python", | |
"color": "#3572A5" | |
} | |
} | |
] | |
}, | |
"defaultBranchRef": { | |
"name": "master", | |
"target": { | |
"associatedPullRequests": { | |
"nodes": [ | |
{ | |
"number": 18476 | |
} | |
] | |
}, | |
"history": { | |
"totalCount": 13047 | |
}, | |
"author": { | |
"user": { | |
"avatarUrl": "https://avatars2.githubusercontent.com/u/63648?u=f1387d49fb1d3a6e7b26f0e5847eca5fa82c26a5&v=4", | |
"login": "sebmarkbage" | |
} | |
}, | |
"messageHeadline": "[Flight] Lazily parse models and allow any value to suspend (#18476)", | |
"statusCheckRollup": { | |
"state": "SUCCESS" | |
}, | |
"abbreviatedOid": "e2dd308" | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment