forked from helpers/handlebars-helpers
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
182 lines (182 loc) · 5.04 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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
{
"name": "@budibase/handlebars-helpers",
"description": "More than 130 Handlebars helpers in ~20 categories. Helpers can be used with Assemble, Generate, Verb, Ghost, gulp-handlebars, grunt-handlebars, consolidate, or any node.js/Handlebars project.",
"version": "0.14.0",
"homepage": "https://github.com/Budibase/handlebars-helpers",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
"Adrián Mugnolo (https://github.com/xymbol)",
"Aleš Kotnik (www.draagle.com)",
"Alex Hunt (https://alexhunt.io)",
"Ali Sheehan-Dare (https://github.com/alisd23)",
"Anders D. Johnson (https://andrz.me)",
"Arthur Cinader (http://github.com/acinader)",
"Brian Woodward (https://twitter.com/doowb)",
"Dan Dascalescu (http://dandascalescu.com)",
"Dan Gorby (https://plus.google.com/+GreenRaccoon23)",
"Dane Petersen (https://thegreatsunra.com)",
"Daniel Wabyick (https://github.com/dwabyick)",
"Dennis Borisevich (https://github.com/DenSpirit)",
"Foundy (http://foundy.io)",
"GONZO (https://github.com/why2pac)",
"GracefulLight (https://brendaniel.github.io)",
"Hariadi Hinta (http://www.hariadi.org)",
"James Tsuyuki (https://github.com/jtsuyuki)",
"Jan Stola (https://github.com/iamstolis)",
"Jason Bellamy (http://jasonbellamy.com)",
"Jeffrey Froom (http://jfroom.com)",
"Jocelyn Badgley (http://www.chipersoft.com)",
"Joey Baker (https://www.byjoeybaker.com)",
"Jon Schlinkert (http://twitter.com/jonschlinkert)",
"Kevin Davis (kevindav.us)",
"Laurent Goderre (https://github.com/LaurentGoderre)",
"Liam Moat (http://www.liammoat.com)",
"Makoto Tateno (https://github.com/makotot)",
"Marie Hogebrandt (http://mariehogebrandt.se)",
"Mark Perkins (http://allmarkedup.com)",
"Martyn Rushton (http://swapnull.co.uk)",
"Max Albrecht (178.is)",
"Michael Sheedy (michaelsheedy.com)",
"Mikko Tapionlinna (http://mikko.tapionlinna.fi)",
"Nathan Jessen (http://nathanjessen.github.io)",
"Nathaniel Furniss (https://github.com/nlfurniss)",
"Oleg Orlov (https://github.com/efender)",
"Omesh (https://github.com/omeshp)",
"Patrick Burtchaell (https://pburtchaell.com)",
"Paul Welsh (paulwelsh.info)",
"Raymond Camden (https://www.raymondcamden.com)",
"Rob (https://github.com/robsilva)",
"Sam Tiffin (https://samtiffin.com)",
"Shannon Moeller (http://shannonmoeller.com)",
"Spud Hsu (http://spud.in)",
"Stephen Way (http://stephenway.net)",
"Thomas Jaggi (http://responsive.ch)",
"Tim Douglas (https://github.com/timdouglas)",
"(https://github.com/homersimpsons)",
"Michael Drury (https://github.com/mike12345567)"
],
"repository": "helpers/handlebars-helpers",
"bugs": {
"url": "https://github.com/Budibase/handlebars-helpers/issues"
},
"license": "MIT",
"files": [
"index.js",
"lib"
],
"main": "index.js",
"engines": {
"node": ">=10.12.0"
},
"scripts": {
"lint": "eslint *.js lib/*.js lib/**/*.js lib/*.js test/*.js test/*/*.js",
"test": "mocha",
"update:readmemd": "verb"
},
"dependencies": {
"get-object": "^0.2.0",
"get-value": "^3.0.1",
"handlebars": "^4.7.7",
"handlebars-utils": "^1.0.6",
"has-value": "^2.0.2",
"html-tag": "^2.0.0",
"is-glob": "^4.0.1",
"kind-of": "^6.0.3",
"micromatch": "^4.0.5",
"relative": "^3.0.2",
"striptags": "^3.1.1",
"to-gfm-code-block": "^0.1.1",
"uuid": "^9.0.1"
},
"devDependencies": {
"engine-handlebars": "^0.8.2",
"eslint": "^7.26.0",
"fs-exists-sync": "^0.1.0",
"global-modules": "^2.0.0",
"gulp": "^4.0.2",
"gulp-unused": "^0.2.1",
"is-valid-app": "^0.3.0",
"js-yaml": "^4.1.0",
"markdown-link": "^0.1.1",
"mocha": "^8.4.0",
"rimraf": "^3.0.2",
"sinon": "^17.0.1",
"template-helpers": "^1.0.1",
"templates": "^1.2.9",
"through2": "^4.0.2",
"verb": "^0.8.10",
"verb-cli": "^0.7.4",
"verb-generate-readme": "^0.8.0",
"vinyl": "^2.2.1"
},
"keywords": [
"array",
"assemble",
"collection",
"comparison",
"date",
"handlebars",
"helper",
"helpers",
"html",
"i18n",
"inflection",
"log",
"logging",
"markdown",
"math",
"number",
"object",
"path",
"repeat",
"string",
"template",
"time",
"url",
"util",
"utility"
],
"verb": {
"run": true,
"toc": true,
"tasks": [
"readme"
],
"layout": "default",
"copyright": {
"start": "2013"
},
"plugins": [
"gulp-format-md"
],
"related": {
"highlight": "template-helpers",
"list": [
"assemble",
"template-helpers",
"utils"
]
},
"reflinks": [
"falsey",
"moment"
],
"helpers": [
"helper-coverage"
],
"lint": {
"reflinks": true
}
},
"lintDeps": {
"devDependencies": {
"files": {
"patterns": [
"test/integration/*.js",
"test/support/*.js",
"test/utils/*.js"
]
}
}
}
}