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 color-support-1.1.3.tgz 3642 BLAKE2B d4953136593221fa6af665efbdedc2e802b081c593ed4cfe5f9ed4906c5b32ea062dba17804fbc6bd4993a4f41f879dc36b8030458edf7023093a45aadf33f37 SHA512 aa20639296cc2cefc72faf32fa5878ab4fced4c6458f6457e97fca98c6b7fa0243df3f96c08d59cc31f2b2fa87192de63fa9b39cf724a579b0d6723d7098f246

View File

@@ -0,0 +1,15 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="A module which will endeavor to guess your terminal's level of color support."
HOMEPAGE="
https://github.com/isaacs/color-support
https://www.npmjs.com/package/color-support
"
LICENSE="ISC"
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/isaacs/color-support/issues</bugs-to>
<remote-id type="github">isaacs/color-support</remote-id>
</upstream>
</pkgmetadata>