Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies #148

Closed
wants to merge 9 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package-lock=false

8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
sudo: false
language: node_js
node_js:
- '12'
- '10'
- '8'
- '6'
- '4'
- '0.12'
- '0.10'
- '14'
after_script:
- npm run coveralls
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013 Blaine Bublitz <blaine.bublitz@gmail.com>, Eric Schoffstall <yo@contra.io> and other contributors
Copyright (c) 2021 Blaine Bublitz <blaine.bublitz@gmail.com>, Eric Schoffstall <yo@contra.io>, Burt Harris and other contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
38 changes: 19 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<p align="center">
<!-- <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>
</p> -->

# vinyl
# [@sigil/vinyl](./sigil) Virtual file format

[![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]
Note: This is an experimental fork of the gulp team's [vinyl](https://github.com/gulpjs/vinyl) package

Virtual file format.
[![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]

## What is Vinyl?

Expand All @@ -21,7 +21,7 @@ While Vinyl provides a clean way to describe a file, we also need a way to acces
## Usage

```js
var Vinyl = require('vinyl');
var Vinyl = require('@sigil/vinyl');

var jsFile = new Vinyl({
cwd: '/',
Expand Down Expand Up @@ -98,7 +98,7 @@ Default: `null`
Any other option properties will be directly assigned to the new Vinyl object.

```js
var Vinyl = require('vinyl');
var Vinyl = require('@sigil/vinyl');

var file = new Vinyl({ foo: 'bar' });
file.foo === 'bar'; // true
Expand Down Expand Up @@ -340,7 +340,7 @@ __Note: This method uses an internal flag that some older versions of Vinyl didn
Example:

```js
var Vinyl = require('vinyl');
var Vinyl = require('@sigil/vinyl');

var file = new Vinyl();
var notAFile = {};
Expand Down Expand Up @@ -390,7 +390,7 @@ When extending Vinyl into your own class with extra features, you need to think
When you have your own properties that are managed internally, you need to extend the static `isCustomProp` method to return `false` when one of these properties is queried.

```js
var Vinyl = require('vinyl');
var Vinyl = require('@sigil/vinyl');

var builtInProps = ['foo', '_foo'];

Expand Down Expand Up @@ -432,21 +432,21 @@ MIT
[vinyl-fs]: https://github.com/gulpjs/vinyl-fs
[cloneable-readable]: https://github.com/mcollina/cloneable-readable

[downloads-image]: https://img.shields.io/npm/dm/vinyl.svg
[npm-url]: https://www.npmjs.com/package/vinyl
[npm-image]: https://img.shields.io/npm/v/vinyl.svg
[downloads-image]: https://img.shields.io/npm/dm/@sigil/vinyl.svg
[npm-url]: https://www.npmjs.com/package/@sigil/vinyl
[npm-image]: https://img.shields.io/npm/v/@sigil/vinyl.svg

[azure-pipelines-url]: https://dev.azure.com/gulpjs/gulp/_build/latest?definitionId=$PROJECT_ID&branchName=master
[azure-pipelines-image]: https://dev.azure.com/gulpjs/gulp/_apis/build/status/vinyl?branchName=master
[azure-pipelines-image]: https://dev.azure.com/gulpjs/gulp/_apis/build/status/burtharris/vinyl?branchName=master

[travis-url]: https://travis-ci.org/gulpjs/vinyl
[travis-image]: https://img.shields.io/travis/gulpjs/vinyl.svg?label=travis-ci
[travis-url]: https://travis-ci.com/burtharris/vinyl
[travis-image]: https://img.shields.io/travis/burtharris/vinyl.svg?label=travis-ci

[appveyor-url]: https://ci.appveyor.com/project/gulpjs/vinyl
[appveyor-image]: https://img.shields.io/appveyor/ci/gulpjs/vinyl.svg?label=appveyor
[appveyor-url]: https://ci.appveyor.com/project/burtharris/vinyl
[appveyor-image]: https://img.shields.io/appveyor/ci/burtharris/vinyl.svg?label=appveyor

[coveralls-url]: https://coveralls.io/r/gulpjs/vinyl
[coveralls-image]: https://img.shields.io/coveralls/gulpjs/vinyl/master.svg
[coveralls-url]: https://coveralls.io/r/gulpjs/@sigil/vinyl
[coveralls-image]: https://img.shields.io/coveralls/@sigil/vinyl/master.svg

[gitter-url]: https://gitter.im/gulpjs/gulp
[gitter-image]: https://badges.gitter.im/gulpjs/gulp.svg
8 changes: 1 addition & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@
environment:
matrix:
# node.js
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"
- nodejs_version: "12"
- nodejs_version: "14"

platform:
- x86
Expand Down
Loading