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

@@ -0,0 +1 @@
DIST minipass-3.1.3.tgz 12388 BLAKE2B 77ea68cb37f5cea983de5cc402b915db739365dbfe5300fb415a93dba94e2720b693500f694043edee88223d0fe822c4e685f3060e79010717650b8f71084951 SHA512 32077619d315cd8fb1dc827ea079d533e286de503973cb6769bc892a61d2686da4006a6e771b8e7fc4e80e486e985ed4ccc13b0de71b404f6e39984d9bb3ee26

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

View File

@@ -0,0 +1,19 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="minimal implementation of a PassThrough stream"
HOMEPAGE="
https://github.com/isaacs/minipass
https://www.npmjs.com/package/minipass
"
LICENSE="ISC"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/yallist
"