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