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

@ryan_nookpi/pi-extension-until

v0.2.2

Published

Until loop extension for pi.

Readme

@ryan_nookpi/pi-extension-until

조건이 만족될 때까지 pi가 주기적으로 같은 작업을 다시 실행하도록 만드는 익스텐션입니다.

예를 들어 PR 코멘트 확인, 배포 상태 점검, 외부 응답 대기처럼 "조금 뒤에 다시 확인"이 필요한 일을 자동으로 반복시킬 수 있습니다.

설치

pi install npm:@ryan_nookpi/pi-extension-until

이런 때 좋아요

  • "5분마다 다시 확인해줘" 같은 요청을 자동화하고 싶을 때
  • 특정 조건이 만족될 때까지 반복 점검이 필요할 때
  • 사람이 직접 시간을 보며 다시 요청하기 번거로울 때

사용 예시

/until 5m PR 코멘트 확인해줘
/until 1h 배포 상태 다시 점검해줘
/until 10분 결제 오류율 정상화됐는지 봐줘

함께 쓰는 명령어

/untils
/until-cancel <id>
/until-cancel all

참고

  • 각 반복 실행 뒤에는 until_report로 결과를 보고합니다.
  • 조건이 충족되면 반복이 자동으로 종료됩니다.
  • 너무 짧은 간격은 막혀 있으며, 최대 24시간 동안 유지됩니다.