Skip to content

Commit 88a8eda

Browse files
committed
Add istanbul as dev dependency
Closes #239
1 parent f488a83 commit 88a8eda

File tree

2 files changed

+11
-118
lines changed

2 files changed

+11
-118
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"express-winston": "2.1.2",
5151
"helmet": "3.1.0",
5252
"http-status": "^0.2.0",
53-
"istanbul": "v1.1.0-alpha.1",
5453
"joi": "10.0.6",
5554
"jsonwebtoken": "7.1.9",
5655
"method-override": "^2.3.5",
@@ -83,6 +82,7 @@
8382
"gulp-sourcemaps": "^1.6.0",
8483
"gulp-util": "^3.0.7",
8584
"isparta": "4.0.0",
85+
"istanbul": "0.4.5",
8686
"mocha": "3.2.0",
8787
"run-sequence": "^1.1.5",
8888
"supertest": "2.0.1",

yarn.lock

Lines changed: 10 additions & 117 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@ anymatch@^1.3.0:
7373
arrify "^1.0.0"
7474
micromatch "^2.1.5"
7575

76-
append-transform@^0.4.0:
77-
version "0.4.0"
78-
resolved "https://registry.yarnpkg.com/append-transform/-/append-transform-0.4.0.tgz#d76ebf8ca94d276e247a36bad44a4b74ab611991"
79-
dependencies:
80-
default-require-extensions "^1.0.0"
81-
8276
aproba@^1.0.3:
8377
version "1.0.4"
8478
resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.0.4.tgz#2713680775e7614c8ba186c065d4e2e52d1072c0"
@@ -156,11 +150,11 @@ async-each@^1.0.0:
156150
version "1.0.1"
157151
resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388aedbcc56d33602d"
158152

159-
[email protected], async@^1.4.0, async@^1.4.2, async@^1.5.0, async@^1.5.2:
153+
[email protected], async@^1.4.0, async@^1.5.0, async@^1.5.2:
160154
version "1.5.2"
161155
resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f9672a"
162156

163-
[email protected], async@^2.1.4:
157+
164158
version "2.1.4"
165159
resolved "https://registry.yarnpkg.com/async/-/async-2.1.4.tgz#2d2160c7788032e4dd6cbe2502f1f9a2c8f6cde4"
166160
dependencies:
@@ -784,7 +778,7 @@ babel-types@^6.18.0, babel-types@^6.19.0, babel-types@^6.22.0:
784778
lodash "^4.2.0"
785779
to-fast-properties "^1.0.1"
786780

787-
babylon@^6.11.0, babylon@^6.13.0, babylon@^6.15.0:
781+
babylon@^6.11.0, babylon@^6.15.0:
788782
version "6.15.0"
789783
resolved "https://registry.yarnpkg.com/babylon/-/babylon-6.15.0.tgz#ba65cfa1a80e1759b0e89fb562e27dccae70348e"
790784

@@ -1314,12 +1308,6 @@ deep-is@~0.1.3:
13141308
version "0.1.3"
13151309
resolved "https://registry.yarnpkg.com/deep-is/-/deep-is-0.1.3.tgz#b369d6fb5dbc13eecf524f91b070feedc357cf34"
13161310

1317-
default-require-extensions@^1.0.0:
1318-
version "1.0.0"
1319-
resolved "https://registry.yarnpkg.com/default-require-extensions/-/default-require-extensions-1.0.0.tgz#f37ea15d3e13ffd9b437d33e1a75b5fb97874cb8"
1320-
dependencies:
1321-
strip-bom "^2.0.0"
1322-
13231311
defaults@^1.0.0:
13241312
version "1.0.3"
13251313
resolved "https://registry.yarnpkg.com/defaults/-/defaults-1.0.3.tgz#c656051e9817d9ff08ed881477f3fe4019f3ef7d"
@@ -1822,13 +1810,6 @@ filename-regex@^2.0.0:
18221810
version "2.0.0"
18231811
resolved "https://registry.yarnpkg.com/filename-regex/-/filename-regex-2.0.0.tgz#996e3e80479b98b9897f15a8a58b3d084e926775"
18241812

1825-
fileset@^2.0.2:
1826-
version "2.0.3"
1827-
resolved "https://registry.yarnpkg.com/fileset/-/fileset-2.0.3.tgz#8e7548a96d3cc2327ee5e674168723a333bba2a0"
1828-
dependencies:
1829-
glob "^7.0.3"
1830-
minimatch "^3.0.3"
1831-
18321813
fill-range@^2.1.0:
18331814
version "2.2.3"
18341815
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-2.2.3.tgz#50b77dfd7e469bc7492470963699fe7a8485a723"
@@ -2357,7 +2338,7 @@ gulplog@^1.0.0:
23572338
dependencies:
23582339
glogg "^1.0.0"
23592340

2360-
handlebars@^4.0.1, handlebars@^4.0.3:
2341+
handlebars@^4.0.1:
23612342
version "4.0.6"
23622343
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.6.tgz#2ce4484850537f9c97a8026d5399b935c4ed4ed7"
23632344
dependencies:
@@ -2785,71 +2766,7 @@ [email protected], isstream@~0.1.2:
27852766
version "0.1.2"
27862767
resolved "https://registry.yarnpkg.com/isstream/-/isstream-0.1.2.tgz#47e63f7af55afa6f92e1500e690eb8b8529c099a"
27872768

2788-
istanbul-api@^1.1.0-alpha:
2789-
version "1.1.1"
2790-
resolved "https://registry.yarnpkg.com/istanbul-api/-/istanbul-api-1.1.1.tgz#d36e2f1560d1a43ce304c4ff7338182de61c8f73"
2791-
dependencies:
2792-
async "^2.1.4"
2793-
fileset "^2.0.2"
2794-
istanbul-lib-coverage "^1.0.0"
2795-
istanbul-lib-hook "^1.0.0"
2796-
istanbul-lib-instrument "^1.3.0"
2797-
istanbul-lib-report "^1.0.0-alpha.3"
2798-
istanbul-lib-source-maps "^1.1.0"
2799-
istanbul-reports "^1.0.0"
2800-
js-yaml "^3.7.0"
2801-
mkdirp "^0.5.1"
2802-
once "^1.4.0"
2803-
2804-
istanbul-lib-coverage@^1.0.0, istanbul-lib-coverage@^1.0.0-alpha, istanbul-lib-coverage@^1.0.0-alpha.0:
2805-
version "1.0.1"
2806-
resolved "https://registry.yarnpkg.com/istanbul-lib-coverage/-/istanbul-lib-coverage-1.0.1.tgz#f263efb519c051c5f1f3343034fc40e7b43ff212"
2807-
2808-
istanbul-lib-hook@^1.0.0:
2809-
version "1.0.0"
2810-
resolved "https://registry.yarnpkg.com/istanbul-lib-hook/-/istanbul-lib-hook-1.0.0.tgz#fc5367ee27f59268e8f060b0c7aaf051d9c425c5"
2811-
dependencies:
2812-
append-transform "^0.4.0"
2813-
2814-
istanbul-lib-instrument@^1.3.0:
2815-
version "1.4.2"
2816-
resolved "https://registry.yarnpkg.com/istanbul-lib-instrument/-/istanbul-lib-instrument-1.4.2.tgz#0e2fdfac93c1dabf2e31578637dc78a19089f43e"
2817-
dependencies:
2818-
babel-generator "^6.18.0"
2819-
babel-template "^6.16.0"
2820-
babel-traverse "^6.18.0"
2821-
babel-types "^6.18.0"
2822-
babylon "^6.13.0"
2823-
istanbul-lib-coverage "^1.0.0"
2824-
semver "^5.3.0"
2825-
2826-
istanbul-lib-report@^1.0.0-alpha.3:
2827-
version "1.0.0-alpha.3"
2828-
resolved "https://registry.yarnpkg.com/istanbul-lib-report/-/istanbul-lib-report-1.0.0-alpha.3.tgz#32d5f6ec7f33ca3a602209e278b2e6ff143498af"
2829-
dependencies:
2830-
async "^1.4.2"
2831-
istanbul-lib-coverage "^1.0.0-alpha"
2832-
mkdirp "^0.5.1"
2833-
path-parse "^1.0.5"
2834-
rimraf "^2.4.3"
2835-
supports-color "^3.1.2"
2836-
2837-
istanbul-lib-source-maps@^1.1.0:
2838-
version "1.1.0"
2839-
resolved "https://registry.yarnpkg.com/istanbul-lib-source-maps/-/istanbul-lib-source-maps-1.1.0.tgz#9d429218f35b823560ea300a96ff0c3bbdab785f"
2840-
dependencies:
2841-
istanbul-lib-coverage "^1.0.0-alpha.0"
2842-
mkdirp "^0.5.1"
2843-
rimraf "^2.4.4"
2844-
source-map "^0.5.3"
2845-
2846-
istanbul-reports@^1.0.0:
2847-
version "1.0.1"
2848-
resolved "https://registry.yarnpkg.com/istanbul-reports/-/istanbul-reports-1.0.1.tgz#9a17176bc4a6cbebdae52b2f15961d52fa623fbc"
2849-
dependencies:
2850-
handlebars "^4.0.3"
2851-
2852-
istanbul@^0.4.0:
2769+
istanbul@^0.4.0, istanbul@^0.4.5:
28532770
version "0.4.5"
28542771
resolved "https://registry.yarnpkg.com/istanbul/-/istanbul-0.4.5.tgz#65c7d73d4c4da84d4f3ac310b918fb0b8033733b"
28552772
dependencies:
@@ -2868,19 +2785,6 @@ istanbul@^0.4.0:
28682785
which "^1.1.1"
28692786
wordwrap "^1.0.0"
28702787

2871-
2872-
version "1.1.0-alpha.1"
2873-
resolved "https://registry.yarnpkg.com/istanbul/-/istanbul-1.1.0-alpha.1.tgz#781795656018a2174c5f60f367ee5d361cb57b77"
2874-
dependencies:
2875-
abbrev "1.0.x"
2876-
async "1.x"
2877-
istanbul-api "^1.1.0-alpha"
2878-
js-yaml "3.x"
2879-
mkdirp "0.5.x"
2880-
nopt "3.x"
2881-
which "^1.1.1"
2882-
wordwrap "^1.0.0"
2883-
28842788
28852789
version "2.1.1"
28862790
resolved "https://registry.yarnpkg.com/items/-/items-2.1.1.tgz#8bd16d9c83b19529de5aea321acaada78364a198"
@@ -2920,13 +2824,6 @@ [email protected], [email protected], js-yaml@^3.5.1:
29202824
argparse "^1.0.7"
29212825
esprima "^2.6.0"
29222826

2923-
js-yaml@^3.7.0:
2924-
version "3.7.0"
2925-
resolved "https://registry.yarnpkg.com/js-yaml/-/js-yaml-3.7.0.tgz#5c967ddd837a9bfdca5f2de84253abe8a1c03b80"
2926-
dependencies:
2927-
argparse "^1.0.7"
2928-
esprima "^2.6.0"
2929-
29302827
jsbn@~0.1.0:
29312828
version "0.1.0"
29322829
resolved "https://registry.yarnpkg.com/jsbn/-/jsbn-0.1.0.tgz#650987da0dd74f4ebf5a11377a2aa2d273e97dfd"
@@ -3663,7 +3560,7 @@ on-headers@~1.0.1:
36633560
version "1.0.1"
36643561
resolved "https://registry.yarnpkg.com/on-headers/-/on-headers-1.0.1.tgz#928f5d0f470d49342651ea6794b0857c100693f7"
36653562

3666-
[email protected], once@^1.3.0, once@^1.4.0:
3563+
[email protected], once@^1.3.0:
36673564
version "1.4.0"
36683565
resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1"
36693566
dependencies:
@@ -3801,10 +3698,6 @@ path-key@^1.0.0:
38013698
version "1.0.0"
38023699
resolved "https://registry.yarnpkg.com/path-key/-/path-key-1.0.0.tgz#5d53d578019646c0d68800db4e146e6bdc2ac7af"
38033700

3804-
path-parse@^1.0.5:
3805-
version "1.0.5"
3806-
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
3807-
38083701
path-root-regex@^0.1.0:
38093702
version "0.1.2"
38103703
resolved "https://registry.yarnpkg.com/path-root-regex/-/path-root-regex-0.1.2.tgz#bfccdc8df5b12dc52c8b43ec38d18d72c04ba96d"
@@ -4215,7 +4108,7 @@ right-pad@^1.0.1:
42154108
version "1.0.1"
42164109
resolved "https://registry.yarnpkg.com/right-pad/-/right-pad-1.0.1.tgz#8ca08c2cbb5b55e74dafa96bf7fd1a27d568c8d0"
42174110

4218-
rimraf@2, rimraf@^2.2.8, rimraf@^2.4.3, rimraf@^2.4.4, rimraf@~2.5.1, rimraf@~2.5.4:
4111+
rimraf@2, rimraf@^2.2.8, rimraf@~2.5.1, rimraf@~2.5.4:
42194112
version "2.5.4"
42204113
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.5.4.tgz#96800093cbf1a0c86bd95b4625467535c29dfa04"
42214114
dependencies:
@@ -4266,7 +4159,7 @@ semver@^4.1.0:
42664159
version "4.3.6"
42674160
resolved "https://registry.yarnpkg.com/semver/-/semver-4.3.6.tgz#300bc6e0e86374f7ba61068b5b1ecd57fc6532da"
42684161

4269-
semver@^5.0.3, semver@^5.1.0, semver@^5.3.0, semver@~5.3.0:
4162+
semver@^5.0.3, semver@^5.1.0, semver@~5.3.0:
42704163
version "5.3.0"
42714164
resolved "https://registry.yarnpkg.com/semver/-/semver-5.3.0.tgz#9b2ce5d3de02d17c6012ad326aa6b4d0cf54f94f"
42724165

@@ -4501,7 +4394,7 @@ strip-ansi@~0.1.0:
45014394
version "0.1.1"
45024395
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-0.1.1.tgz#39e8a98d044d150660abe4a6808acf70bb7bc991"
45034396

4504-
[email protected], strip-bom@^2.0.0:
4397+
45054398
version "2.0.0"
45064399
resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-2.0.0.tgz#6219a85616520491f35788bdbf1447a99c7e6b0e"
45074400
dependencies:
@@ -4559,7 +4452,7 @@ [email protected]:
45594452
methods "1.x"
45604453
superagent "^2.0.0"
45614454

4562-
[email protected], supports-color@^3.1.0, supports-color@^3.1.2:
4455+
[email protected], supports-color@^3.1.0:
45634456
version "3.1.2"
45644457
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.1.2.tgz#72a262894d9d408b956ca05ff37b2ed8a6e2a2d5"
45654458
dependencies:

0 commit comments

Comments
 (0)