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'
  }
 
*/

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    0

Package Sidebar

Install

npm i parsless

Weekly Downloads

0

Version

0.0.1

License

none

Last publish

Collaborators

  • juliangruber