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

@@ -0,0 +1 @@
DIST chalk-4.1.0.tgz 11068 BLAKE2B b050cb10f925194a2af3282133885881a6e65c7bd5bd7e7096b3a5985e074c4defe9dbf6eccaf99132affd3c6eba8a27dbf7ba690478cd31e4afd96bec67d5e3 SHA512 ab0c75d80c577b6439c50e3701cfff23abf96974e2a58ad211274e833acdfbd5e3804a728e92aebd219a378a84f777fb4d04e57ab410f12f844341320e854bd4

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="Terminal string styling done right"
HOMEPAGE="
https://github.com/chalk/chalk
https://www.npmjs.com/package/chalk
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/ansi-styles
"

12
dev-js/chalk/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/chalk/chalk/issues</bugs-to>
<remote-id type="github">chalk/chalk</remote-id>
</upstream>
</pkgmetadata>