tamnd commited on
Commit
703f7d4
·
verified ·
1 Parent(s): 4471079

Add 26,183 packages (43,817 total, @evocateur/libnpmaccess through @fontsource/rosario)

Browse files
README.md CHANGED
@@ -74,7 +74,7 @@ configs:
74
 
75
  This dataset contains a comprehensive snapshot of the [npm registry](https://www.npmjs.com), the default package manager for Node.js and the largest software package registry in the world. npm hosts millions of packages and serves billions of downloads every week. If you have ever run `npm install`, you have used the registry that this dataset mirrors.
76
 
77
- The archive currently contains **17,634 packages** with **180,944 published versions**, maintained by **12,219 unique maintainers**. Every field needed to recreate the npmjs.com package detail page is included: core metadata, all historical versions, maintainer lists, keyword tags, dependency graphs, download statistics, and search quality scores.
78
 
79
  We built this dataset because npm registry data is scattered across four separate APIs (registry, replication, downloads, search), each with different rate limits, pagination schemes, and response formats. Researchers studying the JavaScript ecosystem typically need to build their own crawlers and deal with these complexities from scratch. Having everything in a single, queryable Parquet archive makes it straightforward to analyze the JavaScript ecosystem at scale. No API keys, no rate limits, no pagination.
80
 
@@ -100,31 +100,31 @@ data/
100
 
101
  | Table | Rows | Description |
102
  |-------|-----:|-------------|
103
- | packages | 17,634 | One row per package: name, description, license, readme, author, types, scores |
104
- | versions | 180,944 | Every published version: entry points, dist info, engine requirements |
105
- | maintainers | 25,262 | Package-maintainer relationships |
106
- | keywords | 21,517 | Package-keyword relationships |
107
- | dependencies | 120,011 | Runtime, dev, peer, optional, and bundled dependencies |
108
  | downloads | 0 | Point download totals (last-day, last-week, last-month) |
109
  | download_days | 0 | Daily download counts for sparkline charts |
110
  | version_downloads | 0 | Per-version download breakdown |
111
 
112
- **Versions per package:** median 1, p90 15, p99 170, max 2,212 (average 10.3).
113
  Most packages ship only a handful of releases, but some heavily maintained libraries have hundreds.
114
 
115
- **ESM adoption:** 19.5% of packages set `"type": "module"` in their package.json.
116
 
117
- **TypeScript:** 19.8% of packages bundle their own type declarations.
118
 
119
- **README coverage:** 94.8% of packages include a README.
120
 
121
  ## Crawl in progress
122
 
123
- This dataset is being actively built. Our crawler is working its way through the entire npm registry — all 3,924,654 known packages — fetching full metadata, every published version, maintainer lists, keywords, and dependency graphs for each one.
124
 
125
- So far we have crawled **388,679** of **3,924,654** packages (9.9%), with **3,535,975** remaining. The crawler is running at roughly **21 packages per second**.
126
 
127
- At the current pace, we expect the initial crawl to finish around **Apr 13, 2026 06:41 UTC**. Once complete, this notice will disappear and the dataset will reflect the full registry. We publish incremental snapshots every 30 minutes, so the data you see here is already usable — it just isn't the whole picture yet.
128
 
129
  ## Ecosystem snapshot
130
 
@@ -134,16 +134,16 @@ The npm ecosystem leans heavily on permissive licenses. MIT dominates by a wide
134
 
135
  | License | Packages |
136
  |---|---:|
137
- | ISC | 9,028 |
138
- | MIT | 5,416 |
139
- | Apache-2.0 | 566 |
140
- | UNLICENSED | 123 |
141
- | GPL-3.0 | 53 |
142
- | MPL-2.0 | 52 |
143
- | MulanPSL-2.0 | 41 |
144
- | GPL-3.0-or-later | 40 |
145
- | SEE LICENSE IN LICENSE | 37 |
146
- | BSD-3-Clause | 37 |
147
 
148
 
149
  ### Most used keywords
@@ -152,26 +152,26 @@ Keywords give a rough map of what people are building. React, TypeScript, and No
152
 
153
  | Keyword | Packages |
154
  |---|---:|
155
- | typescript | 343 |
156
- | react | 304 |
157
- | cli | 214 |
158
- | npm | 189 |
159
- | javascript | 182 |
160
- | mcp_02 | 163 |
161
- | ai | 132 |
162
- | ethereum | 124 |
163
- | mcp | 117 |
164
- | api | 111 |
165
- | package | 104 |
166
- | node | 94 |
167
- | artificial-intelligence | 88 |
168
- | tampikober-framework | 87 |
169
- | koberious | 87 |
170
- | infra | 87 |
171
- | framework | 86 |
172
- | vue | 81 |
173
- | plugin | 81 |
174
- | sdk | 79 |
175
 
176
 
177
  ### Dependency type breakdown
@@ -180,11 +180,11 @@ The `dependencies` table covers all five npm dependency types. Runtime dependenc
180
 
181
  | Type | Count |
182
  |---|---:|
183
- | dev | 62,759 |
184
- | runtime | 51,295 |
185
- | peer | 5,598 |
186
- | optional | 207 |
187
- | bundled | 152 |
188
 
189
 
190
  ## How to download and use this dataset
@@ -615,4 +615,4 @@ This is an independent community mirror. It is not affiliated with or endorsed b
615
 
616
  For questions, feedback, or issues, please open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/open-npm/discussions).
617
 
618
- *Last updated: 2026-04-11 08:37 UTC*
 
74
 
75
  This dataset contains a comprehensive snapshot of the [npm registry](https://www.npmjs.com), the default package manager for Node.js and the largest software package registry in the world. npm hosts millions of packages and serves billions of downloads every week. If you have ever run `npm install`, you have used the registry that this dataset mirrors.
76
 
77
+ The archive currently contains **43,817 packages** with **1,131,958 published versions**, maintained by **19,816 unique maintainers**. Every field needed to recreate the npmjs.com package detail page is included: core metadata, all historical versions, maintainer lists, keyword tags, dependency graphs, download statistics, and search quality scores.
78
 
79
  We built this dataset because npm registry data is scattered across four separate APIs (registry, replication, downloads, search), each with different rate limits, pagination schemes, and response formats. Researchers studying the JavaScript ecosystem typically need to build their own crawlers and deal with these complexities from scratch. Having everything in a single, queryable Parquet archive makes it straightforward to analyze the JavaScript ecosystem at scale. No API keys, no rate limits, no pagination.
80
 
 
100
 
101
  | Table | Rows | Description |
102
  |-------|-----:|-------------|
103
+ | packages | 43,817 | One row per package: name, description, license, readme, author, types, scores |
104
+ | versions | 1,131,958 | Every published version: entry points, dist info, engine requirements |
105
+ | maintainers | 87,372 | Package-maintainer relationships |
106
+ | keywords | 143,114 | Package-keyword relationships |
107
+ | dependencies | 441,561 | Runtime, dev, peer, optional, and bundled dependencies |
108
  | downloads | 0 | Point download totals (last-day, last-week, last-month) |
109
  | download_days | 0 | Daily download counts for sparkline charts |
110
  | version_downloads | 0 | Per-version download breakdown |
111
 
112
+ **Versions per package:** median 2, p90 39, p99 438, max 8,854 (average 25.8).
113
  Most packages ship only a handful of releases, but some heavily maintained libraries have hundreds.
114
 
115
+ **ESM adoption:** 21.6% of packages set `"type": "module"` in their package.json.
116
 
117
+ **TypeScript:** 34.7% of packages bundle their own type declarations.
118
 
119
+ **README coverage:** 92.1% of packages include a README.
120
 
121
  ## Crawl in progress
122
 
123
+ This dataset is being actively built. Our crawler is working its way through the entire npm registry — all 3,921,053 known packages — fetching full metadata, every published version, maintainer lists, keywords, and dependency graphs for each one.
124
 
125
+ So far we have crawled **416,078** of **3,921,053** packages (10.6%), with **3,504,975** remaining. The crawler is running at roughly **22 packages per second**.
126
 
127
+ At the current pace, we expect the initial crawl to finish around **Apr 13, 2026 04:46 UTC**. Once complete, this notice will disappear and the dataset will reflect the full registry. We publish incremental snapshots every 30 minutes, so the data you see here is already usable — it just isn't the whole picture yet.
128
 
129
  ## Ecosystem snapshot
130
 
 
134
 
135
  | License | Packages |
136
  |---|---:|
137
+ | MIT | 19,229 |
138
+ | ISC | 12,615 |
139
+ | Apache-2.0 | 1,719 |
140
+ | OFL-1.1 | 1,698 |
141
+ | SEE LICENSE IN README.md | 790 |
142
+ | UNLICENSED | 414 |
143
+ | AGPL-3.0-or-later | 336 |
144
+ | BSD-3-Clause | 204 |
145
+ | GPL-3.0-or-later | 159 |
146
+ | GPL-3.0 | 145 |
147
 
148
 
149
  ### Most used keywords
 
152
 
153
  | Keyword | Packages |
154
  |---|---:|
155
+ | font | 2,546 |
156
+ | css | 2,010 |
157
+ | web | 1,928 |
158
+ | sass | 1,782 |
159
+ | front-end | 1,776 |
160
+ | fontsource | 1,743 |
161
+ | font family | 1,742 |
162
+ | google fonts | 1,742 |
163
+ | typeface | 1,739 |
164
+ | variable | 1,726 |
165
+ | typescript | 1,355 |
166
+ | react | 1,289 |
167
+ | fonts | 799 |
168
+ | cli | 608 |
169
+ | javascript | 571 |
170
+ | mcp | 438 |
171
+ | api | 417 |
172
+ | ai | 413 |
173
+ | plugin | 406 |
174
+ | vue | 383 |
175
 
176
 
177
  ### Dependency type breakdown
 
180
 
181
  | Type | Count |
182
  |---|---:|
183
+ | dev | 224,221 |
184
+ | runtime | 192,330 |
185
+ | peer | 23,760 |
186
+ | optional | 877 |
187
+ | bundled | 373 |
188
 
189
 
190
  ## How to download and use this dataset
 
615
 
616
  For questions, feedback, or issues, please open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/open-npm/discussions).
617
 
618
+ *Last updated: 2026-04-11 08:47 UTC*
data/dependencies/0000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bbf9c0d53dbcc57e2a778b10baedd7472dcede8096e4270968542a33e767e81b
3
- size 822509
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d77816244b4c7469b470cebb14e118ca068197fc916598b420e84b5b6ee608a
3
+ size 2530434
data/keywords/0000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d7bd739b170512c5f4cee19cdaf8479156df046969a2da2f2a00ef71db3b0ce0
3
- size 135987
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23fed1ac8bbe986278ee6154f676811ee9c2059300e0052fd8f617d4f56d0e9d
3
+ size 602837
data/maintainers/0000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:016fbc16e37770151af15ccdc81a720ab84780395ddae55e1746378bef9815f8
3
- size 270601
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d2842e8cc17d7a74a32a698f0f047dd68d89731314b4ccbfdb11175a1b95af6
3
+ size 592321
data/packages/0000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:215da5775ef322e33f8a66d00621f546b519a21596774ef373117718f71e181a
3
- size 7423963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dff71ac0995e6bc1d6de0d125ba02d33e034d6db5f8a119ae3e68387195dd78
3
+ size 23524241
data/versions/0000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2617e7cd4e89881065afb7a9595306498afa284529338c6c20e597d6979091f0
3
- size 35431839
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f74f746d96746085734aba677067bbbd3a7bc589a02126bbd124e64eb1b3f849
3
+ size 94609870
data/versions/0001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dedf5d1f6c9a96f8c3a97281bfa254d9cd925aa7af9ba3c9f1ce54c1d807b7b4
3
+ size 89628563
data/versions/0002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70fea0c3bae35620a42c61b6a0e3ccd4a55889184963e8a29ab201f347c0206d
3
+ size 23603312