===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-vue-resource-1.5.1+dfsg/docs/http.md-2-
node-vue-resource-1.5.1+dfsg/docs/http.md:3:The http service can be used globally `Vue.http` or in a Vue instance `this.$http`.
node-vue-resource-1.5.1+dfsg/docs/http.md-4-
##############################################
node-vue-resource-1.5.1+dfsg/docs/http.md-6-
node-vue-resource-1.5.1+dfsg/docs/http.md:7:A Vue instance provides the `this.$http` service which can send HTTP requests. A request method call returns a [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) that resolves to the response. Also the Vue instance will be automatically bound to `this` in all function callbacks.
node-vue-resource-1.5.1+dfsg/docs/http.md-8-
##############################################
node-vue-resource-1.5.1+dfsg/docs/http.md-133-
node-vue-resource-1.5.1+dfsg/docs/http.md:134:Interceptors can be defined globally and are used for pre- and postprocessing of a request. If a request is sent using `this.$http` or `this.$resource` the current Vue instance is available as `this` in a interceptor callback.
node-vue-resource-1.5.1+dfsg/docs/http.md-135-
##############################################
node-vue-resource-1.5.1+dfsg/docs/resource.md-2-
node-vue-resource-1.5.1+dfsg/docs/resource.md:3:The resource service can be used globally `Vue.resource` or in a Vue instance `this.$resource`.
node-vue-resource-1.5.1+dfsg/docs/resource.md-4-
##############################################
node-vue-resource-1.5.1+dfsg/src/http/client/index.js-47-            } else {
node-vue-resource-1.5.1+dfsg/src/http/client/index.js:48:                warn(`Invalid interceptor of type ${typeof handler}, must be a function`);
node-vue-resource-1.5.1+dfsg/src/http/client/index.js-49-            }
##############################################
node-vue-resource-1.5.1+dfsg/src/util.js-45-
node-vue-resource-1.5.1+dfsg/src/util.js:46:    return str.replace(new RegExp(`[${chars}]+$`), '');
node-vue-resource-1.5.1+dfsg/src/util.js-47-}
##############################################
node-vue-resource-1.5.1+dfsg/test/http.js-128-
node-vue-resource-1.5.1+dfsg/test/http.js:129:                this.$http.get(`data/valid.json?${random}`, {timeout: 1}).then(res => {
node-vue-resource-1.5.1+dfsg/test/http.js-130-
##############################################
node-vue-resource-1.5.1+dfsg/test/http.js-155-
node-vue-resource-1.5.1+dfsg/test/http.js:156:                this.$http.get(`data/valid.json?${random}`, {
node-vue-resource-1.5.1+dfsg/test/http.js-157-