bluebirdnpm
stale
No meaningful activity in 1–2 years.
✓ freshdeps checked bluebird live against npm, GitHub & OSV on Jun 16, 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
Suggested alternative
native Promises
bluebird is unmaintained (last release 2019); native V8 Promises are now faster and standard.
Migration
Promise.promisify(fn) -> require('util').promisify(fn); Promise.map(arr,fn) -> Promise.all(arr.map(fn)); drop the dependencyEmbed 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 bluebird is a dead end before they install it.

[](https://freshdeps.vercel.app/npm/bluebird?ref=badge)
<a href="https://freshdeps.vercel.app/npm/bluebird?ref=badge"><img src="https://freshdeps.vercel.app/badge/npm/bluebird.svg" alt="freshdeps: bluebird"></a>
// support
This migration corpus is hand-verified and free — support keeping it that way.
Repository: git://github.com/petkaantonov/bluebird.git
checked 2026-06-16T09:21:29.079Z · sources: registry=true github=true osv=true
JSON: /api/verdict?ecosystem=npm&package=bluebird