Public user profile derived from the npm registry search API.

interface NpmUser {
    email?: string;
    name: string;
}

Properties

Properties

email?: string

Public email address (when available)

name: string

npm username