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 string-width-4.2.0.tgz 2420 BLAKE2B b59bcb7ed6696f57f44ef5bcaa7da15e510660f4817ed11a011b18553354a036a74ab16bdb19a495abff0ccca450c1dd53a8ef369b7f59c90b6c1641b7a17811 SHA512 cd4cf9243fad82ab6e0e3321c08839b85555dddb6a67dc902656557eae08d35fcae4f6a3e541e3ed5cab40e26fcdac125652a939b0296df0f411deb225cfb57a

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/sindresorhus/string-width/issues</bugs-to>
<remote-id type="github">sindresorhus/string-width</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,20 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="Get the visual width of a string - the number of columns required to display it"
HOMEPAGE="
https://github.com/sindresorhus/string-width
https://www.npmjs.com/package/string-width
"
LICENSE="MIT"
KEYWORDS="~amd64"
RDEPEND="
${NODEJS_RDEPEND}
dev-js/emoji-regex
dev-js/is-fullwidth-code-point
dev-js/strip-ansi
"