|
1 | 1 | <p align="center"> |
2 | | - <a href="http://gulpjs.com"> |
| 2 | + <a href="https://gulpjs.com"> |
3 | 3 | <img height="257" width="114" src="https://raw.githubusercontent.com/gulpjs/artwork/master/gulp-2x.png"> |
4 | 4 | </a> |
5 | 5 | </p> |
6 | 6 |
|
7 | 7 | # vinyl |
8 | 8 |
|
9 | | -[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Azure Pipelines Build Status][azure-pipelines-image]][azure-pipelines-url] [![Travis Build Status][travis-image]][travis-url] [![AppVeyor Build Status][appveyor-image]][appveyor-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Gitter chat][gitter-image]][gitter-url] |
| 9 | +[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][ci-image]][ci-url] [![Coveralls Status][coveralls-image]][coveralls-url] |
10 | 10 |
|
11 | 11 | Virtual file format. |
12 | 12 |
|
@@ -421,32 +421,29 @@ Same goes for `clone()`. If you have your own internal stuff that needs special |
421 | 421 |
|
422 | 422 | MIT |
423 | 423 |
|
| 424 | + |
| 425 | +<!-- prettier-ignore-start --> |
| 426 | +[downloads-image]: https://img.shields.io/npm/dm/vinyl.svg?style=flat-square |
| 427 | +[npm-url]: https://www.npmjs.com/package/vinyl |
| 428 | +[npm-image]: https://img.shields.io/npm/v/vinyl.svg?style=flat-square |
| 429 | + |
| 430 | +[ci-url]: https://github.com/gulpjs/vinyl/actions?query=workflow:dev |
| 431 | +[ci-image]: https://img.shields.io/github/workflow/status/gulpjs/vinyl/dev?style=flat-square |
| 432 | + |
| 433 | +[coveralls-url]: https://coveralls.io/r/gulpjs/vinyl |
| 434 | +[coveralls-image]: https://img.shields.io/coveralls/gulpjs/vinyl/master.svg?style=flat-square |
| 435 | +<!-- prettier-ignore-end --> |
| 436 | + |
| 437 | +<!-- prettier-ignore-start --> |
424 | 438 | [is-symbolic]: #issymbolic |
425 | 439 | [is-directory]: #isdirectory |
426 | 440 | [normalization]: #normalization-and-concatenation |
427 | 441 | [extending-vinyl]: #extending-vinyl |
428 | 442 | [stream]: https://nodejs.org/api/stream.html#stream_stream |
429 | 443 | [readable-stream]: https://nodejs.org/api/stream.html#stream_readable_streams |
430 | 444 | [buffer]: https://nodejs.org/api/buffer.html#buffer_class_buffer |
431 | | -[fs-stats]: http://nodejs.org/api/fs.html#fs_class_fs_stats |
| 445 | +[fs-stats]: https://nodejs.org/api/fs.html#fs_class_fs_stats |
432 | 446 | [vinyl-fs]: https://github.com/gulpjs/vinyl-fs |
433 | 447 | [cloneable-readable]: https://github.com/mcollina/cloneable-readable |
| 448 | +<!-- prettier-ignore-end --> |
434 | 449 |
|
435 | | -[downloads-image]: https://img.shields.io/npm/dm/vinyl.svg |
436 | | -[npm-url]: https://www.npmjs.com/package/vinyl |
437 | | -[npm-image]: https://img.shields.io/npm/v/vinyl.svg |
438 | | - |
439 | | -[azure-pipelines-url]: https://dev.azure.com/gulpjs/gulp/_build/latest?definitionId=$PROJECT_ID&branchName=master |
440 | | -[azure-pipelines-image]: https://dev.azure.com/gulpjs/gulp/_apis/build/status/vinyl?branchName=master |
441 | | - |
442 | | -[travis-url]: https://travis-ci.org/gulpjs/vinyl |
443 | | -[travis-image]: https://img.shields.io/travis/gulpjs/vinyl.svg?label=travis-ci |
444 | | - |
445 | | -[appveyor-url]: https://ci.appveyor.com/project/gulpjs/vinyl |
446 | | -[appveyor-image]: https://img.shields.io/appveyor/ci/gulpjs/vinyl.svg?label=appveyor |
447 | | - |
448 | | -[coveralls-url]: https://coveralls.io/r/gulpjs/vinyl |
449 | | -[coveralls-image]: https://img.shields.io/coveralls/gulpjs/vinyl/master.svg |
450 | | - |
451 | | -[gitter-url]: https://gitter.im/gulpjs/gulp |
452 | | -[gitter-image]: https://badges.gitter.im/gulpjs/gulp.svg |
0 commit comments