glob-stream
Advanced tools
Comparing version 3.1.6 to 3.1.7
{ | ||
"name": "glob-stream", | ||
"description": "File system globs as a stream", | ||
"version": "3.1.6", | ||
"version": "3.1.7", | ||
"homepage": "http://github.com/wearefractal/glob-stream", | ||
@@ -19,8 +19,13 @@ "repository": "git://github.com/wearefractal/glob-stream.git", | ||
"devDependencies": { | ||
"mocha": "*", | ||
"should": "*", | ||
"jshint": "*" | ||
"mocha": "~1.17.0", | ||
"should": "~2.1.1", | ||
"mocha-lcov-reporter": "0.0.1", | ||
"coveralls": "~2.6.1", | ||
"istanbul": "~0.2.3", | ||
"rimraf": "~2.2.5", | ||
"jshint": "~2.4.1" | ||
}, | ||
"scripts": { | ||
"test": "mocha && jshint" | ||
"test": "mocha --reporter spec && jshint", | ||
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage" | ||
}, | ||
@@ -27,0 +32,0 @@ "engines": { |
@@ -1,3 +0,4 @@ | ||
[![Build Status](https://travis-ci.org/wearefractal/glob-stream.png?branch=master)](https://travis-ci.org/wearefractal/glob-stream) | ||
# glob-stream [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Dependency Status][david-image]][david-url] | ||
## Information | ||
@@ -53,29 +54,15 @@ | ||
## LICENSE | ||
[npm-url]: https://npmjs.org/package/glob-stream | ||
[npm-image]: https://badge.fury.io/js/glob-stream.png | ||
(MIT License) | ||
[travis-url]: https://travis-ci.org/wearefractal/glob-stream | ||
[travis-image]: https://travis-ci.org/wearefractal/glob-stream.png?branch=master | ||
Copyright (c) 2013 Fractal <contact@wearefractal.com> | ||
[coveralls-url]: https://coveralls.io/r/wearefractal/glob-stream | ||
[coveralls-image]: https://coveralls.io/repos/wearefractal/glob-stream/badge.png | ||
Permission is hereby granted, free of charge, to any person obtaining | ||
a copy of this software and associated documentation files (the | ||
"Software"), to deal in the Software without restriction, including | ||
without limitation the rights to use, copy, modify, merge, publish, | ||
distribute, sublicense, and/or sell copies of the Software, and to | ||
permit persons to whom the Software is furnished to do so, subject to | ||
the following conditions: | ||
[depstat-url]: https://david-dm.org/wearefractal/glob-stream | ||
[depstat-image]: https://david-dm.org/wearefractal/glob-stream.png | ||
The above copyright notice and this permission notice shall be | ||
included in all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, | ||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF | ||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND | ||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE | ||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION | ||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION | ||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/wearefractal/glob-stream/trend.png)](https://bitdeli.com/free "Bitdeli Badge") | ||
[david-url]: https://david-dm.org/wearefractal/glob-stream | ||
[david-image]: https://david-dm.org/wearefractal/glob-stream.png?theme=shields.io |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19709
7
68