npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "sep" 的结果(共 60 个)
fork-ts-checker-webpack-plugin

Runs typescript type checker and linter on separate process.

MIT
@babel/plugin-proposal-numeric-separator

Remove numeric separators from Decimal, Binary, Hex and Octal literals

MIT
mini-css-extract-plugin

extracts CSS into separate files

MIT
remove-trailing-separator

Removes separators from the end of the string.

ISC
decamelize

Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow

MIT
@babel/plugin-syntax-numeric-separator

Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator

MIT
vite-plugin-checker

Vite plugin that runs TypeScript type checker on a separate process.

MIT
postcss-color-rgb

PostCSS plugin to transform W3C CSS Color Module Level 4 rgb() new syntax to more compatible CSS (comma-separated rgb() or rgba())

MIT
postcss-color-hsl

PostCSS plugin to transform W3C CSS Color Module Level 4 hsl() new syntax to more compatible CSS (comma-separated hsl() or hsla())

MIT
broccoli-kitchen-sink-helpers

Collection of helpers that need to be extracted into separate packages

MIT
absolute-path

Node.js 0.11.x path.isAbsolute as a separate module

MIT
dashify

Convert a camelcase or space-separated string to a dash-separated string. ~12 sloc, fast, supports diacritics.

MIT
lodash._basepullallby

The internal lodash function `basePullAllBy` exported as a module.

MIT
lodash._basepullall

The internal lodash function `basePullAll` exported as a module.

MIT
split-on-first

Split a string on the first occurance of a given separator

MIT
reversepoint

Reverse an object stream

MIT
camel-case

Transform into a string with the separator denoted by the next word capitalized

MIT
lodash._baseproperty

The modern build of lodash’s internal `baseProperty` as a module.

MIT
publicist

Generate and tag a UMD build for release on a separate branch

MIT
prettier-config-standard

A Prettier shareable config for projects using 'Prettier' and 'JavaScript Standard Style' as ESLint rules or separate processes.

BSD-3-Clause
gulp-babel-helpers

transpiles via babel and collects external helpers into a seperate module

MIT
jsep

a tiny JavaScript expression parser

MIT
steed

horsepower for your modules

MIT
handle-arguments

Get separately non-callback arguments in `.arguments` and the last argument if it [is-callback-function][] in `.callback`. It also works like [sliced][], but returns object with `.arguments` and `.callback` properties.

MIT
fresh-import

Import an ESM entry in its own fresh module graph (separate from Node's module cache) and get back the statically-imported relative dependency files.

MIT
zoroaster

The 2020 Most Modern Testing Framework For Node.JS With Test Contexts (Reusable BeforeEach / AfterEach Via Separate Files); Masks (Inputs/Outputs In Non-Js Files) And Fork Testing; Interactive Snapshots.

AGPL-3.0
esformatter-var-each

Esformatter plugin that converts comma `var` statements into separate `var` statements

default-require-extensions

Node's default require extensions as a separate module

MIT
sepia

A VCR-like module that records HTTP interactions and plays them back for speed and reliability

Apache