refactor(Cypress): add nodemodules

This commit is contained in:
2021-09-02 17:18:41 +02:00
parent 1aa57bbd0a
commit bc6e1bc12e
4238 changed files with 340975 additions and 8 deletions

45
node_modules/knuth-shuffle-seeded/CHANGELOG.md generated vendored Normal file
View File

@@ -0,0 +1,45 @@
# Changelog
## 1.0.6: 2015-01-30
+ Regression tests using Mocha.
+ Travis CI support.
+ Codecov.io code coverage tracking support.
+ Add a proper CHANGELOG.md.
* Move shuffle.js to browser.js.
## 1.0.5: 2015-01-22
* Use `^` in `package.json` for support for old `npm`.
## 1.0.4: 2015-01-22
* Remove hard dependency on `node >= 0.10.0`.
## 1.0.3: 2015-01-22
* Move example.html to index.html for GitHub Pages.
* Check if seed is undefined or null rather than checking the number of
arguments.
## 1.0.2: 2015-01-19
* Fix order of operation.
* Support falsy `seed` values.
## 1.0.1: 2015-01-19
* Depend on `node >= 0.10.0`.
* Various fixes in `package.json`.
## 1.0.0: 2015-01-19
+ Proper README.
+ Example for using this module in the browser.
* Various fixes in `package.json`.
* Better error reporting on input not being an Array.
* JSDoc documentation.
## 0.0.0: 2015-01-19
+ Initial release.