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

@@ -0,0 +1 @@
DIST debug-4.3.1.tgz 12810 BLAKE2B e8e253347fe2f270958dc2cd36d2edfb40e81d8f97d303252b315e8c275be343ee980f152929d2faa4a4a79b62704b7bb800b2488fc4895264f0746ef319cb8f SHA512 76813076f9b83c278ae0add140dd990b60585016b1c0b0110aa666323b45f1ae7527645bd31a559681519c2383c2a8e9c270286a8e297a537c97744976fde045

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="small debugging utility"
HOMEPAGE="
https://github.com/visionmedia/debug
https://www.npmjs.com/package/debug
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/ms
"

12
dev-js/debug/metadata.xml Normal file
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/visionmedia/debug/issues</bugs-to>
<remote-id type="github">visionmedia/debug</remote-id>
</upstream>
</pkgmetadata>