UNPKG

liftie

Version:

Clean, simple, easy to read, fast ski resort lift status

13 lines (12 loc) 224 B
module.exports = { selector: '.table:first-of-type th', filter: node => node.children.length >= 2, parse: { name: 1, status: { child: 0, attribute: 'class', regex: /\s+([a-z]+)$/ } } };