-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
134 lines (134 loc) · 3.73 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
{
"name": "huemul",
"version": "2.0.0",
"description": "Animal salvaje nivel 20",
"main": "bin/hubot",
"scripts": {
"start": "bin/hubot -a slack",
"dev": "bin/hubot",
"test": "ava test",
"precommit": "lint-staged",
"prepush": "ava test"
},
"lint-staged": {
"*.{css,md,json}": ["prettier --write", "git add"],
"*.{js}": ["eslint --fix", "git add"]
},
"repository": {
"type": "git",
"url": "git://github.com/devschile/huemul.git"
},
"keywords": ["hubot"],
"author": "Huemul",
"private": true,
"bugs": {
"url": "https://github.com/devschile/huemul/issues"
},
"homepage": "https://github.com/devschile/huemul#readme",
"dependencies": {
"@slack/web-api": "^5.10.0",
"atob": "^2.1.2",
"bip": "3.0.2",
"cheerio": "1.0.0-rc.2",
"correos-chile": "^1.2.4",
"country-emoji": "^1.5.0",
"csv-streamify": "4.0.0",
"fast-xml-parser": "3.14.0",
"hubot": "2.19.0",
"hubot-ascii-art": "1.1.3",
"hubot-auth": "2.1.0",
"hubot-azar": "0.1.0",
"hubot-beerjs": "0.1.0",
"hubot-bellako": "0.0.1",
"hubot-binario": "0.1.0",
"hubot-buda": "1.0.0",
"hubot-cachipun": "^0.1.0",
"hubot-caniuse": "1.0.3",
"hubot-chaucha": "0.0.1",
"hubot-chilexpress": "0.0.1",
"hubot-cne": "2.0.1",
"hubot-command-log": "^1.1.0",
"hubot-cpf": "1.0.6",
"hubot-diagnostics": "0.0.2",
"hubot-diceware": "3.0.0",
"hubot-dokku-hook": "1.0.0",
"hubot-earthimpact": "0.0.1",
"hubot-emoji-creator": "0.2.0",
"hubot-google-images": "0.2.7",
"hubot-help-private": "1.0.1",
"hubot-info-rut": "4.0.0",
"hubot-insulter": "1.0.2",
"hubot-jerigonza": "^1.0.3",
"hubot-jobtitles": "0.0.2",
"hubot-kitsu": "0.0.6",
"hubot-librarynames": "0.0.1",
"hubot-maps": "0.0.3",
"hubot-memegeneration": "3.0.0",
"hubot-mercadolibre_cl": "1.0.0",
"hubot-minions": "0.0.2",
"hubot-mongodb-brain": "https://github.com/flam22/hubot-mongodb-brain.git#devel",
"hubot-nic_chile": "1.0.0",
"hubot-numbersapi": "1.0.1",
"hubot-onemi": "0.0.3",
"hubot-paya": "0.1.0",
"hubot-putear": "^1.5.1",
"hubot-qr": "0.0.2",
"hubot-reggaeton": "^1.0.2",
"hubot-restriccion_scl": "0.0.1",
"hubot-rules": "0.1.2",
"hubot-scripts": "2.17.2",
"hubot-sentry-integration": "0.0.2",
"hubot-shipit": "0.2.1",
"hubot-slack": "^4.10.0",
"hubot-surbtc": "0.3.0",
"hubot-travis-ci-hook": "1.0.0",
"hubot-tweets": "github:devschile/hubot-tweets",
"hubot-wikipedia-lang": "1.0.3",
"hubot-youtube": "1.1.0",
"jquery": "3.5.0",
"justwatch-api": "^1.0.7",
"mathjs": "7.5.1",
"md-2-json": "^1.0.5",
"moment": "2.29.4",
"moment-business-days": "1.0.6",
"moment-countdown": "0.0.3",
"node-cron": "^2.0.3",
"node-fetch": "^2.6.7",
"numbertoclpformater": "1.0.0",
"openai": "^3.2.1",
"password-generator": "2.2.0",
"phantom": "4.0.12",
"pug": "3.0.1",
"raven": "2.6.2",
"rutjs": "0.1.1",
"slack-block-kit": "^0.9.9",
"string": "3.3.3",
"superheroes": "1.0.0",
"tax-cl": "^0.0.1",
"twitter-rss-feed": "1.4.0",
"uuid": "3.2.1",
"whilst": "1.0.2",
"yelp": "1.0.2"
},
"devDependencies": {
"@sinonjs/fake-timers": "^9.1.2",
"@types/nock": "^11.1.0",
"ava": "0.25.0",
"coffee-script": "1.12.7",
"eslint": "6.5.1",
"eslint-config-standard": "14.1.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-node": "10.0.0",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-standard": "4.0.1",
"hubot-test-helper": "1.9.0",
"husky": "0.14.3",
"lint-staged": "9.4.2",
"nock": "9.2.6",
"prettier": "1.12.1",
"sinon": "^14.0.0"
},
"resolutions": {
"mongodb": "3.2.2"
}
}