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 performance-now-2.1.0.tgz 4564 BLAKE2B 09374f7c1038a39e1455ee9bd36d3a459d9d2c775ccba349b40785a6e474846b08e0b4541ae262f9e556c6db871352b66599df16f727c0df0893396a43807086 SHA512 ec40079722c7239e9510874ae7bbb01dd1ca21a0066e75cf8b0d3259b6ab41938a68aa6f508816d2359154b89ab6733e5d7952c2c6a72011ff87318c26e94ca3

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/braveg1rl/performance-now/issues</bugs-to>
<remote-id type="github">braveg1rl/performance-now</remote-id>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,14 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="Implements performance.now (based on process.hrtime)."
HOMEPAGE="
https://github.com/braveg1rl/performance-now
https://www.npmjs.com/package/performance-now
"
LICENSE="MIT"
KEYWORDS="~amd64"