文件名称:node-glob:node.js的glob功能
文件大小:935KB
文件格式:ZIP
更新时间:2024-03-12 21:58:11
JavaScript
球状 使用外壳使用的模式(例如星星和东西)匹配文件。 这是JavaScript中的全局实现。 它使用minimatch库进行匹配。 用法 用npm安装 npm i glob var glob = require ( "glob" ) // options is optional glob ( "**/*.js" , options , function ( er , files ) { // files is an array of filenames. // If the `nonull` option is set, and nothing // was found, then files is ["**/*.js"] // er is an error object or null. } ) 地球底漆 当您在命令行上执行ls *.js之类的命令或将build/*放在
【文件预览】:
node-glob-master
----.gitignore(76B)
----glob.js(19KB)
----package.json(1KB)
----package-lock.json(101KB)
----common.js(6KB)
----.travis.yml(128B)
----changelog.md(1KB)
----CONTRIBUTING.md(397B)
----LICENSE(976B)
----.github()
--------FUNDING.yml(64B)
--------.github()
----examples()
--------g.js(228B)
--------usr-local.js(218B)
----prof.sh(376B)
----benchclean.js(196B)
----README.md(15KB)
----make-benchmark-fixture.sh(374B)
----oh-my-glob.gif(498KB)
----sync.js(12KB)
----test()
--------pause-resume.js(2KB)
--------abort.js(459B)
--------ignore.js(5KB)
--------bash-results.json(2KB)
--------root-nomount.js(1KB)
--------bash-comparison.js(2KB)
--------has-magic.js(1KB)
--------follow.js(991B)
--------globstar-match.js(471B)
--------nonull.js(833B)
--------eperm-stat.js(2KB)
--------absolute.js(1KB)
--------global-leakage.js(589B)
--------stat.js(898B)
--------slash-cwd.js(577B)
--------match-base.js(1KB)
--------nodir.js(2KB)
--------empty-set.js(456B)
--------zz-cleanup.js(289B)
--------error-callback.js(936B)
--------multiple-weird-error.js(424B)
--------enotsup.js(2KB)
--------mark.js(5KB)
--------broken-symlink.js(2KB)
--------readme-issue.js(703B)
--------sync-cb-throw.js(738B)
--------nocase-nomagic.js(4KB)
--------cwd-test.js(2KB)
--------new-glob-optional-options.js(308B)
--------root.js(2KB)
--------00-setup.js(4KB)
--------realpath.js(2KB)
----logo()
--------glob.svg(126KB)
--------glob-solo.png(193KB)
--------glob.png(101KB)
----benchmark.sh(1KB)