npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "be" 的结果(共 1883 个)
webpack

Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.

MIT
svelte

Cybernetically enhanced web apps

MIT
json-parse-even-better-errors

JSON.parse with context information on error

MIT
uglify-js2

JavaScript parser, mangler/compressor and beautifier toolkit

json-parse-better-errors

JSON.parse with context information on error

MIT
babel-plugin-member-expression-literals

Turn valid member expression property literals into plain identifiers

MIT
babel-eslint

Custom parser for ESLint

MIT
babel-plugin-react-constant-elements

Treat React JSX elements as value types and hoist them to the highest scope

MIT
babel-plugin-constant-folding

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

MIT
babel-messages

Collection of debug messages used by Babel.

MIT
babel-plugin-proto-to-assign

Babel plugin for turning __proto__ into a shallow property clone

MIT
babel-plugin-remove-debugger

Remove debugger statements

MIT
babel-helpers

Collection of helper functions used by Babel transforms.

MIT
babel-plugin-eval

Compile eval calls with string literals

MIT
babel-plugin-react-display-name

Add displayName to React.createClass calls

MIT
line-numbers

Add line numbers to a string.

MIT
babel-plugin-property-literals

Turn valid property key literals to plain identifiers

MIT
babel-plugin-undeclared-variables-check

Throw a compile-time error on references to undeclared variables

MIT
acorn-babel

Acorn fork used by babel

is-integer

ES2015 (ES6) Number.isInteger polyfill

WTFPL OR ISC
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
babel-plugin-jscript

Babel plugin to fix buggy JScript named function expressions

MIT
babel-plugin-undefined-to-void

Replace references to `undefined` with `void 0`

MIT
babel-register

babel require hook

MIT
regenerator-babel

Source transformer enabling ECMAScript 6 generator functions (yield) in JavaScript-of-today (ES5)

BSD