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/parse-options.js
// parse out just the options we care about so we always get a consistent // obj with keys in a consistent order. const opts = ['includePrerelease', 'loose', 'rtl'] const parseOptions = options => !options ? {} : typeof options !== 'object' ? { loose: true } : opts.filter(k => options[k]).reduce((o, k) => { o[k] = true return o }, {}) module.exports = parseOptions
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply