Markdown parser
npm install --save mos-core
const mosCore = require('mos-core')
- babel-run-async: Utility method to run function either synchronously or asynchronously using the common
this.async()
style. - babel-runtime: babel selfContained runtime
- ccount: Count characters
- collapse-white-space: Replace multiple white-space characters with a single space
- core-js: Standard library
- file-position: Given a row/column number, return the index of that character within the whole string
- longest-streak: Count the longest repeating streak of a character
- markdown-table: Markdown/ASCII tables
- parse-entities: Parse HTML character references: fast, spec-compliant, positional information
- stringify-entities: Encode HTML character references and character entities
- trim-trailing-lines: Remove final newline characters from a string
- unist-util-remove-position: Remove
position
s from a unist tree
- babel-cli: Babel command line.
- babel-plugin-add-module-exports: Fix babel/babel#2212
- babel-plugin-transform-runtime: Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
- babel-preset-es2015: Babel preset for all es2015 plugins.
- babel-register: babel require hook
- camelcase: Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBar
- chai: BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
- clone: deep cloning of objects and arrays
- cz-conventional-changelog: Commitizen adapter following the conventional-changelog format.
- eslint: An AST-based pattern checker for JavaScript.
- eslint-config-standard: JavaScript Standard Style - ESLint Shareable Config
- eslint-plugin-promise: Enforce best practices for JavaScript promises
- eslint-plugin-standard: ESlint Plugin for the Standard Linter
- extend: Port of jQuery.extend for node.js and the browser
- ghooks: Simple git hooks
- istanbul: Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests
- mocha: simple, flexible, fun test framework
- mos: A pluggable module that injects content into your markdown files via hidden JavaScript snippets
- mos-plugin-readme: A mos plugin for generating README
- semantic-release: automated semver compliant package publishing
- tslint: An extensible static analysis linter for the TypeScript language
- typescript: TypeScript is a language for application scale JavaScript development
- validate-commit-msg: Script to validate a commit message follows the conventional changelog standard