Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.217.80
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
@babel /
helper-fixtures /
data /
Delete
Unzip
Name
Size
Permission
Date
Action
schema.json
1.71
KB
-rw-r--r--
2024-02-26 08:46
Save
Rename
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Options", "description": "JSON schema for Babel Fixture Test Runner", "allOf": [ { "$ref": "#/definitions/TaskOption" }, { "$ref": "https://json.schemastore.org/babelrc", "$comment": "Todo: switch to our inhouse schema" } ], "definitions": { "OS": { "type":"string", "description": "The possible values of `process.platform`. See https://nodejs.org/api/process.html#process_process_platform", "enum": ["aix", "darwin", "freebsd", "linux", "openbsd", "sunos", "win32"] }, "TaskOption": { "type": "object", "properties": { "BABEL_8_BREAKING": { "description": "Whether this test should run when BABEL_8_BREAKING is enabled", "type":"boolean" }, "ignoreOutput": { "description": "Whether the test should generate and compare with output.js", "type": "boolean" }, "minNodeVersion": { "description": "The minimum Node.js version this test should run on", "type": "string", "pattern": "^\\d+(\\.\\d+){0,2}$" }, "os": { "description": "The OS this test should run on", "anyOf": [ { "type": "array", "items": { "$ref": "#/definitions/OS" } }, { "$ref": "#/definitions/OS" } ] }, "throws": { "description": "Expected thrown error message", "type":"string", "default": "" }, "validateLogs": { "description": "Whether this test should validate the stdout and stderr", "type":"boolean", "default": false } } } } }