SkillAgentSearch skills...

Zip

An implementation of unzip in JavaScript for Node

Install / Use

/learn @kriskowal/Zip
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ZIP

Build Status Build status NPM version Dependency Status npm

var ZIP = require('zip');
var data = new Buffer(...);
var reader = ZIP.Reader(data);

reader.toObject(charset_opt);
reader.forEach(function (entry) {});
reader.iterator();

Copyright 1999 Masanao Izumo iz@onicos.co.jp License Unknown Copyright 2010 Tom Robinson (http://tlrobinson.net/) MIT License (enclosed) Copyright 2011 Kristopher Michael Kowal MIT License (enclosed)

Related Skills

View on GitHub
GitHub Stars84
CategoryDevelopment
Updated1y ago
Forks23

Languages

JavaScript

Security Score

80/100

Audited on Mar 13, 2025

No findings