# What / Why <!-- Describe the request in detail --> > npm cli should support `npm fund --depth=0` to only get funding information of direct dependencies ## When * `npm fund --depth=0` ## Where * n/a ## How ### Current Behavior * Prints funding information for all dependencies ### Expected Behavior * Print only funding information for direct dependencies (not nested dependencies) ## Who * n/a ## References * n/a