npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "statement" 的结果(共 64 个)
mysql2

fast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS

MIT
babel-plugin-remove-debugger

Remove debugger statements

MIT
resolve-url-loader

Webpack loader that resolves relative paths in url() statements based on the original source file

MIT
babel-plugin-transform-define

Babel plugin that replaces member expressions and typeof statements with strings

MIT
postcss-modules-scope

A CSS Modules transform to extract export statements from local-scope classes

ISC
@babel/plugin-syntax-import-attributes

Allow parsing of the module attributes in the import statement

MIT
babel-plugin-minify-simplify

> Simplifies code for minification by reducing statements into expressions and making expressions uniform where possible.

MIT
resolve-import

Look up the file that an `import()` statement will resolve to, possibly relative to a given parentURL

BlueOak-1.0.0
parse-import

Parse CSS @import statements

MIT
glsl-token-defines

Retrieve the values defined with preprocessor statements in a selection of GLSL tokens

MIT
glsl-inject-defines

injects a #define statement into a shader source

MIT
@babel/plugin-syntax-import-assertions

Allow parsing of the module assertion attributes in the import statement

MIT
@rollup/plugin-inject

Scan modules for global variables and injects `import` statements where necessary

MIT
sql.js

SQLite library with support for opening and writing databases, prepared statements, and more. This SQLite library is in pure javascript (compiled with emscripten).

MIT
prettier-plugin-curly

Prettier plugin to enforce consistent brace style for all control statements. 🥌

MIT
eslint-plugin-chai-friendly

This plugin makes 'no-unused-expressions' rule friendly towards chai expect statements.

MIT
node-sass-glob-importer

Custom importer for node-sass which makes it possible to use glob syntax in Sass import statements

MIT
istanbul-harmony

Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests

BSD-3-Clause
require-poisoning

Cache-Poisoning applied to Node.js require statements so you inject your own modules

MIT
rollup-plugin-strip

Remove debugger statements and functions like assert.equal and console.log from your code.

MIT
esformatter-var-each

Esformatter plugin that converts comma `var` statements into separate `var` statements

esformatter-braces

esformatter plugin: enforces braces around statements

MIT
babel-plugin-transform-conditionals

Optimize conditional statements

MIT
babel-plugin-jest-hoist

Babel plugin to hoist `jest.disableAutomock`, `jest.enableAutomock`, `jest.unmock`, `jest.mock`, calls above `import` statements. This plugin is automatically included when using [babel-jest](https://github.com/facebook/jest/tree/master/packages/babel-jes

MIT
prettier-plugin-sort-re-exports

A prettier plugin that sorts the re-exports statements.

MIT
deps-regex

Regular expression for matching javascript require/import statements.

MIT
timeago.js

timeago.js is a simple library (only 1kb) to used to format datetime with `*** time ago` statement. eg: '3 hours ago'. localization supported.

MIT
eslint-plugin-import-order

ESLint plugin to enforce the order of import/require statements.

MIT
rewrite-imports

A tiny (349B) utility to rewrite `import` statements as `require()`s; via RegExp

MIT