feature(bower) philip v1.3.6

This commit is contained in:
coderaiser 2017-04-28 16:28:00 +03:00
parent 75a590a411
commit 9ac60549c7
15 changed files with 52 additions and 41 deletions

View file

@ -29,12 +29,12 @@
],
"dependencies": {
"domtokenlist-shim": "~1.1.0",
"findit": "^1.1.5",
"findit": "1.1.7",
"menu": "~1.0.2",
"olark": "^1.0.0",
"philip": "^1.3.3",
"jquery": "3.1.1",
"smalltalk": "2.2.0",
"fancybox": "^2.1.6"
"fancybox": "^2.1.6",
"philip": "1.3.6"
}
}

View file

@ -26,15 +26,14 @@
"Bogdan Chadkin <trysound@yandex.ru>"
],
"homepage": "https://github.com/jwilsson/domtokenlist",
"version": "1.1.0",
"_release": "1.1.0",
"version": "1.1.1",
"_release": "1.1.1",
"_resolution": {
"type": "version",
"tag": "1.1.0",
"commit": "61eb3d90801480205a2b994ff535e60f14c65ce6"
"tag": "v1.1.1",
"commit": "83b9acb080e47a5dcdaa75f2351a0602ab8351b5"
},
"_source": "git://github.com/jwilsson/domtokenlist.git",
"_source": "https://github.com/jwilsson/domtokenlist.git",
"_target": "~1.1.0",
"_originalSource": "domtokenlist-shim",
"_direct": true
"_originalSource": "domtokenlist-shim"
}

View file

@ -49,10 +49,6 @@
;(function (window) {
'use strict';
if (window.DOMTokenList) {
return;
}
var arr = [];
var inArray = function (array, value) {

View file

@ -1,2 +1,2 @@
/*! DOMTokenlist shim | Copyright 2015 Jonathan Wilsson and Bogdan Chadkin. */
!function(t){"use strict";if(t.DOMTokenList){var e=document.createElement("a").classList,n=DOMTokenList.prototype,i=n.add,r=n.remove,o=n.toggle;e.add("c1","c2");var s=function(t){return function(){var e,n=arguments;for(e=0;e<n.length;e+=1)t.call(this,n[e])}};e.contains("c2")||(n.add=s(i),n.remove=s(r)),e.toggle("c1",!0)||(n.toggle=function(t,e){return void 0===e?o.call(this,t):((e?i:r).call(this,t),!!e)})}}(window),function(t){"use strict";if(!t.DOMTokenList){var e=[],n=function(t,n){var i;if(e.indexOf)return e.indexOf.call(t,n);for(i=0;i<t.length;i++)if(t[i]===n)return i;return-1},i=function(t){var e=/[\u0009\u000A\u000C\u000D\u0020]/;if(""===t||e.test(t))throw new Error("Token must not be empty or contain whitespace.")},r=function(t,e){var n,i=this,r=[];if(t&&e&&(i.element=t,i.prop=e,t[e]))for(r=t[e].replace(/^\s+|\s+$/g,"").split(/\s+/),n=0;n<r.length;n++)i[n]=r[n];i.length=r.length};r.prototype={add:function(){var t,n=this,r=arguments;for(t=0;t<r.length;t++)i(r[t]),n.contains(r[t])||e.push.call(n,r[t]);n.element&&(n.element[n.prop]=n)},contains:function(t){return i(t),-1!==n(this,t)},item:function(t){return this[t]||null},remove:function(){var t,r,o=arguments,s=this;for(r=0;r<o.length;r++)i(o[r]),t=n(s,o[r]),-1!==t&&e.splice.call(s,t,1);s.element&&(s.element[s.prop]=s)},toggle:function(t,e){var n=this;return n.contains(t)?e?!0:(n.remove(t),!1):e===!1?!1:(n.add(t),!0)},toString:function(){return e.join.call(this," ")}},t.DOMTokenList=r}}(window),function(){"use strict";"classList"in document.createElement("a")&&!window.QUnit||Object.defineProperty(Element.prototype,"classList",{get:function(){return new DOMTokenList(this,"className")}})}(),function(){"use strict";if(!("relList"in document.createElement("a"))||window.QUnit){var t,e=[HTMLAnchorElement,HTMLAreaElement,HTMLLinkElement],n=function(){return new DOMTokenList(this,"rel")};for(t=0;t<e.length;t++)Object.defineProperty(e[t].prototype,"relList",{get:n})}}();
!function(t){"use strict";if(t.DOMTokenList){var e=document.createElement("a").classList,n=DOMTokenList.prototype,r=n.add,i=n.remove,o=n.toggle;e.add("c1","c2");var c=function(t){return function(){var e,n=arguments;for(e=0;e<n.length;e+=1)t.call(this,n[e])}};e.contains("c2")||(n.add=c(r),n.remove=c(i)),e.toggle("c1",!0)||(n.toggle=function(t,e){return void 0===e?o.call(this,t):((e?r:i).call(this,t),!!e)})}}(window),function(t){"use strict";var e=[],n=function(t,n){var r;if(e.indexOf)return e.indexOf.call(t,n);for(r=0;r<t.length;r++)if(t[r]===n)return r;return-1},r=function(t){var e=/[\u0009\u000A\u000C\u000D\u0020]/;if(""===t||e.test(t))throw new Error("Token must not be empty or contain whitespace.")},i=function(t,e){var n,r=this,i=[];if(t&&e&&(r.element=t,r.prop=e,t[e]))for(i=t[e].replace(/^\s+|\s+$/g,"").split(/\s+/),n=0;n<i.length;n++)r[n]=i[n];r.length=i.length};i.prototype={add:function(){var t,n=this,i=arguments;for(t=0;t<i.length;t++)r(i[t]),n.contains(i[t])||e.push.call(n,i[t]);n.element&&(n.element[n.prop]=n)},contains:function(t){return r(t),-1!==n(this,t)},item:function(t){return this[t]||null},remove:function(){var t,i,o=arguments,c=this;for(i=0;i<o.length;i++)r(o[i]),t=n(c,o[i]),-1!==t&&e.splice.call(c,t,1);c.element&&(c.element[c.prop]=c)},toggle:function(t,e){var n=this;return n.contains(t)?e?!0:(n.remove(t),!1):e===!1?!1:(n.add(t),!0)},toString:function(){return e.join.call(this," ")}},t.DOMTokenList=i}(window),function(){"use strict";"classList"in document.createElement("a")&&!window.QUnit||Object.defineProperty(Element.prototype,"classList",{get:function(){return new DOMTokenList(this,"className")}})}(),function(){"use strict";if(!("relList"in document.createElement("a"))||window.QUnit){var t,e=[HTMLAnchorElement,HTMLAreaElement,HTMLLinkElement],n=function(){return new DOMTokenList(this,"rel")};for(t=0;t<e.length;t++)Object.defineProperty(e[t].prototype,"relList",{get:n})}}();

View file

@ -30,6 +30,5 @@
},
"_source": "https://github.com/fancyapps/fancyBox.git",
"_target": "^2.1.6",
"_originalSource": "fancybox",
"_direct": true
"_originalSource": "fancybox"
}

View file

@ -22,16 +22,16 @@
"modules"
],
"dependencies": {
"emitify": "^2.1.1"
"emitify": "^3.0.1"
},
"version": "1.1.6",
"_release": "1.1.6",
"version": "1.1.7",
"_release": "1.1.7",
"_resolution": {
"type": "version",
"tag": "v1.1.6",
"commit": "3a28a3bf3aff0a50012fea6a44a8334a043111c9"
"tag": "v1.1.7",
"commit": "f30860d8ab233f2dfea1ffe45710d5cfa9d7b797"
},
"_source": "https://github.com/coderaiser/domfs-findit.git",
"_target": "~1.1.4",
"_target": "1.1.7",
"_originalSource": "findit"
}

View file

@ -1,3 +1,9 @@
2017.04.28, v1.1.7
feature:
- (bower) emitify v3.0.1
2016.07.14, v1.1.6
feature:

View file

@ -22,6 +22,6 @@
"modules"
],
"dependencies": {
"emitify": "^2.1.1"
"emitify": "^3.0.1"
}
}

View file

@ -1,7 +1,7 @@
{
"name": "findit",
"private": true,
"version": "1.1.6",
"version": "1.1.7",
"description": "Walk a directory tree in DOM File System",
"main": "lib/findit.js",
"dependencies": {},

View file

@ -26,8 +26,7 @@
"tag": "v1.0.2",
"commit": "f258a85ac333460ef2affc8b8a901be7ce93be2c"
},
"_source": "git://github.com/coderaiser/menu-io.git",
"_source": "https://github.com/coderaiser/menu-io.git",
"_target": "~1.0.2",
"_originalSource": "menu",
"_direct": true
"_originalSource": "menu"
}

View file

@ -22,6 +22,5 @@
},
"_source": "https://github.com/cloudcmd/olark.git",
"_target": "^1.0.0",
"_originalSource": "olark",
"_direct": true
"_originalSource": "olark"
}

View file

@ -22,17 +22,18 @@
],
"dependencies": {
"execon": "~1.2.2",
"emitify": "~2.1.1",
"findit": "~1.1.4"
"emitify": "3.0.2",
"findit": "1.1.7"
},
"version": "1.3.4",
"_release": "1.3.4",
"version": "1.3.6",
"_release": "1.3.6",
"_resolution": {
"type": "version",
"tag": "v1.3.4",
"commit": "48670d1115fb983e7774fa6d0118736a697081fe"
"tag": "v1.3.6",
"commit": "7475a4547d8a8abe3f615ac983a41ef26d14509b"
},
"_source": "https://github.com/coderaiser/domfs-philip.git",
"_target": "^1.3.3",
"_originalSource": "philip"
"_target": "^1.3.6",
"_originalSource": "philip",
"_direct": true
}

View file

@ -1,3 +1,15 @@
2017.05.10, v1.3.6
feature:
- (bower) emitify v3.0.2
2017.04.28, v1.3.5
feature:
- (bower) emitify v3.0.1
2016.07.14, v1.3.4
feature:

View file

@ -22,7 +22,7 @@
],
"dependencies": {
"execon": "~1.2.2",
"emitify": "~2.1.1",
"findit": "~1.1.4"
"emitify": "3.0.2",
"findit": "1.1.7"
}
}

View file

@ -1,7 +1,7 @@
{
"name": "philip",
"private": true,
"version": "1.3.4",
"version": "1.3.6",
"description": "Process files and directories in DOM File System",
"main": "lib/philip.js",
"dependencies": {},