Linux server2.hpierson.com 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
Apache
: 162.0.216.123 | : 216.73.216.54
28 Domain
?7.4.33
yvffpqmy
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
lib /
node_modules /
npm /
node_modules /
ajv /
lib /
[ HOME SHELL ]
Name
Size
Permission
Action
?;
compile
[ DIR ]
drwxr-xr-x
?;
dot
[ DIR ]
drwxr-xr-x
?;
dotjs
[ DIR ]
drwxr-xr-x
?;
refs
[ DIR ]
drwxr-xr-x
$data.js
1.02
KB
-rw-r--r--
ajv.d.ts
11.68
KB
-rw-r--r--
ajv.js
15.55
KB
-rw-r--r--
cache.js
409
B
-rw-r--r--
keyword.js
3.56
KB
-rw-r--r--
patternGroups.js
947
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : patternGroups.js
'use strict'; var META_SCHEMA_ID = 'http://json-schema.org/draft-06/schema'; module.exports = function (ajv) { var defaultMeta = ajv._opts.defaultMeta; var metaSchemaRef = typeof defaultMeta == 'string' ? { $ref: defaultMeta } : ajv.getSchema(META_SCHEMA_ID) ? { $ref: META_SCHEMA_ID } : {}; ajv.addKeyword('patternGroups', { // implemented in properties.jst metaSchema: { type: 'object', additionalProperties: { type: 'object', required: [ 'schema' ], properties: { maximum: { type: 'integer', minimum: 0 }, minimum: { type: 'integer', minimum: 0 }, schema: metaSchemaRef }, additionalProperties: false } } }); ajv.RULES.all.properties.implements.push('patternGroups'); };
Close