mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-13 20:41:15 +00:00
Backport tools
This commit is contained in:
8
php_tools/jsonlint/README.md
Normal file
8
php_tools/jsonlint/README.md
Normal 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 |
|
||||
13
php_tools/jsonlint/install.yml
Normal file
13
php_tools/jsonlint/install.yml
Normal 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:
|
||||
11
php_tools/jsonlint/options.yml
Normal file
11
php_tools/jsonlint/options.yml
Normal 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: []
|
||||
Reference in New Issue
Block a user