You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 15, 2022. It is now read-only.
devDependencies is not set on the object unless it's in package.json unlike
dependenciesandpeerDependencieswhich is always present.running read-installed with a stub package.json like
{"name": "foobar"}shows this behavior.It would be great if this was instead set to a empty object like the others for consistency and also ease of iterating over the dev-dependencies.