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

@ffacet/bootstrap

v0.1.0

Published

facet 카탈로그 단일 출처. bubbleSort/bfs/queue/stack/array/linkedList/bst/hashTable/lruCache/messagingPubsub/cachingCdn/relationalTablesAndKeys/conditionalStatement/tokenization/asymmetricRsa/linearRegression/contextSwitching/matrixTransform2d/ipRouting lazy load

Downloads

77

Readme

@ffacet/bootstrap

FACET facet 카탈로그 단일 출처다. View·트랜스파일러 6종을 정적 등록하고, algorithm facet 19종을 lazy loader(import())로 등록한다. facet 모듈을 로드하지 않고도 추가 가능한 시각화 목록을 조회하는 빌드타임 카탈로그를 제공한다.

설치

npm install @ffacet/bootstrap @ffacet/core

@ffacet/corepeerDependency 다 — 호스트의 단일 registry 인스턴스를 공유하기 위해 직접 설치해야 한다. @ffacet/core 의 registry 단일 인스턴스 설명을 참고하라.

사용

import { bootstrapFacet, getFacetCatalog } from '@ffacet/bootstrap';

bootstrapFacet(); // 앱 부팅 시 1회 — View/트랜스파일러 등록 + facet lazy loader 매핑

const catalog = getFacetCatalog(); // [{ id, title, description, domain }, ...] — facet 모듈 미로드

bootstrapFacet() 호출 후, 각 facet 은 실제 재생 시점에 lazy chunk 로 로드된다. getFacetCatalog() 는 빌드타임 매니페스트만 동기 조회하므로 facet chunk 를 로드하지 않는다.

공개 API

| export | 설명 | | --- | --- | | bootstrapFacet() | View/트랜스파일러 정적 등록 + facet lazy loader 매핑 (부팅 시 1회) | | getFacetCatalog() | facet 모듈 미로드 상태로 추가 가능 시각화 목록 조회 | | FacetCatalogEntry | 카탈로그 항목 타입 |

라이선스

MIT