===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-sinon-9.2.0+ds+~cs54.23.21/scripts/copy-documentation-for-new-release.sh-34-
node-sinon-9.2.0+ds+~cs54.23.21/scripts/copy-documentation-for-new-release.sh:35:    # replace `release_id: master` with `release_id: $RELEASE_VERSION` in
node-sinon-9.2.0+ds+~cs54.23.21/scripts/copy-documentation-for-new-release.sh-36-    # $FILE_PATH
##############################################
node-sinon-9.2.0+ds+~cs54.23.21/test/es2015/check-esm-bundle-is-runnable.js-29-// start server where our built sinon esm bundle resides
node-sinon-9.2.0+ds+~cs54.23.21/test/es2015/check-esm-bundle-is-runnable.js:30:process.chdir(`${__dirname}/../../pkg/`);
node-sinon-9.2.0+ds+~cs54.23.21/test/es2015/check-esm-bundle-is-runnable.js-31-const sinonModule = fs.readFileSync("./sinon-esm.js");
##############################################
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsformatio/docs/index.md-191-
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsformatio/docs/index.md:192:### `excludeConstructors (["Object", /^.$/])`
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsformatio/docs/index.md-193-
##############################################
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee/docs/index.md-1655-overwrite are listed with each assertion. You can use the same keys for
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee/docs/index.md:1656:string interpolation (e.g. `${actual}`, `${expected}`). equals:
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee/docs/index.md-1657-
##############################################
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee/docs/index.md-2058-
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee/docs/index.md:2059:Arguments are available in assertion failure messages using the `"${n}"` switches, where `n` is a number. You can also use named variables by setting properties on `this` in the assertion/refutation function:
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee/docs/index.md-2060-
##############################################
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-85-<dl>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:86:    <dt>`${0}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-87-    <dd>The spy</dd>
##############################################
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-95-<dl>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:96:    <dt>`${0}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-97-    <dd>The spy</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:98:    <dt>`${1}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-99-    <dd>The number of calls as a string. Ex: “two times”</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:100:    <dt>`${2}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-101-    <dd>All calls formatted as a multi-line string</dd>
##############################################
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-130-<dl>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:131:    <dt>`${spyObj}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-132-    <dd>The spy</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:133:    <dt>`${expectedTimes}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-134-    <dd>The expected number of calls</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:135:    <dt>`${actualTimes}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-136-    <dd>The actual number of calls</dd>
##############################################
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-168-<dl>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:169:    <dt>`${expected}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-170-    <dd>A string representation of the expected call order</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:171:    <dt>`${actual}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-172-    <dd>A string representation of the actual call order</dd>
##############################################
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-203-<dl>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:204:    <dt>`${0}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-205-    <dd>The spy</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:206:    <dt>`${1}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-207-    <dd>The number of calls, as a string. Ex: “two times”</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:208:    <dt>`${2}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-209-    <dd>The call log. All calls as a string. Each line is one call and includes passed arguments, returned value and more</dd>
##############################################
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-242-<dl>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:243:    <dt>`${0}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-244-    <dd>The spy</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:245:    <dt>`${1}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-246-    <dd>The number of calls, as a string. Ex: “two times”</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:247:    <dt>`${2}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-248-    <dd>The call log. All calls as a string. Each line is one call and includes passed arguments, returned value and more</dd>
##############################################
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-284-<dl>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:285:    <dt>`${0}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-286-    <dd>The spy</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:287:    <dt>`${1}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-288-    <dd>The number of calls, as a string. Ex: “two times”</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:289:    <dt>`${2}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-290-    <dd>The call log. All calls as a string. Each line is one call and includes passed arguments, returned value and more</dd>
##############################################
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-322-<dl>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:323:    <dt>`${0}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-324-    <dd>The spy</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:325:    <dt>`${1}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-326-    <dd>The object obj which is expected to have been this at least once</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:327:    <dt>`${2}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-328-    <dd>List of objects which actually have been `this`</dd>
##############################################
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-364-<dl>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:365:    <dt>`${0}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-366-    <dd>The spy</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:367:    <dt>`${1}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-368-    <dd>The object obj which is expected always to have been `this`</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:369:    <dt>`${2}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-370-    <dd>List of objects which actually have been `this`</dd>
##############################################
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-402-<dl>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:403:    <dt>`${0}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-404-    <dd>The spy</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:405:    <dt>`${1}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-406-    <dd>The expected arguments</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:407:    <dt>`${2}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-408-    <dd>String representation of all calls</dd>
##############################################
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-438-<dl>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:439:    <dt>`${spyObj}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-440-    <dd>The spy</dd>
##############################################
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-470-<dl>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:471:    <dt>`${0}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-472-    <dd>The spy</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:473:    <dt>`${1}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-474-    <dd>The expected arguments</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:475:    <dt>`${2}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-476-    <dd>String representation of all calls</dd>
##############################################
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-506-<dl>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:507:    <dt>`${spyObj}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-508-    <dd>The spy</dd>
##############################################
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-539-<dl>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:540:    <dt>`${0}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-541-    <dd>The spy</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:542:    <dt>`${1}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-543-    <dd>The expected arguments</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:544:    <dt>`${2}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-545-    <dd>String representation of all calls</dd>
##############################################
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-575-<dl>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:576:    <dt>`${0}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-577-    <dd>The spy</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:578:    <dt>`${1}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-579-    <dd>The expected arguments</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:580:    <dt>`${2}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-581-    <dd>String representation of all calls</dd>
##############################################
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-612-<dl>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:613:    <dt>`${0}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-614-    <dd>The spy</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:615:    <dt>`${1}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-616-    <dd>The expected arguments</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:617:    <dt>`${2}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-618-    <dd>String representation of all calls</dd>
##############################################
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-664-<dl>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:665:    <dt>`${0}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-666-    <dd>The spy</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:667:    <dt>`${1}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-668-    <dd>The expected exception</dd>
##############################################
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-712-<dl>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:713:    <dt>`${0}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-714-    <dd>The spy</dd>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md:715:    <dt>`${1}`:</dt>
node-sinon-9.2.0+ds+~cs54.23.21/sinonjsreferee-sinon/docs/index.md-716-    <dd>The expected exception</dd>