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

@@ -0,0 +1 @@
DIST dashdash-2.0.0.tgz 23789 BLAKE2B 85f532cdc8d942b8fe9088983d3f1099d3fcad862cb8c9649252ba992daf7bbb51f03e2d22893df2f7901acf31040a9ec43d9343d9d56b54b269c0338320eb35 SHA512 12532800f96bce61789743ac705e693c166ff0b8542419f087bac72a59543abc1a6c0af8ed1d5a4082300b9deb739f727026fb9394a3d7f7acf80dc17a9ff1e7

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="A light, featureful and explicit option parsing library."
HOMEPAGE="
https://github.com/trentm/node-dashdash
https://www.npmjs.com/package/dashdash
"
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/trentm/node-dashdash/issues</bugs-to>
<remote-id type="github">trentm/node-dashdash</remote-id>
</upstream>
</pkgmetadata>