This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
64 lines (64 loc) · 1.71 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
62
63
64
{
"_from": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-6DXgVGFW8IywX2u190kgSxD0Hb/1qEexyrH+S0d2lJyugi5AA51G1uOgMV8g5uwnWxKDgocrRbdJ7tQhqntOeg==",
"_location": "/homebridge-sma-inverter",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "homebridge-sma-inverter",
"escapedName": "homebridge-sma-inverter",
"rawSpec": "2.2.2",
"saveSpec": null,
"fetchSpec": "2.2.2"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/homebridge-sma-inverter/-/homebridge-sma-inverter-2.2.2.tgz",
"_shasum": "bc73b1f8f2e6d74f41321ada09d44ef5263160c7",
"_spec": "[email protected]",
"_where": "/usr/local",
"author": {
"name": "codyc1515"
},
"bugs": {
"url": "https://github.com/codyc1515/homebridge-sma-inverter/issues"
},
"bundleDependencies": false,
"dependencies": {
"fakegato-history": "^0.6.1",
"modbus-serial": "^7.7.3",
"moment": "^2.24.0",
"utils": "^0.3.1"
},
"deprecated": false,
"description": "Homebridge SMA Solar Inverter",
"devDependencies": {},
"engines": {
"homebridge": ">=0.4.0",
"node": ">=8.6.0"
},
"homepage": "https://github.com/codyc1515/homebridge-sma-inverter#readme",
"keywords": [
"homebridge-plugin",
"homekit",
"sma",
"solar",
"inverter",
"sunny boy"
],
"license": "MIT",
"main": "index.js",
"name": "homebridge-sma-inverter",
"repository": {
"type": "git",
"url": "git+https://github.com/codyc1515/homebridge-sma-inverter.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "3.3.0"
}