stdout-stream
npmv2.0.0Non-blocking stdout stream
Not recommended for new projects
No — stdout-stream should not be adopted for new projects. Last published 1443 days ago.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- FMaintenance: grade F, Failing.
Last published 1443 days ago.
- AWeight: grade A, Excellent.
Pulls in 1 transitive package, about 4.3 KB installed (at least — some of the tree is still being crawled).
- BSupply chain: grade B, Good.
This package has a single maintainer (bus factor of 1).
- ALicense: grade A, Excellent.
MIT — permissive, with no copyleft found in the dependency tree.
Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.
Install cost
What you actually take on by adding stdout-stream to a project.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
Longest resolved dependency chain below this package.
Part of this dependency tree has not been crawled yet, so these figures are a lower bound rather than a final total.
Compatibility
- Node.js
- No constraint declared
- Module format
- CommonJS only
- TypeScript
- No bundled types
- Install scripts
- None
Quick start
A usage example from the stdout-stream README.
console.error('start');
process.stdout.write(new Buffer(1024*1024));
console.error('end');Dependencies
Declared by stdout-stream v2.0.0. Runtime dependencies are installed with the package; dev dependencies are not.
Runtime (1)
Dev (1)
Used by
Popular packages that depend on stdout-stream.
Relationship graph
Dependencies (left) and dependents (right) of stdout-stream.
Frequently installed together
An AST-based pattern checker for JavaScript.
Opinionated, caching, retrying fetch client
Native Abstractions for Node.js: C++ header for Node 0.8 -> 26 compatibility
Given a possibly case-variant version of an existing filesystem path, returns the case-exact, normalized version as stored in the filesystem.
Parse sass files and extract a graph of imports
An optionally-asynchronous forEach with an interesting interface.
CLI app helper
Cross platform child_process#spawn and child_process#spawnSync
the most correct and second fastest glob implementation in JavaScript
A globbing fs.watch wrapper built from the best parts of other fine watch libs.
Lodash modular utilities.
Release history
No releases in the last two years, typically about 0 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 2.0.0latest | 4 years ago | 4.3 KB | MIT |
| 1.4.1 | 8 years ago | 4.4 KB | MIT |
| 1.4.0 | 11 years ago | — | MIT |
| 1.3.0 | 12 years ago | — | MIT |
| 1.2.0 | 12 years ago | — | MIT |
| 1.1.0 | 12 years ago | — | MIT |
| 1.0.5 | 12 years ago | — | MIT |
| 1.0.4 | 12 years ago | — | MIT |
| 1.0.3 | 12 years ago | — | MIT |
| 1.0.2 | 12 years ago | — | MIT |
| 1.0.1 | 12 years ago | — | MIT |
| 1.0.0 | 12 years ago | — | MIT |
Overview
stdout-stream is an npm package that non-blocking stdout stream. It has 1 known dependents in the graph. The latest version is 2.0.0, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need non-blocking stdout stream and value a focused solution.
When not to use it
Consider an alternative if you need to have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your npm stack.
Pros
- Clear open-source license (MIT).
- Lean dependency tree (2 direct dependencies).
Cons
- No bundled TypeScript types (may require a separate @types package).
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Frequently asked questions
Should I use stdout-stream?
No — stdout-stream should not be adopted for new projects. Last published 1443 days ago.
How do I install stdout-stream?
Run `npm install stdout-stream` to add stdout-stream to your npm project.
How many dependencies does stdout-stream have?
stdout-stream declares 2 direct dependencies and pulls in 1 packages in total once its runtime tree is resolved totalling about 4.3 KB on disk.
What license is stdout-stream released under?
stdout-stream is distributed under the MIT license.
How popular is stdout-stream?
npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on stdout-stream.
Is stdout-stream still maintained?
The most recent release of stdout-stream (v2.0.0) was published 4 years ago.
Does stdout-stream run install scripts?
No. stdout-stream does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.