JSPM

Found 5167 results for code comment

tokenize-comment

Uses snapdragon to tokenize a single JavaScript block comment into an object, with description, tags, and code example sections that can be passed to any other comment parsers for further parsing.

  • v3.0.1
  • 314.23
  • Published

extract-comments

Uses esprima to extract line and block comments from a string of JavaScript. Also optionally parses code context (the next line of code after a comment).

  • v1.1.0
  • 198.95
  • Published

get-comments

Extract javascript comments on per character basis. Comment object compatible with `acorn-extract-comments` and Esprima format.

  • v1.0.1
  • 176.57
  • Published

esniff

Low footprint ECMAScript source code parser

  • v2.0.1
  • 82.85
  • Published

parse-bmfont-binary

reads a BMFont binary in a Buffer into a JSON object

  • v1.0.6
  • 80.92
  • Published

is-fullwidth-code-point

Check if the character represented by a given Unicode code point is fullwidth

  • v5.1.0
  • 71.85
  • Published

ansi-escapes

ANSI escape codes for manipulating the terminal

  • v7.0.0
  • 71.16
  • Published

locale-codes

Language codes & country codes

  • v1.3.1
  • 70.27
  • Published

statuses

HTTP status utility

  • v2.0.2
  • 68.93
  • Published

to-source-code

Converts function to its source code.

  • v1.0.2
  • 68.07
  • Published

code-point

Get a UTF-16-encoded code point number of a character

  • v1.1.0
  • 65.74
  • Published

is-hexadecimal

Check if a character is hexadecimal

  • v2.0.1
  • 64.74
  • Published

country-iso-2-to-3

Convert a country code ISO 3166-1 Alpha-2 to ISO 3166-1 Alpha-3

  • v1.1.0
  • 64.58
  • Published

err-code

Create an error with a code

  • v3.0.1
  • 64.57
  • Published

babel-extract-comments

Uses babel (babylon) to extract JavaScript code comments from a JavaScript string or file.

  • v1.0.0
  • 64.56
  • Published

is-alphabetical

Check if a character is alphabetical

  • v2.0.1
  • 63.46
  • Published

lint-staged

Lint files staged by git

  • v16.1.5
  • 63.20
  • Published

is-decimal

Check if a character is decimal

  • v2.0.1
  • 63.12
  • Published

detect-indent

Detect the indentation of code

  • v7.0.1
  • 62.84
  • Published

prismjs-terminal

PrismaJS syntax highlighting for the terminal

  • v1.2.3
  • 60.68
  • Published

generate-function

Module that helps you write generated functions in Node

  • v2.3.1
  • 59.39
  • Published

@graphql-codegen/core

<p align="center"> <img src="https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true" /> </p>

  • v4.0.2
  • 58.69
  • Published

qrcode

QRCode / 2d Barcode api with both server side and client side support using canvas

  • v1.5.4
  • 58.68
  • Published

lowlight

Virtual syntax highlighting for virtual DOMs and non-HTML things

  • v3.3.0
  • 58.55
  • Published

codemirror

Basic configuration for the CodeMirror code editor

  • v6.0.2
  • 58.53
  • Published

@graphql-codegen/cli

<p align="center"> <img src="https://github.com/dotansimha/graphql-code-generator/blob/master/logo.png?raw=true" /> </p>

  • v5.0.7
  • 58.39
  • Published

@scure/bip32

Secure, audited & minimal implementation of BIP32 hierarchical deterministic (HD) wallets over secp256k1

  • v2.0.0
  • 58.38
  • Published

@scure/bip39

Secure, audited & minimal implementation of BIP39 mnemonic phrases

  • v2.0.0
  • 58.35
  • Published

refractor

Lightweight, robust, elegant virtual syntax highlighting using Prism

  • v5.0.0
  • 58.32
  • Published

javascript-stringify

Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`

  • v2.1.0
  • 58.21
  • Published

locale-emoji

Convert a locale id string (LCID) to a unicode regional indicator symbol.

  • v0.3.0
  • 57.92
  • Published

@codemirror/language

Language support infrastructure for the CodeMirror code editor

  • v6.11.3
  • 57.62
  • Published

@codemirror/view

DOM view component for the CodeMirror code editor

  • v6.38.1
  • 57.52
  • Published

ternary

Build a ternary statement

  • v1.0.0
  • 57.36
  • Published

@codemirror/state

Editor state data structures for the CodeMirror code editor

  • v6.5.2
  • 57.24
  • Published

@codemirror/commands

Collection of editing commands for the CodeMirror code editor

  • v6.8.1
  • 57.03
  • Published

@codemirror/lint

Linting support for the CodeMirror code editor

  • v6.8.5
  • 56.97
  • Published

language-name-map

A function to lookup the language name for a given locale code. In data included: english names, native names and directionality.

  • v0.3.0
  • 56.76
  • Published

is-defined

Check if an identifier is defined

  • v1.0.0
  • 56.74
  • Published

country-calling-code

Country calling codes and iso codes based on countrycode.org

  • v0.0.3
  • 56.70
  • Published

is-word-character

Check if a character is a word character

  • v2.0.1
  • 55.76
  • Published

@codemirror/search

Search functionality for the CodeMirror code editor

  • v6.5.11
  • 55.57
  • Published

@monaco-editor/react

Monaco Editor for React - use the monaco-editor in any React application without needing to use webpack (or rollup/parcel/etc) configuration files / plugins

  • v4.7.0
  • 55.53
  • Published

is-hotkey

Check whether a browser event matches a hotkey.

  • v0.2.0
  • 55.38
  • Published

parse-bmfont-ascii

parses ASCII BMFont files to a JavaScript object

  • v1.0.6
  • 55.26
  • Published

is-redirect

Check if a number is a redirect HTTP status code

  • v2.0.0
  • 55.18
  • Published

safe-identifier

Sanitize strings for use as JavaScript identifiers & property names

  • v0.4.2
  • 55.16
  • Published

parse-bmfont-xml

parses XML BMFont files into a JavaScript object

  • v1.1.6
  • 55.11
  • Published

esprima-extract-comments

Extract code comments from string or from a glob of files using esprima.

  • v1.1.0
  • 54.25
  • Published

react-qr-code

A QR code generator for React and React Native.

  • v2.0.18
  • 54.21
  • Published

load-bmfont

loads a BMFont file in Node and the browser

  • v1.4.2
  • 54.20
  • Published

@lexical/code

This package contains the functionality for the code blocks and code highlighting for Lexical.

  • v0.34.0
  • 53.99
  • Published

@codemirror/lang-css

CSS language support for the CodeMirror code editor

  • v6.3.1
  • 53.80
  • Published

codements

Code & comment alignment library.

  • v0.0.7
  • 53.53
  • Published

@digitak/grubber

Parse code files and patch it without having to use an AST

  • v3.1.4
  • 52.92
  • Published

cspell

A Spelling Checker for Code!

  • v9.2.1
  • 52.49
  • Published

cspell-lib

A library of useful functions used across various cspell tools.

  • v9.2.1
  • 52.13
  • Published

standard

JavaScript Standard Style

  • v17.1.2
  • 52.10
  • Published

standard-engine

Wrap your standards in a tortilla and cover it in special sauce.

  • v15.1.0
  • 51.97
  • Published

@codemirror/legacy-modes

Collection of ported legacy language modes for the CodeMirror code editor

  • v6.5.1
  • 51.85
  • Published

line-commenter-tool

A tool to comment or uncomment lines in a file based on regex patterns and specific strings.

    • v1.1.7
    • 51.81
    • Published

    callsite-record

    Create fancy log entries for errors and function call sites.

    • v4.1.5
    • 50.99
    • Published

    js-comments-template

    Default template used by js-comments and helper-apidocs for generating API docs.

    • v0.7.4
    • 50.76
    • Published

    max-code-point

    The maximum code point available in JavaScript

    • v1.0.0
    • 50.75
    • Published

    @codemirror/lang-php

    PHP language support for the CodeMirror code editor

    • v6.0.2
    • 50.51
    • Published

    @codemirror/lang-cpp

    C++ language support for the CodeMirror code editor

    • v6.0.3
    • 50.30
    • Published

    to-gfm-code-block

    Generate a github-flavored-markdown fenced-code-block snippet.

    • v0.1.1
    • 50.17
    • Published

    @codemirror/lang-wast

    WebAssembly Text Format support for the CodeMirror code editor

    • v6.0.2
    • 50.13
    • Published

    currency-codes

    Lookup currency codes based on ISO 4217

    • v2.2.0
    • 49.87
    • Published

    code-points

    Get the code points of each character in the string

    • v2.0.0-1
    • 49.85
    • Published

    @codemirror/lang-sass

    Sass/SCSS language support for the CodeMirror code editor

    • v6.0.2
    • 49.73
    • Published

    @codemirror/lang-go

    Go language support for the CodeMirror code editor

    • v6.0.1
    • 49.60
    • Published

    react-codemirror2

    a tiny react codemirror component wrapper

    • v8.0.1
    • 48.85
    • Published

    keycodes

    Key codes and names

    • v1.0.0
    • 48.83
    • Published

    module-error

    Create errors with code and cause properties

    • v1.0.2
    • 48.48
    • Published

    xo

    JavaScript/TypeScript linter (ESLint wrapper) with great defaults

    • v1.2.2
    • 48.46
    • Published

    string-strip-html

    Strip HTML tags from strings. No parser, accepts mixed sources.

    • v13.4.13
    • 48.09
    • Published

    @uiw/react-md-editor

    A markdown editor with preview, implemented with React.js and TypeScript.

    • v4.0.8
    • 47.95
    • Published

    is-language-code

    Is given string a language code (as per IANA)

    • v5.0.16
    • 47.95
    • Published

    react-otp-input

    A fully customizable, one-time password input component for the web built with React

    • v3.1.1
    • 47.88
    • Published

    jsconfig.json

    Small tool which automatically generates jsconfig.json, used for vscode workspace configuration, with defaults and paths from webpack config.

    • v2.3.3
    • 47.88
    • Published

    code-context

    Parse a string of javascript to determine the context for functions, variables and comments based on the code that follows.

    • v0.5.3
    • 47.44
    • Published

    gulp-eslint

    A gulp plugin for processing files with ESLint

    • v6.0.0
    • 47.33
    • Published

    acorn-extract-comments

    Extract JavaScript code comments from a string, using `acorn`. Optionally returns the AST and first line of code after comment - useful for parsing code context and api docs.

    • v0.2.0
    • 47.15
    • Published

    is-hotkey-esm

    Check whether a browser event matches a hotkey.

    • v1.0.0
    • 47.11
    • Published

    qrcode.vue

    A Vue.js component to generate QRCode. Both support Vue 2 and Vue 3

    • v3.6.0
    • 46.98
    • Published

    @heroui/code

    Code is a component used to display inline code.

    • v2.2.18
    • 46.08
    • Published

    emphasize

    ANSI syntax highlighting for the terminal

    • v7.0.0
    • 45.99
    • Published

    is-4byte-code-point

    Check if a given number is a code point of UTF-8 4-byte character

    • v1.0.0
    • 45.91
    • Published

    @dprint/toml

    Wasm module for dprint-plugin-toml.

    • v0.7.0
    • 45.88
    • Published

    is-4byte-char

    Check if a given value is a character that costs 4 bytes in UTF-8

    • v1.0.0
    • 45.86
    • Published

    @storybook/addon-console

    Show console output like logs, errors, and warnings in the Storybook

    • v3.0.0
    • 45.63
    • Published

    is-currency-code

    Validates whether a given input is a valid ISO 4217 currency code

    • v1.2.0
    • 45.34
    • Published

    ansicolor

    A JavaScript ANSI color/style management. ANSI parsing. ANSI to CSS. Small, clean, no dependencies.

    • v2.0.3
    • 45.11
    • Published

    e2b

    E2B SDK that give agents cloud environments

    • v2.0.1
    • 45.08
    • Published

    parse-code-context

    Fast and simple way to parse code context for use with documentation from code comments. Parses context from a single line of JavaScript, for functions, variable declarations, methods, prototype properties, prototype methods etc.

    • v1.0.0
    • 44.78
    • Published

    dprint

    Pluggable and configurable code formatting platform written in Rust.

    • v0.50.1
    • 44.78
    • Published

    @dprint/markdown

    Wasm module for dprint-plugin-markdown.

    • v0.19.0
    • 44.74
    • Published

    iso-639-3-to-1

    Convert iso 639-3 to 639-1 language code

      • v1.0.0
      • 44.57
      • Published

      to-double-quotes

      Convert matching single-quotes to double-quotes: I 'love' unicorns → I "love" unicorns

      • v4.0.0
      • 44.41
      • Published

      qrious

      Library for QR code generation using canvas

      • v4.0.2
      • 44.19
      • Published

      iso-639-3

      Info on ISO 639-3

      • v3.0.1
      • 44.07
      • Published

      piping

      Keep your code piping hot! Live code reloading without additional binaries

      • v1.0.0-rc.4
      • 43.91
      • Published

      authenticator

      Two- / Multi- Factor Authenication (2FA / MFA) for node.js

      • v1.1.5
      • 43.90
      • Published

      country-codes-list

      List of codes per country (languages, calling codes, currency codes, etc) with full TypeScript support.

      • v2.0.0
      • 43.82
      • Published

      @appthreat/atom

      Create atom (âš›) representation for your application, packages and libraries

      • v2.2.7
      • 43.78
      • Published

      espree-extract-comments

      Uses espree to extract JavaScript code comments from a string. Returns an array of comment objects, with line, column, index, comment type and comment string.

      • v0.1.0
      • 43.73
      • Published

      to-single-quotes

      Convert matching double-quotes to single-quotes: `I "love" unicorns` → `I 'love' unicorns`

      • v4.0.0
      • 43.48
      • Published

      eslint-config-xo-react

      ESLint shareable config for React to be used with eslint-config-xo

      • v0.28.0
      • 43.42
      • Published

      react-native-camera

      A Camera component for React Native. Also reads barcodes.

      • v4.2.1
      • 43.24
      • Published

      @tokey/core

      simple code like tokenizer

      • v1.4.0
      • 43.17
      • Published

      cuer

      Opinionated QR Code component for React

      • v0.0.3
      • 43.13
      • Published

      commentease

      comment your code with ai

        • v1.0.26
        • 42.85
        • Published

        @codemirror/lang-lezer

        Lezer grammar language support for the CodeMirror code editor

        • v6.0.2
        • 42.83
        • Published

        ngx-highlightjs

        Instant code highlighting, auto-detect language, super easy to use.

        • v14.0.1
        • 42.81
        • Published

        diffjam

        cli for diffjam.com

        • v3.2.8
        • 42.71
        • Published

        @elastic/monaco-esql

        Monaco editor Monarch language syntax definitions for ES|QL

        • v3.1.7
        • 42.65
        • Published

        @mantine/prism

        Code highlight with Mantine theme

        • v6.0.22
        • 42.48
        • Published

        bunker

        code coverage in native javascript

        • v0.1.2
        • 42.46
        • Published

        country-telephone-data

        Has country codes for all countries in the world. Please send a PR if you see something missing or find a mistake.

        • v0.6.3
        • 42.36
        • Published

        qr

        Minimal 0-dep QR code generator & reader. Supports ascii, term, gif and svg formats

        • v0.5.1
        • 42.35
        • Published

        @metamask/scure-bip39

        MetaMask fork of @scure/bip39: a secure, audited & minimal implementation of BIP39 mnemonic phrases

        • v2.1.1
        • 41.92
        • Published

        convert-country-codes

        Convert ISO 3166-1 Alpha-2, ISO 3166-1 Alpha-3 and IOC country codes

        • v1.0.0
        • 41.85
        • Published

        ts-standard

        TypeScript Standard Style based on StandardJS

        • v12.0.2
        • 41.76
        • Published

        windows-locale

        Windows Language Code Identifier (LCID) for JavaScript

        • v1.1.3
        • 41.52
        • Published

        runforcover

        require plugin for js code coverage using bunker

        • v0.0.2
        • 41.43
        • Published

        country-to-currency

        Map country codes (ISO 3166-1 alpha-2) to their default currency codes (ISO 4217)

        • v2.0.2
        • 41.34
        • Published

        react-code-input

        React component for entering and validating numbers, text or password.

        • v3.10.1
        • 41.32
        • Published

        semistandard

        All the goodness of `feross/standard` with semicolons sprinkled on top.

        • v17.0.0
        • 41.31
        • Published

        locale2

        💪 Try as hard as possible to detect the client's language tag ('locale') in node or the browser. Browserify and Webpack friendly!

        • v2.3.1
        • 41.20
        • Published

        node-2fa

        Easy 2-Factor Integration For Node.js

        • v2.0.3
        • 41.02
        • Published

        @guolao/vue-monaco-editor

        Monaco Editor for Vue 2&3 - use the monaco-editor in any Vue application without needing to use webpack (or rollup/vite) configuration files / plugins

        • v1.5.5
        • 40.65
        • Published

        is-success

        Check if a number is a HTTP success status code

        • v1.0.0
        • 40.59
        • Published

        country-iso-3-to-2

        Convert a country code ISO 3166-1 Alpha-3 to ISO 3166-1 Alpha-2

        • v1.1.1
        • 40.56
        • Published

        @eddeee888/gcg-server-config

        This library has the recommended default options used by the server preset `@eddeee888/gcg-typescript-resolver-files`.

        • v0.2.3
        • 40.53
        • Published

        @editorjs/code

        Code Tool for Editor.js

        • v2.9.3
        • 40.44
        • Published