Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

package.published.payload.json 15 KB

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
  1. {
  2. "action":"published",
  3. "package":{
  4. "id":10696,
  5. "name":"hello-world-npm",
  6. "package_type":"npm",
  7. "html_url":"https://github.com/Codertocat/hello-world-npm/packages/10696",
  8. "created_at":"2019-05-09T23:28:29Z",
  9. "updated_at":"2019-05-09T23:28:29Z",
  10. "owner":{
  11. "login":"Codertocat",
  12. "id":21031067,
  13. "node_id":"MDQ6VXNlcjIxMDMxMDY3",
  14. "avatar_url":"https://avatars1.githubusercontent.com/u/21031067?v=4",
  15. "gravatar_id":"",
  16. "url":"https://api.github.com/users/Codertocat",
  17. "html_url":"https://github.com/Codertocat",
  18. "followers_url":"https://api.github.com/users/Codertocat/followers",
  19. "following_url":"https://api.github.com/users/Codertocat/following{/other_user}",
  20. "gists_url":"https://api.github.com/users/Codertocat/gists{/gist_id}",
  21. "starred_url":"https://api.github.com/users/Codertocat/starred{/owner}{/repo}",
  22. "subscriptions_url":"https://api.github.com/users/Codertocat/subscriptions",
  23. "organizations_url":"https://api.github.com/users/Codertocat/orgs",
  24. "repos_url":"https://api.github.com/users/Codertocat/repos",
  25. "events_url":"https://api.github.com/users/Codertocat/events{/privacy}",
  26. "received_events_url":"https://api.github.com/users/Codertocat/received_events",
  27. "type":"User",
  28. "site_admin":false
  29. },
  30. "package_version":{
  31. "id":24147,
  32. "version":"1.0.0",
  33. "summary":"A simple npm package to demonstrate GitHub Packages",
  34. "body":"# hello-world-npm\n\nThis is a simple npm package that demonstrates the [Github Packages](https://github.com/features/package).\n\n## Installation \n\n`$ npm install`\n\n## Usage\n\n```\nconst myPackage = require('hello-world-node-package');\nmyPackage.helloWorld();\n```\n\n",
  35. "body_html":"<h1>hello-world-npm</h1>\n<p>This is a simple npm package that demonstrates the <a href=\"https://github.com/features/package\">Github Package Registry</a>.</p>\n<h2>Installation</h2>\n<p><code>$ npm install</code></p>\n<h2>Usage</h2>\n<pre><code>const myPackage = require('hello-world-node-package');\nmyPackage.helloWorld();\n</code></pre>",
  36. "release":{
  37. "url":"https://api.github.com/repos/Codertocat/hello-world-npm/releases/17264286",
  38. "html_url":"https://github.com/Codertocat/hello-world-npm/releases/tag/1.0.0",
  39. "id":17264286,
  40. "tag_name":"1.0.0",
  41. "target_commitish":"master",
  42. "name":"1.0.0",
  43. "draft":false,
  44. "author":{
  45. "login":"Codertocat",
  46. "id":21031067,
  47. "node_id":"MDQ6VXNlcjIxMDMxMDY3",
  48. "avatar_url":"https://avatars1.githubusercontent.com/u/21031067?v=4",
  49. "gravatar_id":"",
  50. "url":"https://api.github.com/users/Codertocat",
  51. "html_url":"https://github.com/Codertocat",
  52. "followers_url":"https://api.github.com/users/Codertocat/followers",
  53. "following_url":"https://api.github.com/users/Codertocat/following{/other_user}",
  54. "gists_url":"https://api.github.com/users/Codertocat/gists{/gist_id}",
  55. "starred_url":"https://api.github.com/users/Codertocat/starred{/owner}{/repo}",
  56. "subscriptions_url":"https://api.github.com/users/Codertocat/subscriptions",
  57. "organizations_url":"https://api.github.com/users/Codertocat/orgs",
  58. "repos_url":"https://api.github.com/users/Codertocat/repos",
  59. "events_url":"https://api.github.com/users/Codertocat/events{/privacy}",
  60. "received_events_url":"https://api.github.com/users/Codertocat/received_events",
  61. "type":"User",
  62. "site_admin":false
  63. },
  64. "prerelease":false,
  65. "created_at":"2019-05-09T23:24:40Z",
  66. "published_at":"2019-05-09T23:26:59Z"
  67. },
  68. "manifest":"{\"_from\":\"\",\"_id\":\"@codertocat/hello-world-npm@1.0.0\",\"_nodeVersion\":\"10.0.0\",\"_npmUser\":{},\"_npmVersion\":\"5.6.0\",\"_shasum\":\"\",\"author\":{\"name\":\"Codertocat\"},\"bugs\":{\"url\":\"https://github.com/Codertocat/hello-world-npm/issues\"},\"description\":\"A simple npm package to demonstrate GitHub Package Registry\",\"dependencies\":null,\"devDependencies\":null,\"peerDependencies\":null,\"dist\":{\"integrity\":\"sha512-CcChRwjJk+pvGVERbgdjc0w5h6HrOs6jK6OJuHmFcmbnGuhiy9tPMtb4WcSSdvwrktAxf96LsJBNqeIHAEHl3A==\",\"shasum\":\"a413c56a12997ca1b56715ebe81d8c6e0ffe6abb\",\"tarball\":\"http://npm.pkg.github.com/@codertocat/hello-world-npm/-/@codertocat/hello-world-npm-1.0.0.tgz\"},\"gitHead\":\"6c62fb45fe66bfb1ea9a66abc38f6a0cc974292b\",\"homepage\":\"https://github.com/Codertocat/hello-world-npm#readme\",\"license\":\"ISC\",\"main\":\"index.js\",\"name\":\"@codertocat/hello-world-npm\",\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/Codertocat/hello-world-npm.git\"},\"scripts\":{\"test\":\"echo \\\"Error: no test specified\\\" \\u0026\\u0026 exit 1\"},\"version\":\"1.0.0\"}",
  69. "html_url":"https://github.com/Codertocat/hello-world-npm/packages/10696?version=1.0.0",
  70. "tag_name":"1.0.0",
  71. "target_commitish":"master",
  72. "target_oid":"6c62fb45fe66bfb1ea9a66abc38f6a0cc974292b",
  73. "draft":false,
  74. "prerelease":false,
  75. "created_at":"2019-05-09T23:28:29Z",
  76. "updated_at":"2019-05-09T23:28:30Z",
  77. "metadata":[
  78. ],
  79. "package_files":[
  80. {
  81. "download_url":"https://github-production-package-file-4f11e5.s3.amazonaws.com/185882436/3e6d9b00-7288-11e9-9d72-c0df4c711800?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20190509%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20190509T232830Z&X-Amz-Expires=300&X-Amz-Signature=4b825c49cd93370123a77d0f97a4ebb0d44efb76da46faf1e382f0c668b35819&X-Amz-SignedHeaders=host&actor_id=0&response-content-disposition=filename%3Dhello-world-npm-1.0.0-npm.tgz&response-content-type=application%2Foctet-stream",
  82. "id":92167,
  83. "name":"hello-world-npm-1.0.0-npm.tgz",
  84. "sha256":"ba703915435b6ca2ca666b5d8332db34bf9dc37a198ed70d3a5fa5d08b8415c8",
  85. "sha1":"a413c56a12997ca1b56715ebe81d8c6e0ffe6abb",
  86. "md5":"56ebbd5a5a03367f62d0c732bafd3c66",
  87. "content_type":"application/octet-stream",
  88. "state":"uploaded",
  89. "size":654,
  90. "created_at":"2019-05-09T23:28:30Z",
  91. "updated_at":"2019-05-09T23:28:30Z"
  92. }
  93. ],
  94. "author":{
  95. "login":"Codertocat",
  96. "id":21031067,
  97. "node_id":"MDQ6VXNlcjIxMDMxMDY3",
  98. "avatar_url":"https://avatars1.githubusercontent.com/u/21031067?v=4",
  99. "gravatar_id":"",
  100. "url":"https://api.github.com/users/Codertocat",
  101. "html_url":"https://github.com/Codertocat",
  102. "followers_url":"https://api.github.com/users/Codertocat/followers",
  103. "following_url":"https://api.github.com/users/Codertocat/following{/other_user}",
  104. "gists_url":"https://api.github.com/users/Codertocat/gists{/gist_id}",
  105. "starred_url":"https://api.github.com/users/Codertocat/starred{/owner}{/repo}",
  106. "subscriptions_url":"https://api.github.com/users/Codertocat/subscriptions",
  107. "organizations_url":"https://api.github.com/users/Codertocat/orgs",
  108. "repos_url":"https://api.github.com/users/Codertocat/repos",
  109. "events_url":"https://api.github.com/users/Codertocat/events{/privacy}",
  110. "received_events_url":"https://api.github.com/users/Codertocat/received_events",
  111. "type":"User",
  112. "site_admin":false
  113. },
  114. "installation_command":"npm install @Codertocat/@1.0.0"
  115. },
  116. "registry":{
  117. "about_url":"https://help.github.com/about-github-packages",
  118. "name":"GitHub npm registry",
  119. "type":"npm",
  120. "url":"https://npm.pkg.github.com/@Codertocat",
  121. "vendor":"GitHub Inc"
  122. }
  123. },
  124. "repository":{
  125. "id":185882436,
  126. "node_id":"MDEwOlJlcG9zaXRvcnkxODU4ODI0MzY=",
  127. "name":"hello-world-npm",
  128. "full_name":"Codertocat/hello-world-npm",
  129. "private":true,
  130. "owner":{
  131. "login":"Codertocat",
  132. "id":21031067,
  133. "node_id":"MDQ6VXNlcjIxMDMxMDY3",
  134. "avatar_url":"https://avatars1.githubusercontent.com/u/21031067?v=4",
  135. "gravatar_id":"",
  136. "url":"https://api.github.com/users/Codertocat",
  137. "html_url":"https://github.com/Codertocat",
  138. "followers_url":"https://api.github.com/users/Codertocat/followers",
  139. "following_url":"https://api.github.com/users/Codertocat/following{/other_user}",
  140. "gists_url":"https://api.github.com/users/Codertocat/gists{/gist_id}",
  141. "starred_url":"https://api.github.com/users/Codertocat/starred{/owner}{/repo}",
  142. "subscriptions_url":"https://api.github.com/users/Codertocat/subscriptions",
  143. "organizations_url":"https://api.github.com/users/Codertocat/orgs",
  144. "repos_url":"https://api.github.com/users/Codertocat/repos",
  145. "events_url":"https://api.github.com/users/Codertocat/events{/privacy}",
  146. "received_events_url":"https://api.github.com/users/Codertocat/received_events",
  147. "type":"User",
  148. "site_admin":false
  149. },
  150. "html_url":"https://github.com/Codertocat/hello-world-npm",
  151. "description":null,
  152. "fork":false,
  153. "url":"https://api.github.com/repos/Codertocat/hello-world-npm",
  154. "forks_url":"https://api.github.com/repos/Codertocat/hello-world-npm/forks",
  155. "keys_url":"https://api.github.com/repos/Codertocat/hello-world-npm/keys{/key_id}",
  156. "collaborators_url":"https://api.github.com/repos/Codertocat/hello-world-npm/collaborators{/collaborator}",
  157. "teams_url":"https://api.github.com/repos/Codertocat/hello-world-npm/teams",
  158. "hooks_url":"https://api.github.com/repos/Codertocat/hello-world-npm/hooks",
  159. "issue_events_url":"https://api.github.com/repos/Codertocat/hello-world-npm/issues/events{/number}",
  160. "events_url":"https://api.github.com/repos/Codertocat/hello-world-npm/events",
  161. "assignees_url":"https://api.github.com/repos/Codertocat/hello-world-npm/assignees{/user}",
  162. "branches_url":"https://api.github.com/repos/Codertocat/hello-world-npm/branches{/branch}",
  163. "tags_url":"https://api.github.com/repos/Codertocat/hello-world-npm/tags",
  164. "blobs_url":"https://api.github.com/repos/Codertocat/hello-world-npm/git/blobs{/sha}",
  165. "git_tags_url":"https://api.github.com/repos/Codertocat/hello-world-npm/git/tags{/sha}",
  166. "git_refs_url":"https://api.github.com/repos/Codertocat/hello-world-npm/git/refs{/sha}",
  167. "trees_url":"https://api.github.com/repos/Codertocat/hello-world-npm/git/trees{/sha}",
  168. "statuses_url":"https://api.github.com/repos/Codertocat/hello-world-npm/statuses/{sha}",
  169. "languages_url":"https://api.github.com/repos/Codertocat/hello-world-npm/languages",
  170. "stargazers_url":"https://api.github.com/repos/Codertocat/hello-world-npm/stargazers",
  171. "contributors_url":"https://api.github.com/repos/Codertocat/hello-world-npm/contributors",
  172. "subscribers_url":"https://api.github.com/repos/Codertocat/hello-world-npm/subscribers",
  173. "subscription_url":"https://api.github.com/repos/Codertocat/hello-world-npm/subscription",
  174. "commits_url":"https://api.github.com/repos/Codertocat/hello-world-npm/commits{/sha}",
  175. "git_commits_url":"https://api.github.com/repos/Codertocat/hello-world-npm/git/commits{/sha}",
  176. "comments_url":"https://api.github.com/repos/Codertocat/hello-world-npm/comments{/number}",
  177. "issue_comment_url":"https://api.github.com/repos/Codertocat/hello-world-npm/issues/comments{/number}",
  178. "contents_url":"https://api.github.com/repos/Codertocat/hello-world-npm/contents/{+path}",
  179. "compare_url":"https://api.github.com/repos/Codertocat/hello-world-npm/compare/{base}...{head}",
  180. "merges_url":"https://api.github.com/repos/Codertocat/hello-world-npm/merges",
  181. "archive_url":"https://api.github.com/repos/Codertocat/hello-world-npm/{archive_format}{/ref}",
  182. "downloads_url":"https://api.github.com/repos/Codertocat/hello-world-npm/downloads",
  183. "issues_url":"https://api.github.com/repos/Codertocat/hello-world-npm/issues{/number}",
  184. "pulls_url":"https://api.github.com/repos/Codertocat/hello-world-npm/pulls{/number}",
  185. "milestones_url":"https://api.github.com/repos/Codertocat/hello-world-npm/milestones{/number}",
  186. "notifications_url":"https://api.github.com/repos/Codertocat/hello-world-npm/notifications{?since,all,participating}",
  187. "labels_url":"https://api.github.com/repos/Codertocat/hello-world-npm/labels{/name}",
  188. "releases_url":"https://api.github.com/repos/Codertocat/hello-world-npm/releases{/id}",
  189. "deployments_url":"https://api.github.com/repos/Codertocat/hello-world-npm/deployments",
  190. "created_at":"2019-05-09T22:53:26Z",
  191. "updated_at":"2019-05-09T23:24:42Z",
  192. "pushed_at":"2019-05-09T23:27:00Z",
  193. "git_url":"git://github.com/Codertocat/hello-world-npm.git",
  194. "ssh_url":"git@github.com:Codertocat/hello-world-npm.git",
  195. "clone_url":"https://github.com/Codertocat/hello-world-npm.git",
  196. "svn_url":"https://github.com/Codertocat/hello-world-npm",
  197. "homepage":null,
  198. "size":0,
  199. "stargazers_count":0,
  200. "watchers_count":0,
  201. "language":"JavaScript",
  202. "has_issues":true,
  203. "has_projects":true,
  204. "has_downloads":true,
  205. "has_wiki":true,
  206. "has_pages":false,
  207. "forks_count":0,
  208. "mirror_url":null,
  209. "archived":false,
  210. "disabled":false,
  211. "open_issues_count":0,
  212. "license":null,
  213. "forks":0,
  214. "open_issues":0,
  215. "watchers":0,
  216. "default_branch":"master"
  217. },
  218. "sender": {
  219. "login": "Codertocat",
  220. "id": 21031067,
  221. "node_id": "MDQ6VXNlcjIxMDMxMDY3",
  222. "avatar_url": "https://avatars1.githubusercontent.com/u/21031067?v=4",
  223. "gravatar_id": "",
  224. "url": "https://api.github.com/users/Codertocat",
  225. "html_url": "https://github.com/Codertocat",
  226. "followers_url": "https://api.github.com/users/Codertocat/followers",
  227. "following_url": "https://api.github.com/users/Codertocat/following{/other_user}",
  228. "gists_url": "https://api.github.com/users/Codertocat/gists{/gist_id}",
  229. "starred_url": "https://api.github.com/users/Codertocat/starred{/owner}{/repo}",
  230. "subscriptions_url": "https://api.github.com/users/Codertocat/subscriptions",
  231. "organizations_url": "https://api.github.com/users/Codertocat/orgs",
  232. "repos_url": "https://api.github.com/users/Codertocat/repos",
  233. "events_url": "https://api.github.com/users/Codertocat/events{/privacy}",
  234. "received_events_url": "https://api.github.com/users/Codertocat/received_events",
  235. "type": "User",
  236. "site_admin": false
  237. }
  238. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...