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