mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
dev-js/*: pelias-openstreetmap dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/string-width/Manifest
Normal file
1
dev-js/string-width/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST string-width-4.2.0.tgz 2420 BLAKE2B b59bcb7ed6696f57f44ef5bcaa7da15e510660f4817ed11a011b18553354a036a74ab16bdb19a495abff0ccca450c1dd53a8ef369b7f59c90b6c1641b7a17811 SHA512 cd4cf9243fad82ab6e0e3321c08839b85555dddb6a67dc902656557eae08d35fcae4f6a3e541e3ed5cab40e26fcdac125652a939b0296df0f411deb225cfb57a
|
||||
12
dev-js/string-width/metadata.xml
Normal file
12
dev-js/string-width/metadata.xml
Normal 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>
|
||||
20
dev-js/string-width/string-width-4.2.0.ebuild
Normal file
20
dev-js/string-width/string-width-4.2.0.ebuild
Normal 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
|
||||
"
|
||||
Reference in New Issue
Block a user