parsless

0.0.1 • Public • Published

parseless

Usage

$ npm install parseless
var parse = require('parseless');
 
parse('foo: bar;')
/*
  => 
  
  {
    data: '',
    children: [
      {
        parent: [Circular],
        data: 'foo: bar',
        children: [],
        type: 'attribute'
      }
    ],
    parent: [Circular],
    type: 'block'
  }
 
*/

Readme

Keywords

none

Package Sidebar

Install

npm i parsless

Weekly Downloads

1

Version

0.0.1

License

none

Last publish

Collaborators

  • juliangruber