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