Add support for `npm-shrinkwrap` & Deno
- Ngôn ngữ chính
- TypeScript
- Star
- 25
- Fork
- 3
- Merge trung bình
- 8 giờ 22 phút
- Pull request đã merge (30 ngày)
- 4
Mô tả
- 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)
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
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.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- deno, typescript
- Lĩnh vực
- cli, tooling
- Loại issue
- Tính năng
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 50/100