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