Add support for `npm-shrinkwrap` & Deno
- 主要语言
- TypeScript
- 星标
- 25
- 派生
- 3
- 平均合并
- 8 小时 22 分钟
- 30 天内合并 PR
- 4
描述
- Deno: Parse the jsr section into a map keyed by `name@version`, link edges from `jsr[*].dependencies`, resolve `"jsr:@scope/name"` via specifiers, and build root from `workspace.dependencies`. This should be enough for most of the folks, but maybe needs more research.
- shrinkwrap: From what I understand we can reuse current npm parser (assuming we're targeting `lockfileVersion` >= 2/3)
贡献指南
这个仓库没有索引到贡献指南
调研方向
The issue describes adding parsers for npm-shrinkwrap.json and Deno's jsr.json. Start by examining the existing npm parser in the codebase to understand the structure. For Deno, research the jsr specification and workspace dependencies. Implement parsing logic that outputs a consistent map format. Test with sample lockfiles to ensure compatibility.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- deno, typescript
- 领域
- cli, tooling
- Issue 类型
- 功能
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 50/100