[ 原始碼: 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