Hacked By AnonymousFox

Current Path : /proc/thread-self/root/lib/node_modules/npm/node_modules/archy/examples/
Upload File :
Current File : //proc/thread-self/root/lib/node_modules/npm/node_modules/archy/examples/beep.js

var archy = require('../');
var s = archy({
  label : 'beep',
  nodes : [
    'ity',
    {
      label : 'boop',
      nodes : [
        {
          label : 'o_O',
          nodes : [
            {
              label : 'oh',
              nodes : [ 'hello', 'puny' ]
            },
            'human'
          ]
        },
        'party\ntime!'
      ]
    }
  ]
});
console.log(s);

Hacked By AnonymousFox1.0, Coded By AnonymousFox