readdir-cluster
Advanced tools
Comparing version 3.18.0 to 4.0.0
{ | ||
"title": "readdir-cluster", | ||
"name": "readdir-cluster", | ||
"version": "3.18.0", | ||
"version": "4.0.0", | ||
"description": "Use multiple CPU cores via clusters for the fastest way to read nested directories and their stats", | ||
@@ -75,7 +75,7 @@ "homepage": "https://github.com/bevry/readdir-cluster", | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=8" | ||
}, | ||
"editions": [ | ||
{ | ||
"description": "ESNext source code for Node.js 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modules", | ||
"description": "ESNext source code for Node.js 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modules", | ||
"directory": "source", | ||
@@ -90,3 +90,3 @@ "entry": "index.js", | ||
"engines": { | ||
"node": "10 || 12 || 14 || 16 || 18 || 20 || 21" | ||
"node": "8 || 10 || 12 || 14 || 16 || 18 || 20 || 21" | ||
} | ||
@@ -98,15 +98,15 @@ } | ||
"devDependencies": { | ||
"@bevry/update-contributors": "^1.22.0", | ||
"assert-helpers": "^8.4.0", | ||
"eslint": "^8.52.0", | ||
"eslint-config-bevry": "^3.28.0", | ||
"@bevry/update-contributors": "^1.23.0", | ||
"assert-helpers": "^11.2.0", | ||
"eslint": "^8.53.0", | ||
"eslint-config-bevry": "^3.29.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-prettier": "^5.0.1", | ||
"kava": "^5.17.0", | ||
"prettier": "^3.0.3", | ||
"kava": "^7.1.0", | ||
"prettier": "^3.1.0", | ||
"projectz": "^2.23.0", | ||
"valid-directory": "^4.0.0" | ||
"valid-directory": "^4.1.0" | ||
}, | ||
"scripts": { | ||
"our:clean": "rm -Rf ./docs ./edition* ./es2015 ./es5 ./out ./.next", | ||
"our:clean": "rm -rf ./docs ./edition* ./es2015 ./es5 ./out ./.next", | ||
"our:compile": "printf '%s\n' 'no need for this project'", | ||
@@ -139,4 +139,5 @@ "our:deploy": "printf '%s\n' 'no need for this project'", | ||
"semi": false, | ||
"singleQuote": true | ||
"singleQuote": true, | ||
"trailingComma": "es5" | ||
} | ||
} |
@@ -70,3 +70,3 @@ <!-- TITLE/ --> | ||
<ul><li><code>readdir-cluster</code> aliases <code>readdir-cluster/source/index.js</code></li> | ||
<li><code>readdir-cluster/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 || 16 || 18 || 20 || 21 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>readdir-cluster/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> 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with <a href="https://nodejs.org/dist/latest-v5.x/docs/api/modules.html" title="Node/CJS Modules">Require</a> for modules</li></ul> | ||
@@ -73,0 +73,0 @@ <!-- /INSTALL --> |
@@ -69,3 +69,3 @@ 'use strict' | ||
}) | ||
}), | ||
}) | ||
) | ||
@@ -72,0 +72,0 @@ .then(resolve) |
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
26275