Severity
Critical
Description
A required dependency is not declared in package.json and may prevent the package from working.
Suggestion
The package should define the missing dependency inside of package.json and publish a new version. Consumers may have to install the missing dependency themselves as long as the dependency remains missing. If the dependency is optional, add it to optionalDependencies and handle the missing case.
Packages with this issue
babel's modular runtime helpers
A parser that converts TypeScript source code into an ESTree compatible form
ECMAScript code generator
Offers a async require.resolve function. It's highly configurable.