Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
local
/
lib
/
node_modules
/
npm
/
node_modules
/
pacote
/
lib
/
fetchers
/
registry
/
File Content:
index.js
'use strict' const cacache = require('cacache') const Fetcher = require('../../fetch') const regManifest = require('./manifest') const regTarball = require('./tarball') const fetchRegistry = module.exports = Object.create(null) Fetcher.impl(fetchRegistry, { manifest (spec, opts) { return regManifest(spec, opts) }, tarball (spec, opts) { return regTarball(spec, opts) }, fromManifest (manifest, spec, opts) { return regTarball.fromManifest(manifest, spec, opts) }, clearMemoized () { cacache.clearMemoized() regManifest.clearMemoized() } })
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
check-warning-header.js
1216 bytes
0644
fetch.js
3183 bytes
0644
index.js
584 bytes
0644
manifest.js
4387 bytes
0644
pick-registry.js
360 bytes
0644
registry-key.js
410 bytes
0644
tarball.js
2613 bytes
0644
N4ST4R_ID | Naxtarrr