Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.96 KB

DEPENDENCIES.md

File metadata and controls

41 lines (31 loc) · 1.96 KB

shrinkpack

Fast, resilient, reproducible builds with npm install.

Installation

This is a Node.js module available through the npm registry. It can be installed using the npm or yarn command line tools.

npm install shrinkpack --save

Dependencies

  • commander: the complete solution for node.js command-line programs
  • gunzip-maybe: Transform stream that gunzips its input if it is gzipped and just echoes it if not
  • pacote: JavaScript package downloader
  • picocolors: The tiniest and the fastest library for terminal output formatting with ANSI colors
  • ssri: Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.

Dev Dependencies

License

MIT