Add support for `npm-shrinkwrap` & Deno
- Langage dominant
- TypeScript
- Étoiles
- 25
- Forks
- 3
- Merge moyen
- 8 h 22 min
- PR mergées (30 j)
- 4
Description
- 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)
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
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.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- deno, typescript
- Domaine
- cli, tooling
- Type d'issue
- Fonctionnalité
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 50/100