ACIL FM
Dark
Refresh
Current DIR:
/lib/node_modules/npm/node_modules/semver/internal
/
lib
node_modules
npm
node_modules
semver
internal
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
constants.js
467 B
chmod
View
DL
Edit
Rename
Delete
debug.js
226 B
chmod
View
DL
Edit
Rename
Delete
identifiers.js
410 B
chmod
View
DL
Edit
Rename
Delete
parse-options.js
383 B
chmod
View
DL
Edit
Rename
Delete
re.js
6.52 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /lib/node_modules/npm/node_modules/semver/internal/identifiers.js
const numeric = /^[0-9]+$/ const compareIdentifiers = (a, b) => { const anum = numeric.test(a) const bnum = numeric.test(b) if (anum && bnum) { a = +a b = +b } return a === b ? 0 : (anum && !bnum) ? -1 : (bnum && !anum) ? 1 : a < b ? -1 : 1 } const rcompareIdentifiers = (a, b) => compareIdentifiers(b, a) module.exports = { compareIdentifiers, rcompareIdentifiers, }
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply