Server : nginx/1.18.0 System : Linux localhost 6.14.3-x86_64-linode168 #1 SMP PREEMPT_DYNAMIC Mon Apr 21 19:47:55 EDT 2025 x86_64 User : www-data ( 33) PHP Version : 8.0.16 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/www/ecommerce/node_modules/webpack-notifier/ |
{
"name": "webpack-notifier",
"version": "1.14.1",
"description": "webpack + node-notifier = build status system notifications",
"main": "index.js",
"types": "./index.d.ts",
"files": [
"index.js",
"index.d.ts",
"logo.png"
],
"scripts": {
"prepublishOnly": "npm run lint",
"lint": "eslint index.js",
"test": "jest",
"test:coverage": "jest --coverage",
"tsd": "tsd"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"keywords": [
"webpack",
"notify",
"notification",
"node-notifier",
"notifier",
"build"
],
"repository": {
"type": "git",
"url": "https://github.com/Turbo87/webpack-notifier.git"
},
"author": "Tobias Bieniek <tobias.bieniek@gmx.de>",
"license": "ISC",
"dependencies": {
"node-notifier": "^9.0.0",
"strip-ansi": "^6.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/node-notifier": "^8.0.1",
"@types/semver": "^7.3.8",
"@types/webpack": "^4.41.31",
"eslint": "^7.14.0",
"eslint-config-airbnb-base": "^14.2.1",
"husky": "^4.3.0",
"jest": "^24.9.0",
"memfs": "^3.2.0",
"semver": "^7.3.2",
"ts-jest": "^24.3.0",
"tsd": "^0.17.0",
"typescript": "^3.9.7",
"webpack-1": "npm:webpack@1",
"webpack-2": "npm:webpack@2",
"webpack-3": "npm:webpack@3",
"webpack-4": "npm:webpack@4",
"webpack-5": "npm:webpack@5",
"webpack-latest": "npm:webpack@latest"
},
"peerDependencies": {
"@types/webpack": "^4.41.31"
},
"peerDependenciesMeta": {
"@types/webpack": {
"optional": true
}
}
}