Mine and extract complete package lists from NPM registry
Project description
NPM Package Miner
A Python tool to mine and extract complete package lists from the NPM registry.
Installation
pip install npm-miner
Usage
npm-miner
Or use as a Python module:
from npm_miner import mine_npm
mine_npm()
Data Source
- NPM Registry: https://registry.npmjs.org/
- All packages: https://replicate.npmjs.com/_all_docs
Output
Location: ../Package-List/NPM.csv
The output file will be stored in a folder named "Package-List" in your current working directory.
If you are using a virtual environment, "Package-List" will be located where venv is installed.
Format: CSV file with columns:
- ID (sequential number)
- Platform (always "NPM")
- Name (package name)
- Homepage URL
- Repository URL
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file npm_miner-1.0.4.tar.gz.
File metadata
- Download URL: npm_miner-1.0.4.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7467726eea3cefbffcad5dc7162f3f5a04eb9310571b4f137be2b2dda1cb7846
|
|
| MD5 |
71f268a78f120dadf773b6378ce73830
|
|
| BLAKE2b-256 |
aaf935c4e17ff4059fd3b5444bc75f17537f207188fad7229c345f96ab6745f1
|
File details
Details for the file npm_miner-1.0.4-py3-none-any.whl.
File metadata
- Download URL: npm_miner-1.0.4-py3-none-any.whl
- Upload date:
- Size: 8.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fcbd5b302a7f09467a117c28c9cc5a7aeb4609fc497e6b5c442447f280e80f9
|
|
| MD5 |
279b11a726e158cbec78382e5756df0b
|
|
| BLAKE2b-256 |
738280464e8df55c2f7d76568760d876e87e2e51b30053988cfe9f53f93b0322
|