Server IP : 162.213.251.212 / Your IP : 3.137.199.190 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/allssztx/www/easybuyer/node_modules/webpack-log/ |
Upload File : |
{ "name": "webpack-log", "version": "2.0.0", "description": "A common logger for the webpack ecosystem", "main": "src/index.js", "files": [ "src" ], "engines": { "node": ">= 6" }, "scripts": { "lint": "eslint src test", "test": "nyc --reporter lcovonly mocha --full-trace --check-leaks", "release": "standard-version" }, "dependencies": { "ansi-colors": "^3.0.0", "uuid": "^3.3.2" }, "devDependencies": { "assert": "^1.4.1", "eslint": "^5.4.0", "eslint-config-webpack": "^1.2.5", "eslint-plugin-import": "^2.14.0", "mocha": "^5.2.0", "nyc": "^12.0.2", "sinon": "^6.1.5", "standard-version": "^4.4.0", "strip-ansi": "^4.0.0" }, "author": "Andrew Powell <andrew@shellscape.org>", "issues": "https://github.com/webpack-contrib/webpack-log/issues", "homepage": "https://github.com/webpack-contrib/webpack-log#readme", "repository": "https://github.com/webpack-contrib/webpack-log.git", "license": "MIT" }