Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.216.32
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
local /
lib /
node_modules /
npm /
lib /
config /
Delete
Unzip
Name
Size
Permission
Date
Action
bin-links.js
716
B
-rw-r--r--
2017-11-28 04:37
clear-credentials-by-uri.js
423
B
-rw-r--r--
2017-11-03 01:22
cmd-list.js
1.86
KB
-rw-r--r--
2017-11-28 02:58
core.js
10.98
KB
-rw-r--r--
2017-11-28 04:37
defaults.js
11.12
KB
-rw-r--r--
2017-11-28 04:37
fetch-opts.js
1.93
KB
-rw-r--r--
2017-11-28 04:37
gentle-fs.js
687
B
-rw-r--r--
2017-11-28 04:37
get-credentials-by-uri.js
2
KB
-rw-r--r--
2017-11-03 01:22
lifecycle.js
851
B
-rw-r--r--
2017-11-28 04:37
load-cafile.js
682
B
-rw-r--r--
2017-11-03 01:22
load-prefix.js
1.3
KB
-rw-r--r--
2017-11-28 04:37
load-uid.js
386
B
-rw-r--r--
2017-11-03 01:22
nerf-dart.js
471
B
-rw-r--r--
2017-11-03 01:22
pacote.js
3.99
KB
-rw-r--r--
2017-11-28 02:58
reg-client.js
788
B
-rw-r--r--
2017-11-03 01:22
set-credentials-by-uri.js
1.24
KB
-rw-r--r--
2017-11-28 02:58
set-user.js
749
B
-rw-r--r--
2017-11-03 01:22
Save
Rename
'use strict' const npm = require('../npm.js') const log = require('npmlog') module.exports = lifecycleOpts let opts function lifecycleOpts (moreOpts) { if (!opts) { opts = { config: npm.config.snapshot, dir: npm.dir, failOk: false, force: npm.config.get('force'), group: npm.config.get('group'), ignorePrepublish: npm.config.get('ignore-prepublish'), ignoreScripts: npm.config.get('ignore-scripts'), log: log, nodeOptions: npm.config.get('node-options'), production: npm.config.get('production'), scriptShell: npm.config.get('script-shell'), scriptsPrependNodePath: npm.config.get('scripts-prepend-node-path'), unsafePerm: npm.config.get('unsafe-perm'), user: npm.config.get('user') } } return moreOpts ? Object.assign({}, opts, moreOpts) : opts }