GitHub
npm
Preparing search index...
The search index is not available
npm Registry API Client
npm Registry API Client
NpmSearchPackage
Interface NpmSearchPackage
Package summary within a search result object.
interface
NpmSearchPackage
{
author
?:
NpmPerson
;
date
?:
string
;
description
?:
string
;
keywords
?:
string
[]
;
links
?:
NpmPackageLinks
;
maintainers
?:
NpmPerson
[]
;
name
:
string
;
publisher
?:
NpmPerson
;
scope
:
string
;
version
:
string
;
}
Index
Properties
author?
date?
description?
keywords?
links?
maintainers?
name
publisher?
scope
version
Properties
Optional
author
author
?:
NpmPerson
Optional
date
date
?:
string
Optional
description
description
?:
string
Optional
keywords
keywords
?:
string
[]
Optional
links
links
?:
NpmPackageLinks
Optional
maintainers
maintainers
?:
NpmPerson
[]
name
name
:
string
Optional
publisher
publisher
?:
NpmPerson
scope
scope
:
string
version
version
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
author
date
description
keywords
links
maintainers
name
publisher
scope
version
GitHub
npm
npm Registry API Client
Loading...
Package summary within a search result object.