⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
invoice
/
node_modules
/
webpack-notifier
/
View File Name :
package.json
{ "_args": [ [ "webpack-notifier@1.15.0", "/var/www/invoice" ] ], "_development": true, "_from": "webpack-notifier@1.15.0", "_id": "webpack-notifier@1.15.0", "_inBundle": false, "_integrity": "sha512-N2V8UMgRB5komdXQRavBsRpw0hPhJq2/SWNOGuhrXpIgRhcMexzkGQysUyGStHLV5hkUlgpRiF7IUXoBqyMmzQ==", "_location": "/webpack-notifier", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "webpack-notifier@1.15.0", "name": "webpack-notifier", "escapedName": "webpack-notifier", "rawSpec": "1.15.0", "saveSpec": null, "fetchSpec": "1.15.0" }, "_requiredBy": [ "/laravel-mix" ], "_resolved": "https://registry.npmjs.org/webpack-notifier/-/webpack-notifier-1.15.0.tgz", "_spec": "1.15.0", "_where": "/var/www/invoice", "author": { "name": "Tobias Bieniek", "email": "tobias.bieniek@gmx.de" }, "bugs": { "url": "https://github.com/Turbo87/webpack-notifier/issues" }, "dependencies": { "node-notifier": "^9.0.0", "strip-ansi": "^6.0.0" }, "description": "webpack + node-notifier = build status system notifications", "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" }, "files": [ "index.js", "index.d.ts", "logo.png" ], "homepage": "https://github.com/Turbo87/webpack-notifier#readme", "husky": { "hooks": { "pre-commit": "npm run lint" } }, "keywords": [ "webpack", "notify", "notification", "node-notifier", "notifier", "build" ], "license": "ISC", "main": "index.js", "name": "webpack-notifier", "peerDependencies": { "@types/webpack": ">4.41.31" }, "peerDependenciesMeta": { "@types/webpack": { "optional": true } }, "repository": { "type": "git", "url": "git+https://github.com/Turbo87/webpack-notifier.git" }, "scripts": { "lint": "eslint index.js", "prepublishOnly": "npm run lint", "test": "jest", "test:coverage": "jest --coverage", "tsd": "tsd" }, "types": "./index.d.ts", "version": "1.15.0" }