[ 源代码: node-anymatch ]
软件包:node-anymatch(3.1.3+~cs8.0.5-1)
node-anymatch 的相关链接
Debian 的资源:
下载源码包 node-anymatch:
- [node-anymatch_3.1.3+~cs8.0.5-1.dsc]
- [node-anymatch_3.1.3+~cs8.0.5.orig-picomatch.tar.gz]
- [node-anymatch_3.1.3+~cs8.0.5.orig-types-picomatch.tar.gz]
- [node-anymatch_3.1.3+~cs8.0.5.orig.tar.gz]
- [node-anymatch_3.1.3+~cs8.0.5-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
试制(Experimental)软件包
警告:这个软件包来自于 experimental 发行版。这表示它很有可能表现出不稳定或者出现 bug ,甚至是导致资料损失。请务必在使用之前查阅 changelog 以及其他潜在的文档。
Matches strings against configurable strings
Javascript module to match a string against a regular expression, glob, string, or function that takes the string as an argument and returns a truthy or falsy value. The matcher can also be an array of any or all of these. Useful for allowing a very flexible user-defined config to define things like file paths.
It is a dependency for ava, a futuristic test-runner
Node.js is an event-based server-side JavaScript engine.
其他与 node-anymatch 有关的软件包
|
|
|
|
-
- dep: node-normalize-path
- Normalize file path slashes to be unix-like forward slashes