Creates an object with each of the query string parameters as keys, with their value as the value of the property.
npm install --save search-to-parameters
import parameters from 'search-to-parameters'
...
if(parameters.debugging==='yes') {
...
}