npm-packages-list
TypeScript icon, indicating that this package has built-in type declarations

2.0.2 • Public • Published

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"
//     }
// ]

Dependencies

License

@AMINE1921

Readme

Keywords

none

Package Sidebar

Install

npm i npm-packages-list

Weekly Downloads

0

Version

2.0.2

License

ISC

Unpacked Size

3.6 kB

Total Files

6

Last publish

Collaborators

  • amine1921