NPM

NPM

GET https://my.elara.services/api/npm

Query Parameters

NameTypeDescription

key

string

Your API key

name

string

Name of the npm package

{
    status: true,
    name: "",
    url: "",
    tags: [],
    description: "",
    latest: "",
    maintainers: [],
    author: "",
    license: "",
    created: "",
    updated: "",
    pages: {
        bugs: "",
        home: "",
        download: "",
        repository: ""
    },
    readme: ""
}

Last updated