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