seemsLikeDubJson

Quick function to check if a package.json can not not be a dub package file.

bool
seemsLikeDubJson
(
string json
)

Return Value

Type: bool

false if fields are used which aren't usually used in dub but in nodejs.

Meta