Comparing version 1.6.0 to 1.6.1
@@ -93,3 +93,3 @@ /* istanbul ignore else */ | ||
version: "1.6.0", | ||
version: "1.6.1", | ||
@@ -96,0 +96,0 @@ getAllowedValues: function() { |
@@ -7,12 +7,13 @@ /* istanbul ignore else */ | ||
/* eslint max-params: 0 */ | ||
define(["../lib/lodash/lodash.custom", | ||
"../parse/mscgenparser", | ||
"../parse/xuparser", | ||
"../parse/msgennyparser", | ||
"../render/text/ast2mscgen", | ||
"../render/text/ast2msgenny", | ||
"../render/text/ast2xu", | ||
"../render/text/ast2dot", | ||
"../render/text/ast2doxygen", | ||
"../render/graphics/renderast"], function( | ||
define([ | ||
"../lib/lodash/lodash.custom", | ||
"../parse/mscgenparser", | ||
"../parse/xuparser", | ||
"../parse/msgennyparser", | ||
"../render/text/ast2mscgen", | ||
"../render/text/ast2msgenny", | ||
"../render/text/ast2xu", | ||
"../render/text/ast2dot", | ||
"../render/text/ast2doxygen", | ||
"../render/graphics/renderast"], function( | ||
_, | ||
@@ -19,0 +20,0 @@ mscgenparser, |
{ | ||
"name": "mscgenjs", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Implementation of MscGen in JavaScript", | ||
"main": "index.js", | ||
"dependencies": { | ||
"amdefine": "1.0.0", | ||
"amdefine": "1.0.1", | ||
"requirejs": "2.3.2" | ||
@@ -13,9 +13,9 @@ }, | ||
"chai-xml": "0.3.1", | ||
"eslint": "3.8.1", | ||
"eslint": "3.10.0", | ||
"istanbul": "0.4.5", | ||
"js-makedepend": "1.0.5", | ||
"jsdom": "9.8.0", | ||
"lodash-cli": "4.16.4", | ||
"jsdom": "9.8.3", | ||
"lodash-cli": "4.16.6", | ||
"mocha": "3.1.2", | ||
"npm-check-updates": "2.8.5", | ||
"npm-check-updates": "2.8.6", | ||
"nsp": "2.6.2", | ||
@@ -22,0 +22,0 @@ "pegjs": "0.10.0", |
@@ -12,2 +12,10 @@ /* istanbul ignore else */ | ||
{ | ||
"name": "basic", | ||
"description": "Basic", | ||
"experimental": false, | ||
"renderMagic": "straight", | ||
"cssBefore": "", | ||
"cssAfter": "" | ||
}, | ||
{ | ||
"name": "lazy", | ||
@@ -30,4 +38,4 @@ "description": "Lazy", | ||
"name": "fountainpen", | ||
"description": "Fountain pen (experimental!)", | ||
"experimental": true, | ||
"description": "Fountain pen", | ||
"experimental": false, | ||
"renderMagic": "wobbly", | ||
@@ -47,3 +55,3 @@ "cssBefore": "@import 'https://fonts.googleapis.com/css?family=Gochi+Hand';", | ||
"name": "pegasse", | ||
"description": "Pégasse (best with msgenny)", | ||
"description": "Pégase (best with msgenny)", | ||
"experimental": false, | ||
@@ -50,0 +58,0 @@ "renderMagic": "straight", |
@@ -6,16 +6,17 @@ /* istanbul ignore else */ | ||
define(["./svgelementfactory", | ||
"./svglowlevelfactory", | ||
"./svgutensils", | ||
"./renderutensils", | ||
"./renderskeleton", | ||
"../text/flatten", | ||
"../text/arcmappings", | ||
"./rowmemory", | ||
"./idmanager", | ||
"./markermanager", | ||
"./entities", | ||
"./renderlabels", | ||
"./constants", | ||
"../../lib/lodash/lodash.custom"], | ||
define([ | ||
"./svgelementfactory", | ||
"./svglowlevelfactory", | ||
"./svgutensils", | ||
"./renderutensils", | ||
"./renderskeleton", | ||
"../text/flatten", | ||
"../text/arcmappings", | ||
"./rowmemory", | ||
"./idmanager", | ||
"./markermanager", | ||
"./entities", | ||
"./renderlabels", | ||
"./constants", | ||
"../../lib/lodash/lodash.custom"], | ||
/* eslint max-params: 0 */ | ||
@@ -22,0 +23,0 @@ function(fact, llfact, svgutl, utl, skel, flatten, map, rowmemory, id, mark, entities, labels, C, _) { |
@@ -6,4 +6,4 @@ /* istanbul ignore else */ | ||
define( | ||
["./constants", | ||
define([ | ||
"./constants", | ||
"./svglowlevelfactory", | ||
@@ -10,0 +10,0 @@ "./svgprimitives", |
{ | ||
"experimental": true, | ||
"description": "Fountain pen (experimental!)", | ||
"experimental": false, | ||
"description": "Fountain pen", | ||
"renderMagic": "wobbly" | ||
} |
{ | ||
"experimental": false, | ||
"description": "Pégasse (best with msgenny)", | ||
"description": "Pégase (best with msgenny)", | ||
"renderMagic": "straight" | ||
} |
@@ -6,4 +6,4 @@ /* istanbul ignore else */ | ||
define( | ||
["./svglowlevelfactory", | ||
define([ | ||
"./svglowlevelfactory", | ||
"../../lib/lodash/lodash.custom"], function(factll, _) { | ||
@@ -10,0 +10,0 @@ |
@@ -6,4 +6,4 @@ /* istanbul ignore else */ | ||
define( | ||
["./constants", | ||
define([ | ||
"./constants", | ||
"./svglowlevelfactory", | ||
@@ -10,0 +10,0 @@ "./svgprimitives", |
@@ -65,8 +65,12 @@ /* | ||
"supportedOptions" : ["hscale", "width", "arcgradient", "wordwraparcs"], | ||
"supportedEntityAttributes" : ["label", "idurl", "id", "url", | ||
"linecolor", "textcolor", "textbgcolor", | ||
"arclinecolor", "arctextcolor", "arctextbgcolor", "arcskip"], | ||
"supportedArcAttributes" : ["label", "idurl", "id", "url", | ||
"linecolor", "textcolor", "textbgcolor", | ||
"arclinecolor", "arctextcolor", "arctextbgcolor", "arcskip"], | ||
"supportedEntityAttributes" : [ | ||
"label", "idurl", "id", "url", | ||
"linecolor", "textcolor", "textbgcolor", | ||
"arclinecolor", "arctextcolor", "arctextbgcolor", "arcskip" | ||
], | ||
"supportedArcAttributes" : [ | ||
"label", "idurl", "id", "url", | ||
"linecolor", "textcolor", "textbgcolor", | ||
"arclinecolor", "arctextcolor", "arctextbgcolor", "arcskip" | ||
], | ||
"program" : { | ||
@@ -73,0 +77,0 @@ "opener" : LINE_PREFIX + "\\msc" + EOL, |
@@ -60,8 +60,12 @@ /* | ||
"supportedOptions" : ["hscale", "width", "arcgradient", "wordwraparcs"], | ||
"supportedEntityAttributes" : ["label", "idurl", "id", "url", | ||
"linecolor", "textcolor", "textbgcolor", | ||
"arclinecolor", "arctextcolor", "arctextbgcolor", "arcskip"], | ||
"supportedArcAttributes" : ["label", "idurl", "id", "url", | ||
"linecolor", "textcolor", "textbgcolor", | ||
"arclinecolor", "arctextcolor", "arctextbgcolor", "arcskip"], | ||
"supportedEntityAttributes" : [ | ||
"label", "idurl", "id", "url", | ||
"linecolor", "textcolor", "textbgcolor", | ||
"arclinecolor", "arctextcolor", "arctextbgcolor", "arcskip" | ||
], | ||
"supportedArcAttributes" : [ | ||
"label", "idurl", "id", "url", | ||
"linecolor", "textcolor", "textbgcolor", | ||
"arclinecolor", "arctextcolor", "arctextbgcolor", "arcskip" | ||
], | ||
"program" : { | ||
@@ -68,0 +72,0 @@ "opener" : "msc" + SP + "{" + EOL, |
@@ -27,3 +27,3 @@ /* | ||
function entityNameIsQuotable(pString) { | ||
var lMatchResult = pString.match(/[^;, "\t\n\r=\-><:\{\*]+/gi); | ||
var lMatchResult = pString.match(/[^;, "\t\n\r=\-><:{*]+/gi); | ||
if (Boolean(lMatchResult)) { | ||
@@ -30,0 +30,0 @@ return lMatchResult.length !== 1; |
@@ -119,8 +119,10 @@ /* | ||
function isMscGenKeyword(pString){ | ||
return ["box", "abox", "rbox", "note", "msc", "hscale", "width", "arcgradient", | ||
"wordwraparcs", "label", "color", "idurl", "id", "url", | ||
"linecolor", "textcolor", | ||
"textbgcolor", "arclinecolor", | ||
"arctextcolor", "arctextbgcolor", | ||
"arcskip"].indexOf(pString) > -1; | ||
return [ | ||
"box", "abox", "rbox", "note", "msc", "hscale", "width", "arcgradient", | ||
"wordwraparcs", "label", "color", "idurl", "id", "url", | ||
"linecolor", "textcolor", | ||
"textbgcolor", "arclinecolor", | ||
"arctextcolor", "arctextbgcolor", | ||
"arcskip" | ||
].indexOf(pString) > -1; | ||
} | ||
@@ -127,0 +129,0 @@ |
@@ -43,8 +43,12 @@ /* | ||
"renderAttributefn" : renderAttribute, | ||
"supportedEntityAttributes" : ["label", "idurl", "id", "url", | ||
"linecolor", "textcolor", "textbgcolor", | ||
"arclinecolor", "arctextcolor", "arctextbgcolor", "arcskip"], | ||
"supportedArcAttributes" : ["label", "idurl", "id", "url", | ||
"linecolor", "textcolor", "textbgcolor", | ||
"arclinecolor", "arctextcolor", "arctextbgcolor", "arcskip"], | ||
"supportedEntityAttributes" : [ | ||
"label", "idurl", "id", "url", | ||
"linecolor", "textcolor", "textbgcolor", | ||
"arclinecolor", "arctextcolor", "arctextbgcolor", "arcskip" | ||
], | ||
"supportedArcAttributes" : [ | ||
"label", "idurl", "id", "url", | ||
"linecolor", "textcolor", "textbgcolor", | ||
"arclinecolor", "arctextcolor", "arctextbgcolor", "arcskip" | ||
], | ||
"program" : { | ||
@@ -51,0 +55,0 @@ "opener" : "msc" + SP + "{" + EOL, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1617108
212
28685
+ Addedamdefine@1.0.1(transitive)
- Removedamdefine@1.0.0(transitive)
Updatedamdefine@1.0.1