NPM
NPM
GET
https://my.elara.services/api/npm
Query Parameters
Name
Type
Description
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
Was this helpful?