Uname : Linux serv1.rebootns.com 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
Soft : LiteSpeed
Ip : 139.99.125.122
Port : 443
~
/
opt
/
alt
/
alt-nodejs10
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
cacache
/
lib
/
content
[ HOME ]
Exec
Submit
File Name : rm.js
'use strict' const BB = require('bluebird') const contentPath = require('./path') const hasContent = require('./read').hasContent const rimraf = BB.promisify(require('rimraf')) module.exports = rm function rm (cache, integrity) { return hasContent(cache, integrity).then(content => { if (content) { const sri = content.sri if (sri) { return rimraf(contentPath(cache, sri)).then(() => true) } } else { return false } }) }
Back
Folder Name
Submit
File Name
File Content
Submit
Name
Type
Size
Permission
Last Modified
Actions
.
dir
-
0755
2025-11-16 11:16:20
..
dir
-
0755
2025-11-16 11:16:20
path.js
file
750 B
0644
2022-12-15 05:36:09
read.js
file
5.25 KB
0644
2022-12-15 05:36:09
rm.js
file
472 B
0644
2022-12-15 05:36:09
write.js
file
4.36 KB
0644
2022-12-15 05:36:09