Mohammad Asif cf937194cb Removed un-waned things 1. 5 meses atrás
..
lib cf937194cb Removed un-waned things 1. 5 meses atrás
LICENSE cf937194cb Removed un-waned things 1. 5 meses atrás
README.md cf937194cb Removed un-waned things 1. 5 meses atrás
package.json cf937194cb Removed un-waned things 1. 5 meses atrás

README.md

get-npm-tarball-url

Build Status

Create the tarball URL of a npm package

Installation

pnpm add get-npm-tarball-url

Usage

import getNpmTarballUrl from 'get-npm-tarball-url'

const url = getNpmTarballUrl('foo', '1.0.0')

console.log(url)
// 'https://registry.npmjs.org/foo/-/foo-1.0.0.tgz'

Related

License

MIT © Zoltan Kochan