|
1 |
| -# vinyl-fs [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url] [](https://david-dm.org/wearefractal/vinyl) |
| 1 | +# vinyl-fs [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url] [](https://david-dm.org/wearefractal/vinyl-fs) |
2 | 2 |
|
3 | 3 | ## Information
|
4 | 4 |
|
@@ -69,36 +69,12 @@ This is just [glob-watcher]
|
69 | 69 | - On write the stream will save the [vinyl] File to disk at the folder/cwd specified.
|
70 | 70 | - After writing the file to disk it will be emitted from the stream so you can keep piping these around
|
71 | 71 |
|
72 |
| -## LICENSE |
73 |
| - |
74 |
| -(MIT License) |
75 |
| - |
76 |
| -Copyright (c) 2013 Fractal <[email protected]> |
77 |
| - |
78 |
| -Permission is hereby granted, free of charge, to any person obtaining |
79 |
| -a copy of this software and associated documentation files (the |
80 |
| -"Software"), to deal in the Software without restriction, including |
81 |
| -without limitation the rights to use, copy, modify, merge, publish, |
82 |
| -distribute, sublicense, and/or sell copies of the Software, and to |
83 |
| -permit persons to whom the Software is furnished to do so, subject to |
84 |
| -the following conditions: |
85 |
| - |
86 |
| -The above copyright notice and this permission notice shall be |
87 |
| -included in all copies or substantial portions of the Software. |
88 |
| - |
89 |
| -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, |
90 |
| -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF |
91 |
| -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
92 |
| -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE |
93 |
| -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION |
94 |
| -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION |
95 |
| -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
96 |
| - |
97 | 72 | [glob-stream]: https://github.com/wearefractal/glob-stream
|
98 | 73 | [node-glob]: https://github.com/isaacs/node-glob
|
99 | 74 | [gaze]: https://github.com/shama/gaze
|
100 | 75 | [glob-watcher]: https://github.com/shama/gaze
|
101 | 76 | [vinyl]: https://github.com/wearefractal/vinyl
|
| 77 | + |
102 | 78 | [npm-url]: https://npmjs.org/package/vinyl-fs
|
103 | 79 | [npm-image]: https://badge.fury.io/js/vinyl-fs.png
|
104 | 80 | [travis-url]: https://travis-ci.org/wearefractal/vinyl-fs
|
|
0 commit comments