معرفی شرکت ها


findup-sync-5.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Find the first file matching a given pattern in the current directory or the nearest ancestor directory.
ویژگی مقدار
سیستم عامل -
نام فایل findup-sync-5.0.0
نام findup-sync
نسخه کتابخانه 5.0.0
نگهدارنده ['sttk', 'phated', 'cowboy', 'tkellen']
ایمیل نگهدارنده ['sttk.xslet@gmail.com', 'blaine.bublitz@gmail.com', 'cowboy@rj3.net', 'tyler@sleekcode.net']
نویسنده Gulp Team
ایمیل نویسنده team@gulpjs.com
آدرس صفحه اصلی git+https://github.com/gulpjs/findup-sync.git
آدرس اینترنتی https://github.com/gulpjs/findup-sync#readme
مجوز MIT
<p align="center"> <a href="http://gulpjs.com"> <img height="257" width="114" src="https://raw.githubusercontent.com/gulpjs/artwork/master/gulp-2x.png"> </a> </p> # findup-sync [![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][ci-image]][ci-url] [![Coveralls Status][coveralls-image]][coveralls-url] Find the first file matching a given pattern in the current directory or the nearest ancestor directory. Matching is done with [micromatch][micromatch], please report any matching related issues on that repository. ## Usage ```js var findup = require('findup-sync'); findup(patternOrPatterns [, micromatchOptions]); // Start looking in the CWD. var filepath1 = findup('{a,b}*.txt'); // Start looking somewhere else, and ignore case (probably a good idea). var filepath2 = findup('{a,b}*.txt', {cwd: '/some/path', nocase: true}); ``` ## API ### `findup(patterns, [options])` - `patterns` **{String|Array}**: Glob pattern(s) or file path(s) to match against. - `options` **{Object}**: Options to pass to [micromatch]. Note that if you want to start in a different directory than the current working directory, specify a `cwd` property here. - `returns` **{String}**: Returns the first matching file. ## License MIT <!-- prettier-ignore-start --> [downloads-image]: https://img.shields.io/npm/dm/findup-sync.svg?style=flat-square [npm-url]: https://www.npmjs.com/package/findup-sync [npm-image]: https://img.shields.io/npm/v/findup-sync.svg?style=flat-square [ci-url]: https://github.com/gulpjs/findup-sync/actions?query=workflow:dev [ci-image]: https://img.shields.io/github/workflow/status/gulpjs/findup-sync/dev?style=flat-square [coveralls-url]: https://coveralls.io/r/gulpjs/findup-sync [coveralls-image]: https://img.shields.io/coveralls/gulpjs/findup-sync/master.svg <!-- prettier-ignore-nd --> <!-- prettier-ignore-start --> [micromatch]: http://github.com/micromatch/micromatch <!-- prettier-ignore-nd -->


نیازمندی

مقدار نام
^1.0.0 detect-file
^4.0.3 is-glob
^4.0.4 micromatch
^1.0.1 resolve-dir


زبان مورد نیاز

مقدار نام
14.18.0 Npm


نحوه نصب


نصب پکیج tgz findup-sync-5.0.0:

    npm install findup-sync-5.0.0.tgz