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

@cisstech/nge

v22.4.3

Published

NG Essentials is a collection of libraries for Angular developers.

Readme

A collection of libraries for Angular developers.

Tests codecov codefactor GitHub Tags npm package NPM downloads licence code style: prettier

Overview

@cisstech/nge is a set of focused building blocks for Angular apps: a documentation site engine, a Markdown renderer, a Monaco editor integration, and a few UI and utility packages. Everything ships from a single package split into secondary entry points, so you only bundle what you import.

Libraries

| Entry point | What it does | | --- | --- | | @cisstech/nge/doc | Build a documentation site from a route config, Markdown files or live Angular components. | | @cisstech/nge/markdown | Markdown rendering built on Marked v11, with admonitions, tabs, KaTeX and syntax highlighting. | | @cisstech/nge/monaco | Monaco editor integration: editor, diff editor and read-only viewer. | | @cisstech/nge/ui | Standalone UI building blocks: a data tree, a filterable list and a multi-source icon. | | Utilities | Root-provided services, standalone pipes and framework-free helper functions (nge/services, nge/pipes, nge/utils). |

Compatibility

The major version of @cisstech/nge tracks the Angular major it targets. Pick the line that matches your Angular version.

| @cisstech/nge | Angular | Node | | --- | --- | --- | | 22.x | 22 | ^22.22.3, ^24.15.0 or >=26 | | 18.x | 18 | ^18.19, ^20.11 or >=22 | | 17.x | 17 | ^18.13 or >=20 | | 16.x | 16 | ^16.14 or >=18 | | 15.x | 15 | ^14.20, ^16.13 or >=18 |

Installation

npm install @cisstech/nge

@angular/common, @angular/core and @angular/cdk are required peer dependencies. marked (for nge/markdown), monaco-editor (for nge/monaco) and ngx-pipes are optional peers: install them only when you use the matching entry point.

Documentation

Guides and API for every library are hosted at cisstech.github.io/nge.

Development

git clone https://github.com/cisstech/nge
cd nge
npm install
npm run start

The demo opens at http://localhost:4200. The repository pins its Node version in .nvmrc (run nvm use). Useful scripts:

  • npm run build builds the library, then the demo.
  • npm test runs the unit tests.
  • npm run lint runs ESLint.

Contributing

Contributions are welcome. Read CONTRIBUTING.md first, then open a pull request or an issue. Before submitting, make sure your code matches the existing style and that the tests and linter pass.

Support

This library is free to use. As its owner and main maintainer, I put a lot of time into it, aside from my job and my family, to answer questions, fix issues and add features. If it saved you or your team some time, a star helps support its maintenance and future work.

License

MIT © Mamadou Cisse