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 stack-trace-0.0.10.tgz 3596 BLAKE2B b68dddeaf5feb23658eaea1a3ba168582a6fb3c8d5cc68b6bea36343859a5a56d1b939166e0f44619ca39217a6bbaa85a6268052ec0eeb2689f8748e8bac64c7 SHA512 286cda85cee9b942a4cf232df88a807a9f9354d6ca3fe9362e6c21b9bdfd9b502c4d291a0eeb71e7a6830a8f872c3cdffc3dba0481d32563624c6d4a0098900a

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/felixge/node-stack-trace/issues</bugs-to>
<remote-id type="github">felixge/node-stack-trace</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="Get v8 stack traces as an array of CallSite objects."
HOMEPAGE="
https://github.com/felixge/node-stack-trace
https://www.npmjs.com/package/stack-trace
"
LICENSE="MIT"
KEYWORDS="~amd64"