npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "eq" 的结果(共 648 个)
morgan

HTTP request logger middleware for node.js

MIT
sequelize

Sequelize is a promise-based Node.js ORM tool for Postgres, MySQL, MariaDB, SQLite, Microsoft SQL Server, Amazon Redshift and Snowflake’s Data Cloud. It features solid transaction support, relations, eager and lazy loading, read replication and more.

MIT
cookie-parser

Parse HTTP request cookies

MIT
encodeurl

Encode a URL to a percent-encoded form, excluding already-encoded sequences

MIT
proxy-addr

Determine address of proxied request

MIT
webpack-core

The core of webpack and enhanced-require.

enhanced-require

Enhance the require function in node.js with support for loaders which preprocess files and really async require (AMD). Enables Hot Code Replacement.

babel-register

babel require hook

MIT
orchestrator

A module for sequencing and executing tasks and dependencies in maximum concurrency

MIT
finished

Execute a callback when a request closes, finishes, or errors

MIT
policyfile

Flash Socket Policy File Server. A server to respond to Flash Socket Policy requests, both inline and through a dedicated server instance.

MIT
seq-queue

A simple tool to keep requests to be executed in order.

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
sequelize-pool

Resource pooling for Node.JS

MIT
require-all

An easy way to require all files within a directory.

MIT
babel-plugin-dynamic-import-node

Babel plugin to transpile import() to a deferred require(), for node

MIT
babel-plugin-react-require

Babel plugin that adds React import declaration if file contains JSX tags.

MIT
@ampproject/remapping

Remap sequential sourcemaps through transformations to point at the original source code

Apache-2.0
@jridgewell/remapping

Remap sequential sourcemaps through transformations to point at the original source code

MIT
fs-constants

Require constants across node and the browser

MIT
mysql

A node.js driver for mysql. It is written in JavaScript, does not require compiling, and is 100% MIT licensed.

MIT
es-object-atoms

ES Object-related atoms: Object, ToObject, RequireObjectCoercible

MIT
require-directory

Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.

MIT
@jest/diff-sequences

Compare items in two sequences to find a longest common subsequence

MIT
graph-sequencer

Sort items in a graph using a topological sort while resolving cycles with priority groups

MIT
is-retry-allowed

Check whether a request can be retried based on the `error.code`

MIT
roadrunner

Cache require resolutions to heavily improve startup speed on subsequent loads

babel-plugin-transform-inline-imports-commonjs

A Babel transform that turns imports into lazily loaded commonjs requires

MIT
request-capture-har

Wrapper for request module that saves all traffic as a HAR file, useful for auto mocking a client

MIT