Current Path: > > lib > node_modules > npm > node_modules > cacache >
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
lib | Directory | - | - | |
locales | Directory | - | - | |
CHANGELOG.md | File | 22844 bytes | March 10 2021 14:36:36. | |
LICENSE.md | File | 755 bytes | March 10 2021 14:36:36. | |
README.es.md | File | 20969 bytes | March 10 2021 14:36:36. | |
README.md | File | 20482 bytes | March 10 2021 14:36:36. | |
en.js | File | 58 bytes | March 10 2021 14:36:36. | |
es.js | File | 58 bytes | March 10 2021 14:36:36. | |
get.js | File | 6874 bytes | March 10 2021 14:36:36. | |
index.js | File | 58 bytes | March 10 2021 14:36:36. | |
ls.js | File | 121 bytes | March 10 2021 14:36:36. | |
package.json | File | 3400 bytes | March 10 2021 14:36:36. | |
put.js | File | 1960 bytes | March 10 2021 14:36:36. | |
rm.js | File | 661 bytes | March 10 2021 14:36:36. | |
verify.js | File | 55 bytes | March 10 2021 14:36:36. |
'use strict' const BB = require('bluebird') const index = require('./lib/entry-index') const memo = require('./lib/memoization') const path = require('path') const rimraf = BB.promisify(require('rimraf')) const rmContent = require('./lib/content/rm') module.exports = entry module.exports.entry = entry function entry (cache, key) { memo.clearMemoized() return index.delete(cache, key) } module.exports.content = content function content (cache, integrity) { memo.clearMemoized() return rmContent(cache, integrity) } module.exports.all = all function all (cache) { memo.clearMemoized() return rimraf(path.join(cache, '*(content-*|index-*)')) }
SILENT KILLER Tool