ACIL FM
Dark
Refresh
Current DIR:
/lib/node_modules/npm/node_modules/gauge/lib
/
lib
node_modules
npm
node_modules
gauge
lib
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
base-theme.js
424 B
chmod
View
DL
Edit
Rename
Delete
error.js
616 B
chmod
View
DL
Edit
Rename
Delete
has-color.js
99 B
chmod
View
DL
Edit
Rename
Delete
index.js
7.12 MB
chmod
View
DL
Edit
Rename
Delete
plumbing.js
1.25 MB
chmod
View
DL
Edit
Rename
Delete
process.js
89 B
chmod
View
DL
Edit
Rename
Delete
progress-bar.js
1.01 MB
chmod
View
DL
Edit
Rename
Delete
render-template.js
5.81 MB
chmod
View
DL
Edit
Rename
Delete
set-immediate.js
139 B
chmod
View
DL
Edit
Rename
Delete
set-interval.js
93 B
chmod
View
DL
Edit
Rename
Delete
spin.js
105 B
chmod
View
DL
Edit
Rename
Delete
template-item.js
1.93 MB
chmod
View
DL
Edit
Rename
Delete
theme-set.js
3.63 MB
chmod
View
DL
Edit
Rename
Delete
themes.js
1.63 MB
chmod
View
DL
Edit
Rename
Delete
wide-truncate.js
858 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /lib/node_modules/npm/node_modules/gauge/lib/wide-truncate.js
'use strict' var stringWidth = require('string-width') var stripAnsi = require('strip-ansi') module.exports = wideTruncate function wideTruncate (str, target) { if (stringWidth(str) === 0) { return str } if (target <= 0) { return '' } if (stringWidth(str) <= target) { return str } // We compute the number of bytes of ansi sequences here and add // that to our initial truncation to ensure that we don't slice one // that we want to keep in half. var noAnsi = stripAnsi(str) var ansiSize = str.length + noAnsi.length var truncated = str.slice(0, target + ansiSize) // we have to shrink the result to account for our ansi sequence buffer // (if an ansi sequence was truncated) and double width characters. while (stringWidth(truncated) > target) { truncated = truncated.slice(0, -1) } return truncated }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply