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