This repository has been archived by the owner on Apr 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
61 lines (61 loc) · 1.81 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"_from": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-ZuwtWqQffm3atyTpaWrtQ03X8d8tBDFQlZYOyyLFV7E/dHkCyXbHDAassNNB+Mdq3Tf3JQUNLRlCahRyHNNWLA==",
"_location": "/homebridge-panasonic-air-conditioner",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "homebridge-panasonic-air-conditioner",
"escapedName": "homebridge-panasonic-air-conditioner",
"rawSpec": "5.2.0",
"saveSpec": null,
"fetchSpec": "5.2.0"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/homebridge-panasonic-air-conditioner/-/homebridge-panasonic-air-conditioner-5.2.0.tgz",
"_shasum": "f48770a090f29d1d9d35793d56d992596b2e0b33",
"_spec": "[email protected]",
"_where": "/usr/local",
"author": {
"name": "codyc1515"
},
"bugs": {
"url": "https://github.com/codyc1515/homebridge-panasonic-air-conditioner/issues"
},
"bundleDependencies": false,
"dependencies": {
"fakegato-history": "^0.5.6",
"moment": "^2.26.0",
"request": "^2.81.0"
},
"deprecated": false,
"description": "HomeBridge Panasonic Air Conditioner",
"engines": {
"homebridge": ">=0.4.0",
"node": ">=8.6.0"
},
"homepage": "https://github.com/codyc1515/homebridge-panasonic-air-conditioner#readme",
"keywords": [
"homebridge-plugin",
"homekit",
"panasonic",
"air conditioner"
],
"license": "MIT",
"main": "index.js",
"name": "homebridge-panasonic-air-conditioner",
"repository": {
"type": "git",
"url": "git+https://github.com/codyc1515/homebridge-panasonic-air-conditioner.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "6.2.1"
}