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 = gentleFSOpts function gentleFSOpts (gently, base, abs) { return { // never rm the root, prefix, or bin dirs // // globals included because of `npm link` -- as far as the package // requesting the link is concerned, the linked package is always // installed globally prefixes: [ npm.prefix, npm.globalPrefix, npm.dir, npm.root, npm.globalDir, npm.bin, npm.globalBin ], absolute: abs, log: log, prefix: npm.prefix, force: npm.config.get('force'), gently: gently, base: base, name: 'npm' } }