yaml-unist-parser
A YAML parser that produces output compatible with unist
Last updated 6 years ago by ikatyang .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install yaml-unist-parser 
SYNC missed versions from official npm registry.

yaml-unist-parser

npm build coverage

A YAML parser that produces output compatible with unist

Changelog

Features

Install

# using npm
npm install --save yaml-unist-parser

# using yarn
yarn add yaml-unist-parser

Usage

const { parse } = require("yaml-unist-parser");

const ast = parse(`
- hello
- world
`);

Development

# lint
yarn run lint

# build
yarn run build

# test
yarn run test

License

MIT © Ika

Current Tags

  • 1.3.1                                ...           latest (6 years ago)

18 Versions

  • 1.3.1                                ...           6 years ago
  • 1.3.0                                ...           6 years ago
  • 1.2.1                                ...           6 years ago
  • 1.2.0                                ...           6 years ago
  • 1.1.1                                ...           7 years ago
  • 1.1.0                                ...           7 years ago
  • 1.0.1                                ...           7 years ago
  • 1.0.0                                ...           7 years ago
  • 1.0.0-rc.4                                ...           8 years ago
  • 1.0.0-rc.3                                ...           8 years ago
  • 1.0.0-rc.2                                ...           8 years ago
  • 1.0.0-rc.1                                ...           8 years ago
  • 1.0.0-rc.0                                ...           8 years ago
  • 1.0.0-beta.4                                ...           8 years ago
  • 1.0.0-beta.3                                ...           8 years ago
  • 1.0.0-beta.2                                ...           8 years ago
  • 1.0.0-beta.1                                ...           8 years ago
  • 1.0.0-beta.0                                ...           8 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 11
Dependencies (3)
Dev Dependencies (12)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |