forked from mseminatore/TeslaJS
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
86 lines (86 loc) · 2.28 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"_args": [
[
"@gaphi/[email protected]",
"/data"
]
],
"_from": "@gaphi/[email protected]",
"_inBundle": false,
"_integrity": "sha512-b2bQYNNO1qkj4L27UBvSsLnc2FJK5XaHPtAmTrb0kz/brhKqVHslJwumZ5nbUalfmJoxMfEllDTJWjJQEFechA==",
"_location": "/@gaphi/teslajs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@gaphi/[email protected]",
"name": "@gaphi/teslajs",
"escapedName": "@gaphi%2fteslajs",
"scope": "@gaphi",
"rawSpec": "4.11.0-5",
"saveSpec": null,
"fetchSpec": "4.11.0-5"
},
"_requiredBy": [
"/@gaphi/node-red-contrib-tesla"
],
"_resolved": "https://registry.npmjs.org/@gaphi/teslajs/-/teslajs-4.11.0-5.tgz",
"_shasum": "c5d008fa5d86a966b0f4c2e5d15d781dacc8c336",
"_spec": "4.11.0-5",
"_where": "/data",
"author": {
"name": "Mark Seminatore",
"url": "https://github.com/mseminatore/TeslaJS"
},
"bugs": {
"url": "https://github.com/GaPhi/TeslaJS/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Philippe Gress�-Lugu�"
}
],
"dependencies": {
"promise": "^8.0.3",
"request": "^2.88.2",
"ws": "^8.0.0"
},
"deprecated": false,
"description": "Full-featured Tesla REST API NodeJS package",
"devDependencies": {
"colors": "^1.4.0",
"commander": "^11.1.0",
"coveralls": "^3.0.11",
"istanbul": "^0.4.5",
"jsdoc-to-markdown": "^8.0.0",
"jshint": "^2.13.0",
"mocha": "^10.0.0",
"sepia": "^2.0.2"
},
"directories": {
"doc": "docs",
"test": "test"
},
"homepage": "https://github.com/GaPhi/TeslaJS#readme",
"keywords": [
"Tesla",
"Model S",
"Model X",
"Model 3",
"REST"
],
"license": "MIT",
"main": "teslajs.js",
"name": "@gaphi/teslajs",
"repository": {
"type": "git",
"url": "git+https://github.com/GaPhi/TeslaJS.git"
},
"scripts": {
"minify": "uglifyjs teslajs.js -c -m --comments -o teslajs.min.js",
"prepublishOnly": "uglifyjs teslajs.js -c -m --comments -o teslajs.min.js",
"test": "jshint teslajs.js samples && ./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js --verbose"
},
"version": "4.11.0-8"
}