Suggestion: let the API accept a JSON object
Ouverte
- Langage dominant
- TypeScript
- Étoiles
- 238
- Forks
- 8
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
If a `package.json` has already been parsed, it doesn't make sense to then have `pkg-ok` do it again:
```ts
// Override
function pkgOk(pkg: PackageJson, { fields = [], bin = [] }: Options = {})
```
Or maybe even from a string too:
```ts
function pkgOk(pkg: string, { fields = [], bin = [] }: Options = {})
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.