ACIL FM
Dark
Refresh
Current DIR:
/lib/node_modules/npm/lib/utils
/
lib
node_modules
npm
lib
utils
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
completion
-
chmod
Open
Rename
Delete
config
-
chmod
Open
Rename
Delete
ansi-trim.js
173 B
chmod
View
DL
Edit
Rename
Delete
audit-error.js
978 B
chmod
View
DL
Edit
Rename
Delete
cmd-list.js
2.46 MB
chmod
View
DL
Edit
Rename
Delete
completion.sh
1.85 MB
chmod
View
DL
Edit
Rename
Delete
did-you-mean.js
1.46 MB
chmod
View
DL
Edit
Rename
Delete
display.js
2.84 MB
chmod
View
DL
Edit
Rename
Delete
error-message.js
12.64 MB
chmod
View
DL
Edit
Rename
Delete
exit-handler.js
6.77 MB
chmod
View
DL
Edit
Rename
Delete
explain-dep.js
3.73 MB
chmod
View
DL
Edit
Rename
Delete
explain-eresolve.js
2.56 MB
chmod
View
DL
Edit
Rename
Delete
format-bytes.js
629 B
chmod
View
DL
Edit
Rename
Delete
format-search-stream.js
3.93 MB
chmod
View
DL
Edit
Rename
Delete
get-identity.js
740 B
chmod
View
DL
Edit
Rename
Delete
is-windows.js
233 B
chmod
View
DL
Edit
Rename
Delete
log-file.js
7.64 MB
chmod
View
DL
Edit
Rename
Delete
log-shim.js
1.68 MB
chmod
View
DL
Edit
Rename
Delete
npm-usage.js
1.95 MB
chmod
View
DL
Edit
Rename
Delete
open-url-prompt.js
1.54 MB
chmod
View
DL
Edit
Rename
Delete
open-url.js
1.17 MB
chmod
View
DL
Edit
Rename
Delete
otplease.js
1.23 MB
chmod
View
DL
Edit
Rename
Delete
ping.js
252 B
chmod
View
DL
Edit
Rename
Delete
pulse-till-done.js
412 B
chmod
View
DL
Edit
Rename
Delete
queryable.js
9.58 MB
chmod
View
DL
Edit
Rename
Delete
read-user-info.js
1.99 MB
chmod
View
DL
Edit
Rename
Delete
reify-finish.js
876 B
chmod
View
DL
Edit
Rename
Delete
reify-output.js
4.96 MB
chmod
View
DL
Edit
Rename
Delete
replace-info.js
807 B
chmod
View
DL
Edit
Rename
Delete
tar.js
3.73 MB
chmod
View
DL
Edit
Rename
Delete
timers.js
3.18 MB
chmod
View
DL
Edit
Rename
Delete
update-notifier.js
4.45 MB
chmod
View
DL
Edit
Rename
Delete
validate-lockfile.js
1023 B
chmod
View
DL
Edit
Rename
Delete
web-auth.js
558 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /lib/node_modules/npm/lib/utils/completion.sh
#!/bin/bash ###-begin-npm-completion-### # # npm command completion script # # Installation: npm completion >> ~/.bashrc (or ~/.zshrc) # Or, maybe: npm completion > /usr/local/etc/bash_completion.d/npm # if type complete &>/dev/null; then _npm_completion () { local words cword if type _get_comp_words_by_ref &>/dev/null; then _get_comp_words_by_ref -n = -n @ -n : -w words -i cword else cword="$COMP_CWORD" words=("${COMP_WORDS[@]}") fi local si="$IFS" if ! IFS=$'\n' COMPREPLY=($(COMP_CWORD="$cword" \ COMP_LINE="$COMP_LINE" \ COMP_POINT="$COMP_POINT" \ npm completion -- "${words[@]}" \ 2>/dev/null)); then local ret=$? IFS="$si" return $ret fi IFS="$si" if type __ltrim_colon_completions &>/dev/null; then __ltrim_colon_completions "${words[cword]}" fi } complete -o default -F _npm_completion npm elif type compdef &>/dev/null; then _npm_completion() { local si=$IFS compadd -- $(COMP_CWORD=$((CURRENT-1)) \ COMP_LINE=$BUFFER \ COMP_POINT=0 \ npm completion -- "${words[@]}" \ 2>/dev/null) IFS=$si } compdef _npm_completion npm elif type compctl &>/dev/null; then _npm_completion () { local cword line point words si read -Ac words read -cn cword let cword-=1 read -l line read -ln point si="$IFS" if ! IFS=$'\n' reply=($(COMP_CWORD="$cword" \ COMP_LINE="$line" \ COMP_POINT="$point" \ npm completion -- "${words[@]}" \ 2>/dev/null)); then local ret=$? IFS="$si" return $ret fi IFS="$si" } compctl -K _npm_completion npm fi ###-end-npm-completion-###
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply