File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44[ ![ Coverage Status] ( https://coveralls.io/repos/bcoe/nyc/badge.svg?branch= )] ( https://coveralls.io/r/bcoe/nyc?branch= )
55[ ![ NPM version] ( https://img.shields.io/npm/v/nyc.svg )] ( https://www.npmjs.com/package/nyc )
66[ ![ Windows Tests] ( https://img.shields.io/appveyor/ci/bcoe/nyc/master.svg?label=Windows%20Tests )] ( https://ci.appveyor.com/project/bcoe/nyc )
7+ [ ![ Standard Version] ( https://img.shields.io/badge/standard-version-brightgreen.svg )] ( https://github.com/conventional-changelog/standard-version )
78
89a code coverage tool built on [ istanbul] ( https://www.npmjs.com/package/istanbul )
910that works for applications that spawn subprocesses.
Original file line number Diff line number Diff line change 1313 "report" : " istanbul report --include=./.self_coverage/*.json lcov text" ,
1414 "cover" : " npm run clean && npm run build && npm run instrument && npm run run-tests && npm run report" ,
1515 "dev" : " npm run clean && npm run build && npm run run-tests" ,
16- "release " : " conventional-recommended-workflow "
16+ "version " : " standard-version "
1717 },
1818 "bin" : {
1919 "nyc" : " ./bin/nyc.js"
7575 "find-up" : " ^1.1.2" ,
7676 "foreground-child" : " ^1.4.0" ,
7777 "glob" : " ^7.0.3" ,
78- "istanbul" : " ^0.4.1" ,
78+ "istanbul" : " ^0.4.3" ,
79+ "lodash" : " ^4.9.0" ,
7980 "md5-hex" : " ^1.2.0" ,
8081 "micromatch" : " ^2.3.7" ,
8182 "mkdirp" : " ^0.5.0" ,
8485 "rimraf" : " ^2.5.0" ,
8586 "signal-exit" : " ^2.1.1" ,
8687 "source-map" : " ^0.5.3" ,
87- "spawn-wrap" : " ^1.2.0 " ,
88+ "spawn-wrap" : " ^1.2.1 " ,
8889 "strip-bom" : " ^2.0.0" ,
8990 "yargs" : " ^4.4.0"
9091 },
9192 "devDependencies" : {
9293 "any-path" : " ^1.3.0" ,
9394 "chai" : " ^3.0.0" ,
94- "conventional-recommended-workflow" : " ^1.0.0" ,
9595 "coveralls" : " ^2.11.4" ,
9696 "exists-sync" : " 0.0.3" ,
9797 "forking-tap" : " ^0.1.1" ,
104104 "source-map-support" : " ^0.4.0" ,
105105 "split-lines" : " ^1.0.0" ,
106106 "standard" : " ^6.0.8" ,
107- "tap" : " ^5.7.0" ,
107+ "standard-version" : " ^1.1.0" ,
108+ "tap" : " ^5.7.1" ,
108109 "zero-fill" : " ^2.2.3"
109110 },
110111 "repository" : {
134135 " strip-bom" ,
135136 " yargs"
136137 ]
137- }
138+ }
You can’t perform that action at this time.
0 commit comments