zimmerframe
npmv1.1.5TypeScriptA tool for walking ASTs
Safe to adopt
Yes — zimmerframe scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 8 days ago. 3 releases in the last 2 years.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- AMaintenance: grade A, Excellent.
Last published 8 days ago. 3 releases in the last 2 years.
- AWeight: grade A, Excellent.
Zero runtime dependencies, about 13 KB installed.
- ASupply chain: grade A, Excellent.
No install scripts, 2 maintainers, and a contained dependency surface.
- 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 zimmerframe 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.
Compatibility
- Node.js
- No constraint declared
- Module format
- ESM only
- TypeScript
- Types included
- Install scripts
- None
Quick start
A usage example from the zimmerframe README.
import { walk } from 'zimmerframe';
import { parse } from 'acorn';
import { Node } from 'estree';
const program = parse(`
let message = 'hello';
console.log(message);
if (true) {
let answer = 42;
console.log(answer);
}
`);
Dependencies
Declared by zimmerframe v1.1.5. Runtime dependencies are installed with the package; dev dependencies are not.
Dev (4)
Used by
Popular packages that depend on zimmerframe.
Relationship graph
Dependencies (left) and dependents (right) of zimmerframe.
Frequently installed together
Types for the TypeScript-ESTree AST spec
ECMAScript parser
TypeScript definitions for estree
Next generation testing framework powered by Vite
Encode/decode sourcemap mappings
Acorn plugin that parses TypeScript
Prettier is an opinionated code formatter
UI for Vitest
An extremely fast JavaScript and CSS bundler and minifier.
Programmatic access to information about the AXObject Model
Determine whether an AST node is a reference
Programmatic access to the ARIA specification
Release history
3 releases in the last two years, typically about 0 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 1.1.5latest | 8 days ago | 13 KB | MIT |
| 1.1.4 | 1 year ago | 12 KB | MIT |
| 1.1.3 | 1 year ago | 12 KB | MIT |
| 1.1.2 | 2 years ago | 12 KB | MIT |
| 1.1.1 | 2 years ago | 12 KB | MIT |
| 1.1.0 | 2 years ago | 11 KB | MIT |
| 1.0.0 | 3 years ago | 11 KB | MIT |
| 0.2.1 | 3 years ago | 11 KB | MIT |
| 0.2.0 | 3 years ago | 11 KB | MIT |
| 0.1.2 | 3 years ago | 12 KB | MIT |
| 0.1.1 | 3 years ago | 12 KB | MIT |
| 0.1.0 | 3 years ago | 12 KB | MIT |
| 0.0.11 | 3 years ago | 12 KB | MIT |
| 0.0.10 | 3 years ago | 11 KB | MIT |
| 0.0.9 | 3 years ago | 11 KB | MIT |
Overview
zimmerframe is an npm package that a tool for walking ASTs. It has 2 known dependents in the graph. The latest version is 1.1.5, released under the MIT license.
Who should use it
Teams working in the npm ecosystem who need a tool for walking ASTs and value a focused solution.
When not to use it
Consider an alternative if you need to or if a more actively-maintained option better fits your npm stack.
Pros
- Ships TypeScript type definitions.
- Clear open-source license (MIT).
Cons
- No significant drawbacks detected from available metadata.
Auto-generated from collected registry metadata. No external claims are inferred.
Maintainers
Frequently asked questions
Should I use zimmerframe?
Yes — zimmerframe scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 8 days ago. 3 releases in the last 2 years.
How do I install zimmerframe?
Run `npm install zimmerframe` to add zimmerframe to your npm project.
What license is zimmerframe released under?
zimmerframe is distributed under the MIT license.
How popular is zimmerframe?
npm does not publish download counts. Within PackageGraph's crawl, 2 known packages depend on zimmerframe.
Is zimmerframe still maintained?
The most recent release of zimmerframe (v1.1.5) was published 8 days ago.
Does zimmerframe run install scripts?
No. zimmerframe does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.