1.0.1 • Published 4 years ago

package-fetch v1.0.1

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

install

npm i package-fetch

##Info returns you with all the node packages you have installed.

Usage

const { packages } = require('package-fetch')

setTimeout(() => {    //It needs 20 ms to fetch all the packages.
        console.log(packages)
}, 20);
1.0.1

4 years ago