@pnpm/tarball-resolver
Advanced tools
Weekly downloads
Readme
Resolver for tarball dependencies
pnpm add @pnpm/tarball-resolver
'use strict'
const resolveFromTarball = require('@pnpm/tarball-resolver').default
resolveFromTarball({pref: 'http://registry.npmjs.org/is-array/-/is-array-1.0.1.tgz'})
.then(resolveResult => console.log(JSON.stringify(resolveResult, null, 2)))
//> {
// "id": "registry.npmjs.org/is-array/-/is-array-1.0.1",
// "normalizedPref": "http://registry.npmjs.org/is-array/-/is-array-1.0.1.tgz",
// "resolution": {
// "tarball": "http://registry.npmjs.org/is-array/-/is-array-1.0.1.tgz"
// },
// "resolvedVia": "url"
// }
MIT
FAQs
Resolver for tarball dependencies
The npm package @pnpm/tarball-resolver receives a total of 848 weekly downloads. As such, @pnpm/tarball-resolver popularity was classified as not popular.
We found that @pnpm/tarball-resolver demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.