File tree Expand file tree Collapse file tree 11 files changed +37
-39
lines changed Expand file tree Collapse file tree 11 files changed +37
-39
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pug-attrs" ,
3
- "version" : " 2.0.2 " ,
3
+ "version" : " 2.0.3 " ,
4
4
"description" : " Generate code for Pug attributes" ,
5
5
"keywords" : [
6
6
" pug"
7
7
],
8
8
"dependencies" : {
9
9
"constantinople" : " ^3.0.1" ,
10
- "pug-runtime " : " ^2 .0.3 " ,
11
- "js-stringify " : " ^1 .0.1 "
10
+ "js-stringify " : " ^1 .0.1 " ,
11
+ "pug-runtime " : " ^2 .0.4 "
12
12
},
13
13
"repository" : {
14
14
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pug-code-gen" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " Default code-generator for pug. It generates HTML via a JavaScript template function." ,
5
5
"keywords" : [
6
6
" pug"
9
9
"constantinople" : " ^3.0.1" ,
10
10
"doctypes" : " ^1.1.0" ,
11
11
"js-stringify" : " ^1.0.1" ,
12
- "pug-attrs" : " ^2.0.2 " ,
12
+ "pug-attrs" : " ^2.0.3 " ,
13
13
"pug-error" : " ^1.3.2" ,
14
- "pug-runtime" : " ^2.0.3 " ,
14
+ "pug-runtime" : " ^2.0.4 " ,
15
15
"void-elements" : " ^2.0.1" ,
16
16
"with" : " ^5.0.0"
17
17
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pug-filters" ,
3
- "version" : " 2.1.5 " ,
3
+ "version" : " 3.0.0 " ,
4
4
"description" : " Code for processing filters in pug templates" ,
5
5
"keywords" : [
6
6
" pug"
7
7
],
8
8
"dependencies" : {
9
9
"clean-css" : " ^3.3.0" ,
10
10
"constantinople" : " ^3.0.1" ,
11
- "pug-error" : " ^1.3.2" ,
12
- "pug-walk" : " ^1.1.5" ,
13
11
"jstransformer" : " 1.0.0" ,
12
+ "pug-error" : " ^1.3.2" ,
13
+ "pug-walk" : " ^1.1.6" ,
14
14
"resolve" : " ^1.1.6" ,
15
15
"uglify-js" : " ^2.6.1"
16
16
},
22
22
"jstransformer-markdown-it" : " ^1.0.0" ,
23
23
"jstransformer-stylus" : " ^1.0.0" ,
24
24
"jstransformer-uglify-js" : " ^1.1.1" ,
25
- "pug-lexer" : " ^3.1 .0" ,
26
- "pug-load" : " ^2.0.9 " ,
27
- "pug-parser" : " ^4.0.0 "
25
+ "pug-lexer" : " ^4.0 .0" ,
26
+ "pug-load" : " ^2.0.10 " ,
27
+ "pug-parser" : " ^4.0.1 "
28
28
},
29
29
"repository" : {
30
30
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pug-lexer" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 4.0 .0" ,
4
4
"description" : " The pug lexer (takes a string and converts it to an array of tokens)" ,
5
5
"keywords" : [
6
6
" pug"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pug-linker" ,
3
- "version" : " 3.0.3 " ,
3
+ "version" : " 3.0.4 " ,
4
4
"description" : " Link multiple pug ASTs together using include/extends" ,
5
5
"keywords" : [
6
6
" pug"
7
7
],
8
8
"dependencies" : {
9
9
"pug-error" : " ^1.3.2" ,
10
- "pug-walk" : " ^1.1.5 "
10
+ "pug-walk" : " ^1.1.6 "
11
11
},
12
12
"devDependencies" : {
13
- "pug-lexer" : " ^3.1 .0" ,
14
- "pug-load" : " ^2.0.9 " ,
15
- "pug-parser" : " ^4.0.0 "
13
+ "pug-lexer" : " ^4.0 .0" ,
14
+ "pug-load" : " ^2.0.10 " ,
15
+ "pug-parser" : " ^4.0.1 "
16
16
},
17
17
"repository" : {
18
18
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pug-load" ,
3
- "version" : " 2.0.9 " ,
3
+ "version" : " 2.0.10 " ,
4
4
"description" : " The Pug loader is responsible for loading the depenendencies of a given Pug file." ,
5
5
"keywords" : [
6
6
" pug"
7
7
],
8
8
"dependencies" : {
9
9
"object-assign" : " ^4.1.0" ,
10
- "pug-walk" : " ^1.1.5 "
10
+ "pug-walk" : " ^1.1.6 "
11
11
},
12
12
"devDependencies" : {
13
- "pug-lexer" : " ^3.1 .0" ,
14
- "pug-parser" : " ^4.0.0 "
13
+ "pug-lexer" : " ^4.0 .0" ,
14
+ "pug-parser" : " ^4.0.1 "
15
15
},
16
16
"repository" : {
17
17
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pug-parser" ,
3
- "version" : " 4.0.0 " ,
3
+ "version" : " 4.0.1 " ,
4
4
"description" : " The pug parser (takes an array of tokens and converts it to an abstract syntax tree)" ,
5
5
"keywords" : [
6
6
" pug"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pug-runtime" ,
3
- "version" : " 2.0.3 " ,
3
+ "version" : " 2.0.4 " ,
4
4
"description" : " The runtime components for the pug templating language" ,
5
5
"keywords" : [
6
6
" pug"
7
7
],
8
- "dependencies" : {},
9
8
"devDependencies" : {
10
9
"uglify-js" : " ^2.6.1"
11
10
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pug-strip-comments" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " Strip comments from a Pug token stream (from the lexer)" ,
5
5
"keywords" : [
6
6
" pug"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pug-walk" ,
3
- "version" : " 1.1.5 " ,
3
+ "version" : " 1.1.6 " ,
4
4
"description" : " Walk and transform a pug AST" ,
5
5
"keywords" : [
6
6
" pug"
7
7
],
8
- "dependencies" : {},
9
8
"devDependencies" : {
10
- "pug-lexer" : " ^3.1 .0" ,
11
- "pug-parser" : " ^4.0.0 "
9
+ "pug-lexer" : " ^4.0 .0" ,
10
+ "pug-parser" : " ^4.0.1 "
12
11
},
13
12
"files" : [
14
13
" index.js"
You can’t perform that action at this time.
0 commit comments