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/npmlog/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST npmlog-4.1.2.tgz 6509 BLAKE2B 7799b682dcd5f398efc0fcf079745c80a3429c0be5f942c231ac86cc254116bf5bbf011d1d5714c7da07194a251b3f7f8a51e7546c050bd49940923658154e57 SHA512 dae52a6b3b8a95369223f742f00ce2714724efe22b11a3a737f7b48dddd7b6dd4a706a70c77d2fe7498bee83f2aff87d6cbdc4e1a65c715c29c0ffb95bd56392

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/npmlog/issues</bugs-to>
<remote-id type="github">npm/npmlog</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,22 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="logger for npm"
HOMEPAGE="
https://github.com/npm/npmlog
https://www.npmjs.com/package/npmlog
"
LICENSE="ISC"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/are-we-there-yet
dev-js/console-control-strings
dev-js/gauge
dev-js/set-blocking
"