Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.1
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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
/
var /
www /
html /
quiz1 /
node_modules /
builtin-modules /
[ HOME SHELL ]
Name
Size
Permission
Action
builtin-modules.json
477
B
-rw-rw-rw-
index.d.ts
250
B
-rw-rw-rw-
index.js
349
B
-rw-rw-rw-
license
1.09
KB
-rw-rw-rw-
package.json
775
B
-rw-rw-rw-
readme.md
1.17
KB
-rw-rw-rw-
static.d.ts
288
B
-rw-rw-rw-
static.js
61
B
-rw-rw-rw-
Delete
Unzip
Zip
${this.title}
Close
Code Editor : readme.md
# builtin-modules > List of the Node.js builtin modules The list is just a [JSON file](builtin-modules.json) and can be used anywhere. ## 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 --- <div align="center"> <b> <a href="https://tidelift.com/subscription/pkg/npm-builtin-modules?utm_source=npm-builtin-modules&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a> </b> <br> <sub> Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies. </sub> </div>
Close