mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
dev-js/*: pelias-openstreetmap dependencies
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-js/fast-json-stable-stringify/Manifest
Normal file
1
dev-js/fast-json-stable-stringify/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST fast-json-stable-stringify-2.1.0.tgz 6318 BLAKE2B 48656a692a012d7c3ab36deaccb23f020f57c12950e0d5a3d12bb8d0ec16993ece92ab659ada2919d1ef4d7439e7beadc0241f4c1d4a7398b5a64583414088da SHA512 96177fc05f8b93df076684c2b6556b687b5f8795d88a32236a55dc93bb1a52db9a9d20f22ccc671e149710326a1f10fb9ac47c0f4b829aa964c23095f31bf01f
|
||||
@@ -0,0 +1,22 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit node
|
||||
|
||||
DESCRIPTION="deterministic JSON.stringify() - a faster version of substack's json-stable-strigify without jsonify"
|
||||
HOMEPAGE="
|
||||
https://github.com/epoberezkin/fast-json-stable-stringify
|
||||
https://www.npmjs.com/package/fast-json-stable-stringify
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="examples"
|
||||
|
||||
src_install() {
|
||||
use examples && dodoc -r example*
|
||||
rm -rf example* || die
|
||||
node_src_install
|
||||
}
|
||||
12
dev-js/fast-json-stable-stringify/metadata.xml
Normal file
12
dev-js/fast-json-stable-stringify/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/epoberezkin/fast-json-stable-stringify/issues</bugs-to>
|
||||
<remote-id type="github">epoberezkin/fast-json-stable-stringify</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user