{"library":"unist-util-find-all-between","type":"library","category":null,"description":"Unist-util-find-all-between is a JavaScript utility for the Unist (Universal Syntax Tree) ecosystem, designed to locate and return a collection of child nodes positioned strictly between a specified start and end point within a given parent node. These start and end points can be defined either by their numerical index within the parent's children array or by a Unist node object itself. When node objects are provided, the utility internally relies on `unist-util-find` to locate them and `unist-util-is` for robust node testing. The current stable version is 2.1.0, indicating a mature and relatively stable API. As a specialized utility within the Unist ecosystem, it typically follows a stable release cadence, aligning with broader Unist updates rather than frequent independent feature releases. It offers a precise, range-based selection mechanism, differentiating itself from other `unist-util-find-*` tools by specifically focusing on the 'between' segment, excluding the start and end boundaries. This makes it ideal for operations requiring contextual analysis of AST segments.","language":"javascript","status":"active","version":"2.1.0","tags":["javascript","unist","node","find","between","util","utility","typescript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install unist-util-find-all-between","imports":["import { between } from 'unist-util-find-all-between';","import { between } from 'unist-util-find-all-between';","import type { Node } from 'unist';"]},{"cmd":"yarn add unist-util-find-all-between","imports":[]},{"cmd":"pnpm add unist-util-find-all-between","imports":[]}],"homepage":null,"github":"https://github.com/mrzmmr/unist-util-find-all-between","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/unist-util-find-all-between","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/unist-util-find-all-between/compatibility"}}