Skip to content

Commit 1fe540d

Browse files
committed
added lodash.includes
1 parent 856b6db commit 1fe540d

2 files changed

Lines changed: 38 additions & 36 deletions

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"check"
2929
],
3030
"dependencies": {
31-
"fs-extra": "^1.0.0"
31+
"fs-extra": "^1.0.0",
32+
"lodash.includes": "^4.3.0"
3233
},
3334
"devDependencies": {
3435
"chai": "^3.5.0",

yarn.lock

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
22
# yarn lockfile v1
3+
4+
35
abbrev@1, abbrev@1.0.x:
46
version "1.0.9"
57
resolved "https://registry.yarnpkg.com/abbrev/-/abbrev-1.0.9.tgz#91b4792588a7738c25f35dd6f63752a2f8776135"
@@ -46,7 +48,7 @@ assertion-error@^1.0.1:
4648
version "1.0.2"
4749
resolved "https://registry.yarnpkg.com/assertion-error/-/assertion-error-1.0.2.tgz#13ca515d86206da0bac66e834dd397d87581094c"
4850

49-
async@^1.4.0, async@1.x:
51+
async@1.x, async@^1.4.0:
5052
version "1.5.2"
5153
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
5254

@@ -146,7 +148,7 @@ combined-stream@^1.0.5, combined-stream@~1.0.5:
146148
dependencies:
147149
delayed-stream "~1.0.0"
148150

149-
commander@^2.9.0, commander@2.9.0:
151+
commander@2.9.0, commander@^2.9.0:
150152
version "2.9.0"
151153
resolved "https://registry.yarnpkg.com/commander/-/commander-2.9.0.tgz#9c99094176e12240cb22d6c5146098400fe0f7d4"
152154
dependencies:
@@ -216,7 +218,7 @@ ecc-jsbn@~0.1.1:
216218
dependencies:
217219
jsbn "~0.1.0"
218220

219-
escape-string-regexp@^1.0.2, escape-string-regexp@1.0.5:
221+
escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2:
220222
version "1.0.5"
221223
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
222224

@@ -231,7 +233,7 @@ escodegen@1.8.x:
231233
optionalDependencies:
232234
source-map "~0.2.0"
233235

234-
esprima@^2.6.0, esprima@^2.7.1, esprima@2.7.x:
236+
esprima@2.7.x, esprima@^2.6.0, esprima@^2.7.1:
235237
version "2.7.3"
236238
resolved "https://registry.yarnpkg.com/esprima/-/esprima-2.7.3.tgz#96e3b70d5779f6ad49cd032673d1c312767ba581"
237239

@@ -295,24 +297,24 @@ getpass@^0.1.1:
295297
dependencies:
296298
assert-plus "^1.0.0"
297299

298-
glob@^5.0.15:
299-
version "5.0.15"
300-
resolved "https://registry.yarnpkg.com/glob/-/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1"
300+
glob@7.0.5:
301+
version "7.0.5"
302+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.0.5.tgz#b4202a69099bbb4d292a7c1b95b6682b67ebdc95"
301303
dependencies:
304+
fs.realpath "^1.0.0"
302305
inflight "^1.0.4"
303306
inherits "2"
304-
minimatch "2 || 3"
307+
minimatch "^3.0.2"
305308
once "^1.3.0"
306309
path-is-absolute "^1.0.0"
307310

308-
glob@7.0.5:
309-
version "7.0.5"
310-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.0.5.tgz#b4202a69099bbb4d292a7c1b95b6682b67ebdc95"
311+
glob@^5.0.15:
312+
version "5.0.15"
313+
resolved "https://registry.yarnpkg.com/glob/-/glob-5.0.15.tgz#1bc936b9e02f4a603fcc222ecf7633d30b8b93b1"
311314
dependencies:
312-
fs.realpath "^1.0.0"
313315
inflight "^1.0.4"
314316
inherits "2"
315-
minimatch "^3.0.2"
317+
minimatch "2 || 3"
316318
once "^1.3.0"
317319
path-is-absolute "^1.0.0"
318320

@@ -385,7 +387,7 @@ inflight@^1.0.4:
385387
once "^1.3.0"
386388
wrappy "1"
387389

388-
inherits@~2.0.1, inherits@2:
390+
inherits@2, inherits@~2.0.1:
389391
version "2.0.3"
390392
resolved "https://registry.yarnpkg.com/inherits/-/inherits-2.0.3.tgz#633c2c83e3da42a502f52466022480f4208261de"
391393

@@ -546,6 +548,10 @@ lodash.create@3.1.1:
546548
lodash._basecreate "^3.0.0"
547549
lodash._isiterateecall "^3.0.0"
548550

551+
lodash.includes@^4.3.0:
552+
version "4.3.0"
553+
resolved "https://registry.yarnpkg.com/lodash.includes/-/lodash.includes-4.3.0.tgz#60bb98a87cb923c68ca1e51325483314849f553f"
554+
549555
lodash.isarguments@^3.0.0:
550556
version "3.1.0"
551557
resolved "https://registry.yarnpkg.com/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz#2f573d85c6a24289ff00663b491c1d338ff3458a"
@@ -580,17 +586,13 @@ mime-types@^2.1.11, mime-types@~2.1.7:
580586
dependencies:
581587
mime-db "~1.24.0"
582588

583-
minimatch@^3.0.2, "minimatch@2 || 3":
589+
"minimatch@2 || 3", minimatch@^3.0.2:
584590
version "3.0.3"
585591
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.3.tgz#2a4e4090b96b2db06a9d7df01055a62a77c9b774"
586592
dependencies:
587593
brace-expansion "^1.0.0"
588594

589-
minimist@~0.0.1:
590-
version "0.0.10"
591-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.10.tgz#de3f98543dbf96082be48ad1a0c7cda836301dcf"
592-
593-
minimist@0.0.8:
595+
minimist@0.0.8, minimist@~0.0.1:
594596
version "0.0.8"
595597
resolved "https://registry.yarnpkg.com/minimist/-/minimist-0.0.8.tgz#857fcabfc3397d2625b8228262e86aa7a011b05d"
596598

@@ -638,7 +640,7 @@ oauth-sign@~0.8.1:
638640
version "0.8.2"
639641
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43"
640642

641-
once@^1.3.0, once@1.x:
643+
once@1.x, once@^1.3.0:
642644
version "1.4.0"
643645
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
644646
dependencies:
@@ -798,16 +800,16 @@ strip-ansi@^3.0.0:
798800
dependencies:
799801
ansi-regex "^2.0.0"
800802

801-
supports-color@^2.0.0:
802-
version "2.0.0"
803-
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
804-
805-
supports-color@^3.1.0, supports-color@3.1.2:
803+
supports-color@3.1.2, supports-color@^3.1.0:
806804
version "3.1.2"
807805
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.1.2.tgz#72a262894d9d408b956ca05ff37b2ed8a6e2a2d5"
808806
dependencies:
809807
has-flag "^1.0.0"
810808

809+
supports-color@^2.0.0:
810+
version "2.0.0"
811+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7"
812+
811813
tough-cookie@~2.3.0:
812814
version "2.3.2"
813815
resolved "https://registry.yarnpkg.com/tough-cookie/-/tough-cookie-2.3.2.tgz#f081f76e4c85720e6c37a5faced737150d84072a"
@@ -828,14 +830,14 @@ type-check@~0.3.2:
828830
dependencies:
829831
prelude-ls "~1.1.2"
830832

831-
type-detect@^1.0.0:
832-
version "1.0.0"
833-
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-1.0.0.tgz#762217cc06db258ec48908a1298e8b95121e8ea2"
834-
835833
type-detect@0.1.1:
836834
version "0.1.1"
837835
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-0.1.1.tgz#0ba5ec2a885640e470ea4e8505971900dac58822"
838836

837+
type-detect@^1.0.0:
838+
version "1.0.0"
839+
resolved "https://registry.yarnpkg.com/type-detect/-/type-detect-1.0.0.tgz#762217cc06db258ec48908a1298e8b95121e8ea2"
840+
839841
uglify-js@^2.6:
840842
version "2.7.4"
841843
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-2.7.4.tgz#a295a0de12b6a650c031c40deb0dc40b14568bd2"
@@ -869,6 +871,10 @@ window-size@0.1.0:
869871
version "0.1.0"
870872
resolved "https://registry.yarnpkg.com/window-size/-/window-size-0.1.0.tgz#5438cd2ea93b202efa3a19fe8887aee7c94f9c9d"
871873

874+
wordwrap@0.0.2:
875+
version "0.0.2"
876+
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.2.tgz#b79669bb42ecb409f83d583cad52ca17eaa1643f"
877+
872878
wordwrap@^1.0.0, wordwrap@~1.0.0:
873879
version "1.0.0"
874880
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-1.0.0.tgz#27584810891456a4171c8d0226441ade90cbcaeb"
@@ -877,10 +883,6 @@ wordwrap@~0.0.2:
877883
version "0.0.3"
878884
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.3.tgz#a3d5da6cd5c0bc0008d37234bbaf1bed63059107"
879885

880-
wordwrap@0.0.2:
881-
version "0.0.2"
882-
resolved "https://registry.yarnpkg.com/wordwrap/-/wordwrap-0.0.2.tgz#b79669bb42ecb409f83d583cad52ca17eaa1643f"
883-
884886
wrappy@1:
885887
version "1.0.2"
886888
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
@@ -897,4 +899,3 @@ yargs@~3.10.0:
897899
cliui "^2.1.0"
898900
decamelize "^1.0.0"
899901
window-size "0.1.0"
900-

0 commit comments

Comments
 (0)