npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "cute" 的结果(共 73 个)
glob-watcher

Watch globs and execute a function upon change, with intelligent defaults for debouncing and queueing.

MIT
finished

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

MIT
seq-queue

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

env-cmd

Executes a command using the environment variables in an env file

MIT
on-exit-leak-free

Execute a function on exit without leaking memory, allowing all objects to be garbage collected

MIT
on-headers

Execute a listener when a response is about to write headers

MIT
function-once

Wraps a function so that it's only ever executed once.

MIT
shell-escape

Escape and stringify an array of arguments to be executed on the shell

MIT
@graphql-tools/batch-execute

A set of utils for faster development of GraphQL tools

MIT
travis-after-all

Script that can help you execute code only once in a Travis CI build matrix

MIT
super-regex

Make a regular expression time out if it takes too long to execute

MIT
exec-sync

Execute shell command synchronously. Use this for migration scripts, cli programs, but not for regular server code.

when-exit

Execute a function right before the process, or the browser's tab, is about to exit.

MIT
any-shell-escape

Escape and stringify an array of arguments to be executed on the shell

MIT
@graphql-tools/executor

Fork of GraphQL.js' execute function

MIT
exec-sh

Execute shell command forwarding all stdio.

MIT
on-socket-error

Execute a callback on socket errors

sequence

Execute async code in chronological order. The sequence module of FuturesJS (Browser, Node.js, Bower, and Pakmanager)

after-all

Execute several async functions and get a callback when they are all done

MIT
tsx

TypeScript Execute (tsx): Node.js enhanced with esbuild to run TypeScript & ESM files

MIT
node-source-walk

Execute a callback on every node of a source code's AST and stop walking when you see fit

MIT
@graphiql/plugin-history

- `useHistory`: Persists executed requests in storage - `useHistoryActions`: Actions related to the history

MIT
@lerna/exec

Execute an arbitrary command in each package

MIT
watch-run

watch specific files or directories and re-execute a given command

MIT
qunit-assert-step

A QUnit plugin for asserting the proper sequence in which the code should execute.

MIT
runmd

Execute and update code blocks embedded in Markdown files

MIT
skeleton-loader

Loader module for webpack to execute your custom procedure. It works as your custom loader.

MIT
meta-loop

module to locate a meta project's .meta file, and execute a provided command within the meta project's and all child projects' directories

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