206ff4
---
206ff4
document: modulemd-packager
206ff4
version: 3
206ff4
data:
206ff4
  name: nodejs
206ff4
  stream: 18
206ff4
  summary: Javascript runtime
206ff4
  description: >-
206ff4
    Node.js is a platform built on Chrome's JavaScript runtime
206ff4
    for easily building fast, scalable network applications.
206ff4
    Node.js uses an event-driven, non-blocking I/O model that
206ff4
    makes it lightweight and efficient, perfect for data-intensive
206ff4
    real-time applications that run across distributed devices.
206ff4
  license:
206ff4
  - MIT
206ff4
  configurations:
206ff4
  - context: rhel9
206ff4
    platform: el9
206ff4
    buildopts:
206ff4
      rpms:
206ff4
        macros: |
206ff4
            %_with_bundled 1
206ff4
            %_with_python3_fixup 0
206ff4
  references:
206ff4
    community: http://nodejs.org
206ff4
    documentation: http://nodejs.org/en/docs
206ff4
    tracker: https://github.com/nodejs/node/issues
206ff4
  profiles:
206ff4
    common:
206ff4
      rpms:
206ff4
      - nodejs
206ff4
      - npm
206ff4
    development:
206ff4
      rpms:
206ff4
      - nodejs
206ff4
      - nodejs-devel
206ff4
      - npm
206ff4
    minimal:
206ff4
      rpms:
206ff4
      - nodejs
206ff4
    s2i:
206ff4
      rpms:
206ff4
      - nodejs
206ff4
      - npm
206ff4
      - nodejs-nodemon
206ff4
  api:
206ff4
    rpms:
206ff4
    - nodejs
206ff4
    - nodejs-devel
206ff4
    - npm
206ff4
  components:
206ff4
    rpms:
206ff4
      nodejs-packaging:
206ff4
        rationale: RPM Macros and Utilities for Node.js Packaging
206ff4
        buildorder: 10
206ff4
        ref: stream-nodejs-18-rhel-9.1.0
206ff4
      nodejs:
206ff4
        rationale: Javascript runtime and npm package manager.
206ff4
        buildorder: 100
206ff4
        ref: stream-nodejs-18-rhel-9.1.0
206ff4
      nodejs-nodemon:
206ff4
        rationale: Simple monitor script for use during development of a node.js app
206ff4
        buildorder: 200
206ff4
        ref: stream-nodejs-18-rhel-9.1.0