27. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 10/24/2017 6:38:26 AM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

27.1 Files compared

# Location File Last Modified
1 CHAMP_VA1.zip\CHAMP_VA1\node_modules\gulp-nodemon\node_modules\nodemon\doc\cli help.txt Mon Oct 16 21:06:50 2017 UTC
2 CHAMP_VA1.zip\CHAMP_VA1\node_modules\gulp-nodemon\node_modules\nodemon\doc\cli help.txt Mon Oct 23 19:29:04 2017 UTC

27.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 80
Changed 1 2
Inserted 0 0
Removed 0 0

27.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

27.4 Active regular expressions

No regular expressions were active.

27.5 Comparison detail

  1     Usage: n odemon [op tions] [sc ript.js] [ args]
  2  
  3     Options:
  4  
  5     --config  file .... ........ a lternate n odemon.jso n config f ile to use
  6     -e, --ex t ........ ........ e xtensions  to look fo r, ie. js, jade,hbs.
  7     -x, --ex ec app ... ........ e xecute scr ipt with " app", ie.  -x "python  -v".
  8     -w, --wa tch dir... ........ w atch direc tory "dir"  or files.  use once  for
  9                                  e ach direct ory or fil e to watch .
  10     -i, --ig nore ..... ........ i gnore spec ific files  or direct ories.
  11     -q, --qu iet ...... ........ m inimise no demon mess ages to st art/stop o nly.
  12     -V, --ve rbose .... ........ s how detail  on what i s causing  restarts.
  13     -I, --no -stdin ... ........ d on't try t o read fro m stdin.
  14     -C, --on -change-on ly ..... e xecute scr ipt on cha nge only,  not startu p
  15     --no-col ors ...... ........ d isable col or output
  16     -d, --de lay n .... ........ d ebounce re start for  "n" second s.
  17     --exitcr ash ...... ........ e xit on cra sh, allows  use of no demon with  daemon
  18                                  t ools like  forever.js .
  19     -v, --ve rsion .... ........ c urrent nod emon versi on.
  20     -h, --he lp ....... ........ y ou're look ing at it.
  21     --help < topic> ... ........ h elp on a s pecific fe ature. Try  "--help t opics".
  22     -- <your  args> ... ........ t o tell nod emon stop  slurping a rguments.
  23  
  24     Note: if  the scrip t is omitt ed, nodemo n will try  to read " main" from
  25     package. json and w ithout a n odemon.jso n, nodemon  will moni tor .js, . coffee,
  26     and .lit coffee by  default.
  27  
  28     To learn  more abou t nodemon. json confi g: nodemon  --help co nfig
  29     See also  the sampl e: https:/ /github.co m/remy/nod emon/wiki/ Sample-nod emon.json
  30  
  31     Examples :
  32  
  33     $ nodemo n server.j s
  34     $ nodemo n --config  my/custom /nodemon.j son server .js
  35     $ nodemo n -w ../fo o server.j s apparg1  apparg2
  36       $ PORT= PORT  nodemon - -debug-brk  server.js
  37     $ nodemo n --exec p ython app. py
  38     $ nodemo n --exec " make build " -e "styl  hbs"
  39     $ nodemo n app.js - - -v
  40  
  41     For more  details s ee http:// github.com /remy/node mon/