npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "correct" 的结果(共 41 个)
resolve.exports

A tiny (952b), correct, general-purpose, and configurable "exports" and "imports" resolver without file-system reliance

MIT
smol-toml

A small, fast, and correct TOML parser/serializer

BSD-3-Clause
@gulpjs/to-absolute-glob

Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.

MIT
to-absolute-glob

Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.

MIT
string-length

Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes

MIT
spdx-correct

correct invalid SPDX expressions

Apache-2.0
get-value

Use property paths like 'a.b.c' to get a nested value from an object. Even works when keys have dots in them (no other dot-prop library we tested does this, or does it correctly).

MIT
stdout-update

Updates the previous output in the terminal. Useful for correct rendering progress bars, animations, etc.

MIT
ltgt

implement correct ranges for level-*

MIT
jest-validate

Generic configuration validation tool that helps you with warnings, errors and deprecation messages as well as showing users examples of correct configuration.

MIT
smartwrap

Textwrap for javascript/nodejs. Correctly handles wide characters (宽字符) and emojis (😃). Wraps strings with option to break on words.

MIT
typesafe-path

This library is aim to explicitly annotate path format of the code, and throwing error when passing incorrect format paths.

MIT
coffee-errors

Patches error stack to display correct line numbers. CoffeeScript has built in support for this, but it only works when the script is executed through the `coffee` command. If you are running mocha, node-dev, jasmine or any other method, the functionality isn't on.

update-copyright

Update a copyright statement with the current year. Also makes minor corrections.

MIT
@es-joy/resolve.exports

A tiny (952b), correct, general-purpose, and configurable "exports" and "imports" resolver without file-system reliance

MIT
requires

like node-detective but trades AST correctness for speed

MIT
get-fn-name

Get function name with strictness and correctness in mind. Also works for arrow functions and getting correct name of bounded functions. Powered by [fn-name][].

MIT
changelog-verify

Verify a changelog has correct entries

ISC
acho-skin-cli

A correct levels of logs for create CLI commands

MIT
hostenv

Exports the correct PORT and HOSTNAME values for Heroku, AppFog, CloudFoundry, OpenShift, and other service environments

Artistic-2.0
get-os-info

This library allows you to get a correct OS name and version

ISC
remark-lint-correct-media-syntax

remark-lint rule to check for accidental bracket and paren mixup for images and links

MIT
cli-fail

Fail with an error message and a correct exit code

MIT
random-js

A mathematically correct random number generator library for JavaScript.

MIT
find-callsite

Finds the correct place where the stack trace was started, not the place where error was thrown

MIT
standard-error

Tiny library that simplifies subclassing and inheriting from Error while keeping the correct name and stack. Also supports constructing from an object of properties. Saves you from boilerplate.

@dsherret/to-absolute-glob

Make a glob pattern absolute, ensuring that negative globs and patterns with trailing slashes are correctly handled.

MIT
form-fix-array

Fixes key names for HTTP form data, to ensure that arrays are handled correctly.

WTFPL