npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "delimit" 的结果(共 18 个)
flat

Take a nested Javascript object and flatten it, or unflatten an object with delimited keys

BSD-3-Clause
ndjson

Streaming newline delimited json parser + serializer

BSD-3-Clause
character-parser

Parse JavaScript one character at a time to look for snippets in Templates. This is not a validator, it's just designed to allow you to have sections of JavaScript delimited by brackets robustly.

MIT
ldjson-stream

streaming line delimited json parser + serializer

BSD
esformatter-quotes

esformatter plugin: enforces coding style that string literals are delimited with single or double quotes.

MIT
docmatter

Battle tested SSG front matter parser. Extracted from DocPad. Delimiter lines have 3+ of the same character (such as `/***` and `***/`) allowing front matters to work with the syntax highlighting of your code editor. Supports custom parsers, e.g. `--- cso

Artistic-2.0
json-text-sequence

Parse and generate RS-delimited JSON sequences according to draft-ietf-json-text-sequence

MIT
list-to-array

Simple javascript lib for converting a [comma || space] delimited string to an array

MIT
delims

Generate RegExp for delimiters, to be used with templates, files or data streams.

MIT
delimit-stream

Push messages from a stream partitioned by the given delimiter

BSD-2-Clause
@sovpro/delimited-stream

A Transform stream emitting buffered data at each delimiter instance

MIT
d3-dsv

A parser and formatter for delimiter-separated values, such as CSV and TSV

ISC
path-string-prepend

Prepends a path to a platform-specfic delimited path string and removes duplicate paths

MIT
newline-decoder

Simple chunked decoder for newline delimited string

MIT
@11ty/gray-matter

Parse front-matter from a string or file. Fast, reliable and easy to use. Parses YAML front matter by default, but also has support for YAML, JSON, TOML Front-Matter, with options to set custom delimiters. Used by metalsmith, assemble, verb and many other

MIT
convert-to-ecmascript-compatible-varname

Given a string of dash-delimited words, return a similar version of the string, but which is camel-cased and otherwise stripped of special characters, whitespace, etc. so that it is usable as an ECMAScript variable.

MIT