Brand new static package manager for browser.
iteratively walk a DOM node
spm install dom-walk
var walk = require("dom-walk") walk(document.body.childNodes, function (node) { console.log("node", node) })
npm install dom-walk