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

View File

@@ -0,0 +1 @@
DIST tunnel-agent-0.6.0.tgz 5828 BLAKE2B e30acbd791761fffb4fa865b1c1cafd52a97b516df7e18f45c7897dea53e90de326cdd75e25eaafafba52f25cb309ecdec6d209e2a163b3eafb7cbacf1ea3ac0 SHA512 31c9cd895d65f1161e63cb41804a6ea1d082d662d475b48df826012fb909b093489ce3fc5230c3130764e8cc3ad2f74b2ebaf934729984c00e4ab476359b90fb

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

View File

@@ -0,0 +1,18 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module."
HOMEPAGE="
https://github.com/mikeal/tunnel-agent
https://www.npmjs.com/package/tunnel-agent
"
LICENSE="Apache-2.0"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/safe-buffer
"