-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·86 lines (86 loc) · 2.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
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
{
"_from": "https://github.com/raspilc/ioBroker.mcp3xxx-analog/tarball/339458418f745826ca8c93fd99e3853badc202bc",
"_id": "iobroker.mcp3xxx-analog@0.0.1",
"_inBundle": false,
"_integrity": "sha512-w4rwkV4xHL19kTLLAQbPwi5s+gyysd5AYTglR+ASRdrPLiyuVBS9iyCSFv9HEeFK4A/8a1aTVpz6AZka+hPxDg==",
"_location": "/iobroker.mcp3xxx-analog",
"_phantomChildren": {
"file-uri-to-path": "1.0.0"
},
"_requested": {
"type": "remote",
"raw": "https://github.com/raspilc/ioBroker.mcp3xxx-analog/tarball/339458418f745826ca8c93fd99e3853badc202bc",
"rawSpec": "https://github.com/raspilc/ioBroker.mcp3xxx-analog/tarball/339458418f745826ca8c93fd99e3853badc202bc",
"saveSpec": "https://github.com/raspilc/ioBroker.mcp3xxx-analog/tarball/339458418f745826ca8c93fd99e3853badc202bc",
"fetchSpec": "https://github.com/raspilc/ioBroker.mcp3xxx-analog/tarball/339458418f745826ca8c93fd99e3853badc202bc"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://github.com/raspilc/ioBroker.mcp3xxx-analog/tarball/339458418f745826ca8c93fd99e3853badc202bc",
"_shasum": "7248985576385e054e987e4e6abd232728e0edcb",
"_spec": "https://github.com/raspilc/ioBroker.mcp3xxx-analog/tarball/339458418f745826ca8c93fd99e3853badc202bc",
"_where": "/",
"author": {
"name": "raspilc",
"email": "info@raspilc.de"
},
"bugs": {
"url": "https://github.com/raspilc/ioBroker.mcp3xxx-analog/issues"
},
"bundleDependencies": false,
"dependencies": {
"@iobroker/adapter-core": "^2.4.0",
"spi-device": "^3.0.0"
},
"deprecated": false,
"description": "mcp3xxx-analog",
"devDependencies": {
"@iobroker/testing": "^2.4.4",
"@types/chai": "^4.2.3",
"@types/chai-as-promised": "^7.1.2",
"@types/gulp": "^4.0.6",
"@types/mocha": "^8.2.2",
"@types/node": "^10.14.18",
"@types/proxyquire": "^1.3.28",
"@types/sinon": "^7.0.13",
"@types/sinon-chai": "^3.2.3",
"axios": "^0.21.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"eslint": "^7.23.0",
"gulp": "^4.0.2",
"mocha": "^8.3.2",
"proxyquire": "^2.1.3",
"sinon": "^10.0.0",
"sinon-chai": "^3.3.0"
},
"homepage": "https://github.com/raspilc/ioBroker.mcp3xxx-analog",
"keywords": [
"mcp3002",
"mcp3004",
"mcp3008",
"mcp3202",
"mcp3204",
"mcp3208",
"analog",
"spi"
],
"license": "MIT",
"main": "main.js",
"name": "iobroker.mcp3xxx-analog",
"repository": {
"type": "git",
"url": "git+https://github.com/raspilc/ioBroker.mcp3xxx-analog.git"
},
"scripts": {
"lint": "eslint",
"test": "npm run test:js && npm run test:package",
"test:integration": "mocha test/integration --exit",
"test:js": "mocha --opts test/mocha.custom.opts",
"test:package": "mocha test/package --exit",
"test:unit": "mocha test/unit --exit"
},
"version": "0.0.1"
}