npm 包搜索

搜索 npm 上的 JavaScript 依赖包

搜索 "base-methods" 的结果(共 7 个)
base-methods

base-methods is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.

MIT
base-tasks

base-methods plugin that provides a very thin wrapper around <https://github.com/jonschlinkert/composer> for adding task methods to your application.

MIT
base-options

Adds a few options methods to base-methods, like `option`, `enable` and `disable`. See the readme for the full API.

MIT
base-store

Plugin for getting and persisting config values with your base-methods application. Adds a 'store' object that exposes all of the methods from the data-store library. Also now supports sub-stores!

MIT
base-config

base-methods plugin that adds a `config` method for mapping declarative configuration values to other 'base' methods or custom functions.

MIT
base-pipeline

base-methods plugin that adds pipeline and plugin methods for dynamically composing streaming plugin pipelines.

MIT