npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "by" 的结果(共 173 个)
inversify

A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.

MIT
babel-messages

Collection of debug messages used by Babel.

MIT
babel-helpers

Collection of helper functions used by Babel transforms.

MIT
acorn-babel

Acorn fork used by babel

hide-powered-by

Middleware to remove the X-Powered-By header

MIT
denque

The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries. Maintains compatability with deque.

Apache-2.0
@babel/eslint-parser

ESLint parser that allows for linting of experimental syntax transformed by Babel

MIT
nanoid

A tiny (118 bytes), secure URL-friendly unique string ID generator

MIT
unfetch

Bare minimum fetch polyfill in 500 bytes

MIT
@babel/preset-modules

A Babel preset that targets modern browsers by fixing engine bugs.

MIT
ghm

github-flavored-markdown maintained by thomblake

babylon-walk

Lightweight Babylon AST traversal

MIT
@ltd/j-toml

An implementation of TOML written by LongTengDao. Belong to "Plan J"./龙腾道为汤小明语写的实现。从属于“简计划”。

LGPL-3.0
is-fullwidth-code-point

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

MIT
byline

simple line-by-line stream reader

MIT
@types/byline

TypeScript definitions for byline

MIT
@pnpm/tabtab

tab completion helpers, for node cli programs. Inspired by npm completion.

MIT
@epic-web/invariant

Type safe utilities for throwing errors (and responses) if things aren't quite right. Inspired by npm.im/invariant

MIT
ignore-by-default

A list of directories you should ignore by default

ISC
conventional-changelog-config-spec

a spec describing the config options supported by conventional-config for upstream tooling

MIT
stream-file-type

Get the [file type](https://github.com/sindresorhus/file-type) by inspecting a stream.

MIT
bytes

Utility to parse a string bytes to bytes and vice-versa

MIT
lodash.pickby

The lodash method `_.pickBy` exported as a module.

MIT
object.map

Similar to map for arrays, this creates a new object by calling the callback on each property of the original object.

MIT
matchdep

Use micromatch to filter npm module dependencies by name.

MIT
array-sort

Fast and powerful array sorting. Sort an array of objects by one or more properties. Any number of nested properties or custom comparison functions may be used.

MIT
lodash.sortby

The lodash method `_.sortBy` exported as a module.

MIT
jasmine-pit

Writing tests for promises in jasmine is kind of a pain in the ass. jasmine-pit makes doing such things a tiny bit easier by providing an augmented version of `it()` (called `pit()`) that allows you to simply return a promise that may eventually assert ex

MIT