2.0.2 • Published 2 years ago
npm-packages-list v2.0.2
List the npm packages of a specific username
This package is developed in ReactJS
Installation
npm install npm-packages-list
Usage
import { listPackagesNPM } from "npm-packages-list";
const listPackages = listPackagesNPM("username");
console.log("listPackages: ", listPackages);
// listPackages: [
// {
// lastVersion: "xxxx",
// link: "xxxx",
// name: "xxxx"
// }
// ]