Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 2.08 KB

DEPENDENCIES.md

File metadata and controls

52 lines (42 loc) · 2.08 KB

karma-benchmark

Run Benchmark.js over multiple Browsers, with CI compatible output

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 karma-benchmark --save

Dependencies

  • lodash: Lodash modular utilities.
  • platform: A platform detection library that works on nearly all JavaScript platforms.

Dev Dependencies

  • @types/benchmark: TypeScript definitions for Benchmark
  • @types/karma: TypeScript definitions for karma
  • @types/lodash: TypeScript definitions for Lo-Dash
  • @types/node: TypeScript definitions for Node.js
  • @types/platform: TypeScript definitions for Platform
  • benchmark: A benchmarking library that supports high-resolution timers & returns statistically significant results.
  • karma: Spectacular Test Runner for JavaScript.
  • prettier: Prettier is an opinionated code formatter
  • rimraf: A deep deletion module for node (like rm -rf)
  • ts-loader: TypeScript loader for webpack
  • tslint: An extensible static analysis linter for the TypeScript language
  • typescript: TypeScript is a language for application scale JavaScript development
  • webpack: Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
  • webpack-cli: CLI for webpack & friends

License

MIT