forked from onokje/node-red-contrib-tesla
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.8 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
65
66
67
68
69
70
71
{
"_args": [
[
"@gaphi/[email protected]",
"/data"
]
],
"_from": "@gaphi/node-red-contrib-tesla",
"_inBundle": false,
"_integrity": "sha512-ka5lJG7vt6nEWWUKdAQxEce+cnjb58aqrmS/dSP0HRmqheJz4Ii1MpKuHxWwojg+i6fcBorqZl/ngQXt9UGbNQ==",
"_location": "/@gaphi/node-red-contrib-tesla",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@gaphi/node-red-contrib-tesla",
"name": "@gaphi/node-red-contrib-tesla",
"escapedName": "@gaphi%2fnode-red-contrib-tesla",
"scope": "@gaphi",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/@gaphi/node-red-contrib-tesla/-/node-red-contrib-tesla-2.0.1-7.tgz",
"_shasum": "27d02648124b1680a394e48dce7ccbae1328a42f",
"_spec": "@gaphi/node-red-contrib-tesla",
"_where": "/data",
"author": {
"name": "Martin Schimmel"
},
"bugs": {
"url": "https://github.com/GaPhi/node-red-contrib-tesla/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Philippe Gresse-Lugue"
}
],
"dependencies": {
"@gaphi/teslajs": "^4.11.0-1",
"axios": "^1.6.2"
},
"deprecated": false,
"description": "Node red module to control Tesla vehicles and devices",
"homepage": "https://github.com/GaPhi/node-red-contrib-tesla#readme",
"keywords": [
"node-red",
"tesla"
],
"license": "MIT",
"main": "src/tesla.js.js",
"name": "@gaphi/node-red-contrib-tesla",
"node-red": {
"nodes": {
"tesla": "src/tesla.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/GaPhi/node-red-contrib-tesla.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.0.1-10"
}