Edit File: package.json
{ "_args": [ [ "webpack-notifier@1.14.1", "/home/taswqeshtry/public_html/nodejs" ] ], "_development": true, "_from": "webpack-notifier@1.14.1", "_id": "webpack-notifier@1.14.1", "_inBundle": false, "_integrity": "sha512-OVOoiOyKHS3z9pN1nLdPY2Pf/R3wiBsN0KiPc3K6ApwMBfHbyUomQc2Mr0naeKxfqXyCBPHfQuqpL9yoL0rgkA==", "_location": "/webpack-notifier", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "webpack-notifier@1.14.1", "name": "webpack-notifier", "escapedName": "webpack-notifier", "rawSpec": "1.14.1", "saveSpec": null, "fetchSpec": "1.14.1" }, "_requiredBy": [ "/laravel-mix" ], "_resolved": "https://registry.npmjs.org/webpack-notifier/-/webpack-notifier-1.14.1.tgz", "_spec": "1.14.1", "_where": "/home/taswqeshtry/public_html/nodejs", "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.14.1" }
Back to File Manager