[ 源代码: node-glob-parent ]
软件包:node-glob-parent(5.1.1+~5.1.0-2)
node-glob-parent 的相关链接
Debian 的资源:
下载源码包 node-glob-parent:
- [node-glob-parent_5.1.1+~5.1.0-2.dsc]
- [node-glob-parent_5.1.1+~5.1.0.orig-types-glob-parent.tar.gz]
- [node-glob-parent_5.1.1+~5.1.0.orig.tar.gz]
- [node-glob-parent_5.1.1+~5.1.0-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Extract the non-magic parent path from a glob string
Javascript module to extract the non-magic parent path from a glob string.
For example, 'path/to/*.js' will return 'path/to' and '**/*.js' will return '.'
Node.js is an event-based server-side JavaScript engine.
其他与 node-glob-parent 有关的软件包
|
|
|
|
-
- dep: node-is-glob (>= 3.1~)
- Node module to return true if a string is a glob or extglob
-
- dep: node-path-dirname
- Node.js library for function path.dirname ponyfill