-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
161 lines (161 loc) · 4.61 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
{
"name": "thinx",
"version": "1.9.2578",
"description": "THiNX IoT Device Management API",
"bugs": {
"url": "https://github.com/suculent/thinx-device-api/issues"
},
"license": "ISC",
"author": "Matej Sychra",
"repository": {
"type": "git",
"url": "git://github.com/suculent/thinx-device-api.git"
},
"scripts": {
"sonar": "./scripts/99-sonar.sh",
"snyk": "snyk test",
"snyk-protect": "snyk-protect",
"jasmine": "nyc jasmine",
"test": "mkdir coverage; nyc jasmine; nyc report --reporter=text-lcov > coverage/lcov.info; coveralls < coverage/lcov.info",
"dev": "source ./.env && echo $ENVIRONMENT && nyc jasmine; nyc report --reporter=text-lcov > coverage/lcov.info; coveralls < coverage/lcov.info",
"lint": "eslint --config ./.eslintrc --ignore-path ./.eslintignore ./",
"coverage": "npm run mocha",
"mocha": "mocha spec/jasmine --delay=3000 --exit --timeout=5000; nyc report --reporter=text-lcov > lcov.info && cat lcov.info | node node_modules/coveralls/bin/coveralls.js",
"version": "npm run npm-auto-version",
"postpublish": "git push origin --tags",
"split-tests": "if [[ $CIRCLE_NODE_INDEX == 1 ]]; then rm -rf ./spec/jasmine/ZZ*.js fi; if [[ $CIRCLE_NODE_INDEX == 2 ]]; then rm -rf ./spec/jasmine/0*.js fi",
"prepare": "npm run snyk-protect"
},
"dependencies": {
"@hapi/hoek": "11.0.2",
"@slack/rtm-api": "^7.0.1",
"@slack/web-api": "^6.12.1",
"@snyk/protect": "^1.1258.0",
"axios": "^1.7.8",
"base-64": "^0.1.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.20.3",
"brace-expansion": "1.1.11",
"chai": "^4.3.6",
"chai-http": "^4.3.0",
"chalk": "^5.3.0",
"chmodr": "^1.2.0",
"coap": "^1.3.0",
"connect-redis": "^6.1.3",
"connect-timeout": "^1.9.0",
"cookie-parser": "^1.4.7",
"crypto-js": "^4.2.0",
"dateformat": "^3.0.3",
"express": "^4.21.1",
"express-rate-limit": "^7.1.4",
"express-session": "^1.18.1",
"fs-extra": "^11.2.0",
"fs-finder": "github:suculent/Node-FsFinder#master",
"helmet": "^7.1.0",
"http-signature": "^1.3.5",
"influx": "^5.9.3",
"jshint": "^2.13.4",
"jsonwebtoken": "^9.0.0",
"mailgun.js": "^10.2.2",
"md5": "^2.3.0",
"mime": "^3.0.0",
"mkdirp": "^1.0.3",
"moment-timezone": "0.5.46",
"morgan": "^1.10.0",
"mqtt": "^4.2.6",
"nano": "^10.1.4",
"nocache": "^4.0.0",
"node-forge": "^1.3.0",
"node-schedule": "^1.3.2",
"npm-auto-version": "^1.0.0",
"path": "^0.12.7",
"qs": "6.13.0",
"querystring": "^0.2.0",
"redis": "^4.6.1",
"rollbar": "^2.25.2",
"semver": "7.6.3",
"sha256": "^0.2.0",
"shell-escape": "^0.2.0",
"sillyname": "^0.1.0",
"simple-oauth2": "^5.0.0",
"slack-notify": "^2.0.6",
"socket.io": "^4.8.0",
"socket.io-client": "^4.8.0",
"socket.io-parser": "^4.2.4",
"ssh-fingerprint": "0.0.1",
"ssl-root-cas": "^1.3.1",
"tail": "^2.0.4",
"typeof": "^1.0.0",
"utf-8": "^2.0.0",
"uuid": "^8.3.2",
"ws": "^8.14.2",
"yaml": "2.6.0"
},
"overrides": {
"async": "2.6.4",
"json-schema": "0.4.0",
"ansi-regex": "5.0.1",
"jsprim": "1.4.2",
"string-width": "4.2.3",
"strip-ansi": "6.0.1",
"ajv": "6.12.3",
"bl": "4.0.3",
"bson": "1.1.4",
"clean-css": "4.2.3",
"colors": "1.4.0",
"cookie": "0.5.0",
"coveralls": "^3.1.1",
"cryptiles": "4.1.3",
"dot-prop": "5.1.1",
"dicer": "0.3.1",
"fileset": "2.0.3",
"follow-redirects": "1.15.6",
"flat": "5.0.2",
"glob": "7.1.7",
"ip": "2.0.1",
"jose": "4.11.2",
"js-yaml": "3.14.0",
"lodash": "4.17.21",
"mem": "4.0.0",
"minimatch": "5.1.0",
"minimist": "1.2.6",
"moment": "2.29.4",
"netmask": "2.0.2",
"proxy-agent": "4.0.1",
"protobufjs": "7.1.1",
"trim-newlines": "4.0.2",
"tunnel-agent": "0.6.0",
"yargs-parser": "20.2.7"
},
"devDependencies": {
"assert": "^2.0.0",
"eslint": "^8.53.0",
"eslint-config-jquery": "^3.0.2",
"expect": "^29.7.0",
"grunt": "^1.6.1",
"gulp-sourcemaps": "^2.6.5",
"jasmine": "^5.1.0",
"jasmine-core": "^5.1.1",
"jest-junit": "^16.0.0",
"karma": "6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^4.0.2",
"mocha": "^10.2.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0"
},
"engines": {
"node": ">=19.x"
},
"preferGlobal": true,
"snyk": true,
"homepage": "https://github.com/suculent/thinx-device-api#readme",
"main": "karma.conf.js",
"directories": {
"doc": "docs",
"lib": "lib",
"test": "tests"
},
"keywords": []
}