fepper-utils
Advanced tools
Comparing version 1.4.2 to 1.4.3
@@ -428,2 +428,3 @@ 'use strict'; | ||
* @see https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle | ||
* @see https://github.com/e2tha-e/js-shuffle-algorithms | ||
* | ||
@@ -430,0 +431,0 @@ * @param {array} a - Array to be shuffled. |
{ | ||
"name": "fepper-utils", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "Fepper utilities", | ||
@@ -44,4 +44,8 @@ "main": "index.js", | ||
"dependencies": { | ||
"fs-extra": "^8.1.0", | ||
"js-beautify": "1.13.0", | ||
"rcloader": "^0.2.2" | ||
"js-yaml": "^3.13.1", | ||
"json5": "0.5.1", | ||
"rcloader": "^0.2.2", | ||
"slash": "^3.0.0" | ||
}, | ||
@@ -51,9 +55,5 @@ "devDependencies": { | ||
"eslint": "7.x", | ||
"fs-extra": "^8.1.0", | ||
"husky": "4.x", | ||
"js-yaml": "^3.13.1", | ||
"jsdoc-to-markdown": "^5.0.1", | ||
"json5": "0.5.1", | ||
"slash": "^3.0.0" | ||
"jsdoc-to-markdown": "^5.0.1" | ||
} | ||
} |
@@ -166,2 +166,3 @@ # Fepper Utilities | ||
- https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle | ||
- https://github.com/e2tha-e/js-shuffle-algorithms | ||
@@ -168,0 +169,0 @@ |
43145
4
712
354
6
+ Addedfs-extra@^8.1.0
+ Addedjs-yaml@^3.13.1
+ Addedjson5@0.5.1
+ Addedslash@^3.0.0
+ Addedargparse@1.0.10(transitive)
+ Addedesprima@4.0.1(transitive)
+ Addedfs-extra@8.1.0(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedjs-yaml@3.14.1(transitive)
+ Addedjson5@0.5.1(transitive)
+ Addedjsonfile@4.0.0(transitive)
+ Addedslash@3.0.0(transitive)
+ Addedsprintf-js@1.0.3(transitive)
+ Addeduniversalify@0.1.2(transitive)