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

@@ -0,0 +1 @@
DIST getpass-0.1.7.tgz 2601 BLAKE2B d6a1911c5f2a6696310d8073debfec07dab8df62c095cde6b99129ad8a7508527995a53b9dce181b52fd7eea91461bc85173946f16b44dfa3126c937fd2090aa SHA512 d1fce3f49c4e2df27e5c62e147ccdedee9cdd0a642819c224920f3d7af151118caf1697c91549d72eda4b29778b38c2d01ad72feaad5462000d1672556cbb49e

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="getpass for node.js"
HOMEPAGE="
https://github.com/arekinath/node-getpass
https://www.npmjs.com/package/getpass
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/assert-plus
"

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