# pull-npm-registry **Repository Path**: mirrors_regular/pull-npm-registry ## Basic Information - **Project Name**: pull-npm-registry - **Description**: Stream all of npm metadata into hypercore - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pull-npm-registry A simple data fetcher that provides all changes made to the npm registry as a pull-stream. Streams old and live data. Inspired by [npm-to-hypercore](https://github.com/watson/npm-to-hypercore) ## Installation ``` npm install pull-npm-registry ``` ## Usage ``` var pull = require('pull-stream') var npm = require('pull-npm-registry') pull( npm(0), // give it the first sequence number you want pull.log() ) ``` ## License MIT