npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "call" 的结果(共 122 个)
svelte

Cybernetically enhanced web apps

MIT
babel-plugin-constant-folding

Compile static constants (ie. code that we can statically determine to be constant at runtime)

MIT
babel-plugin-eval

Compile eval calls with string literals

MIT
babel-plugin-react-display-name

Add displayName to React.createClass calls

MIT
babel-plugin-remove-console

Remove console.* calls

MIT
babel-plugin-runtime

Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals

MIT
finished

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

MIT
deprecate

Mark methods as deprecated and warn the user when they're called

MIT
@babel/plugin-transform-runtime

Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals

MIT
@nuxt/static

The fastest way to statically export your Nuxt application

MIT
@babel/plugin-transform-react-jsx

Turn JSX into React function calls

MIT
wrappy

Callback wrapping utility

ISC
es-set-tostringtag

A helper to optimistically set Symbol.toStringTag, when possible.

MIT
call-bind-apply-helpers

Helper functions around Function call/apply/bind, for use in `call-bind`

MIT
@hapi/pinpoint

Return the filename and line number of the calling function

BSD-3-Clause
@sideway/pinpoint

Return the filename and line number of the calling function

BSD-3-Clause
get-caller-file

[![Build Status](https://travis-ci.org/stefanpenner/get-caller-file.svg?branch=master)](https://travis-ci.org/stefanpenner/get-caller-file) [![Build status](https://ci.appveyor.com/api/projects/status/ol2q94g1932cy14a/branch/master?svg=true)](https://ci.a

ISC
array-series

Call an array of asynchronous functions in series

MIT
array-parallel

Call an array of asynchronous functions in parallel

MIT
static-eval

evaluate statically-analyzable expressions

MIT
json-schema-traverse

Traverse JSON Schema passing each schema object to callback

MIT
async-done

Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.

MIT
object.reduce

Reduces an object to a value that is the accumulated result of running each property in the object through a callback.

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
execify

A module for shimmimg between execution modes: streams, promises, and callbacks

callbackify

backwards compatibilify your callback functions while migrating apis to promises

MIT
node-haste

node-haste is a dependency management system for static resources for node.js. It provides the ability to statically resolve JavaScript module dependencies both for node module resolution and Facebook's haste module system.

BSD-3-Clause
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
harmonize

Enables --harmony flags programmatically.

BSD-3-Clause
error-first-handler

handles error first callbacks

MIT