Compare commits
49 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d672f5c46d |
||
|
|
88c30945c0 |
||
|
|
113d0865d0 |
||
|
|
40f2b8ffd7 | ||
|
|
0cd5afa115 | ||
|
|
49bf475395 |
||
|
|
48f8a44a9e | ||
|
|
b357c066b2 |
||
|
|
462d99eb81 |
||
|
|
43b0d0712e |
||
|
|
a94f31d923 |
||
|
|
bc228d9478 |
||
|
|
0c26993821 |
||
|
|
d33a379946 |
||
|
|
240679a777 |
||
|
|
f2572a43e2 |
||
|
|
27fe7cf674 |
||
|
|
1ed1e91569 |
||
|
|
37403d206d |
||
|
|
8b00920fbf |
||
|
|
57b772f756 |
||
|
|
0c769d9ad3 |
||
|
|
4dc5da13fa |
||
|
|
38b22540c0 |
||
|
|
5d6ae7233b |
||
|
|
84eb28bf47 |
||
|
|
e371f80487 |
||
|
|
dbefdd467d |
||
|
|
ed051a3a76 |
||
|
|
7e35ebf601 | ||
|
|
c7dca915ea | ||
|
|
58aead876a | ||
|
|
2e477ad115 | ||
|
|
89be8fb5b0 | ||
|
|
30d4fe4819 |
||
|
|
6e5b46ec68 | ||
|
|
5d94a7a452 | ||
|
|
01dadb7a39 | ||
|
|
4a667fe689 | ||
|
|
e11153ce7f | ||
|
|
efb301db1d | ||
|
|
55e1788d45 | ||
|
|
f5701461d8 | ||
|
|
e3ef40f307 | ||
|
|
1324e0b54c | ||
|
|
79ee01ba5b | ||
|
|
fe98ae5a27 | ||
|
|
825b23f196 | ||
|
|
907d745a90 |
5 changed files with 74 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
|
||||
63
nodejs.yaml
Normal file
63
nodejs.yaml
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
---
|
||||
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: [ f30, f29, f28 ]
|
||||
requires:
|
||||
platform: [ f30, f29, 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:
|
||||
c-ares:
|
||||
rationale: Required for DNS support
|
||||
ref: master
|
||||
buildorder: 0
|
||||
libuv:
|
||||
rationale: Platform abstraction layer for Node.js
|
||||
ref: 1
|
||||
buildorder: 0
|
||||
http-parser:
|
||||
rationale: Needed for parsing HTTP requests
|
||||
ref: master
|
||||
buildorder: 0
|
||||
nghttp2:
|
||||
rationale: Needed for HTTP2 support
|
||||
ref: master
|
||||
buildorder: 0
|
||||
nodejs:
|
||||
rationale: Javascript runtime and npm package manager.
|
||||
ref: 8
|
||||
buildorder: 10
|
||||
...
|
||||
0
sources
Normal file
0
sources
Normal file
Loading…
Add table
Add a link
Reference in a new issue