-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsources.html
More file actions
114 lines (112 loc) · 6 KB
/
sources.html
File metadata and controls
114 lines (112 loc) · 6 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preload" href="/nipcode-logo.png" as="image" />
<link rel="stylesheet" href="/_next/static/chunks/0pwsw40vfluf4.css" />
<link rel="icon" href="/nipcode-logo.png" type="image/png" />
<title>Sources · Nipcode docs</title>
<meta name="description" content="Public registries Nipcode reads from. Live and planned." />
<link rel="canonical" href="https://nipcode.xyz/sources" />
<script src="/scramble.js" defer></script>
</head>
<body>
<a class="skip-link" href="#main">Skip to content</a>
<header class="topbar" aria-label="Primary">
<a class="brand" aria-label="Nipcode home" href="/">
<span class="nipcode-mark" aria-hidden="true" style="--mark-size: 54px"><img alt="" height="54" src="/nipcode-logo.png" width="54" /></span>
<span class="brand-word" aria-hidden="true">Nipcode</span>
</a>
<div class="brand-socials" aria-label="Nipcode links">
<a class="brand-docs-link" href="/docs">Docs</a>
<a class="brand-login-link" href="/account">Login</a>
<a class="brand-icon-button" href="https://github.com/trynipcode/nipcode" target="_blank" rel="noreferrer" title="GitHub" aria-label="GitHub"><img alt="" height="18" src="/github-logo.svg" width="18"/></a>
<a class="brand-icon-button" href="https://x.com/trynipcode" target="_blank" rel="noreferrer" title="X" aria-label="X"><svg aria-hidden="true" viewBox="0 0 24 24" width="18" height="18"><path d="M18.24 2.25h3.31l-7.23 8.26 8.5 11.24h-6.66l-5.21-6.82-5.97 6.82H1.67l7.73-8.84L1.25 2.25h6.83l4.71 6.23 5.45-6.23Zm-1.16 17.52h1.83L7.08 4.13H5.11l11.97 15.64Z" fill="currentColor"/></svg></a>
</div>
</header>
<main class="docs-shell" id="main">
<aside class="docs-sidebar" aria-label="Documentation">
<a class="docs-sidebar-title" href="/docs">Nipcode docs</a>
<nav class="docs-sidebar-nav">
<div class="docs-sidebar-group">
<p>Get started</p>
<div>
<a href="/docs">Overview</a>
<a href="/quickstart">Quickstart</a>
</div>
</div>
<div class="docs-sidebar-group">
<p>API</p>
<div>
<a href="/api-access">API reference</a>
<a href="/agents">Agents</a>
<a href="/examples">Examples</a>
</div>
</div>
<div class="docs-sidebar-group">
<p>How it works</p>
<div>
<a class="docs-sidebar-active" aria-current="page" href="/sources">Sources</a>
<a href="/trust">Trust model</a>
<a href="/architecture">Architecture</a>
<a href="/security">Security</a>
</div>
</div>
</nav>
</aside>
<article class="docs-main">
<header class="docs-hero">
<p class="docs-eyebrow" data-scramble-text data-scramble-duration="600">Sources</p>
<h1>Public registries Nipcode reads from.</h1>
<p>Source owners keep ownership. We do not mirror, store, or proxy. Each request hits the registry directly.</p>
</header>
<section class="docs-section">
<div class="docs-section-head"><h2>Live</h2></div>
<div class="docs-prose">
<table>
<thead><tr><th>id</th><th>name</th><th>signals captured</th></tr></thead>
<tbody>
<tr><td><code>npm</code></td><td>npm</td><td>license, maintainers, latest version, dist-tags, deprecation, install-script presence, dep count, publish dates, versions count</td></tr>
<tr><td><code>pypi</code></td><td>PyPI</td><td>license, author, summary, classifiers, requires_dist count, latest release time, yanked state, versions count</td></tr>
<tr><td><code>crates</code></td><td>crates.io</td><td>license, description, downloads, recent downloads, repository link, versions count, yanked state</td></tr>
<tr><td><code>github</code></td><td>GitHub</td><td>license SPDX, stars, forks, open issues, archived, disabled, last push, topics</td></tr>
<tr><td><code>huggingface</code></td><td>Hugging Face Models</td><td>pipeline_tag, library, author, downloads, likes, gated state, safetensors presence, last modified, tags</td></tr>
<tr><td><code>dockerhub</code></td><td>Docker Hub</td><td>namespace, official-image flag, automated-build flag, pull_count, star_count, last_updated, categories</td></tr>
<tr><td><code>mcp</code></td><td>MCP servers</td><td>GitHub repos tagged <code>topic:mcp-server</code>. License, stars, forks, archived, last push</td></tr>
</tbody>
</table>
</div>
</section>
<section class="docs-section">
<div class="docs-section-head"><h2>Planned</h2></div>
<div class="docs-prose">
<table>
<thead><tr><th>id</th><th>name</th><th>milestone</th></tr></thead>
<tbody>
<tr><td><code>jsr</code></td><td>JSR</td><td>v0.2</td></tr>
<tr><td><code>go</code></td><td>Go modules</td><td>v0.3</td></tr>
<tr><td><code>maven</code></td><td>Maven Central</td><td>v0.3</td></tr>
<tr><td><code>nuget</code></td><td>NuGet</td><td>v0.3</td></tr>
<tr><td><code>rubygems</code></td><td>RubyGems</td><td>v0.4</td></tr>
<tr><td><code>packagist</code></td><td>Packagist</td><td>v0.4</td></tr>
<tr><td><code>huggingface-dataset</code></td><td>Hugging Face Datasets</td><td>v0.4</td></tr>
<tr><td><code>homebrew</code></td><td>Homebrew</td><td>v0.5</td></tr>
</tbody>
</table>
<p>Pull requests adding a resolver are welcome. See <a href="https://github.com/trynipcode/nipcode/blob/main/CONTRIBUTING.md">CONTRIBUTING</a>.</p>
</div>
</section>
</article>
</main>
<footer class="site-footer" aria-label="Site footer">
<p class="site-footer-copy">Nipcode © 2026</p>
<nav class="site-footer-links" aria-label="Legal">
<a href="/changelog">Changelog</a>
<a href="/privacy">Privacy</a>
<a href="/terms">Terms</a>
<a href="/faq">FAQ</a>
</nav>
</footer>
</body>
</html>