Wrapper around Buffer object keeping track of current position during reading from or writing to it.
Traverse an ESTree-compliant AST
ECMAScript (ESTree) AST walker
[![npm version][npm-version-src]][npm-version-href] [![npm downloads][npm-downloads-src]][npm-downloads-href] [![Github Actions][github-actions-src]][github-actions-href] [![Codecov][codecov-src]][codecov-href]
Traverse Babel AST with scope information.
A simple directory tree walker.
Execute a callback on every node of a source code's AST and stop walking when you see fit
Walks your node_modules tree
A system that visits all schema objects in a JSON Schema document and makes callbacks before visiting all of the current schema object's subschemas.
An implementation of the CSSStyleDeclaration class from the CSS Object Model specification
Modern Buffer API polyfill without footguns
Safer Node.js Buffer API
Library to walk OAS 3 schema objects and call a callback
Node.js Buffer API, for the browser
smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Get the ArrayBuffer out of a TypedArray, robustly.
Is this value a JS ArrayBuffer?
Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.
Is this value a JS SharedArrayBuffer?
A recursive stream of the files and directories in a given folder
Provides a simple Javascript AST traversal utility that traverses all nodes / children regardless of type.
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
A node port of python's os.walk