Datasets:
Add 114,296 packages (475,544 total, @micro-os-plus/architecture-cortexa through @onereach/si-step-chooser)
Browse files- README.md +42 -42
- data/dependencies/0010.parquet +2 -2
- data/dependencies/0011.parquet +3 -0
- data/dependencies/0012.parquet +3 -0
- data/dependencies/0013.parquet +3 -0
- data/dependencies/0014.parquet +3 -0
- data/keywords/0002.parquet +2 -2
- data/keywords/0003.parquet +3 -0
- data/maintainers/0001.parquet +2 -2
- data/maintainers/0002.parquet +3 -0
- data/packages/0003.parquet +2 -2
- data/packages/0004.parquet +3 -0
- data/versions/0018.parquet +3 -0
- data/versions/0019.parquet +3 -0
- data/versions/0020.parquet +3 -0
- data/versions/0021.parquet +3 -0
- data/versions/0022.parquet +3 -0
- data/versions/0023.parquet +3 -0
- data/versions/0024.parquet +3 -0
- data/versions/0025.parquet +3 -0
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 **
|
| 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 |
|
| 104 |
-
| versions |
|
| 105 |
-
| maintainers |
|
| 106 |
-
| keywords | 1,
|
| 107 |
-
| 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 3, p90
|
| 113 |
Most packages ship only a handful of releases, but some heavily maintained libraries have hundreds.
|
| 114 |
|
| 115 |
-
**ESM adoption:**
|
| 116 |
|
| 117 |
-
**TypeScript:**
|
| 118 |
|
| 119 |
-
**README coverage:**
|
| 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,914,
|
| 124 |
|
| 125 |
-
So far we have crawled **
|
| 126 |
|
| 127 |
-
At the current pace, we expect the initial crawl to finish around **Apr 12, 2026
|
| 128 |
|
| 129 |
## Ecosystem snapshot
|
| 130 |
|
|
@@ -133,16 +133,16 @@ At the current pace, we expect the initial crawl to finish around **Apr 12, 2026
|
|
| 133 |
The npm ecosystem leans heavily on permissive licenses. MIT dominates by a wide margin, followed by ISC and Apache-2.0. A small but notable number of packages ship without any license at all, which can create compliance headaches for downstream consumers.
|
| 134 |
|
| 135 |
```
|
| 136 |
-
MIT ██████████████████████████████
|
| 137 |
-
ISC ██████████
|
| 138 |
-
Apache-2.0 ███
|
| 139 |
-
UNLICENSED █
|
| 140 |
-
BSD-3-Clause
|
| 141 |
-
|
| 142 |
-
SEE LICENSE IN LICENSE
|
| 143 |
-
|
| 144 |
-
|
| 145 |
-
|
| 146 |
```
|
| 147 |
|
| 148 |
|
|
@@ -153,19 +153,19 @@ Keywords give a rough map of what people are building. React, TypeScript, and No
|
|
| 153 |
```
|
| 154 |
hfc ██████████████████████████████ 30,273
|
| 155 |
hyper-function-component ██████████████████████████████ 30,273
|
| 156 |
-
react ███████████████████
|
| 157 |
-
typescript ██████████████████
|
| 158 |
-
icon ███████████ 11,
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
|
| 162 |
-
|
| 163 |
-
|
| 164 |
-
|
| 165 |
-
|
| 166 |
-
|
| 167 |
-
|
| 168 |
-
api █████
|
| 169 |
```
|
| 170 |
|
| 171 |
|
|
@@ -174,11 +174,11 @@ api █████ 4,927
|
|
| 174 |
The `dependencies` table covers all five npm dependency types. Runtime dependencies make up the bulk, but devDependencies are also heavily represented since the crawl includes every version of every package.
|
| 175 |
|
| 176 |
```
|
| 177 |
-
dev ██████████████████████████████
|
| 178 |
-
runtime ████████████████████ 2,
|
| 179 |
-
peer ███
|
| 180 |
-
optional
|
| 181 |
-
bundled
|
| 182 |
```
|
| 183 |
|
| 184 |
|
|
@@ -610,4 +610,4 @@ This is an independent community mirror. It is not affiliated with or endorsed b
|
|
| 610 |
|
| 611 |
For questions, feedback, or issues, please open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/open-npm/discussions).
|
| 612 |
|
| 613 |
-
*Last updated: 2026-04-11 11:
|
|
|
|
| 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 **633,113 packages** with **17,870,563 published versions**, maintained by **196,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 |
|
| 101 |
| Table | Rows | Description |
|
| 102 |
|-------|-----:|-------------|
|
| 103 |
+
| packages | 633,113 | One row per package: name, description, license, readme, author, types, scores |
|
| 104 |
+
| versions | 17,870,563 | Every published version: entry points, dist info, engine requirements |
|
| 105 |
+
| maintainers | 1,316,550 | Package-maintainer relationships |
|
| 106 |
+
| keywords | 1,976,994 | Package-keyword relationships |
|
| 107 |
+
| dependencies | 7,069,863 | 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 3, p90 39, p99 437, max 31,168 (average 28.4).
|
| 113 |
Most packages ship only a handful of releases, but some heavily maintained libraries have hundreds.
|
| 114 |
|
| 115 |
+
**ESM adoption:** 27.3% of packages set `"type": "module"` in their package.json.
|
| 116 |
|
| 117 |
+
**TypeScript:** 46.9% of packages bundle their own type declarations.
|
| 118 |
|
| 119 |
+
**README coverage:** 87.0% 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,914,995 known packages — fetching full metadata, every published version, maintainer lists, keywords, and dependency graphs for each one.
|
| 124 |
|
| 125 |
+
So far we have crawled **1,014,120** of **3,914,995** packages (25.9%), with **2,900,875** remaining. The crawler is running at roughly **34 packages per second**.
|
| 126 |
|
| 127 |
+
At the current pace, we expect the initial crawl to finish around **Apr 12, 2026 11:18 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 |
|
|
|
|
| 133 |
The npm ecosystem leans heavily on permissive licenses. MIT dominates by a wide margin, followed by ISC and Apache-2.0. A small but notable number of packages ship without any license at all, which can create compliance headaches for downstream consumers.
|
| 134 |
|
| 135 |
```
|
| 136 |
+
MIT ██████████████████████████████ 339,110
|
| 137 |
+
ISC ██████████ 115,511
|
| 138 |
+
Apache-2.0 ███ 38,923
|
| 139 |
+
UNLICENSED █ 11,975
|
| 140 |
+
BSD-3-Clause 4,228
|
| 141 |
+
GPL-3.0 3,177
|
| 142 |
+
SEE LICENSE IN LICENSE 3,174
|
| 143 |
+
OFL-1.1 2,410
|
| 144 |
+
GPL-3.0-or-later 2,287
|
| 145 |
+
MPL-2.0 2,167
|
| 146 |
```
|
| 147 |
|
| 148 |
|
|
|
|
| 153 |
```
|
| 154 |
hfc ██████████████████████████████ 30,273
|
| 155 |
hyper-function-component ██████████████████████████████ 30,273
|
| 156 |
+
react █████████████████████████████ 28,855
|
| 157 |
+
typescript █████████████████████████ 25,212
|
| 158 |
+
icon ███████████ 11,485
|
| 159 |
+
material ███████████ 11,420
|
| 160 |
+
cli ███████████ 11,401
|
| 161 |
+
fluentui ███████████ 11,227
|
| 162 |
+
mcp ███████████ 11,060
|
| 163 |
+
ai ██████████ 9,594
|
| 164 |
+
javascript ████████ 8,317
|
| 165 |
+
emoji ████████ 8,183
|
| 166 |
+
plugin ███████ 7,244
|
| 167 |
+
react-native ███████ 7,145
|
| 168 |
+
api ███████ 7,071
|
| 169 |
```
|
| 170 |
|
| 171 |
|
|
|
|
| 174 |
The `dependencies` table covers all five npm dependency types. Runtime dependencies make up the bulk, but devDependencies are also heavily represented since the crawl includes every version of every package.
|
| 175 |
|
| 176 |
```
|
| 177 |
+
dev ██████████████████████████████ 3,958,228
|
| 178 |
+
runtime ████████████████████ 2,617,652
|
| 179 |
+
peer ███ 443,830
|
| 180 |
+
optional 46,137
|
| 181 |
+
bundled 4,016
|
| 182 |
```
|
| 183 |
|
| 184 |
|
|
|
|
| 610 |
|
| 611 |
For questions, feedback, or issues, please open a discussion on the [Community tab](https://huggingface.co/datasets/open-index/open-npm/discussions).
|
| 612 |
|
| 613 |
+
*Last updated: 2026-04-11 11:47 UTC*
|
data/dependencies/0010.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7e3573511c0382e31e2466b2debe12a8deb98a12f270bbbf10569f69405437f4
|
| 3 |
+
size 3133010
|
data/dependencies/0011.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:376cd725e8b5854d36f760f49764cf4e2e2ebf03d7fe679f2f39e8265ccdade2
|
| 3 |
+
size 3083972
|
data/dependencies/0012.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d5ef6e9b904764aa0432ec932e49823cdc04cb9fbba00d3bc3ab8e5d27b9a413
|
| 3 |
+
size 3099998
|
data/dependencies/0013.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4348b167641d354b2ec2ea95c96985bfc402717e54c46be4108c0a23e7d9d4b6
|
| 3 |
+
size 3039899
|
data/dependencies/0014.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58d591b14cbbeb19c812363ccbebb7c6d23d756a83642187e9a73b4eaafcf02c
|
| 3 |
+
size 376655
|
data/keywords/0002.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:967a1822b3727db37a0bedd7fe350df617296e7abb4996190d5b3e619a0f7f5c
|
| 3 |
+
size 2433837
|
data/keywords/0003.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3cbda49d6ff0b2e59f662cb6e3f28a19fbb70be2d9e0213b155aa0506b2b08d1
|
| 3 |
+
size 2193348
|
data/maintainers/0001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eae77720250857516cf125aef70f3cce57ba13ada60701bff70e7a5ea009be5d
|
| 3 |
+
size 3318325
|
data/maintainers/0002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:41b53a2a85bc36a0f99befe0fe8cf7bdcd771b52451a7c824c0384dc02d298a4
|
| 3 |
+
size 1871346
|
data/packages/0003.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:83e0227f365f056ed8d3864be4b88620c3f88a6e9bf9a859f30980c572a733db
|
| 3 |
+
size 67748285
|
data/packages/0004.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:267a153bf767e456b472214c0c2ee6f43948135124dae54cf95dd50ece7c1f18
|
| 3 |
+
size 49882778
|
data/versions/0018.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2c8bc749188195e8e3e7ff4fd6a6e1b4e20694b713dfae1c6f98565e6b06c20
|
| 3 |
+
size 89577158
|
data/versions/0019.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:098165e1956a8fc1af322bd489b120d69c9e5b2014d01ae35d16e0f59a84a805
|
| 3 |
+
size 89675141
|
data/versions/0020.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:96815bfc6db90edce8940ef64d510aa22a457ab5af65c1b437f48f2fc437cfae
|
| 3 |
+
size 91353009
|
data/versions/0021.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:429e2629012f4f260cdb9b4852c12bd4fcfa19a3ac0fdaa07f7de74c8cf3d71b
|
| 3 |
+
size 94913625
|
data/versions/0022.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:45fecc9d290ff43fec9a952afbcbdcebc1b085febd3c5c9c187cc901072d3863
|
| 3 |
+
size 90521403
|
data/versions/0023.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e97dc5ba93f8e3c16e95f18099ab9cf9d7d9dcaa65cd61ae021e338268abf8da
|
| 3 |
+
size 91111693
|
data/versions/0024.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0435c64db24d2ce14bffc978912aaf21cbff988be52bf2f175d6a682bf98d52e
|
| 3 |
+
size 89803002
|
data/versions/0025.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d9f85d9bd357525be024c15ce5bfcb6f14064c7c627787fcf37d9ea06da1039
|
| 3 |
+
size 90158104
|