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 command-exists-1.2.9.tgz 4051 BLAKE2B 2fe78e015cbfb2cb0d93e6b1624049fbbf9cb1a7c14f8e5f57ea942491ae89388363bff58aac2e169a1c23e7e5c3720bef855dd717ab25e7636b83e9c13e195c SHA512 2d343f48673eb345dcd05bb959a2a7474622ca06649bd78a16fc92f9f46c53bfd958517cca414ce8f73d68255fd7ec5ab0e399a4edc1015815acabeca8a1d5ef

View File

@@ -0,0 +1,14 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="check whether a command line command exists in the current environment"
HOMEPAGE="
https://github.com/mathisonian/command-exists
https://www.npmjs.com/package/command-exists
"
LICENSE="MIT"
KEYWORDS="~amd64"

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