Gathering detailed insights and metrics for @synstack/resolved
Gathering detailed insights and metrics for @synstack/resolved
Gathering detailed insights and metrics for @synstack/resolved
Gathering detailed insights and metrics for @synstack/resolved
Libraries for immutable and chainable LLM compatible scripting
npm install @synstack/resolved
Typescript
Module System
Node Version
NPM Version
72.6
Supply Chain
99.4
Quality
85.4
Maintenance
100
Vulnerability
100
License
TypeScript (97.39%)
JavaScript (2.61%)
Total Downloads
2,348
Last Day
1
Last Week
8
Last Month
66
Last Year
2,348
3 Stars
239 Commits
4 Branches
1 Contributors
Updated on May 12, 2025
Latest Version
1.2.4
Package Id
@synstack/resolved@1.2.4
Unpacked Size
47.70 kB
Size
7.48 kB
File Count
23
NPM Version
lerna/8.2.1/node@v22.11.0+arm64 (darwin)
Node Version
22.11.0
Published on
Apr 04, 2025
Cumulative downloads
Total Downloads
Last Day
-50%
1
Compared to previous day
Last Week
-46.7%
8
Compared to previous week
Last Month
-45.9%
66
Compared to previous month
Last Year
0%
2,348
Compared to previous year
3
A collection of packages for fast iterations on LLM scripts, workflows, and applications. Synstack provides strongly-typed, chainable, and immutable APIs for common operations needed when building AI/LLM integrations.
Check out the reforge folder to see how we use synstack to build itself.
Install these recommended packages:
1npm install @synstack/llm @synstack/fs @synstack/text @synstack/fs-cache @synstack/xml 2 3yarn add @synstack/llm @synstack/fs @synstack/text @synstack/fs-cache @synstack/xml 4 5pnpm add @synstack/llm @synstack/fs @synstack/text @synstack/fs-cache @synstack/xml
@synstack/fs - Strongly-typed, chainable file system operations
@synstack/fs-cache - Human-friendly file system caching
@synstack/git - Git utilities for AI prompting and automation
@synstack/enhance - Proxy-based utilities to enhance objects and functions
@synstack/glob - Type-safe glob pattern matching and file filtering
@synstack/path - Advanced path manipulation utilities
@synstack/json - Type-safe JSON operations with schema validation
@synstack/yaml - Type-safe YAML processing
@synstack/xml - Non-ISO XML parser with text preservation
@synstack/markdown - Type-safe markdown processing
1graph TD 2 %% Packages 3 enhance["@synstack/enhance"] 4 fs["@synstack/fs"] 5 fs_cache["@synstack/fs-cache"] 6 git["@synstack/git"] 7 glob["@synstack/glob"] 8 json["@synstack/json"] 9 llm["@synstack/llm"] 10 markdown["@synstack/markdown"] 11 path["@synstack/path"] 12 pipe["@synstack/pipe"] 13 reforge["@synstack/reforge"] 14 resolved["@synstack/resolved"] 15 str["@synstack/str"] 16 text["@synstack/text"] 17 web["@synstack/web"] 18 xml["@synstack/xml"] 19 yaml["@synstack/yaml"] 20 21 fs --> enhance 22 fs --> git 23 fs --> glob 24 fs --> json 25 fs --> path 26 fs --> pipe 27 fs --> str 28 fs --> xml 29 fs --> yaml 30 31 fs_cache --> fs 32 git --> enhance 33 glob --> path 34 llm --> resolved 35 llm --> text 36 llm --> fs_cache 37 markdown --> yaml 38 path --> pipe 39 pipe --> enhance 40 str --> pipe 41 text --> json 42 text --> resolved 43 text --> str 44 reforge --> json 45 46 %% External Dependencies 47 web --> readability["@mozilla/readability"] 48 web --> linkedom 49 xml --> immer 50 yaml --> yaml_pkg["yaml"] 51 llm --> zod_json["zod-to-json-schema"] 52 str --> change_case["change-case"] 53 glob --> minimatch["minimatch"] 54 glob --> glob_pkg["glob"] 55 56 %% Styling 57 classDef default fill:#f9f,stroke:#333,stroke-width:2px,color:#000; 58 classDef external fill:#bbf,stroke:#333,stroke-width:1px,color:#000; 59 class readability,linkedom,immer,yaml_pkg,zod_json,change_case,minimatch,glob_pkg external
No vulnerabilities found.
No security vulnerabilities found.