[ 源代码: node-glob ]
软件包:node-glob(8.1.0+~cs8.5.15-1)
node-glob 的相关链接
Debian 的资源:
下载源码包 node-glob:
- [node-glob_8.1.0+~cs8.5.15-1.dsc]
- [node-glob_8.1.0+~cs8.5.15.orig-globalyzer.tar.gz]
- [node-glob_8.1.0+~cs8.5.15.orig-globrex.tar.gz]
- [node-glob_8.1.0+~cs8.5.15.orig-tiny-glob.tar.gz]
- [node-glob_8.1.0+~cs8.5.15.orig-types-glob.tar.gz]
- [node-glob_8.1.0+~cs8.5.15.orig.tar.gz]
- [node-glob_8.1.0+~cs8.5.15-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
glob functionality for Node.js
node-glob is a glob implementation for Node.js
It features brace expansion, extended glob matching, globstar matching, and can be invoked synchronously as well as asynchronously. It uses minimatch for pattern matching.
Node.js is an event-based server-side javascript engine.
其他与 node-glob 有关的软件包
|
|
|
|
-
- dep: node-fs.realpath
- Use node's fs.realpath
-
- dep: node-inflight
- add callbacks to requests in flight to avoid async duplication
-
- dep: node-inherits
- Node.js module that exposes inherits function
-
- dep: node-minimatch (>= 9)
- Convert glob expressions into RegExp objects for Node.js
-
- dep: node-once
- Run a function only once with this module for Node.js