assert
Provides a set of assertion testsassert.ok()
Checks if a value is true.assert.equal()
Checks if two values are equal, using the equal operator (==).assert.notEqual()
Checks if two values are not equal, using the not equal operator (!=)
buffer
To handle binary data- TODO
console
Console object.console.log()
Outputs a message to the console.console.info()
Outputs a message to the console.console.warn()
Outputs a message to the console.console.error()
Outputs a message to the console.console.debug()
Outputs a message to the console.
child_process
To run a child process- TODO
cluster
To split a single Node process into multiple processes- TODO
crypto
To handle OpenSSL cryptographic functions- TODO
dgram
Provides implementation of UDP datagram sockets- TODO
dns
To do DNS lookups and name resolution functions- TODO
events
To handle events- TODO
fs
To handle the file system -fs.rename()
rename the file.fs.exists()
fs.rmdir()
remove the dir.fs.mkdir()
create the dir.fs.stat()
get the stat of the given pathname.fs.readdir()
read the directory.fs.readFile()
read the file of the given pathname.fs.writeFile()
write the file of the given pathname and bytes/string.fs.appendFile()
append to the file of the given pathname and bytes/string.
http
To make Node.js act as an HTTP server- TODO
https
To make Node.js act as an HTTPS server.- TODO
net
To create servers and clients- TODO
os
Provides information about the operation systemos.tmpdir()
Returns the operating system's default directory for temporary files.os.homedir()
Returns the operating system's home directory.os.endianness()
Returns the endianness of the CPU.os.type()
Returns the name of the operating system.os.platform()
Returns information about the operating system's platform.os.arch()
Returns the operating system CPU architecture.
path
To handle file pathspath.normalize()
normalize the path string.path.join()
Joins the specified paths into one.path.resolve()
Resolves the specified paths into an absolute path.path.isAbsolute()
return if a path is in absolute.path.relative()
normalize the path string.path.dirname()
return the directory name of the path.path.basename()
return the basename of the path.path.extname()
return the ext name.
querystring
To handle URL query strings- TODO
readlin
To handle readable streams one line at the time- TODO
stream
To handle streaming data- TODO
string_decoder
To decode buffer objects into strings- TODO
timers
To execute a function after a given number of millisecondstimers.setTimeout()
Executes a given function after a given time (in milliseconds).timers.clearTimeout()
Cancels a Timeout object.
tls
To implement TLS and SSL protocols- TODO
tty
Provides classes used by a text terminal- TODO
url
To parse URL strings- TODO
util
To access utility functions- TODO
v8
To access information about V8 (the JavaScript engine)- TODO
vm
To compile JavaScript code in a virtual machine- TODO
zlib
To compress or decompress files- TODO
-
Notifications
You must be signed in to change notification settings - Fork 0
JavaScript (V8) Language Module
License
untrustedmodders/plugify-module-v8
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
JavaScript (V8) Language Module
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published