npm-cache-filename
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/npm-cache-filename package

1.0.2 • Public • Published

npm-cache-filename

Given a cache folder and url, return the appropriate cache folder.

USAGE

var cf = require('npm-cache-filename');
console.log(cf('/tmp/cache', 'https://registry.npmjs.org:1234/foo/bar'));
// outputs: /tmp/cache/registry.npmjs.org_1234/foo/bar

As a bonus, you can also bind it to a specific root path:

var cf = require('npm-cache-filename');
var getFile = cf('/tmp/cache');
 
console.log(getFile('https://registry.npmjs.org:1234/foo/bar'));
// outputs: /tmp/cache/registry.npmjs.org_1234/foo/bar

Readme

Keywords

none

Package Sidebar

Install

npm i npm-cache-filename

Weekly Downloads

186,476

Version

1.0.2

License

ISC

Last publish

Collaborators

  • npm-cli-ops
  • saquibkhan
  • fritzy
  • gar
  • lukekarrys