Binary package “node-process” in ubuntu jammy
process information for node.js and browsers
Works in node.js and browsers via the browser.js shim provided with the module.
.
The goal of this module is not to be a full-fledged alternative to the builtin
process module. This module mostly exists to provide the nextTick functionality
and little more. We keep this module lean because it will often be included by
default by tools like browserify when it detects a module has used the
`process` global.
.
It also exposes a "browser" member (i.e. `process.browser`) which is `true` in
this implementation but `undefined` in node. This can be used in isomorphic
code that adjusts it's behavior depending on which environment it's running
in.
.
Node.js is an event-based server-side JavaScript engine.
Source package
Published versions
- node-process 0.11.10-3 in amd64 (Proposed)
- node-process 0.11.10-3 in amd64 (Release)
- node-process 0.11.10-3 in arm64 (Proposed)
- node-process 0.11.10-3 in arm64 (Release)
- node-process 0.11.10-3 in armhf (Proposed)
- node-process 0.11.10-3 in armhf (Release)
- node-process 0.11.10-3 in i386 (Proposed)
- node-process 0.11.10-3 in i386 (Release)
- node-process 0.11.10-3 in ppc64el (Proposed)
- node-process 0.11.10-3 in ppc64el (Release)
- node-process 0.11.10-3 in riscv64 (Proposed)
- node-process 0.11.10-3 in riscv64 (Release)
- node-process 0.11.10-3 in s390x (Proposed)
- node-process 0.11.10-3 in s390x (Release)