Backport tools

This commit is contained in:
cytopia
2022-12-08 12:34:36 +01:00
parent 5b41a9b2f7
commit 308f435a7b
31 changed files with 1152 additions and 29 deletions

View File

@@ -0,0 +1,8 @@
# JSONLint
A pure JavaScript version of the service provided at jsonlint.com.
| Platform | Url |
|----------|------------------------------------------------------------------|
| NPM | https://www.npmjs.com/package/jsonlint |
| GitHub | npm i jsonlint |

View File

@@ -0,0 +1,13 @@
---
check: jsonlint --version | grep -E '[0-9][.0-9]+' || (jsonlint --version; false)
all:
type: npm
package: jsonlint
binary: jsonlint
version:
build_dep: []
run_dep: []
pre:
post:

View File

@@ -0,0 +1,11 @@
---
# The name of the module
name: jsonlint
# Exclude module build/installation for the following PHP versions
exclude: []
# In order for this tool to build/install correctly,
# the following tools must have been installed first.
depends: []