New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

jasonette-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jasonette-webpack-plugin

Outputs JSON usable with Jasonette

latest
Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
6
100%
Maintainers
1
Weekly downloads
 
Created
Source

Build Status codecov Code Climate npm version

Jasonette Webpack Plugin

The Jasonette Webpack plugin aims to take some of the pain out of writing JSON for Jasonette. With this plugin, your JSON is just an export of a JavaScript object. Some of the benefits you get with this approach:

  • You can use comments
  • No need to quote object properties
  • You can use single quotes for strings
  • Object values are automatically converted to strings
  • You can use trailing commas
  • Functions are automatically exported for use in Jasonette templates
  • Automatic minification of your JSON, which can reduce the file size by a lot
  • Access to the whole node ecosystem

Install

npm install jasonette-webpack-plugin

Example usage coming soon!

FAQs

Package last updated on 24 Apr 2017

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