11565d
---
11565d
document: modulemd
11565d
version: 2
11565d
data:
11565d
  name: nodejs
11565d
  stream: "18"
11565d
  summary: Javascript runtime
11565d
  description: >-
11565d
    Node.js is a platform built on Chrome's JavaScript runtime for easily building
11565d
    fast, scalable network applications. Node.js uses an event-driven, non-blocking
11565d
    I/O model that makes it lightweight and efficient, perfect for data-intensive
11565d
    real-time applications that run across distributed devices.
11565d
  license:
11565d
    module:
11565d
    - MIT
11565d
  dependencies:
11565d
  - buildrequires:
11565d
      platform: [el8.7.0]
11565d
    requires:
11565d
      platform: [el8]
11565d
  references:
11565d
    community: http://nodejs.org
11565d
    documentation: http://nodejs.org/en/docs
11565d
    tracker: https://github.com/nodejs/node/issues
11565d
  profiles:
11565d
    common:
11565d
      rpms:
11565d
      - nodejs
11565d
      - npm
11565d
    development:
11565d
      rpms:
11565d
      - nodejs
11565d
      - nodejs-devel
11565d
      - npm
11565d
    minimal:
11565d
      rpms:
11565d
      - nodejs
11565d
    s2i:
11565d
      rpms:
11565d
      - nodejs
11565d
      - nodejs-nodemon
11565d
      - npm
11565d
  api:
11565d
    rpms:
11565d
    - nodejs
11565d
    - nodejs-devel
11565d
    - npm
11565d
  buildopts:
11565d
    rpms:
11565d
      macros: >
11565d
        %_with_bundled 1
11565d
  components:
11565d
    rpms:
11565d
      nodejs:
11565d
        rationale: Javascript runtime and npm package manager.
11565d
        ref: cbf93f305e6dfe2f9f7b6e71e92d48b71d47b7a9
11565d
        buildorder: 100
11565d
      nodejs-nodemon:
11565d
        rationale: Simple monitor script for use during development of a node.js app
11565d
        ref: c6333880f860db2d0c592175953d39f73381c23e
11565d
        buildorder: 200
11565d
      nodejs-packaging:
11565d
        rationale: RPM Macros and Utilities for Node.js Packaging
11565d
        ref: 6198fea535365f9b38a32c534b7903ef16048bf0
11565d
        buildorder: 10
11565d
...
11565d