npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@geoalgeria/industrie-pharmaceutique

v1.0.0

Published

Algeria's approved pharmaceutical manufacturers — medicine (PP) and medical-device (DM) production establishments from the Ministry of Pharmaceutical Industry (MIP) fabrication register, bilingual FR/AR, typed by nature, geocoded against the geoalgeria co

Readme

English | Français | العربية

@geoalgeria/industrie-pharmaceutique

Algeria's approved pharmaceutical manufacturers — as data you can install.

npm npm downloads License: MIT

Overview

171 approved pharmaceutical manufacturers from the Ministry of Pharmaceutical Industry (MIP) fabrication register (agrément de fabrication, updated 28/06/2026) — medicine makers (PP), medical-device makers (DM) and mixed producers — bilingual (FR/AR), typed by nature, with wilaya/commune linkage and coordinates.

Installation

npm install @geoalgeria/industrie-pharmaceutique

Quick start

import {
  manufacturers,
  manufacturerById,
  manufacturersByWilaya,
  manufacturersByNature,
  metadata,
} from "@geoalgeria/industrie-pharmaceutique";

manufacturers().length; // 171

// Medicine (PP) makers only
manufacturersByNature("pp").length; // 120

// Everything in Alger (code 16)
manufacturersByWilaya(16).map((r) => r.name);

// A single record, and dataset metadata
manufacturerById("16-pp-01")?.name;
metadata().wilayas_covered; // 25

What you can build

  • A map of Algeria's pharmaceutical industrial footprint by wilaya
  • A directory of medicine and medical-device makers, filterable by nature
  • A base layer for supply-chain, industry or investment analysis

What's inside

| Dataset | Count | Coordinates | Notes | | --- | --- | --- | --- | | industrie-pharmaceutique | 171 | all 171 | MIP fabrication register, geocoded to commune/wilaya centroid |

By nature (nature)

| Nature | Count | Meaning | | --- | --- | --- | | pp | 120 | Produits Pharmaceutiques — medicine manufacturers | | dm | 48 | Dispositifs Médicaux — medical-device manufacturers | | mixte | 3 | Both (PP + DM) |

By coordinate precision (geo_precision)

| Value | Count | Meaning | | --- | --- | --- | | commune_centroid | 126 | Commune resolved; centroid of that commune | | wilaya_centroid | 45 | Only the wilaya is known; wilaya centroid |

Formats

  • data/industrie-pharmaceutique.json — full array (typed by types/index.d.ts)
  • data/csv/industrie-pharmaceutique.csv — flat CSV
  • data/geojson/industrie-pharmaceutique.geojsonFeatureCollection (all records)
  • data/metadata.json — counts, sources, generated date
import data from "@geoalgeria/industrie-pharmaceutique/data/industrie-pharmaceutique.json" with { type: "json" };
import type { PharmaManufacturer } from "@geoalgeria/industrie-pharmaceutique";

How the data is built

The operator names and PP/DM nature come from the current MIP fabrication register (miph.gov.dz), which carries no coordinates. Each maker's wilaya/commune is resolved from the MIP register's earlier (2023) edition — which did carry a wilaya column — a place token in the operator name, or a per-company research pass (company websites, the CACI/El Mouchir directory, press) for makers absent from the 2023 edition. Locations are then placed at the commune (or wilaya) centroid. See research/_pharma-landscape/ in the monorepo for the full pipeline (build.py).

On accuracy

Operator names and the PP/DM nature are official (the MIP register). The register carries no coordinates: each record is placed at the centroid of its resolved commune, or — when only the wilaya is known — at the wilaya centroid (see geo_precision). These are approximate locations for the wilaya/commune, not surveyed factory points.

Coverage: 171 of the ~186 approved manufacturing establishments are geocoded here. The rest are contract manufacturers listed as sous-traitance (no own site) or a few very small device makers with no locatable address — omitted rather than placed speculatively. Importers, wholesalers, exploitation and promotion are separate MIP registers, not part of this manufacturers layer.

Source & license

Data from the Ministry of Pharmaceutical Industry (MIP) fabrication register — a factual public-sector listing, redistributed for reference. Wilaya/commune linkage uses the geoalgeria base dataset. Package code under MIT (see LICENSE).

Questions?

Open an issue: https://github.com/yasserstudio/geoalgeria/issues