REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 425 B
Close
//opt/alt/alt-nodejs20/root/lib/node_modules/npm/node_modules/libnpmversion/lib/commit.js
Text
Base64
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) }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 8
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
commit.js
425 B
lrw-r--r--
2026-02-23 03:24:41
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
enforce-clean.js
841 B
lrw-r--r--
2026-02-23 03:24:41
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
index.js
781 B
lrw-r--r--
2026-02-23 03:24:41
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
read-json.js
295 B
lrw-r--r--
2026-02-23 03:24:41
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
retrieve-tag.js
384 B
lrw-r--r--
2026-02-23 03:24:41
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
tag.js
470 B
lrw-r--r--
2026-02-23 03:24:41
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
version.js
3.22 KB
lrw-r--r--
2026-02-23 03:24:41
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
write-json.js
483 B
lrw-r--r--
2026-02-23 03:24:41
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).