# yamlparser

> A YAML parser written in javascript. This is the port to CommonJS. Client-side script is available at http://code.google.com/p/javascript-yaml-parser/

Latest version **0.0.2** (published 2013-05-01) · 0 weekly downloads

## Install

```sh
npm install yamlparser
pnpm add yamlparser
yarn add yamlparser
bun add yamlparser
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2013-05-01 |
| First published | 2011-08-08 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 9 |
| Author | Diogo Costa |
| Maintainers | h4evr |

## Links

- npm: https://www.npmjs.com/package/yamlparser
- Repository: https://github.com/h4evr/commonjs-javascript-yaml-parser
- npm.io page: https://npm.io/package/yamlparser

## Recent versions

- 0.0.2 (latest) — 2013-05-01
- 0.0.1 — 2011-08-08

## README

YAML Parser for Javascript
==========================

Author: Diogo Costa (<costa.h4evr@gmail.com>)

Date: 8th August 2011

Description
-----------

This is CommonJS port of my Javascript YAML Parser, available at:
http://code.google.com/p/javascript-yaml-parser/

The same as the original project, this project intends to implement a simple YAML 
parser. It does not intend to implement all the aspects formalized in the YAML 
specs, but rather to implement a robust parser in Javascript, enough to load 
simply structured YAML files.

Installation
------------

The parser is available as a NPM module, this is the recommended way of installation.

Run the following command and you should be ready to go:

    npm install yamlparser

Documentation
-------------

ToDo

Disclaimer
----------

I try to deliver high quality products, but I do not guarantee that the product
is free from defects. My software is provided "as is", and you use the software
at your own risk.

I make no warranties as to performance, merchantability, fitness for a 
particular purpose, or any other warranties whether expressed or implied.

Under no circumstances shall I be liable for direct, indirect, special, 
incidental, or consequential damages resulting from the use, misuse, or 
inability to use this software, even if I have been advised of the possibility 
of such damages.

Please consult the license file for more information.

---
_Source: https://npm.io/package/yamlparser · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
