2.0.2 • Published 2 years ago

npm-packages-list v2.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago