scandirectory
Advanced tools
Comparing version 6.14.0 to 6.15.0
# History | ||
## v6.15.0 2021 July 28 | ||
- Updated dependencies, [base files](https://github.com/bevry/base), and [editions](https://editions.bevry.me) using [boundation](https://github.com/bevry/boundation) | ||
## v6.14.0 2020 October 29 | ||
@@ -4,0 +8,0 @@ |
@@ -19,3 +19,3 @@ <!-- LICENSEFILE/ --> | ||
The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software. | ||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
@@ -22,0 +22,0 @@ 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. |
{ | ||
"name": "scandirectory", | ||
"version": "6.14.0", | ||
"version": "6.15.0", | ||
"description": "Scan a directory recursively with a lot of control and power", | ||
@@ -21,3 +21,3 @@ "homepage": "https://github.com/bevry/scandirectory", | ||
"list": [ | ||
"travisci", | ||
"githubworkflow", | ||
"npmversion", | ||
@@ -39,2 +39,3 @@ "npmdownloads", | ||
"config": { | ||
"githubWorkflow": "bevry", | ||
"githubSponsorsUsername": "balupton", | ||
@@ -49,3 +50,2 @@ "buymeacoffeeUsername": "balupton", | ||
"wishlistURL": "https://bevry.me/wishlist", | ||
"travisTLD": "com", | ||
"githubUsername": "bevry", | ||
@@ -79,3 +79,3 @@ "githubRepository": "scandirectory", | ||
{ | ||
"description": "ESNext source code for Node.js 10 || 12 || 14 || 15 with Require for modules", | ||
"description": "ESNext source code for Node.js 10 || 12 || 14 with Require for modules", | ||
"directory": "source", | ||
@@ -90,3 +90,3 @@ "entry": "index.js", | ||
"engines": { | ||
"node": "10 || 12 || 14 || 15" | ||
"node": "10 || 12 || 14" | ||
} | ||
@@ -98,16 +98,16 @@ } | ||
"dependencies": { | ||
"ignorefs": "^3.14.0", | ||
"ignorefs": "^3.15.0", | ||
"readdir-cluster": "^3.14.0" | ||
}, | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.17.0", | ||
"assert-helpers": "^8.1.0", | ||
"eslint": "^7.12.1", | ||
"@bevry/update-contributors": "^1.18.0", | ||
"assert-helpers": "^8.2.0", | ||
"eslint": "^7.31.0", | ||
"eslint-config-bevry": "^3.23.0", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"kava": "^5.13.0", | ||
"prettier": "^2.1.2", | ||
"projectz": "^2.17.0", | ||
"valid-directory": "^3.4.0" | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"kava": "^5.14.0", | ||
"prettier": "^2.3.2", | ||
"projectz": "^2.18.0", | ||
"valid-directory": "^3.7.0" | ||
}, | ||
@@ -125,3 +125,3 @@ "scripts": { | ||
"our:release:prepare": "npm run our:clean && npm run our:compile && npm run our:test && npm run our:meta", | ||
"our:release:push": "git push origin master && git push origin --tags", | ||
"our:release:push": "git push origin && git push origin --tags", | ||
"our:release:tag": "export MESSAGE=$(cat ./HISTORY.md | sed -n \"/## v$npm_package_version/,/##/p\" | sed 's/## //' | awk 'NR>1{print buf}{buf = $0}') && test \"$MESSAGE\" || (echo 'proper changelog entry not found' && exit -1) && git tag v$npm_package_version -am \"$MESSAGE\"", | ||
@@ -128,0 +128,0 @@ "our:setup": "npm run our:setup:install", |
@@ -7,5 +7,6 @@ <!-- TITLE/ --> | ||
<!-- BADGES/ --> | ||
<span class="badge-travisci"><a href="http://travis-ci.com/bevry/scandirectory" title="Check this project's build status on TravisCI"><img src="https://img.shields.io/travis/com/bevry/scandirectory/master.svg" alt="Travis CI Build Status" /></a></span> | ||
<span class="badge-githubworkflow"><a href="https://github.com/bevry/scandirectory/actions?query=workflow%3Abevry" title="View the status of this project's GitHub Workflow: bevry"><img src="https://github.com/bevry/scandirectory/workflows/bevry/badge.svg" alt="Status of the GitHub Workflow: bevry" /></a></span> | ||
<span class="badge-npmversion"><a href="https://npmjs.org/package/scandirectory" title="View this project on NPM"><img src="https://img.shields.io/npm/v/scandirectory.svg" alt="NPM version" /></a></span> | ||
@@ -28,2 +29,3 @@ <span class="badge-npmdownloads"><a href="https://npmjs.org/package/scandirectory" title="View this project on NPM"><img src="https://img.shields.io/npm/dm/scandirectory.svg" alt="NPM downloads" /></a></span> | ||
<!-- DESCRIPTION/ --> | ||
@@ -35,2 +37,3 @@ | ||
## Usage | ||
@@ -103,2 +106,3 @@ | ||
<!-- INSTALL/ --> | ||
@@ -109,3 +113,2 @@ | ||
<a href="https://npmjs.com" title="npm is a package manager for javascript"><h3>npm</h3></a> | ||
<ul> | ||
@@ -122,6 +125,7 @@ <li>Install: <code>npm install --save scandirectory</code></li> | ||
<ul><li><code>scandirectory</code> aliases <code>scandirectory/source/index.js</code></li> | ||
<li><code>scandirectory/source/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> source code for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 10 || 12 || 14 || 15 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li></ul> | ||
<li><code>scandirectory/source/index.js</code> is <a href="https://en.wikipedia.org/wiki/ECMAScript#ES.Next" title="ECMAScript Next">ESNext</a> source code for <a href="https://nodejs.org" title="Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine">Node.js</a> 10 || 12 || 14 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li></ul> | ||
<!-- /INSTALL --> | ||
<!-- HISTORY/ --> | ||
@@ -135,2 +139,3 @@ | ||
<!-- BACKERS/ --> | ||
@@ -172,2 +177,3 @@ | ||
<!-- LICENSE/ --> | ||
@@ -174,0 +180,0 @@ |
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
185
25990
5
Updatedignorefs@^3.15.0