Gathering detailed insights and metrics for all-the-package-repos
Gathering detailed insights and metrics for all-the-package-repos
Gathering detailed insights and metrics for all-the-package-repos
Gathering detailed insights and metrics for all-the-package-repos
🌍 Normalized repository URLs for every package in the npm registry. Updated daily.
npm install all-the-package-repos
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
89 Stars
4,949 Commits
8 Forks
6 Watchers
4 Branches
12 Contributors
Updated on Jul 04, 2025
Latest Version
2.0.2306
Package Id
all-the-package-repos@2.0.2306
Unpacked Size
188.89 MB
Size
35.16 MB
File Count
5
NPM Version
10.8.2
Node Version
20.19.2
Published on
Jul 04, 2025
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Maintained by jsDelivr. Please consider becoming a sponsor to support us.
All the repository URLs in the npm registry as an object whose keys are package names and values are URLs.
This package weighs in at about 100 MB.
Packages | Count | Percentage |
---|---|---|
With repository | 2040950 | 58.28% |
Null repository | 1461246 | 41.72% |
Total | 3502196 | 100.00% |
Providers | Count | Percentage |
---|---|---|
GitHub | 2005064 | 57.25% |
GitLab | 6461 | 0.18% |
Bitbucket | 1320 | 0.04% |
Others | 28105 | 0.80% |
Total | 2040950 | 58.28% |
1npm install all-the-package-repos --save
1repos = require('all-the-package-repos') 2 3repos.express 4// https://github.com/expressjs/express
See example.js for more usage details.
GitHub URLs are normalized to their https
form using
github-url-to-object:
git@github.com:foo/bar.git
becomes https://github.com/foo/bar
foo/bar
becomes https://github.com/foo/bar
For the curious, there's a submodule that collects all the hostnames of all the repository URLS:
1require('./hostnames').slice(0,10) 2 3[ 4 { value: 'github.com', count: 452768 }, 5 { value: 'bitbucket.org', count: 553 }, 6 { value: 'git.oschina.net', count: 219 }, 7 { value: 'gitlab.com', count: 116 }, 8 { value: 'git.coding.net', count: 114 }, 9 { value: 'archive.voodoowarez.com', count: 81 }, 10 { value: 'gitee.com', count: 60 }, 11 { value: 'gitlab.baidu.com', count: 49 }, 12 { value: 'git-wip-us.apache.org', count: 38 }, 13 { value: 'gitlab.alibaba-inc.com', count: 36 } 14]
It also has a CLI:
1all-the-package-repo-hostnames | head -n 10 2 3github.com 452768 4bitbucket.org 553 5git.oschina.net 219 6gitlab.com 116 7git.coding.net 114 8archive.voodoowarez.com 81 9gitee.com 60 10gitlab.baidu.com 49 11git-wip-us.apache.org 38 12gitlab.alibaba-inc.com 36
1npm install 2npm test
None
MIT
Generated by package-json-to-readme
No vulnerabilities found.
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
4 existing vulnerabilities detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More