📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

yaml-loader

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yaml-loader

YAML loader for webpack (converts YAML to JSON)

0.2.0
Source
npm
Version published
Weekly downloads
548K
11.93%
Maintainers
1
Weekly downloads
 
Created
Source

yaml-loader for webpack

YAML loader for webpack. Converts YAML to JSON. You should chain it with json-loader.

Installation

npm install yaml-loader

Usage

Documentation: Using loaders

var json = require("json!yaml!./file.yml");
// => returns file.yml as javascript object

License

MIT (http://www.opensource.org/licenses/mit-license.php)

Keywords

yaml

FAQs

Package last updated on 12 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts