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