REDROOM
PHP 8.2.30
Path:
Logout
Edit File
Size: 682 B
Close
/proc/thread-self/root/proc/self/root/opt/alt/alt-nodejs8/root/usr/lib/node_modules/npm/lib/config/load-cafile.js
Text
Base64
module.exports = loadCAFile var fs = require('fs') function loadCAFile (cafilePath, cb) { if (!cafilePath) return process.nextTick(cb) fs.readFile(cafilePath, 'utf8', afterCARead.bind(this)) function afterCARead (er, cadata) { if (er) { // previous cafile no longer exists, so just continue on gracefully if (er.code === 'ENOENT') return cb() return cb(er) } var delim = '-----END CERTIFICATE-----' var output output = cadata .split(delim) .filter(function (xs) { return !!xs.trim() }) .map(function (xs) { return xs.trimLeft() + delim }) this.set('ca', output) cb(null) } }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 14
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
bin-links.js
716 B
lrw-r--r--
2021-09-28 10:29:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
clear-credentials-by-uri.js
423 B
lrw-r--r--
2021-09-28 10:29:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
cmd-list.js
2.17 KB
lrw-r--r--
2021-09-28 10:29:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
core.js
10.90 KB
lrw-r--r--
2021-09-28 10:29:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
defaults.js
11.45 KB
lrw-r--r--
2021-09-28 10:29:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
figgy-config.js
2.31 KB
lrw-r--r--
2021-09-28 10:29:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
gentle-fs.js
687 B
lrw-r--r--
2021-09-28 10:29:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
get-credentials-by-uri.js
2.16 KB
lrw-r--r--
2021-09-28 10:29:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
lifecycle.js
851 B
lrw-r--r--
2021-09-28 10:29:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
load-cafile.js
682 B
lrw-r--r--
2021-09-28 10:29:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
load-prefix.js
1.30 KB
lrw-r--r--
2021-09-28 10:29:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
nerf-dart.js
471 B
lrw-r--r--
2021-09-28 10:29:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
set-credentials-by-uri.js
1.24 KB
lrw-r--r--
2021-09-28 10:29:09
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
set-user.js
758 B
lrw-r--r--
2021-09-28 10:29:09
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).