84 lines
2.2 KiB
JSON
84 lines
2.2 KiB
JSON
{
|
|
"_from": "webpack-notifier@^1.5.0",
|
|
"_id": "webpack-notifier@1.13.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-QLk6l/TZKGhyN6Hd1zobaiYno7S9YPX3wH86+YOSufHes77SegGhnGdj+4vrLDFK5A4ZKoQD5GRXXFnM0h0N8A==",
|
|
"_location": "/webpack-notifier",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "webpack-notifier@^1.5.0",
|
|
"name": "webpack-notifier",
|
|
"escapedName": "webpack-notifier",
|
|
"rawSpec": "^1.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/laravel-mix"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/webpack-notifier/-/webpack-notifier-1.13.0.tgz",
|
|
"_shasum": "24e43d00ee47032f047373ca291b2d1f543ec12d",
|
|
"_spec": "webpack-notifier@^1.5.0",
|
|
"_where": "D:\\developments\\teaser-inertia\\nova-components\\NovaLeader\\node_modules\\laravel-mix",
|
|
"author": {
|
|
"name": "Tobias Bieniek",
|
|
"email": "tobias.bieniek@gmx.de"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Turbo87/webpack-notifier/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"node-notifier": "^9.0.0",
|
|
"strip-ansi": "^6.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "webpack + node-notifier = build status system notifications",
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.15",
|
|
"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",
|
|
"typescript": "^3.9.7",
|
|
"webpack": "^1.15.0"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"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",
|
|
"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"
|
|
},
|
|
"version": "1.13.0"
|
|
}
|