freshdeps_
~ / npm / q
qnpm
abandoned
Archived, deprecated/yanked, or silent for 2+ years.
✓ freshdeps checked q live against npm, GitHub & OSV on Jun 15, 2026 — but it goes stale again.
Install the MCP so your AI agent checks freshness before it recommends a dependency:
claude mcp add freshdeps -- npx -y github:SolvoHQ/freshdeps-mcp
One line. Works in Claude Code / Cursor / any MCP client (or paste the JSON config). Zero npm account needed.
Latest version
1.5.1
Last release
8.7y ago
Last commit
2.6y ago
Known CVEs (OSV)
0
Deprecated
YES
Repo archived
YES
Suggested alternative
native Promises / async-await
the q package is deprecated; native Promises cover its API.
Migration
Q.defer() -> new Promise((resolve,reject)=>{}); Q.all(x) -> Promise.all(x); Q(v) -> Promise.resolve(v); no dependency needed
Embed this freshdeps badge in your README. It reads the same hand-verified migration corpus this page does — so it tells anyone who lands on your repo whether q is a dead end before they install it.

freshdeps badge for q

Markdown
[![freshdeps](https://freshdeps.vercel.app/badge/npm/q.svg)](https://freshdeps.vercel.app/npm/q?ref=badge)
HTML
<a href="https://freshdeps.vercel.app/npm/q?ref=badge"><img src="https://freshdeps.vercel.app/badge/npm/q.svg" alt="freshdeps: q"></a>
The badge links back here with an independent ?ref=badge tag.
// support

This migration corpus is hand-verified and free — support keeping it that way.

checked 2026-06-15T21:16:53.098Z · sources: registry=true github=true osv=true