文件名称:nanomatch:用于node.js的快速,最小的glob匹配器。 与微匹配,迷你匹配和多重匹配类似,但是不支持扩展的glob(extglob),posix括号或花括号,并且具有完整的Bash 4.3通配符支持:(“ *”,“ **”和“?”)
文件大小:149KB
文件格式:ZIP
更新时间:2024-02-20 19:03:31
nodejs javascript bash node pattern
纳米匹配 快速,最小的glob匹配器,适用于node.js。 与micromatch,minimatch和multimatch相似,但仅完整地支持Bash 4.3通配符(不支持exglob,posix括号或花括号) 请考虑关注该项目的作者 ,并考虑为该项目以显示您的 :red_heart_selector: 和支持。 目录 细节 安装 使用安装: $ npm install --save nanomatch 发行历史 历史 键 更改日志条目使用以下标签(来自 )进行分类: added :用于新功能 changed :用于更改现有功能 deprecated :用于即将发布的版本中删除的曾经稳定的功能 removed :针对此版本中已弃用的功能 fixed :任何错误修复 bumped :更新的依赖项,将仅列出次要或更高的依赖项。 固定 增加了对未封闭报价的支持 添加 增加了对options.noglobstar支持 客房部更新。 添加有关转义的文档部分,清理实用程序。 此版本包括针对Windows路径边缘情况的修复程序以及其他改进,以更严格地遵守bash规范。 固定 更
【文件预览】:
nanomatch-master
----.eslintrc.json(4KB)
----.gitattributes(128B)
----.github()
--------contributing.md(4KB)
--------issue_template.md(356B)
--------pull_request_template.md(4KB)
----lib()
--------cache.js(52B)
--------utils.js(9KB)
--------compilers.js(8KB)
--------parsers.js(7KB)
----.verb.md(13KB)
----examples()
--------makeRe-windows-paths.js(312B)
--------mm-issue-111.js(395B)
--------ignore-directories.js(165B)
--------brackets.js(118B)
--------negation.js(124B)
--------options.sourcemap.js(513B)
--------create.js(56B)
--------paths.js(105B)
--------not.js(254B)
--------match.js(2KB)
--------makeRe.js(429B)
--------nanomatch.js(84B)
--------duplicates.js(101B)
----benchmark()
--------stats.json(851KB)
--------fixtures()
--------code()
--------index.js(492B)
--------package.json(425B)
--------stats.md(1KB)
----.travis.yml(94B)
----gulpfile.js(453B)
----LICENSE(1KB)
----test()
--------globstars.js(5KB)
--------qmarks.js(4KB)
--------api.any.js(10KB)
--------bash()
--------api.match.js(4KB)
--------bash.js(12KB)
--------comparison.makeRe.js(3KB)
--------options.js(12KB)
--------_patterns.js(1015B)
--------regex-ranges.js(1KB)
--------negation.js(4KB)
--------fixtures()
--------misc.js(1KB)
--------test.js(222B)
--------_fixtures.js(965B)
--------utils.js(2KB)
--------api.matcher.js(5KB)
--------stars.js(4KB)
--------api.not.js(4KB)
--------minimatch.js(3KB)
--------malicious.js(864B)
--------api.isMatch.js(13KB)
--------capture.js(1KB)
--------api.contains.js(13KB)
--------special-chars.js(5KB)
--------comparison.isMatch.js(3KB)
--------dotfiles.js(7KB)
--------api.matchKeys.js(2KB)
--------issue-related.js(5KB)
--------support()
--------bash.spec.js(1KB)
--------api.js(9KB)
----README.md(33KB)
----appveyor.yml(564B)
----.editorconfig(289B)
----.gitignore(302B)
----index.js(22KB)
----CHANGELOG.md(1KB)
----package.json(3KB)