File tree 12 files changed +42
-42
lines changed
12 files changed +42
-42
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pug-attrs" ,
3
- "version" : " 2.0.3 " ,
3
+ "version" : " 2.0.4 " ,
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
10
"js-stringify" : " ^1.0.1" ,
11
- "pug-runtime" : " ^2.0.4 "
11
+ "pug-runtime" : " ^2.0.5 "
12
12
},
13
13
"files" : [
14
14
" index.js"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pug-code-gen" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
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.1.2" ,
10
10
"doctypes" : " ^1.1.0" ,
11
11
"js-stringify" : " ^1.0.1" ,
12
- "pug-attrs" : " ^2.0.3 " ,
13
- "pug-error" : " ^1.3.2 " ,
14
- "pug-runtime" : " ^2.0.4 " ,
12
+ "pug-attrs" : " ^2.0.4 " ,
13
+ "pug-error" : " ^1.3.3 " ,
14
+ "pug-runtime" : " ^2.0.5 " ,
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-error" ,
3
- "version" : " 1.3.2 " ,
3
+ "version" : " 1.3.3 " ,
4
4
"description" : " Standard error objects for pug" ,
5
5
"keywords" : [
6
6
" pug"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pug-filters" ,
3
- "version" : " 3.1.0 " ,
3
+ "version" : " 3.1.1 " ,
4
4
"description" : " Code for processing filters in pug templates" ,
5
5
"keywords" : [
6
6
" pug"
9
9
"clean-css" : " ^4.1.11" ,
10
10
"constantinople" : " ^3.0.1" ,
11
11
"jstransformer" : " 1.0.0" ,
12
- "pug-error" : " ^1.3.2 " ,
13
- "pug-walk" : " ^1.1.7 " ,
12
+ "pug-error" : " ^1.3.3 " ,
13
+ "pug-walk" : " ^1.1.8 " ,
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" : " ^4.0 .0" ,
26
- "pug-load" : " ^2.0.11 " ,
27
- "pug-parser" : " ^5.0.0 "
25
+ "pug-lexer" : " ^4.1 .0" ,
26
+ "pug-load" : " ^2.0.12 " ,
27
+ "pug-parser" : " ^5.0.1 "
28
28
},
29
29
"files" : [
30
30
" lib/handle-filters.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pug-lexer" ,
3
- "version" : " 4.0 .0" ,
3
+ "version" : " 4.1 .0" ,
4
4
"description" : " The pug lexer (takes a string and converts it to an array of tokens)" ,
5
5
"keywords" : [
6
6
" pug"
7
7
],
8
8
"dependencies" : {
9
9
"character-parser" : " ^2.1.1" ,
10
10
"is-expression" : " ^3.0.0" ,
11
- "pug-error" : " ^1.3.2 "
11
+ "pug-error" : " ^1.3.3 "
12
12
},
13
13
"devDependencies" : {
14
14
"acorn" : " ^3.0.4"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pug-linker" ,
3
- "version" : " 3.0.5 " ,
3
+ "version" : " 3.0.6 " ,
4
4
"description" : " Link multiple pug ASTs together using include/extends" ,
5
5
"keywords" : [
6
6
" pug"
7
7
],
8
8
"dependencies" : {
9
- "pug-error" : " ^1.3.2 " ,
10
- "pug-walk" : " ^1.1.7 "
9
+ "pug-error" : " ^1.3.3 " ,
10
+ "pug-walk" : " ^1.1.8 "
11
11
},
12
12
"devDependencies" : {
13
- "pug-lexer" : " ^4.0 .0" ,
14
- "pug-load" : " ^2.0.11 " ,
15
- "pug-parser" : " ^5.0.0 "
13
+ "pug-lexer" : " ^4.1 .0" ,
14
+ "pug-load" : " ^2.0.12 " ,
15
+ "pug-parser" : " ^5.0.1 "
16
16
},
17
17
"files" : [
18
18
" index.js"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pug-load" ,
3
- "version" : " 2.0.11 " ,
3
+ "version" : " 2.0.12 " ,
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.7 "
10
+ "pug-walk" : " ^1.1.8 "
11
11
},
12
12
"devDependencies" : {
13
- "pug-lexer" : " ^4.0 .0" ,
14
- "pug-parser" : " ^5.0.0 "
13
+ "pug-lexer" : " ^4.1 .0" ,
14
+ "pug-parser" : " ^5.0.1 "
15
15
},
16
16
"files" : [
17
17
" index.js"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pug-parser" ,
3
- "version" : " 5.0.0 " ,
3
+ "version" : " 5.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"
7
7
],
8
8
"dependencies" : {
9
- "pug-error" : " ^1.3.2 " ,
9
+ "pug-error" : " ^1.3.3 " ,
10
10
"token-stream" : " 0.0.1"
11
11
},
12
12
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pug-runtime" ,
3
- "version" : " 2.0.4 " ,
3
+ "version" : " 2.0.5 " ,
4
4
"description" : " The runtime components for the pug templating language" ,
5
5
"keywords" : [
6
6
" pug"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pug-strip-comments" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " Strip comments from a Pug token stream (from the lexer)" ,
5
5
"keywords" : [
6
6
" pug"
7
7
],
8
8
"dependencies" : {
9
- "pug-error" : " ^1.3.2 "
9
+ "pug-error" : " ^1.3.3 "
10
10
},
11
11
"devDependencies" : {
12
12
"line-json" : " ^1.0.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " pug-walk" ,
3
- "version" : " 1.1.7 " ,
3
+ "version" : " 1.1.8 " ,
4
4
"description" : " Walk and transform a pug AST" ,
5
5
"keywords" : [
6
6
" pug"
7
7
],
8
8
"devDependencies" : {
9
- "pug-lexer" : " ^4.0 .0" ,
10
- "pug-parser" : " ^5.0.0 "
9
+ "pug-lexer" : " ^4.1 .0" ,
10
+ "pug-parser" : " ^5.0.1 "
11
11
},
12
12
"files" : [
13
13
" index.js"
Original file line number Diff line number Diff line change 7
7
" pug" ,
8
8
" template"
9
9
],
10
- "version" : " 2.0.3 " ,
10
+ "version" : " 2.0.4 " ,
11
11
"author" :
" TJ Holowaychuk <[email protected] >" ,
12
12
"maintainers" : [
13
13
" Forbes Lindesay <[email protected] >" ,
26
26
},
27
27
"main" : " lib" ,
28
28
"dependencies" : {
29
- "pug-code-gen" : " ^2.0.1 " ,
30
- "pug-filters" : " ^3.1.0 " ,
31
- "pug-lexer" : " ^4.0 .0" ,
32
- "pug-linker" : " ^3.0.5 " ,
33
- "pug-load" : " ^2.0.11 " ,
34
- "pug-parser" : " ^5.0.0 " ,
35
- "pug-runtime" : " ^2.0.4 " ,
36
- "pug-strip-comments" : " ^1.0.3 "
29
+ "pug-code-gen" : " ^2.0.2 " ,
30
+ "pug-filters" : " ^3.1.1 " ,
31
+ "pug-lexer" : " ^4.1 .0" ,
32
+ "pug-linker" : " ^3.0.6 " ,
33
+ "pug-load" : " ^2.0.12 " ,
34
+ "pug-parser" : " ^5.0.1 " ,
35
+ "pug-runtime" : " ^2.0.5 " ,
36
+ "pug-strip-comments" : " ^1.0.4 "
37
37
},
38
38
"devDependencies" : {
39
39
"jstransformer-cdata" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments