| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 5.0.3 | 8 | ~amd64 | 0 |
# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me>
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit nodejs
DESCRIPTION="Strip comments from JSON"
HOMEPAGE="https://github.com/sindresorhus/strip-json-comments"
SRC_URI="https://github.com/sindresorhus/strip-json-comments/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
# test dependencies: ava, tsd, xo
RESTRICT="test"
DOCS=( readme.md )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | strip-json-comments-5.0.3.tar.gz | 91138 bytes | https://github.com/sindresorhus/strip-json-comments/archive/refs/tags/v5.0.3.tar.gz |