===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-d3-scale-2.2.2/README.md-362-
node-d3-scale-2.2.2/README.md:363:Like [*continuous*.tickFormat](#continuous_tickFormat), but customized for a log scale. The specified *count* typically has the same value as the count that is used to generate the [tick values](#continuous_ticks). If there are too many ticks, the formatter may return the empty string for some of the tick labels; however, note that the ticks are still shown. To disable filtering, specify a *count* of Infinity. When specifying a count, you may also provide a format *specifier* or format function. For example, to get a tick formatter that will display 20 ticks of a currency, say `log.tickFormat(20, "$,f")`. If the specifier does not have a defined precision, the precision will be set automatically by the scale, returning the appropriate format. This provides a convenient way of specifying a format whose precision will be automatically set by the scale.
node-d3-scale-2.2.2/README.md-364-
##############################################
node-d3-scale-2.2.2/debian/patches/remove-unsupported-syntax.patch-19--      ...config.output,
node-d3-scale-2.2.2/debian/patches/remove-unsupported-syntax.patch:20:-      file: `dist/${meta.name}.min.js`
node-d3-scale-2.2.2/debian/patches/remove-unsupported-syntax.patch-21--    },
##############################################
node-d3-scale-2.2.2/debian/patches/reproducible_build.diff-10-     extend: true,
node-d3-scale-2.2.2/debian/patches/reproducible_build.diff:11:-    banner: `// ${meta.homepage} v${meta.version} Copyright ${(new Date).getFullYear()} ${meta.author.name}`,
node-d3-scale-2.2.2/debian/patches/reproducible_build.diff:12:+    banner: `// ${meta.homepage} v${meta.version} Copyright ${(new Date(process.env.SOURCE_DATE_EPOCH ? (process.env.SOURCE_DATE_EPOCH * 1000) : new Date().getTime())).getFullYear()} ${meta.author.name}`,
node-d3-scale-2.2.2/debian/patches/reproducible_build.diff-13-     globals: Object.assign({}, ...Object.keys(meta.dependencies || {}).filter(key => /^d3-/.test(key)).map(key => ({[key]: "d3"})))
##############################################
node-d3-scale-2.2.2/.pc/remove-unsupported-syntax.patch/rollup.config.js-7-  output: {
node-d3-scale-2.2.2/.pc/remove-unsupported-syntax.patch/rollup.config.js:8:    file: `dist/${meta.name}.js`,
node-d3-scale-2.2.2/.pc/remove-unsupported-syntax.patch/rollup.config.js-9-    name: "d3",
##############################################
node-d3-scale-2.2.2/.pc/remove-unsupported-syntax.patch/rollup.config.js-12-    extend: true,
node-d3-scale-2.2.2/.pc/remove-unsupported-syntax.patch/rollup.config.js:13:    banner: `// ${meta.homepage} v${meta.version} Copyright ${(new Date).getFullYear()} ${meta.author.name}`,
node-d3-scale-2.2.2/.pc/remove-unsupported-syntax.patch/rollup.config.js-14-    globals: Object.assign({}, ...Object.keys(meta.dependencies || {}).filter(key => /^d3-/.test(key)).map(key => ({[key]: "d3"})))
##############################################
node-d3-scale-2.2.2/.pc/remove-unsupported-syntax.patch/rollup.config.js-24-      ...config.output,
node-d3-scale-2.2.2/.pc/remove-unsupported-syntax.patch/rollup.config.js:25:      file: `dist/${meta.name}.min.js`
node-d3-scale-2.2.2/.pc/remove-unsupported-syntax.patch/rollup.config.js-26-    },
##############################################
node-d3-scale-2.2.2/.pc/reproducible_build.diff/rollup.config.js-6-  output: {
node-d3-scale-2.2.2/.pc/reproducible_build.diff/rollup.config.js:7:    file: `dist/${meta.name}.js`,
node-d3-scale-2.2.2/.pc/reproducible_build.diff/rollup.config.js-8-    name: "d3",
##############################################
node-d3-scale-2.2.2/.pc/reproducible_build.diff/rollup.config.js-11-    extend: true,
node-d3-scale-2.2.2/.pc/reproducible_build.diff/rollup.config.js:12:    banner: `// ${meta.homepage} v${meta.version} Copyright ${(new Date).getFullYear()} ${meta.author.name}`,
node-d3-scale-2.2.2/.pc/reproducible_build.diff/rollup.config.js-13-    globals: Object.assign({}, ...Object.keys(meta.dependencies || {}).filter(key => /^d3-/.test(key)).map(key => ({[key]: "d3"})))
##############################################
node-d3-scale-2.2.2/rollup.config.js-6-  output: {
node-d3-scale-2.2.2/rollup.config.js:7:    file: `dist/${meta.name}.js`,
node-d3-scale-2.2.2/rollup.config.js-8-    name: "d3",
##############################################
node-d3-scale-2.2.2/rollup.config.js-11-    extend: true,
node-d3-scale-2.2.2/rollup.config.js:12:    banner: `// ${meta.homepage} v${meta.version} Copyright ${(new Date(process.env.SOURCE_DATE_EPOCH ? (process.env.SOURCE_DATE_EPOCH * 1000) : new Date().getTime())).getFullYear()} ${meta.author.name}`,
node-d3-scale-2.2.2/rollup.config.js-13-    globals: Object.assign({}, ...Object.keys(meta.dependencies || {}).filter(key => /^d3-/.test(key)).map(key => ({[key]: "d3"})))