Socket
Socket
Sign inDemoInstall

archiver-json

Package Overview
Dependencies
11
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    archiver-json

a json plugin for archiver


Version published
Weekly downloads
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

archiver-json v0.1.1 Build Status

json archiver plugin

Install

$ npm install --save archiver-json

Usage

var Archiver = require('archiver');
var ArchiverJson = require('archiver-json');

new Archiver()
  .src('files/*.html')
  .dest('dest/archive.json')
  .use(ArchiverJson())
  .run();

API

ArchiverJson(options)

TBA

Things of Interest

Keywords

FAQs

Last updated on 30 May 2015

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc