npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "no" 的结果(共 749 个)
express

Fast, unopinionated, minimalist web framework

MIT
axios

Promise based HTTP client for the browser and node.js

MIT
cors

Node.js CORS middleware

MIT
morgan

HTTP request logger middleware for node.js

MIT
passport

Simple, unobtrusive authentication for Node.js.

MIT
socket.io

node.js realtime framework server

MIT
ws

Simple to use, blazing fast and thoroughly tested websocket client and server 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
prisma

Prisma is an open-source database toolkit. It includes a JavaScript/TypeScript ORM for Node.js, migrations and a modern GUI to view and edit the data in your database. You can use Prisma in new projects or add it to an existing one.

Apache-2.0
nodemon

Simple monitor script for use during development of a Node.js app.

MIT
ts-node

TypeScript execution environment and REPL for node.js, with source map support

MIT
inversify

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

MIT
agenda

Light weight job scheduler for Node.js

MIT
node-cron

A Lightweight Task Scheduler for Node.js

ISC
pino

super fast, all natural json logger

MIT
bunyan

a JSON logging library for node.js services

MIT
log4js

Port of Log4js to work with node.

Apache-2.0
gm

GraphicsMagick and ImageMagick for node.js

MIT
node-canvas

> this dependency is just for my own use only

MIT
pdfkit

A PDF generation library for Node.js

MIT
argon2

An Argon2 library for Node

MIT
methods

HTTP methods that node supports

MIT
finalhandler

Node.js final http responder

MIT
notevil

Evalulate javascript like the built-in eval() method but safely

MIT
envify

Selectively replace Node-style environment variables with plain strings.

MIT
sprintf

Sprintf() for node.js

BSD-3-Clause
chrome-trace-event

A library to create a trace of your node app per Google's Trace Event format.

MIT
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.