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