File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " pug-filters" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "description" : " Code for processing filters in pug templates" ,
55 "keywords" : [
66 " pug"
1010 "constantinople" : " ^3.0.1" ,
1111 "jstransformer" : " 1.0.0" ,
1212 "pug-error" : " ^1.3.2" ,
13- "pug-walk" : " ^1.1.6 " ,
13+ "pug-walk" : " ^1.1.7 " ,
1414 "resolve" : " ^1.1.6" ,
1515 "uglify-js" : " ^2.6.1"
1616 },
2323 "jstransformer-stylus" : " ^1.0.0" ,
2424 "jstransformer-uglify-js" : " ^1.1.1" ,
2525 "pug-lexer" : " ^4.0.0" ,
26- "pug-load" : " ^2.0.10 " ,
27- "pug-parser" : " ^4 .0.1 "
26+ "pug-load" : " ^2.0.11 " ,
27+ "pug-parser" : " ^5 .0.0 "
2828 },
2929 "repository" : {
3030 "type" : " git" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " pug-linker" ,
3- "version" : " 3.0.4 " ,
3+ "version" : " 3.0.5 " ,
44 "description" : " Link multiple pug ASTs together using include/extends" ,
55 "keywords" : [
66 " pug"
77 ],
88 "dependencies" : {
99 "pug-error" : " ^1.3.2" ,
10- "pug-walk" : " ^1.1.6 "
10+ "pug-walk" : " ^1.1.7 "
1111 },
1212 "devDependencies" : {
1313 "pug-lexer" : " ^4.0.0" ,
14- "pug-load" : " ^2.0.10 " ,
15- "pug-parser" : " ^4 .0.1 "
14+ "pug-load" : " ^2.0.11 " ,
15+ "pug-parser" : " ^5 .0.0 "
1616 },
1717 "repository" : {
1818 "type" : " git" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " pug-load" ,
3- "version" : " 2.0.10 " ,
3+ "version" : " 2.0.11 " ,
44 "description" : " The Pug loader is responsible for loading the depenendencies of a given Pug file." ,
55 "keywords" : [
66 " pug"
77 ],
88 "dependencies" : {
99 "object-assign" : " ^4.1.0" ,
10- "pug-walk" : " ^1.1.6 "
10+ "pug-walk" : " ^1.1.7 "
1111 },
1212 "devDependencies" : {
1313 "pug-lexer" : " ^4.0.0" ,
14- "pug-parser" : " ^4 .0.1 "
14+ "pug-parser" : " ^5 .0.0 "
1515 },
1616 "repository" : {
1717 "type" : " git" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " pug-parser" ,
3- "version" : " 4 .0.1 " ,
3+ "version" : " 5 .0.0 " ,
44 "description" : " The pug parser (takes an array of tokens and converts it to an abstract syntax tree)" ,
55 "keywords" : [
66 " pug"
Original file line number Diff line number Diff line change 11{
22 "name" : " pug-walk" ,
3- "version" : " 1.1.6 " ,
3+ "version" : " 1.1.7 " ,
44 "description" : " Walk and transform a pug AST" ,
55 "keywords" : [
66 " pug"
77 ],
88 "devDependencies" : {
99 "pug-lexer" : " ^4.0.0" ,
10- "pug-parser" : " ^4 .0.1 "
10+ "pug-parser" : " ^5 .0.0 "
1111 },
1212 "files" : [
1313 " index.js"
Original file line number Diff line number Diff line change 11{
22 "name" : " pug" ,
33 "description" : " A clean, whitespace-sensitive template language for writing HTML" ,
4- "version" : " 2.0.0 " ,
4+ "version" : " 2.0.1 " ,
55 "author" : " TJ Holowaychuk <tj@vision-media.ca>" ,
66 "maintainers" : [
77 " Forbes Lindesay <forbes@lindesay.co.uk>" ,
2121 "main" : " lib" ,
2222 "dependencies" : {
2323 "pug-code-gen" : " ^2.0.1" ,
24- "pug-filters" : " ^3.0.0 " ,
24+ "pug-filters" : " ^3.0.1 " ,
2525 "pug-lexer" : " ^4.0.0" ,
26- "pug-linker" : " ^3.0.4 " ,
27- "pug-load" : " ^2.0.10 " ,
28- "pug-parser" : " ^4 .0.1 " ,
26+ "pug-linker" : " ^3.0.5 " ,
27+ "pug-load" : " ^2.0.11 " ,
28+ "pug-parser" : " ^5 .0.0 " ,
2929 "pug-runtime" : " ^2.0.4" ,
3030 "pug-strip-comments" : " ^1.0.3"
3131 },
You can’t perform that action at this time.
0 commit comments