Current Path: > > lib > node_modules > npm > node_modules > debug
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
node_modules | Directory | - | - | |
src | Directory | - | - | |
.coveralls.yml | File | 46 bytes | March 10 2021 14:36:40. | |
.npmignore | File | 72 bytes | March 10 2021 14:36:40. | |
.travis.yml | File | 185 bytes | March 10 2021 14:36:40. | |
CHANGELOG.md | File | 12950 bytes | March 10 2021 14:36:40. | |
LICENSE | File | 1107 bytes | March 10 2021 14:36:40. | |
Makefile | File | 1234 bytes | March 10 2021 14:36:40. | |
README.md | File | 19827 bytes | March 10 2021 14:36:40. | |
karma.conf.js | File | 1736 bytes | March 10 2021 14:36:40. | |
node.js | File | 40 bytes | March 10 2021 14:36:40. | |
package.json | File | 2118 bytes | March 10 2021 14:36:40. |
// Karma configuration // Generated on Fri Dec 16 2016 13:09:51 GMT+0000 (UTC) module.exports = function(config) { config.set({ // base path that will be used to resolve all patterns (eg. files, exclude) basePath: '', // frameworks to use // available frameworks: https://npmjs.org/browse/keyword/karma-adapter frameworks: ['mocha', 'chai', 'sinon'], // list of files / patterns to load in the browser files: [ 'dist/debug.js', 'test/*spec.js' ], // list of files to exclude exclude: [ 'src/node.js' ], // preprocess matching files before serving them to the browser // available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor preprocessors: { }, // test results reporter to use // possible values: 'dots', 'progress' // available reporters: https://npmjs.org/browse/keyword/karma-reporter reporters: ['progress'], // web server port port: 9876, // enable / disable colors in the output (reporters and logs) colors: true, // level of logging // possible values: config.LOG_DISABLE || config.LOG_ERROR || config.LOG_WARN || config.LOG_INFO || config.LOG_DEBUG logLevel: config.LOG_INFO, // enable / disable watching file and executing tests whenever any file changes autoWatch: true, // start these browsers // available browser launchers: https://npmjs.org/browse/keyword/karma-launcher browsers: ['PhantomJS'], // Continuous Integration mode // if true, Karma captures browsers, runs the tests and exits singleRun: false, // Concurrency level // how many browser should be started simultaneous concurrency: Infinity }) }
SILENT KILLER Tool