mirror of
https://github.com/azure/login.git
synced 2026-03-13 18:17:09 -04:00
* Bump lodash from 4.17.15 to 4.17.19 (#52) Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com> * Bump @actions/core from 1.1.3 to 1.2.6 (#60) Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.1.3 to 1.2.6. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amruta Kawade <65217380+AmrutaKawade@users.noreply.github.com> * updating node_nodules * updated package-lock Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
113 lines
2.8 KiB
JSON
113 lines
2.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"node-notifier@6.0.0",
|
|
"E:\\Repos\\GHActions\\login"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "node-notifier@6.0.0",
|
|
"_id": "node-notifier@6.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-SVfQ/wMw+DesunOm5cKqr6yDcvUTDl/yc97ybGHMrteNEY6oekXpNpS3lZwgLlwz0FLgHoiW28ZpmBHUDg37cw==",
|
|
"_location": "/node-notifier",
|
|
"_optional": true,
|
|
"_phantomChildren": {
|
|
"isexe": "2.0.0"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "node-notifier@6.0.0",
|
|
"name": "node-notifier",
|
|
"escapedName": "node-notifier",
|
|
"rawSpec": "6.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "6.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@jest/reporters"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-6.0.0.tgz",
|
|
"_spec": "6.0.0",
|
|
"_where": "E:\\Repos\\GHActions\\login",
|
|
"author": {
|
|
"name": "Mikael Brevik"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/mikaelbr/node-notifier/issues"
|
|
},
|
|
"dependencies": {
|
|
"growly": "^1.3.0",
|
|
"is-wsl": "^2.1.1",
|
|
"semver": "^6.3.0",
|
|
"shellwords": "^0.1.1",
|
|
"which": "^1.3.1"
|
|
},
|
|
"description": "A Node.js module for sending notifications on native Mac, Windows (post and pre 8) and Linux (or Growl as fallback)",
|
|
"devDependencies": {
|
|
"eslint": "^6.4.0",
|
|
"eslint-config-semistandard": "^15.0.0",
|
|
"eslint-config-standard": "^14.1.0",
|
|
"eslint-plugin-import": "^2.18.2",
|
|
"eslint-plugin-node": "^10.0.0",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"husky": "^3.0.5",
|
|
"jest": "^24.9.0",
|
|
"lint-staged": "^9.3.0",
|
|
"prettier": "^1.18.2"
|
|
},
|
|
"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",
|
|
"lint": "eslint example/*.js lib/*.js notifiers/*.js test/**/*.js index.js",
|
|
"pretest": "npm run lint",
|
|
"test": "jest"
|
|
},
|
|
"version": "6.0.0"
|
|
}
|