Skip to content

Latest commit

 

History

History
56 lines (46 loc) · 2.18 KB

DEPENDENCIES.md

File metadata and controls

56 lines (46 loc) · 2.18 KB

image-optimisation-tools-comparison

A benchmarking suite for popular image optimisation tools.

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 image-optimisation-tools-comparison --save

Dependencies

None

Dev Dependencies

  • @types/chalk: Stub TypeScript definitions entry for chalk, which provides its own types definitions
  • @types/execa: TypeScript definitions for execa
  • @types/fs-extra: TypeScript definitions for fs-extra
  • @types/globby: TypeScript definitions for globby
  • @types/node: TypeScript definitions for non-npm package Node.js
  • chalk: Terminal string styling done right
  • execa: A better child_process
  • fs-extra: fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.
  • globby: Extends glob with support for multiple patterns and exposes a Promise API
  • imagemin-cli: Minify images
  • imageoptim-cli: Automates ImageOptim, ImageAlpha, and JPEGmini for Mac to make batch optimisation of images part of your automated build process.
  • json-diff: JSON diff
  • prettier: Prettier is an opinionated code formatter
  • rimraf: A deep deletion module for node (like rm -rf)
  • ts-node: TypeScript execution environment and REPL for node.js, with source map support
  • tslint: An extensible static analysis linter for the TypeScript language
  • typescript: TypeScript is a language for application scale JavaScript development

License

MIT