dev-js/*: pelias-openstreetmap dependencies

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-01 02:21:46 +02:00
parent 902e0be573
commit 8797af3e0f
960 changed files with 15785 additions and 0 deletions

1
dev-js/gauge/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST gauge-3.0.1.tgz 15571 BLAKE2B 58a366200ad54dafa5fc43a2766a6500f2bd31dad652ba48a2c3b65db576fdeecbc5853e4a4f5947557e5642ea6d1182a2e3140719f0a766b29edf2c3bb869dd SHA512 e924f3e8a7508313b84bf928f806e39451867467249e5ba8a94fbbf46385083aaac988f939a9d07fd023c703748c289db53fb388f3263d2b7d13885f4340b021

View File

@@ -0,0 +1,27 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="A terminal based horizontal guage"
HOMEPAGE="
https://github.com/npm/gauge
https://www.npmjs.com/package/gauge
"
LICENSE="ISC"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/aproba
dev-js/color-support
dev-js/console-control-strings
dev-js/has-unicode
dev-js/object-assign
dev-js/signal-exit
dev-js/string-width
dev-js/strip-ansi
dev-js/wide-align
"

12
dev-js/gauge/metadata.xml Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<bugs-to>https://github.com/npm/gauge/issues</bugs-to>
<remote-id type="github">iarna/gauge</remote-id>
</upstream>
</pkgmetadata>