mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
70 lines
1.6 KiB
JSON
70 lines
1.6 KiB
JSON
{
|
|
"dependencies": [
|
|
{
|
|
"package": "raptor/resources"
|
|
},
|
|
{
|
|
"package": "raptor/regexp"
|
|
},
|
|
{
|
|
"package": "raptor/strings"
|
|
},
|
|
{
|
|
"package": "raptor/objects"
|
|
},
|
|
{
|
|
"package": "raptor/listeners"
|
|
},
|
|
{
|
|
"package": "raptor/json/stringify"
|
|
},
|
|
{
|
|
"package": "raptor/xml/utils"
|
|
},
|
|
{
|
|
"package": "raptor/xml/sax/object-mapper"
|
|
},
|
|
{
|
|
"package": "raptor/temp"
|
|
},
|
|
"Expression.js",
|
|
"ExpressionParser.js",
|
|
"TypeConverter.js",
|
|
"AttributeSplitter.js",
|
|
"TemplateBuilder.js",
|
|
"TemplateCompiler.js",
|
|
"Taglib.js",
|
|
"TaglibCollection.js",
|
|
"compiler.js",
|
|
"Node.js",
|
|
"ElementNode.js",
|
|
"TextNode.js",
|
|
"ParseTreeBuilder.js",
|
|
"TaglibXmlLoader.js",
|
|
"EscapeXmlContext.js",
|
|
{
|
|
"path": "compiler_server.js",
|
|
"if-extension": "server"
|
|
},
|
|
{
|
|
"path": "TemplateCompiler_server.js",
|
|
"if-extension": "server"
|
|
},
|
|
{
|
|
"path": "compiler_rhino.js",
|
|
"if-extension": "rhino"
|
|
},
|
|
{
|
|
"path": "TemplateCompiler_rhino.js",
|
|
"if-extension": "rhino"
|
|
},
|
|
{
|
|
"path": "TemplateCompiler_node.js",
|
|
"if-extension": "node"
|
|
},
|
|
{
|
|
"path": "compiler_browser.js",
|
|
"if-extension": "browser"
|
|
}
|
|
]
|
|
} |