Removed unused standalone libraries and fixed a few outstanding imports.

This commit is contained in:
n1474335 2017-03-07 11:27:36 +00:00
parent a21e0e546b
commit 99f306dc18
76 changed files with 55 additions and 32053 deletions

View file

@ -9,4 +9,23 @@ var Chef = require("../../core/Chef.js");
var chef = new Chef();
console.log(chef.bake("test", [{"op":"To Hex","args":["Space"]}], {}, 0, false));
console.log(chef.bake("test", [{"op":"To Hex", "args":["Space"]}], {}, 0, false));
console.log(chef.bake("425a6839314159265359b218ed630000031380400104002a438c00200021a9ea601a10003202185d5ed68ca6442f1e177245385090b218ed63",
[
{
"op" : "From Hex",
"args" : ["Space"]
},
{
"op" : "Bzip2 Decompress",
"args" : []
}
],
{}, 0, false
));
console.log(chef.bake("192.168.0.0/30",
[{"op":"Parse IP range", "args":[true, true, false]}],
{}, 0, false
));