Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

litejs

Package Overview
Dependencies
Maintainers
1
Versions
213
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

litejs - npm Package Compare versions

Comparing version 0.0.25 to 0.0.27

app.css

66

bootstrap.js
/*
* @version 0.0.25
* @date 2014-10-04
/**
* @version 0.0.27
* @date 2014-12-08
* @stability 1 - Experimental

@@ -55,2 +55,6 @@ * @author Lauri Rooden <lauri@rooden.ee>

//** IE-stack
// Disabled by default
/*/
// In IE <9, window.onerror is called with the function call stack intact.

@@ -60,2 +64,3 @@ // This means we can use arguments.callee.caller recursively

// It only gives us function names, but it's better than nothing.
if (!stack) {

@@ -68,2 +73,3 @@ for (args = args.callee; args = args && args.caller; ) {

}
//*/

@@ -160,16 +166,23 @@ unsentErrors.push(

//
// > For 304 Not Modified responses that are a result of a user agent generated conditional request
// > the user agent must act as if the server gave a 200 OK response with the appropriate content.
// > For 304 Not Modified responses
// > that are a result of a user agent generated conditional request
// > the user agent must act as if the server gave a 200 OK response
// > with the appropriate content.
//
// In other words, the browser will always give status code 200 OK, even for requests that hit the browser cache.
// In other words, the browser will always give status code 200 OK,
// even for requests that hit the browser cache.
//
// However, the spec also says:
//
// > The user agent must allow author request headers to override automatic cache validation
// > (e.g. If-None-Match or If-Modified-Since), in which case 304 Not Modified responses must be passed through.
// > The user agent must allow author request headers
// > to override automatic cache validation
// > (e.g. If-None-Match or If-Modified-Since),
// > in which case 304 Not Modified responses must be passed through.
//
// So, there is a workaround to make the 304 Not Modified responses visible to your JavaScript code.
// So, there is a workaround to make the 304 Not Modified responses visible
// to your JavaScript code.
//
// - Opera 8.x passes 304
// - IE<10 returns 1223 and drop all response headers from PUT/POST when it should be 204,
// - IE<10 returns 1223 and drop all response headers from PUT/POST
// when it should be 204,
// http://www.enhanceie.com/ie/bugs.asp

@@ -213,3 +226,36 @@ //

/*
var moduleCache = {}
function def(name, str) {
moduleCache[name] = str
}
function require(name) {
var mod = moduleCache[name]
if (!mod) throw new Error("Module not found: " + name)
if (typeof mod == "string") {
var exports = {}
, module = { exports: exports }
new Function("module,exports", mod).call(exports, module, exports)
mod = moduleCache[name] = module.exports
}
return mod
}
def("mod", "this.x = 1") require("mod").x
// IE9 and below allows up to 32 stylesheets. The number was increased to 4095 in IE10.
var node = document.createElement('style')
document.body.appendChild(node)
load.css = function(str) {
node.innerHTML += str
}
*/
}(this, [])

9

dist/bootstrap-min.js

@@ -1,3 +0,6 @@

!function(b,m,s){function t(){}function n(a,b,d){a[b]||(a[b]=new Function("a,b,c,d",d))}function e(a,b,d){var c=p.shift()||new XMLHttpRequest;c.open(a,b,!0!==d);!0!==d&&(c.onreadystatechange=function(){4==c.readyState&&(a=c.status,d&&d.call(c,(200>a||299<a)&&304!==a&&1223!==a&&a,c.responseText),c.onreadystatechange=d=t,p.push(c))});return c}function q(a,b){"string"==typeof a&&(a=[a]);for(var d=a.length,c=d,h=[];c--;)!function(c){e("GET",a[c],function(a,e){h[c]=a?"":e;--d||(execScript(h.join("/**/;")),
b&&b(),h=null)}).send()}(c)}var p=[],l,k=[],r=b.onerror;b.onerror=function(a,e,d,c,h){var f=arguments,g=h||Error(a),g=g.stack||g.backtrace||g.stacktrace||"";r&&r.apply(this,f);if(l!==(l=[e,d,c||(b.event||f).errorCharacter||"?",a].join(":"))){if(!g)for(f=f.callee;f=f&&f.caller;)g+=(""+f).split(/ |{/)[1]+"\n";k.push([l,g,+new Date,b.location].join("\n"))}};setInterval(function(){k.length&&e.logErrors&&(e.logErrors(k),k.length=0)},307);n(b,"XMLHttpRequest","return new ActiveXObject('MSXML2.XMLHTTP')");
!b.execScript&&Function("d,Date","return(1,eval)('(Date)')===d")(Date,1)&&(b.execScript=eval);n(b,"execScript","d=document;b=d.body;c=d.createElement('script');c.text=a;b.insertBefore(c,b.firstChild)");b.xhr=e;Function.prototype.bind||m.unshift("up.js");q(m,s);e.load=q}(this,[]);
/*
MIT License
*/
!function(b,f,r){function s(){}function m(a,b,d){a[b]||(a[b]=new Function("a,b,c,d",d))}function e(a,b,d){var c=n.shift()||new XMLHttpRequest;c.open(a,b,!0!==d);!0!==d&&(c.onreadystatechange=function(){4==c.readyState&&(a=c.status,d&&d.call(c,(200>a||299<a)&&304!==a&&1223!==a&&a,c.responseText),c.onreadystatechange=d=s,n.push(c))});return c}function p(a,b){"string"==typeof a&&(a=[a]);for(var d=a.length,c=d,g=[];c--;)!function(c){e("GET",a[c],function(a,e){g[c]=a?"":e;--d||(execScript(g.join("/**/;")),
b&&b(),g=null)}).send()}(c)}var n=[],l,k=[],q=b.onerror;b.onerror=function(a,e,d,c,g){var f=arguments,h=g||Error(a),h=h.stack||h.backtrace||h.stacktrace||"";q&&q.apply(this,f);l!==(l=[e,d,c||(b.event||f).errorCharacter||"?",a].join(":"))&&k.push([l,h,+new Date,b.location].join("\n"))};setInterval(function(){k.length&&e.logErrors&&(e.logErrors(k),k.length=0)},307);m(b,"XMLHttpRequest","return new ActiveXObject('MSXML2.XMLHTTP')");!b.execScript&&Function("d,Date","return(1,eval)('(Date)')===d")(Date,
1)&&(b.execScript=eval);m(b,"execScript","d=document;b=d.body;c=d.createElement('script');c.text=a;b.insertBefore(c,b.firstChild)");b.xhr=e;Function.prototype.bind||f.unshift("up.js");p(f,r);e.load=p}(this,[]);

@@ -6,4 +6,4 @@ /*! litejs.com/MIT-LICENSE.txt */

/**
* @version 0.2.8
* @date 2014-08-24
* @version 0.3.0
* @date 2014-12-08
* @stability 2 - Unstable

@@ -131,22 +131,2 @@ * @author Lauri Rooden <lauri@rooden.ee>

/*
Object.values = function(obj) {
return Object.keys(obj).map(function(e) {
return obj[e]
})
}
Object.values({a:1, b:2, c:3}); //[1, 2, 3]
Array.prototype.flatten = function(){
var arr = this, i = arr.length;
while (i--) if (arr[i] instanceof Array)
arr[i].unshift(i,1) && arr.splice.apply(arr,arr[i].flatten() )
return arr
}
function argsToArray(){
return Array.apply(null, arguments).flatten()
}
argsToArray([[1],3,[4,5]],2)
*/
// Note: use for Object literals only,

@@ -170,19 +150,2 @@ // as it returns false for custom objects,

O.deepMerge = O.deepCopy = function(target, source, path, changed, key, val) {
path = path || ""
changed = changed || []
for (key in source) if (hasOwn.call(source, key) && target[key] !== source[key]) {
val = source[key]
changed.push(path + key)
if (val === null) delete target[key]
else if (isObject(val)) {
if (!isObject(target[key])) target[key] = {}
O.deepMerge(target[key], val, path + key + ".", changed)
}
else target[key] = val
}
return changed
}
O.zip = function(keys, vals) {

@@ -219,4 +182,6 @@ return keys.fold(function(_, key, i) {

// uniq
// last item preserved
A.uniq = A.filter.partial(function(s,i,a){return i == a.lastIndexOf(s)})
// first item preserved
A.uniq = A.filter.partial(function(elem, i, arr) {
return i == arr.indexOf(elem)
})

@@ -270,4 +235,4 @@ A.pushUniq = function(item) {

/**
* @version 0.3.8
* @date 2014-09-19
* @version 0.4.0
* @date 2014-11-23
* @stability 1 - Experimental

@@ -294,3 +259,3 @@ * @author Lauri Rooden <lauri@rooden.ee>

"class": function(node, data, name, fn) {
node.toggleClass(name, fn.fn("_")(data))
toggleClass.call(node, name, fn.fn("_")(data))
},

@@ -303,6 +268,7 @@ "html": function(node, data, html) {

if (arr) node.empty().append(arr.map(function(obj) {
return childs.map(function(el) {
return render.call(el.cloneNode(true), obj)
})
return childs.map(renderClone, obj)
}))
function renderClone(el) {
return render.call(el.cloneNode(true), this)
}
return node

@@ -315,5 +281,7 @@ }

* Turns CSS selector like syntax to DOM Node
* @returns {Node}
*
* @example
* El("input#123.nice[type=checkbox]:checked:disabled[data-lang=en]")
* @returns {Node}
* El("input#12.nice[type=checkbox]:checked:disabled[data-lang=en].class")
* <input id="12" class="nice class" type="checkbox" checked="checked" disabled="disabled" data-lang="en">
*/

@@ -326,6 +294,8 @@

pre[
op == "." ? (op = "class", (pre[op] && (key = pre[op] + " " + key)), op) :
op == "#" ? "id" :
op == "." ?
((pre[op = "class"] && (key = pre[op] + " " + key)), op) :
op == "#" ?
"id" :
key
] = (quotation ? val.slice(1, -1): val) || key
] = quotation ? val.slice(1, -1) : val || key
return ""

@@ -345,5 +315,8 @@ }) || "div"

function append(child, before) {
var el = this
if (child) {
if (typeof child == "string" || typeof child == "number") child = El.text(child)
var fragment
, el = this
, i = 0
, tmp = typeof child
if (child) {
if (tmp == "string" || tmp == "number") child = El.text(child)
else if ( !("nodeType" in child) && "length" in child ) {

@@ -353,6 +326,5 @@ // document.createDocumentFragment is unsupported in IE5.5

for (
var len = child.length
, i = 0
tmp = child.length
, fragment = document.createDocumentFragment();
i < len; ) append.call(fragment, child[i++]);
i < tmp; ) append.call(fragment, child[i++])
child = fragment

@@ -405,6 +377,7 @@ }

proto.toggleClass = function(name, force) {
function toggleClass(name, force) {
if (arguments.length == 1) force = !hasClass.call(this, name)
return ( force ? addClass : rmClass ).call(this, name), force
}
proto.toggleClass = toggleClass

@@ -436,35 +409,50 @@ proto.empty = function() {

proto.set = function(args) {
var val
, el = this
, key = typeof args
proto.attr = attr
function attr(key, val) {
var el = this
if (arguments.length == 1) {
if (key && key.constructor === Object) {
Object.each(key, function(val, key) {
attr.call(el, key, val)
})
return
}
return el.getAttribute(key)
}
// Note: IE5-7 doesn't set styles and removes events when you try to set them.
//
// in IE6, a label with a for attribute linked to a select list
// will cause a re-selection of the first option instead of just giving focus.
// http://webbugtrack.blogspot.com/2007/09/bug-116-for-attribute-woes-in-ie6.html
if (!args) return el
if (key == "string" || key == "number" || args.nodeType || "length" in args) append.call(el, args)
else for (key in args) {
val = args[key]
// El uses class
if (key == "class") addClass.call(el, val)
else if (!val) el.removeAttribute(key)
else if (typeof val == "string") {
// Note: IE5-7 doesn't set styles and removes events when you try to set them.
//
// in IE6, a label with a for attribute linked to a select list
// will cause a re-selection of the first option instead of just giving focus.
// http://webbugtrack.blogspot.com/2007/09/bug-116-for-attribute-woes-in-ie6.html
el.setAttribute(key, val)
// there are bug in IE<9 where changed 'name' param not accepted on form submit
// The JScript engine used in IE doesn't recognize vertical tabulation character
// oldIE = "\v" == "v"
//
// IE8 and below also support document.createElement('<P>')
//
// http://www.matts411.com/post/setting_the_name_attribute_in_ie_dom/
// http://msdn.microsoft.com/en-us/library/ms536614(VS.85).aspx
// there are bug in IE<9 where changed 'name' param not accepted on form submit
// The JScript engine used in IE doesn't recognize vertical tabulation character
// oldIE = "\v" == "v"
//
// IE8 and below also support document.createElement('<P>')
//
// http://www.matts411.com/post/setting_the_name_attribute_in_ie_dom/
// http://msdn.microsoft.com/en-us/library/ms536614(VS.85).aspx
if ((key == "id" || key == "name" || key == "type") && "\v" == "v") {
el.mergeAttributes(createElement('<INPUT '+key+'="' + val + '">'), false)
} else {
el.setAttribute(key, val)
}
}
if ((key == "id" || key == "name") && "\v" == "v") {
el.mergeAttributes(createElement('<INPUT '+key+'="' + val + '"/>'), false)
proto.set = set
function set(args, key, val) {
var el = this
if (args) {
if (typeof args == "object") for (key in args) {
val = args[key]
// El uses class
if (key == "class") addClass.call(el, val)
else if (typeof val == "string") {
attr.call(el, key, val)
}
} else el[key] = val
else if (!val) el.removeAttribute(key)
}
else append.call(el, args)
}

@@ -479,4 +467,3 @@ return el

if (!childs) {
node._childs = childs = []
for (; child = node.firstChild;) {
for (node._childs = childs = []; child = node.firstChild;) {
childs.push(child);

@@ -511,3 +498,5 @@ node.removeChild(child)

for (node = node.firstChild; node; node = node.nextSibling) {
if (node.nodeType == 1) render.call(node, data)
if (node.nodeType == 1) {
render.call(node, data)
}
}

@@ -533,2 +522,24 @@ return this

proto.val = function(val) {
var el = this
, type = el.type
, opts = el.options
if (arguments.length) {
return el.value = val
}
if (type == "select-multiple") {
for (val = [], type = 0; el = opts[type++];) {
if (el.selected && !el.disabled && !el.parentNode.disabled) val.push(el.value)
}
return val
}
return (type == "checkbox" || type == "radio") && !el.checked ? "" :
el.value ||
options && options[el.selectedIndex].value ||
"on"
}
function findEl(node, sel, first) {

@@ -739,2 +750,4 @@ var el

}
// navigator.userLanguage for IE, navigator.language for others
// var lang = navigator.language || navigator.userLanguage;
// setLang("en")

@@ -1008,5 +1021,5 @@ //*/

/**
* @version 0.3.4
* @date 2014-10-01
* @stability 1 - Experimental
* @version 0.4.0
* @date 2014-12-08
* @stability 2 - Unstable
* @author Lauri Rooden <lauri@rooden.ee>

@@ -1018,4 +1031,2 @@ * @license MIT License

!function(exports) {

@@ -1132,9 +1143,2 @@ var fn, re

// TODO: "default" is a reserved word, pick new one.
// View.index
// View.init
// View.home
// View.main
// View.root
// View.start
View.show = function(route) {

@@ -1145,3 +1149,3 @@ var match = re.exec(route)

route && View["404"] ||
View.main || View["default"]
View.main
).show(match || {})

@@ -1148,0 +1152,0 @@ }

/*! litejs.com/MIT-LICENSE.txt */
/*
MIT License
MIT License
MIT License
MIT License
*/
!function(r){function g(a,b){for(var c="_",f=a,u=a.split("->");1<u.length;)f=u.pop(),c=u.pop().match(/\w+/g)||"",u.length&&u.push("(function("+c+"){return("+f+")})");return new Function(c,(b&&(a=a.replace(d,"").match(/\b[a-z]\w*|\b_\w+/g))?"var "+a.uniq().join("='',")+"='';with("+b+"||{})":"")+"return("+f+")")}var h=Array.prototype,e=Function.prototype,p=String.prototype,k=Object,n=k.prototype.hasOwnProperty,s=e.call.bind(h.slice),q=[],d=/'(?:[^'\\]|\\.)*'|"(?:[^"\\]|\\.)*"|this|arguments|\.\w+|\w+:/g;
e.construct=function(a){var b=a.length;return b?(q[b]||(q[b]=g("t a->new t(a["+k.keys(s(a)).join("],a[")+"])")))(this,a):new this};e.partial=function(){var a=this,b=s(arguments);return function(){return a.apply(this,b.concat.apply(b,arguments))}};e.byWords=function(a,b){var c=this;return function(){var f=this,d=f,e=arguments;(e[a|=0]||"").replace(b||/\S+/g,function(b){e[a]=b;d=c.apply(f,e)});return d}};e.byKeyVal=function(){var a=this;return function(b){var c,f=s(arguments);if("object"==typeof b)for(c in b)f[0]=
c,f[1]=b[c],c=a.apply(this,f);else c=a.apply(this,f);return c}};e.cache=function(a,b,c){var f=this,d=c||{},e=function(){var c=arguments,g=!!a||this instanceof e,h=b?b.apply(f,c):g+":"+c.length+":"+s(c);return h in d?d[h]:d[h]=g?f.construct(c):f.apply(this,c)};e.origin=f;e.cached=d;e.extend=function(){return f.extend.apply(f,arguments).cache(a,b,c)};e.prototype=f.prototype;return e};e.extend=function(){function a(){return c.apply(this,arguments)}var b,c=this,f=0;for(a.prototype=k.create(c.prototype);b=
arguments[f++];)k.merge(a.prototype,b);return a.prototype.constructor=a};k.each=function(a,b,c,f){if(a)for(f in a)n.call(a,f)&&b.call(c,a[f],f,a)};k.merge=function(a,b){for(var c,f=1;b=arguments[f++];)for(c in b)n.call(b,c)&&(a[c]=b[c]);return a};k.clone=function(a,b,c){if(a&&a.constructor===k){b={};for(c in a)n.call(a,c)&&(b[c]=k.clone(a[c]));a=b}return a};k.deepMerge=k.deepCopy=function(a,b,c,f,d,e){c=c||"";f=f||[];for(d in b)if(n.call(b,d)&&a[d]!==b[d])if(e=b[d],f.push(c+d),null===e)delete a[d];
else if(e&&e.constructor===k){var g=a[d];g&&g.constructor===k||(a[d]={});k.deepMerge(a[d],e,c+d+".",f)}else a[d]=e;return f};k.zip=function(a,b){return a.fold(function(a,d,e){a[d]=b[e];return a},{})};h.remove=function(){for(var a=this.length,b=s(arguments),c=-1;a--;)~b.indexOf(this[a])&&this.splice(c=a,1);return c};h.each=h.forEach;h.fold=h.reduce;h.foldr=h.reduceRight;h.uniq=h.filter.partial(function(a,b,c){return b==c.lastIndexOf(a)});h.pushUniq=function(a){return-1==this.indexOf(a)?this.push(a):
!1};!function(a){e[a]=p[a]=function(){var b=arguments,c=b[0];b[0]=this.fn();return h[a].apply(c,b)}}.byWords()("every filter each map fold foldr some");e.fn=function(){return this};p.fn=function(a){return g(this,a)};r.Fn=g.cache()}(this);
!function(r,g,h){function e(l,a,b){var c,d={};l=l.replace(B,function(l,a,b,c,F){d["."==a?(a="class",d[a]&&(b=d[a]+" "+b),a):"#"==a?"id":b]=(F?c.slice(1,-1):c)||b;return""})||"div";c=(y[l]||(y[l]=g.createElement(l))).cloneNode(!0).set(d);return b?(v[l]&&c.setAttribute("data-call",l),c):v[l]&&v[l].call(c,a)||c.set(a)}function p(l,a){if(l){if("string"==typeof l||"number"==typeof l)l=e.text(l);else if(!("nodeType"in l)&&"length"in l){for(var b=l.length,c=0,d=g.createDocumentFragment();c<b;)p.call(d,l[c++]);
l=d}l.nodeType&&this.insertBefore(l,(!0===a?this.firstChild:"number"==typeof a?this.childNodes[0>a?this.childNodes.length-a-2:a]:a)||null);l.appendHook&&l.appendHook()}return this}function k(a){return-1<(" "+this.className+" ").indexOf(" "+a+" ")}function n(a){this.className+=this.className?k.call(this,a)?"":" "+a:a;return this}function s(a){this.className=(" "+this.className+" ").replace(" "+a+" "," ").trim();return this}function q(){this.parentNode&&this.parentNode.removeChild(this);Event.removeAll&&
Event.removeAll(this);this.killHook&&this.killHook();this.empty&&this.empty();return this}function d(a){var b,c=a._childs;if(!c)for(a._childs=c=[];b=a.firstChild;)c.push(b),a.removeChild(b);return c}function a(l,b){var c,d=this;if(c=!b&&d.getAttribute("data-call"))d.removeAttribute("data-call"),v[c].call(d);if(c=!b&&d.getAttribute("data-bind"))if(d.getAttribute("lang"),"{"==c.charAt(0)&&(c='txt:"'+c.replace(/"/g,'\\"')+'"'),c="n d p r->d&&("+c.replace(G,"(p['$1']?(r=p['$1'](n,d,$2)||r):(n['$1']=$2.format(d))),")+
"r)",c.fn()(d,l,H))return d;for(d=d.firstChild;d;d=d.nextSibling)1==d.nodeType&&a.call(d,l);return this}function b(a,b,c){var d=0,f=[],e=["_"];b=b.replace(B,function(a,b,l,c){e.push("."==b?"(' '+_.className+' ').indexOf(' "+l+" ')>-1":"#"==b?"_.id=='"+l+"'":"_.getAttribute('"+l+"')"+(c?"=='"+c+"'":""));return""})||"*";b=a.getElementsByTagName(b);for(var g=Fn(e.join("&&"));a=b[d++];)if(g(a)){if(c)return a;f.push(a)}return c?null:f}function c(a){this._nodes=a}function f(a,b){if(a)for(b in m)a[b]=m[b];
return a}function u(a,b,c){y[a]="string"==typeof b?e(b):b;c&&(v[a]=c)}function x(a){function b(a,c,l,g,h,k){for(h=c.length;h<=f[0];)f.shift(),d=d.plugin?d.plugin.done():d.parentNode;l?x.plugins[g]?(d=(new x.plugins[g](d,k)).el,f.unshift(h)):d.append(e.text("text"==g?k:a)):(g&&(d=e(g,0,1).to(d),f.unshift(h)),k&&(h=k.charAt(0),">"==h?(c+" "+k.slice(1)).replace(C,b):"="==h?d.set({"data-bind":k.slice(1)}):d.append(k.replace(/\\([=>:])/g,"$1"))))}var c=g.createDocumentFragment(),d=c,f=[-1];a.replace(C,
b);c=c.childNodes;if(1==c.length)return c[0];f=[];for(d=c.length;d--;)f[d]=c[d];return f}function z(a,b){this.name=b;this.parent=a;this.el=e("div");this.el.plugin=this;return this}function t(a,b){return t[b?A(b):w][a]||a}function A(a){if(!a)return w;a=(a||"").toLowerCase();return t[a]?a:(a=a.split("-")[0],t[a])?a:w}function D(a,b){Object.merge(t[a]||(t[a]={}),b)}var w,y={},v={},E=g.createElement,m=(r.HTMLElement||r.Element||e)[h],B=/([.#:[])([-\w]+)(?:=((["'\/])(?:\\?.)*?\4|[-\w]+)])?]?/g,C=/^([ \t]*)(\:?)((?:(["'\/])(?:\\?.)*?\4|[-\w\:.#\[\]=])+)[ \t]*(.*)$/gm,
G=/[;\s]*(\w+)(?:\s*\:((?:(["'\/])(?:\\?.)*?\3|[-,\s\w])*))?/g,H=e.bindings={txt:function(a,b,c){a.txt(c.format(b))},"class":function(a,b,c,d){a.toggleClass(c,d.fn("_")(b))},html:function(a,b,c){a.innerHTML=c.format(b)},each:function(b,c,f){var e=d(b);f&&b.empty().append(f.map(function(b){return e.map(function(c){return a.call(c.cloneNode(!0),b)})}));return b}};r.El=e;m.append=p;m.after=function(a,b){p.call(a.parentNode,this,b?a:a.nextSibling);return this};m.to=function(a,b){p.call(a,this,b);return this};
m.hasClass=k;m.addClass=n;m.rmClass=s;m.toggleClass=function(a,b){1==arguments.length&&(b=!k.call(this,a));return(b?n:s).call(this,a),b};m.empty=function(){for(var a;a=this.firstChild;)q.call(a);return this};m.kill=q;m.on=function(a,b){Event.add(this,a,b);return this};m.non=function(a,b){Event.remove(this,a,b);return this};m.set=function(a){var b,c=typeof a;if(!a)return this;if("string"==c||"number"==c||a.nodeType||"length"in a)p.call(this,a);else for(c in a)b=a[c],"class"==c?n.call(this,b):b?"string"==
typeof b?(this.setAttribute(c,b),"id"!=c&&"name"!=c||"\v"!="v"||this.mergeAttributes(E("<INPUT "+c+'="'+b+'"/>'),!1)):this[c]=b:this.removeAttribute(c);return this};m.render=a;m.txt=function(a){var b="textContent"in this?"textContent":"innerText";return arguments.length?this[b]=a:this[b]};m.find="\v"!=="v"&&m.querySelector||function(a){return b(this,a,!0)};m.findAll=m.querySelectorAll?function(a){return new c(this.querySelectorAll(a))}:function(a){return new c(b(this,a))};e.wrap=c;c.prototype=Object.keys(m).reduce(function(a,
b){a[b]=function(){for(var a=this._nodes,c=0,d=a.length;c<d;)m[b].apply(a[c++],arguments);return this};return a},{});m===e[h]&&(g.createElement=function(a){return f(E(a))},f(g.body));e[h]=m;e.get=function(a){"string"==typeof a&&(a=g.getElementById(a));return a&&a.to?a:f(a)};u._el=y;u._fn=v;e.cache=u;e.text=function(a){return g.createTextNode(a)};z.prototype.done=function(){e.cache(this.name,this.el.removeChild(this.el.firstChild),a);this.el.plugin=null;return this.parent};x.plugins={template:z};e.create=
e.tpl=function(a){return x(a).render()};e.include=function(a,b,c){b=e.get(a);(new z(null,a)).el.append(e.tpl(b.innerHTML)).plugin.done();b.kill()};e.i18n=t;t.get=A;t.use=function(a){a=A(a);w!=(w=a)&&(t[a]=t[a]||{});return g.documentElement.lang=a};t.add=D;t.def=function(a){Object.each(a,function(b,c){D(c,a)})}}(window,document,"prototype");
!function(r){var g=document,h=r.Event||(r.Event={}),e=120,p="addEventListener",k="removeEventListener",n=r[p]?"":(p="attachEvent",k="detachEvent","on"),s="onwheel"in g?"wheel":"onmousewheel"in g?"mousewheel":"DOMMouseScroll",q=h.Emitter={on:function(d,a,b){var c=this._e||(this._e={});(c[d]||(c[d]=[])).push([a,b]);return this},non:function(d,a){if(d){if(this._e&&this._e[d]&&a)for(var b=this._e[d],c=b.length;c--;)b[c][0]==a?b.splice(c,1):delete this._e[d]}else delete this._e;return this},once:function(d,
a,b){return this.on(d,a,b).on(d,this.non.bind(this,d,a))},emit:function(d){if(this._e&&this._e[d])for(var a=0,b=this._e[d],c=b.slice.call(arguments,1);d=b[a++];)d[0].apply(d[1]||this,c);return this}};q.off=q.non;h.add=function(d,a,b){var c="wheel"==a?function(a){a||(a=r.event);var c=(a.wheelDelta||-a.detail||-a.deltaY)/e;if(0!=c){if(1>c&&-1<c){var g=(0>c?-1:1)/c,c=c*g;e/=g}b.call(d,a,c)}}:n?function(){b.call(d,r.event)}:b;c!=b&&(c.origin=b);q.on.call(d,a,c,d);d[p](n+("wheel"==a?s:a),c,!1);return h};
h.remove=function(d,a,b){if(b&&d._e&&d._e[a])for(var c,f=d._e[a],e=0;c=f[e];e++)if(c=c[0],c==b||c.origin==b)f.splice(e,1),b=c;d[k](n+("wheel"==a?s:a),b,!1);return h};h.stop=function(d){d.stopPropagation&&d.stopPropagation();d.preventDefault&&d.preventDefault();d.cancelBubble=d.cancel=!0;return d.returnValue=!1};h.removeAll=function(d,a,b,c,f){if(d._e)for(b in d._e)if(!a||b==a)for(c=d._e[b],f=c.length;f--;)h.remove(d,b,c[0])}}(this);
!function(r,g,h){function e(c){c=(c||a).href.split("#")[1]||"";c=decodeURIComponent(c.replace(/\+/g," "));return c.replace(b,"")}function p(b,c){b=encodeURIComponent(b).replace(/%20/g,"+").replace(/%2F/gi,"/");a[c?"replace":"assign"]("#"+b);if(q&&e()!==e(q.location))q.location[c?"replace":q.document.open().close(),"assign"]("#"+b);k()}function k(){s!=(s=e())&&n&&n(s)}var n,s,q,d,a=location,b=/^[#\/\!]+|[\s\/]+$/g,c=!+"\v1"&&8>(g.documentMode||1);h.getUrl=e;h.setUrl=p;h.start=function(a,b){n||("onhashchange"in
r&&!c?r.onhashchange=k:(c&&(q=g.body.appendChild(g.createElement('<iframe class="hide" src="//:" tabindex="-1">')).contentWindow),d=e(),setInterval(function(){var a=e();q&&d===a&&(a=e(q.location));d!==a&&(d=a,q?p(a):k())},50)));n=a;k()}}(this,document,history);
!function(r){function g(a,b,c,f){if(n[a])return b&&n[a].init(b,c,f),n[a];if(!(this instanceof g))return new g(a,b,c,f);n[this.route=a]=this;this.init(b,c,f);if("#"!=a.charAt(0)){b=s++;var r=["o._r='"+a+"'"];c=a.replace(/:(\w+)/g,"{$1}").replace(d,function(a,b){return b?r.push("o['"+b+"']=a["+s++ +"]")&&"([^/]+?)":a.replace(q,"\\$&")});p+=(p?"||":"")+"a["+b+"]&&("+r+")";k+=(k?"|":"")+"("+c+")";h=new Function("a","var o={};return "+p+",o");e=new RegExp("^\\/?(?:"+k+")[\\/\\s]*$")}g.active==a&&this.show()}
var h,e,p="",k="",n={},s=1,q=/[.*+?^=!:${}()|\[\]\/\\]/g,d=/\{([\w%.]+?)\}|.[^{\\]*?/g;g.prototype={init:function(a,b,c){this.el=a;this.parent="string"==typeof b?g(b):b;this.selector=c},getEl:function(){var a=typeof this.el;"function"==a?this.el=this.el():"string"==a&&(this.el=El(this.el));return this.el},getContentEl:function(){return this.selector&&this.getEl().find(this.selector)||this.getEl()},load:function(a){var b=this;xhr.load((g.base||"")+(b.file||b.route+".js"),function(){if(b.el)b.show(a);
else throw Error("No View "+b.route);})},show:function(a){g.active=this.route;this.el?(this.active&&this.close(),this.ping(a),g.active==this.route&&this.emit("show",a)):this.load(a)},close:function(a){var b=this.parent;this.active=!1;b&&(b.getContentEl().removeChild(this.getEl()),b.child=null);this.emit("close",a);this.child&&this.child.close()},ping:function(a){var b=this.parent;this.active=!0;b&&(b.child!=this&&(b.child&&b.child.close(),b.child=this,b.getContentEl().appendChild(this.getEl())),b.ping(a));
this.emit("ping",a)}};Object.merge(g.prototype,Event.Emitter);g.show=function(a){var b=e.exec(a);g(b&&(b=h(b))._r||a&&g["404"]||g.main||g["default"]).show(b||{})};g.define=function(a){for(var b,c=/(\S+)\?(\S+)/g;b=c.exec(a);)b[2].split(",").map(function(a){g(a).file=b[1]})};r.View=g}(this);
!function(r){function h(a,b){for(var c="_",d=a,e=a.split("->");1<e.length;)d=e.pop(),c=e.pop().match(/\w+/g)||"",e.length&&e.push("(function("+c+"){return("+d+")})");return new Function(c,(b&&(a=a.replace(g,"").match(/\b[a-z]\w*|\b_\w+/g))?"var "+a.uniq().join("='',")+"='';with("+b+"||{})":"")+"return("+d+")")}var k=Array.prototype,e=Function.prototype,p=String.prototype,l=Object,n=l.prototype.hasOwnProperty,s=e.call.bind(k.slice),q=[],g=/'(?:[^'\\]|\\.)*'|"(?:[^"\\]|\\.)*"|this|arguments|\.\w+|\w+:/g;
e.construct=function(a){var b=a.length;return b?(q[b]||(q[b]=h("t a->new t(a["+l.keys(s(a)).join("],a[")+"])")))(this,a):new this};e.partial=function(){var a=this,b=s(arguments);return function(){return a.apply(this,b.concat.apply(b,arguments))}};e.byWords=function(a,b){var c=this;return function(){var d=this,g=d,e=arguments;(e[a|=0]||"").replace(b||/\S+/g,function(b){e[a]=b;g=c.apply(d,e)});return g}};e.byKeyVal=function(){var a=this;return function(b){var c,d=s(arguments);if("object"==typeof b)for(c in b)d[0]=
c,d[1]=b[c],c=a.apply(this,d);else c=a.apply(this,d);return c}};e.cache=function(a,b,c){var d=this,g=c||{},e=function(){var c=arguments,h=!!a||this instanceof e,k=b?b.apply(d,c):h+":"+c.length+":"+s(c);return k in g?g[k]:g[k]=h?d.construct(c):d.apply(this,c)};e.origin=d;e.cached=g;e.extend=function(){return d.extend.apply(d,arguments).cache(a,b,c)};e.prototype=d.prototype;return e};e.extend=function(){function a(){return c.apply(this,arguments)}var b,c=this,d=0;for(a.prototype=l.create(c.prototype);b=
arguments[d++];)l.merge(a.prototype,b);return a.prototype.constructor=a};l.each=function(a,b,c,d){if(a)for(d in a)n.call(a,d)&&b.call(c,a[d],d,a)};l.merge=function(a,b){for(var c,d=1;b=arguments[d++];)for(c in b)n.call(b,c)&&(a[c]=b[c]);return a};l.clone=function(a,b,c){if(a&&a.constructor===l){b={};for(c in a)n.call(a,c)&&(b[c]=l.clone(a[c]));a=b}return a};l.zip=function(a,b){return a.fold(function(a,d,e){a[d]=b[e];return a},{})};k.remove=function(){for(var a=this.length,b=s(arguments),c=-1;a--;)~b.indexOf(this[a])&&
this.splice(c=a,1);return c};k.each=k.forEach;k.fold=k.reduce;k.foldr=k.reduceRight;k.uniq=k.filter.partial(function(a,b,c){return b==c.indexOf(a)});k.pushUniq=function(a){return-1==this.indexOf(a)?this.push(a):!1};!function(a){e[a]=p[a]=function(){var b=arguments,c=b[0];b[0]=this.fn();return k[a].apply(c,b)}}.byWords()("every filter each map fold foldr some");e.fn=function(){return this};p.fn=function(a){return h(this,a)};r.Fn=h.cache()}(this);
!function(r,h,k){function e(f,a,b){var c,d={};f=f.replace(D,function(f,a,b,c,H){d["."==a?(d[a="class"]&&(b=d[a]+" "+b),a):"#"==a?"id":b]=H?c.slice(1,-1):c||b;return""})||"div";c=(y[f]||(y[f]=h.createElement(f))).cloneNode(!0).set(d);return b?(u[f]&&c.setAttribute("data-call",f),c):u[f]&&u[f].call(c,a)||c.set(a)}function p(f,a){var b,c=0,d=typeof f;if(f){if("string"==d||"number"==d)f=e.text(f);else if(!("nodeType"in f)&&"length"in f){d=f.length;for(b=h.createDocumentFragment();c<d;)p.call(b,f[c++]);
f=b}f.nodeType&&this.insertBefore(f,(!0===a?this.firstChild:"number"==typeof a?this.childNodes[0>a?this.childNodes.length-a-2:a]:a)||null);f.appendHook&&f.appendHook()}return this}function l(f){return-1<(" "+this.className+" ").indexOf(" "+f+" ")}function n(f){this.className+=this.className?l.call(this,f)?"":" "+f:f;return this}function s(f){this.className=(" "+this.className+" ").replace(" "+f+" "," ").trim();return this}function q(f,a){1==arguments.length&&(a=!l.call(this,f));return(a?n:s).call(this,
f),a}function g(){this.parentNode&&this.parentNode.removeChild(this);Event.removeAll&&Event.removeAll(this);this.killHook&&this.killHook();this.empty&&this.empty();return this}function a(f,b){var c=this;if(1==arguments.length){if(f&&f.constructor===Object){Object.each(f,function(f,b){a.call(c,b,f)});return}return c.getAttribute(f)}"id"!=f&&"name"!=f&&"type"!=f||"\v"!="v"?c.setAttribute(f,b):c.mergeAttributes(E("<INPUT "+f+'="'+b+'">'),!1)}function b(f){var a,b=f._childs;if(!b)for(f._childs=b=[];a=
f.firstChild;)b.push(a),f.removeChild(a);return b}function c(f,a){var b,d=this;if(b=!a&&d.getAttribute("data-call"))d.removeAttribute("data-call"),u[b].call(d);if(b=!a&&d.getAttribute("data-bind"))if(d.getAttribute("lang"),"{"==b.charAt(0)&&(b='txt:"'+b.replace(/"/g,'\\"')+'"'),b="n d p r->d&&("+b.replace(I,"(p['$1']?(r=p['$1'](n,d,$2)||r):(n['$1']=$2.format(d))),")+"r)",b.fn()(d,f,J))return d;for(d=d.firstChild;d;d=d.nextSibling)1==d.nodeType&&c.call(d,f);return this}function d(f,a,b){var c=0,d=
[],e=["_"];a=a.replace(D,function(f,a,b,c){e.push("."==a?"(' '+_.className+' ').indexOf(' "+b+" ')>-1":"#"==a?"_.id=='"+b+"'":"_.getAttribute('"+b+"')"+(c?"=='"+c+"'":""));return""})||"*";a=f.getElementsByTagName(a);for(var g=Fn(e.join("&&"));f=a[c++];)if(g(f)){if(b)return f;d.push(f)}return b?null:d}function w(f){this._nodes=f}function z(f,a){if(f)for(a in m)f[a]=m[a];return f}function A(a,b,c){y[a]="string"==typeof b?e(b):b;c&&(u[a]=c)}function x(a){function b(a,f,c,h,k,l){for(k=f.length;k<=g[0];)g.shift(),
d=d.plugin?d.plugin.done():d.parentNode;c?x.plugins[h]?(d=(new x.plugins[h](d,l)).el,g.unshift(k)):d.append(e.text("text"==h?l:a)):(h&&(d=e(h,0,1).to(d),g.unshift(k)),l&&(k=l.charAt(0),">"==k?(f+" "+l.slice(1)).replace(F,b):"="==k?d.set({"data-bind":l.slice(1)}):d.append(l.replace(/\\([=>:])/g,"$1"))))}var c=h.createDocumentFragment(),d=c,g=[-1];a.replace(F,b);c=c.childNodes;if(1==c.length)return c[0];g=[];for(d=c.length;d--;)g[d]=c[d];return g}function B(a,b){this.name=b;this.parent=a;this.el=e("div");
this.el.plugin=this;return this}function t(a,b){return t[b?C(b):v][a]||a}function C(a){if(!a)return v;a=(a||"").toLowerCase();return t[a]?a:(a=a.split("-")[0],t[a])?a:v}function G(a,b){Object.merge(t[a]||(t[a]={}),b)}var v,y={},u={},E=h.createElement,m=(r.HTMLElement||r.Element||e)[k],D=/([.#:[])([-\w]+)(?:=((["'\/])(?:\\?.)*?\4|[-\w]+)])?]?/g,F=/^([ \t]*)(\:?)((?:(["'\/])(?:\\?.)*?\4|[-\w\:.#\[\]=])+)[ \t]*(.*)$/gm,I=/[;\s]*(\w+)(?:\s*\:((?:(["'\/])(?:\\?.)*?\3|[-,\s\w])*))?/g,J=e.bindings={txt:function(a,
b,c){a.txt(c.format(b))},"class":function(a,b,c,d){q.call(a,c,d.fn("_")(b))},html:function(a,b,c){a.innerHTML=c.format(b)},each:function(a,d,g){function e(a){return c.call(a.cloneNode(!0),this)}var h=b(a);g&&a.empty().append(g.map(function(a){return h.map(e,a)}));return a}};r.El=e;m.append=p;m.after=function(a,b){p.call(a.parentNode,this,b?a:a.nextSibling);return this};m.to=function(a,b){p.call(a,this,b);return this};m.hasClass=l;m.addClass=n;m.rmClass=s;m.toggleClass=q;m.empty=function(){for(var a;a=
this.firstChild;)g.call(a);return this};m.kill=g;m.on=function(a,b){Event.add(this,a,b);return this};m.non=function(a,b){Event.remove(this,a,b);return this};m.attr=a;m.set=function(b,c,d){if(b)if("object"==typeof b)for(c in b)d=b[c],"class"==c?n.call(this,d):"string"==typeof d?a.call(this,c,d):d||this.removeAttribute(c);else p.call(this,b);return this};m.render=c;m.txt=function(a){var b="textContent"in this?"textContent":"innerText";return arguments.length?this[b]=a:this[b]};m.val=function(a){var b=
this,c=b.type,d=b.options;if(arguments.length)return b.value=a;if("select-multiple"==c){a=[];for(c=0;b=d[c++];)!b.selected||b.disabled||b.parentNode.disabled||a.push(b.value);return a}return"checkbox"!=c&&"radio"!=c||b.checked?b.value||options&&options[b.selectedIndex].value||"on":""};m.find="\v"!=="v"&&m.querySelector||function(a){return d(this,a,!0)};m.findAll=m.querySelectorAll?function(a){return new w(this.querySelectorAll(a))}:function(a){return new w(d(this,a))};e.wrap=w;w.prototype=Object.keys(m).reduce(function(a,
b){a[b]=function(){for(var a=this._nodes,c=0,d=a.length;c<d;)m[b].apply(a[c++],arguments);return this};return a},{});m===e[k]&&(h.createElement=function(a){return z(E(a))},z(h.body));e[k]=m;e.get=function(a){"string"==typeof a&&(a=h.getElementById(a));return a&&a.to?a:z(a)};A._el=y;A._fn=u;e.cache=A;e.text=function(a){return h.createTextNode(a)};B.prototype.done=function(){e.cache(this.name,this.el.removeChild(this.el.firstChild),c);this.el.plugin=null;return this.parent};x.plugins={template:B};e.create=
e.tpl=function(a){return x(a).render()};e.include=function(a,b,c){b=e.get(a);(new B(null,a)).el.append(e.tpl(b.innerHTML)).plugin.done();b.kill()};e.i18n=t;t.get=C;t.use=function(a){a=C(a);v!=(v=a)&&(t[a]=t[a]||{});return h.documentElement.lang=a};t.add=G;t.def=function(a){Object.each(a,function(b,c){G(c,a)})}}(window,document,"prototype");
!function(r){var h=document,k=r.Event||(r.Event={}),e=120,p="addEventListener",l="removeEventListener",n=r[p]?"":(p="attachEvent",l="detachEvent","on"),s="onwheel"in h?"wheel":"onmousewheel"in h?"mousewheel":"DOMMouseScroll",q=k.Emitter={on:function(g,a,b){var c=this._e||(this._e={});(c[g]||(c[g]=[])).push([a,b]);return this},non:function(g,a){if(g){if(this._e&&this._e[g]&&a)for(var b=this._e[g],c=b.length;c--;)b[c][0]==a?b.splice(c,1):delete this._e[g]}else delete this._e;return this},once:function(g,
a,b){return this.on(g,a,b).on(g,this.non.bind(this,g,a))},emit:function(g){if(this._e&&this._e[g])for(var a=0,b=this._e[g],c=b.slice.call(arguments,1);g=b[a++];)g[0].apply(g[1]||this,c);return this}};q.off=q.non;k.add=function(g,a,b){var c="wheel"==a?function(a){a||(a=r.event);var c=(a.wheelDelta||-a.detail||-a.deltaY)/e;if(0!=c){if(1>c&&-1<c){var h=(0>c?-1:1)/c,c=c*h;e/=h}b.call(g,a,c)}}:n?function(){b.call(g,r.event)}:b;c!=b&&(c.origin=b);q.on.call(g,a,c,g);g[p](n+("wheel"==a?s:a),c,!1);return k};
k.remove=function(g,a,b){if(b&&g._e&&g._e[a])for(var c,d=g._e[a],e=0;c=d[e];e++)if(c=c[0],c==b||c.origin==b)d.splice(e,1),b=c;g[l](n+("wheel"==a?s:a),b,!1);return k};k.stop=function(e){e.stopPropagation&&e.stopPropagation();e.preventDefault&&e.preventDefault();e.cancelBubble=e.cancel=!0;return e.returnValue=!1};k.removeAll=function(e,a,b,c,d){if(e._e)for(b in e._e)if(!a||b==a)for(c=e._e[b],d=c.length;d--;)k.remove(e,b,c[0])}}(this);
!function(r,h,k){function e(c){c=(c||a).href.split("#")[1]||"";c=decodeURIComponent(c.replace(/\+/g," "));return c.replace(b,"")}function p(b,c){b=encodeURIComponent(b).replace(/%20/g,"+").replace(/%2F/gi,"/");a[c?"replace":"assign"]("#"+b);if(q&&e()!==e(q.location))q.location[c?"replace":q.document.open().close(),"assign"]("#"+b);l()}function l(){s!=(s=e())&&n&&n(s)}var n,s,q,g,a=location,b=/^[#\/\!]+|[\s\/]+$/g,c=!+"\v1"&&8>(h.documentMode||1);k.getUrl=e;k.setUrl=p;k.start=function(a,b){n||("onhashchange"in
r&&!c?r.onhashchange=l:(c&&(q=h.body.appendChild(h.createElement('<iframe class="hide" src="//:" tabindex="-1">')).contentWindow),g=e(),setInterval(function(){var a=e();q&&g===a&&(a=e(q.location));g!==a&&(g=a,q?p(a):l())},50)));n=a;l()}}(this,document,history);
!function(r){function h(a,b,c,d){if(n[a])return b&&n[a].init(b,c,d),n[a];if(!(this instanceof h))return new h(a,b,c,d);n[this.route=a]=this;this.init(b,c,d);if("#"!=a.charAt(0)){b=s++;var r=["o._r='"+a+"'"];c=a.replace(/:(\w+)/g,"{$1}").replace(g,function(a,b){return b?r.push("o['"+b+"']=a["+s++ +"]")&&"([^/]+?)":a.replace(q,"\\$&")});p+=(p?"||":"")+"a["+b+"]&&("+r+")";l+=(l?"|":"")+"("+c+")";k=new Function("a","var o={};return "+p+",o");e=new RegExp("^\\/?(?:"+l+")[\\/\\s]*$")}h.active==a&&this.show()}
var k,e,p="",l="",n={},s=1,q=/[.*+?^=!:${}()|\[\]\/\\]/g,g=/\{([\w%.]+?)\}|.[^{\\]*?/g;h.prototype={init:function(a,b,c){this.el=a;this.parent="string"==typeof b?h(b):b;this.selector=c},getEl:function(){var a=typeof this.el;"function"==a?this.el=this.el():"string"==a&&(this.el=El(this.el));return this.el},getContentEl:function(){return this.selector&&this.getEl().find(this.selector)||this.getEl()},load:function(a){var b=this;xhr.load((h.base||"")+(b.file||b.route+".js"),function(){if(b.el)b.show(a);
else throw Error("No View "+b.route);})},show:function(a){h.active=this.route;this.el?(this.active&&this.close(),this.ping(a),h.active==this.route&&this.emit("show",a)):this.load(a)},close:function(a){var b=this.parent;this.active=!1;b&&(b.getContentEl().removeChild(this.getEl()),b.child=null);this.emit("close",a);this.child&&this.child.close()},ping:function(a){var b=this.parent;this.active=!0;b&&(b.child!=this&&(b.child&&b.child.close(),b.child=this,b.getContentEl().appendChild(this.getEl())),b.ping(a));
this.emit("ping",a)}};Object.merge(h.prototype,Event.Emitter);h.show=function(a){var b=e.exec(a);h(b&&(b=k(b))._r||a&&h["404"]||h.main).show(b||{})};h.define=function(a){for(var b,c=/(\S+)\?(\S+)/g;b=c.exec(a);)b[2].split(",").map(function(a){h(a).file=b[1]})};r.View=h}(this);
{
"name": "litejs",
"version": "0.0.25",
"version": "0.0.27",
"stability": 1,

@@ -24,14 +24,12 @@ "license": "MIT",

"dependencies": {
"browser-event-lite": "*",
"browser-history-lite": "*",
"browser-event-lite": "0.1.4",
"browser-history-lite": "0.1.1",
"browser-upgrade-lite": "1.1.0",
"date-format-lite": "*",
"functional-lite": "*",
"elements-lite": "0.3.8",
"view-lite": "0.3.4"
"buildman": "0.2.20",
"date-format-lite": "0.6.0",
"elements-lite": "0.4.0",
"functional-lite": "0.3.0",
"testman": "0.1.9",
"view-lite": "0.4.0"
},
"devDependencies": {
"buildman": "*",
"testman": "*"
},
"buildman": {

@@ -38,0 +36,0 @@ "dist/bootstrap-min.js": "bootstrap.js",

[npm-package]: https://npmjs.org/package/litejs
@version 0.0.25
@date 2014-10-04
@version 0.0.27
@date 2014-12-08
@stability 1 - Experimental

@@ -7,0 +7,0 @@

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc