mirror of
https://github.com/actions/labeler.git
synced 2026-01-11 23:51:53 +08:00
build
This commit is contained in:
32
node_modules/node-notifier/package.json
generated
vendored
32
node_modules/node-notifier/package.json
generated
vendored
@@ -1,39 +1,34 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"node-notifier@5.4.0",
|
||||
"/Users/pjquirk/Source/GitHub/actions/labeler"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "node-notifier@5.4.0",
|
||||
"_id": "node-notifier@5.4.0",
|
||||
"_from": "node-notifier@^5.4.2",
|
||||
"_id": "node-notifier@5.4.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-SUDEb+o71XR5lXSTyivXd9J7fCloE3SyP4lSgt3lU2oSANiox+SxlNRGPjDKrwU1YN3ix2KN/VGGCg0t01rttQ==",
|
||||
"_integrity": "sha512-M4UBGcs4jeOK9CjTsYwkvH6/MzuUmGCyTW+kCY7uO+1ZVr0+FHGdPdIf5CCLqAaxnRrWidyoQlNkMIIVwbKB8Q==",
|
||||
"_location": "/node-notifier",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "node-notifier@5.4.0",
|
||||
"raw": "node-notifier@^5.4.2",
|
||||
"name": "node-notifier",
|
||||
"escapedName": "node-notifier",
|
||||
"rawSpec": "5.4.0",
|
||||
"rawSpec": "^5.4.2",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "5.4.0"
|
||||
"fetchSpec": "^5.4.2"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@jest/reporters"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-5.4.0.tgz",
|
||||
"_spec": "5.4.0",
|
||||
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
|
||||
"_resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-5.4.3.tgz",
|
||||
"_shasum": "cb72daf94c93904098e28b9c590fd866e464bd50",
|
||||
"_spec": "node-notifier@^5.4.2",
|
||||
"_where": "/Users/dakale/dev/GitHub/actions/labeler/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": "^1.1.0",
|
||||
@@ -41,6 +36,7 @@
|
||||
"shellwords": "^0.1.1",
|
||||
"which": "^1.3.0"
|
||||
},
|
||||
"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": "^5.12.1",
|
||||
@@ -99,5 +95,5 @@
|
||||
"pretest": "npm run lint",
|
||||
"test": "jest"
|
||||
},
|
||||
"version": "5.4.0"
|
||||
"version": "5.4.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user