TheDesk Mio (15.6.0)

This commit is contained in:
cutls
2018-06-12 00:44:28 +09:00
parent f4ec593e26
commit cc95b26cdb
75 changed files with 779 additions and 3871 deletions

View File

@@ -1,44 +1,41 @@
{
"_args": [
[
"node-notifier@5.2.1",
"/Users/aa/TheDesk/app"
]
],
"_from": "node-notifier@5.2.1",
"_from": "node-notifier@^5.2.1",
"_id": "node-notifier@5.2.1",
"_inBundle": false,
"_integrity": "sha512-MIBs+AAd6dJ2SklbbE8RUDRlIVhU8MaNLh1A9SUZDUHPiZkWLFde6UNwG41yQHZEToHgJMXqyVZ9UcS/ReOVTg==",
"_location": "/node-notifier",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "node-notifier@5.2.1",
"raw": "node-notifier@^5.2.1",
"name": "node-notifier",
"escapedName": "node-notifier",
"rawSpec": "5.2.1",
"rawSpec": "^5.2.1",
"saveSpec": null,
"fetchSpec": "5.2.1"
"fetchSpec": "^5.2.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-5.2.1.tgz",
"_spec": "5.2.1",
"_where": "/Users/aa/TheDesk/app",
"_shasum": "fa313dd08f5517db0e2502e5758d664ac69f9dea",
"_spec": "node-notifier@^5.2.1",
"_where": "C:\\Users\\ryuki\\TheDesk\\app",
"author": {
"name": "Mikael Brevik"
},
"bugs": {
"url": "https://github.com/mikaelbr/node-notifier/issues"
},
"bundleDependencies": false,
"dependencies": {
"growly": "^1.3.0",
"semver": "^5.4.1",
"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": "^4.15.0",