パッケージ: node-globule (1.3.2-1)
node-globule に関するリンク
Debian の資源:
node-globule ソースパッケージをダウンロード:
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Easy-to-use wildcard globbing library for Node.js
globule is an easy-to-use wildcard globbing library for Node.js.
The library offers functions like find(), match() and mapping() that support globbing patterns.
globule.find returns a unique array of all file or directory paths that match the given globbing pattern(s).
globule.match can be used to match one or more globbing patterns against one or more file paths.
globule.mapping returns an array of src-dest file mapping objects for the given set of source file paths.
This package contains the globule module for Node.js.
Node.js is an event-based server-side JavaScript engine.
その他の node-globule 関連パッケージ
|
|
|
|
-
- dep: node-glob (>= 7.1.1)
- glob functionality for Node.js
-
- dep: node-lodash (>= 4.16.4)
- Lo-dash is a Node.js utility library
-
- dep: node-minimatch (>= 3.0.2)
- Convert glob expressions into RegExp objects for Node.js