dev-js/*: tangram and dependencies

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-01 15:49:07 +02:00
parent 4ae93b7596
commit b61907fd50
333 changed files with 3597 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST csscolorparser-1.0.3.tgz 3960 BLAKE2B 8d1000c7c7f166ef770ed5c7fc0007bea61f88a7a18a4a68ad8032075102d273aad694f298a9f747ff18b7e8a4359a17b73a862a2450397981903664ae3e9955 SHA512 ba63d2818c1991d16852b1f9848ab991fd303d25e2ae8e759cfc348f62bf73cdca7e590f493046333e8d26f301fb4ed594bd32ed53e8e9025c0e37202934e6df

View File

@@ -0,0 +1,15 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit node
DESCRIPTION="https://github.com/deanm/css-color-parser-js"
HOMEPAGE="
https://github.com/deanm/css-color-parser-js
https://www.npmjs.com/package/csscolorparser
"
LICENSE="MIT"
KEYWORDS="~amd64"

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/deanm/css-color-parser-js/issues</bugs-to>
<remote-id type="github">deanm/css-color-parser-js</remote-id>
</upstream>
</pkgmetadata>