ACIL FM
Dark
Refresh
Current DIR:
/lib/node_modules/npm/node_modules/cacache/lib
/
lib
node_modules
npm
node_modules
cacache
lib
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
content
-
chmod
Open
Rename
Delete
util
-
chmod
Open
Rename
Delete
entry-index.js
10.73 MB
chmod
View
DL
Edit
Rename
Delete
get.js
5.57 MB
chmod
View
DL
Edit
Rename
Delete
index.js
1.35 MB
chmod
View
DL
Edit
Rename
Delete
memoization.js
1.44 MB
chmod
View
DL
Edit
Rename
Delete
put.js
1.93 MB
chmod
View
DL
Edit
Rename
Delete
rm.js
664 B
chmod
View
DL
Edit
Rename
Delete
verify.js
6.57 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /lib/node_modules/npm/node_modules/cacache/lib/rm.js
'use strict' const util = require('util') const index = require('./entry-index') const memo = require('./memoization') const path = require('path') const rimraf = util.promisify(require('rimraf')) const rmContent = require('./content/rm') module.exports = entry module.exports.entry = entry function entry (cache, key, opts) { memo.clearMemoized() return index.delete(cache, key, opts) } 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-*)')) }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply