Compare commits
18 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
27e867b23b |
||
|
|
068fef4e6b |
||
|
|
123d05ea45 |
||
|
|
1a2b4947d2 |
||
|
|
b498a993db |
||
|
|
2d349c5055 |
||
|
|
2396aa57de |
||
|
|
4c1de66ffb |
||
|
|
84eb28bf47 |
||
|
|
e371f80487 |
||
|
|
dbefdd467d |
||
|
|
ed051a3a76 |
||
|
|
7e35ebf601 | ||
|
|
58aead876a | ||
|
|
2e477ad115 | ||
|
|
30d4fe4819 |
||
|
|
01dadb7a39 | ||
|
|
f5701461d8 |
5 changed files with 58 additions and 1 deletions
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
11
README.md
Normal file
11
README.md
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
nodejs dependencies
|
||||||
|
====================
|
||||||
|
|
||||||
|
build dependencies calculated by brt_dep_solver
|
||||||
|
-----------------------------------------------
|
||||||
|
compat-openssl10
|
||||||
|
gcc
|
||||||
|
icu
|
||||||
|
|
||||||
|
runtime dependencies calculated by brt_dep_solver
|
||||||
|
-------------------------------------------------
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
Master branch is not used for modules
|
|
||||||
47
nodejs.yaml
Normal file
47
nodejs.yaml
Normal file
|
|
@ -0,0 +1,47 @@
|
||||||
|
---
|
||||||
|
document: modulemd
|
||||||
|
version: 2
|
||||||
|
data:
|
||||||
|
summary: Javascript runtime
|
||||||
|
description: >-
|
||||||
|
Node.js is a platform built on Chrome''s JavaScript runtime for easily building
|
||||||
|
fast, scalable network applications. Node.js uses an event-driven, non-blocking
|
||||||
|
I/O model that makes it lightweight and efficient, perfect for data-intensive
|
||||||
|
real-time applications that run across distributed devices.
|
||||||
|
license:
|
||||||
|
module:
|
||||||
|
- MIT
|
||||||
|
dependencies:
|
||||||
|
- buildrequires:
|
||||||
|
platform: [f28]
|
||||||
|
requires:
|
||||||
|
platform: [f28]
|
||||||
|
references:
|
||||||
|
community: http://nodejs.org
|
||||||
|
documentation: http://nodejs.org/en/docs
|
||||||
|
tracker: https://github.com/nodejs/node/issues
|
||||||
|
profiles:
|
||||||
|
default:
|
||||||
|
rpms:
|
||||||
|
- nodejs
|
||||||
|
- npm
|
||||||
|
development:
|
||||||
|
rpms:
|
||||||
|
- nodejs
|
||||||
|
- nodejs-devel
|
||||||
|
- npm
|
||||||
|
minimal:
|
||||||
|
rpms:
|
||||||
|
- nodejs
|
||||||
|
api:
|
||||||
|
rpms:
|
||||||
|
- nodejs
|
||||||
|
- nodejs-devel
|
||||||
|
- npm
|
||||||
|
components:
|
||||||
|
rpms:
|
||||||
|
nodejs:
|
||||||
|
rationale: Javascript runtime and npm package manager.
|
||||||
|
ref: 6
|
||||||
|
buildorder: 10
|
||||||
|
...
|
||||||
0
sources
Normal file
0
sources
Normal file
Loading…
Add table
Add a link
Reference in a new issue