thedesk/app/node_modules/itunes-nowplaying-mac/package.json
2018-05-26 21:48:13 +09:00

64 lines
1.6 KiB
JSON

{
"_args": [
[
"itunes-nowplaying-mac@0.2.3",
"/Users/aa/TheDesk/app"
]
],
"_from": "itunes-nowplaying-mac@0.2.3",
"_id": "itunes-nowplaying-mac@0.2.3",
"_inBundle": false,
"_integrity": "sha512-1n418TnV4BnpSP6IzuxVECgPYnlm/nUZIXsblvzFVu4+rxmswXPnz3xi8XUq0r28I9njTi3g6vmBFa5YFHb8TA==",
"_location": "/itunes-nowplaying-mac",
"_optional": true,
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "itunes-nowplaying-mac@0.2.3",
"name": "itunes-nowplaying-mac",
"escapedName": "itunes-nowplaying-mac",
"rawSpec": "0.2.3",
"saveSpec": null,
"fetchSpec": "0.2.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/itunes-nowplaying-mac/-/itunes-nowplaying-mac-0.2.3.tgz",
"_spec": "0.2.3",
"_where": "/Users/aa/TheDesk/app",
"author": {
"name": "rinsuki"
},
"bugs": {
"url": "https://github.com/rinsuki/itunes-nowplaying-mac/issues"
},
"description": "tested in macOS High Sierra 10.13.2 and iTunes 12.7.2.58",
"devDependencies": {
"@types/node": "^9.3.0",
"typescript": "^2.6.2"
},
"engines": {
"node": ">= 7.6.0"
},
"homepage": "https://github.com/rinsuki/itunes-nowplaying-mac#readme",
"license": "MIT",
"main": "dist/index.js",
"name": "itunes-nowplaying-mac",
"os": [
"darwin"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rinsuki/itunes-nowplaying-mac.git"
},
"scripts": {
"build": "tsc",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"typings": "dist/index.d.ts",
"version": "0.2.3"
}