123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- {
- "_from": "node-notifier@^8.0.0",
- "_id": "node-notifier@8.0.2",
- "_inBundle": false,
- "_integrity": "sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg==",
- "_location": "/node-notifier",
- "_phantomChildren": {
- "isexe": "2.0.0"
- },
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "node-notifier@^8.0.0",
- "name": "node-notifier",
- "escapedName": "node-notifier",
- "rawSpec": "^8.0.0",
- "saveSpec": null,
- "fetchSpec": "^8.0.0"
- },
- "_requiredBy": [
- "/@jest/reporters"
- ],
- "_resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-8.0.2.tgz",
- "_shasum": "f3167a38ef0d2c8a866a83e318c1ba0efeb702c5",
- "_spec": "node-notifier@^8.0.0",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@jest\\reporters",
- "author": {
- "name": "Mikael Brevik"
- },
- "bugs": {
- "url": "https://github.com/mikaelbr/node-notifier/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "growly": "^1.3.0",
- "is-wsl": "^2.2.0",
- "semver": "^7.3.2",
- "shellwords": "^0.1.1",
- "uuid": "^8.3.0",
- "which": "^2.0.2"
- },
- "deprecated": false,
- "description": "A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)",
- "devDependencies": {
- "eslint": "^7.6.0",
- "eslint-config-semistandard": "^15.0.1",
- "eslint-config-standard": "^14.1.1",
- "eslint-plugin-import": "^2.22.0",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^4.2.1",
- "eslint-plugin-standard": "^4.0.1",
- "husky": "^4.2.5",
- "jest": "^26.4.0",
- "lint-staged": "^10.2.11",
- "prettier": "^2.0.5"
- },
- "directories": {
- "example": "example",
- "test": "test"
- },
- "homepage": "https://github.com/mikaelbr/node-notifier#readme",
- "husky": {
- "hooks": {
- "pre-commit": "lint-staged"
- }
- },
- "jest": {
- "testRegex": "/test/[^_]*.js",
- "testEnvironment": "node",
- "setupFilesAfterEnv": [
- "./test/_test-matchers.js"
- ]
- },
- "keywords": [
- "notification center",
- "mac os x 10.8",
- "notify",
- "terminal-notifier",
- "notify-send",
- "growl",
- "windows 8 notification",
- "toaster",
- "notification"
- ],
- "license": "MIT",
- "lint-staged": {
- "*.{js,json,css,md}": [
- "prettier --write",
- "git add"
- ]
- },
- "main": "index.js",
- "name": "node-notifier",
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/mikaelbr/node-notifier.git"
- },
- "scripts": {
- "example": "node ./example/message.js",
- "example:mac": "node ./example/advanced.js",
- "example:mac:input": "node ./example/macInput.js",
- "example:windows": "node ./example/toaster.js",
- "example:windows:actions": "node ./example/toaster-with-actions.js",
- "lint": "eslint example/*.js lib/*.js notifiers/*.js test/**/*.js index.js",
- "pretest": "npm run lint",
- "test": "jest"
- },
- "version": "8.0.2"
- }
|