2.0.2 • Published 3 years ago

npm-packages-list v2.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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

2.0.2

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago