I am learning Express and I see that per the docs it contains some of the same functionality as Node. For example, request and response are said to be the exact same as Node.
See here: https://expressjs.com/en/starter/hello-world.html
If Node is not included as a dependency can I assume that they are using a fork from the Node project?
No mention of Node here in the package.json
"dependencies": {
"body-parser": "^1.18.2",
"config": "^1.29.4",
... snip
"style-loader": "^0.19.1",
"yarn": "^1.5.1"
},