ACIL FM
Dark
Refresh
Current DIR:
/lib/node_modules/npm/node_modules/libnpmversion/lib
/
lib
node_modules
npm
node_modules
libnpmversion
lib
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
commit.js
425 B
chmod
View
DL
Edit
Rename
Delete
enforce-clean.js
837 B
chmod
View
DL
Edit
Rename
Delete
index.js
805 B
chmod
View
DL
Edit
Rename
Delete
read-json.js
335 B
chmod
View
DL
Edit
Rename
Delete
retrieve-tag.js
384 B
chmod
View
DL
Edit
Rename
Delete
tag.js
470 B
chmod
View
DL
Edit
Rename
Delete
version.js
3.29 MB
chmod
View
DL
Edit
Rename
Delete
write-json.js
524 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /lib/node_modules/npm/node_modules/libnpmversion/lib/commit.js
const git = require('@npmcli/git') module.exports = (version, opts) => { const { commitHooks, allowSameVersion, signGitCommit, message } = opts const args = ['commit'] if (commitHooks === false) { args.push('-n') } if (allowSameVersion) { args.push('--allow-empty') } if (signGitCommit) { args.push('-S') } args.push('-m') return git.spawn([...args, message.replace(/%s/g, version)], opts) }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply