From b8a4dcf93b3218040a9f923b8882eedf02f49bac Mon Sep 17 00:00:00 2001 From: Marc Scheib Date: Sat, 13 Feb 2016 13:14:15 +0100 Subject: [PATCH 01/48] Add Aurelia Notification Plugin --- registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.json b/registry.json index bc9af0b..6c1011e 100644 --- a/registry.json +++ b/registry.json @@ -133,6 +133,7 @@ "aurelia-logging-console": "npm:aurelia-logging-console", "aurelia-metadata": "npm:aurelia-metadata", "aurelia-modal": "github:vheissu/aurelia-modal", + "aurelia-notification": "github:MarcScheib/aurelia-notification", "aurelia-path": "npm:aurelia-path", "aurelia-polymer": "github:roguePanda/aurelia-polymer", "aurelia-route-recognizer": "npm:aurelia-route-recognizer", From 96e0a78e17831df17cc6d3c7bf0f72d2c5a9345f Mon Sep 17 00:00:00 2001 From: patrickheeney Date: Sat, 13 Feb 2016 21:23:04 -0700 Subject: [PATCH 02/48] Add webpack@1.12.13 to overrides --- package-overrides/npm/webpack@1.12.13.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 package-overrides/npm/webpack@1.12.13.json diff --git a/package-overrides/npm/webpack@1.12.13.json b/package-overrides/npm/webpack@1.12.13.json new file mode 100644 index 0000000..d480003 --- /dev/null +++ b/package-overrides/npm/webpack@1.12.13.json @@ -0,0 +1,5 @@ +{ + "dependencies": { + "node-libs-browser": ">= 0.4.0 <=0.5.3" + } +} From 4581c3e6833e628abf5169720f1d8c205a3a08f2 Mon Sep 17 00:00:00 2001 From: kendo5731 Date: Tue, 16 Feb 2016 11:06:16 +0100 Subject: [PATCH 03/48] Add github/AngularJS-Toaster@1.1.0 --- .../github/jirikavi/AngularJS-Toaster@1.1.0.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package-overrides/github/jirikavi/AngularJS-Toaster@1.1.0.json diff --git a/package-overrides/github/jirikavi/AngularJS-Toaster@1.1.0.json b/package-overrides/github/jirikavi/AngularJS-Toaster@1.1.0.json new file mode 100644 index 0000000..ab0c900 --- /dev/null +++ b/package-overrides/github/jirikavi/AngularJS-Toaster@1.1.0.json @@ -0,0 +1,13 @@ +{ + "main": "toaster", + "dependencies": { + "css": "jspm:css@*" + }, + "shim": { + "toaster": { + "deps": [ + "./toaster.css!" + ] + } + } +} From d248c1a3d4a8baf5eb906d2bd9c0e7c41a8d682f Mon Sep 17 00:00:00 2001 From: Kevin Jones Date: Tue, 16 Feb 2016 13:43:15 +0000 Subject: [PATCH 04/48] adding scss plugin --- registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.json b/registry.json index 86103eb..6756e7d 100644 --- a/registry.json +++ b/registry.json @@ -16,6 +16,7 @@ "plugin-typescript": "github:frankwallis/plugin-typescript", "raw": "github:matthewbauer/plugin-raw", "sass": "github:mobilexag/plugin-sass", + "scss": "github:KevCJones/plugin-scss", "text": "github:systemjs/plugin-text", "ts": "github:frankwallis/plugin-typescript", "tsv": "github:wpf500/plugin-tsv", From d22222bcb832a15067597998fac7a1aabc632fc1 Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Wed, 17 Feb 2016 16:25:26 -0500 Subject: [PATCH 05/48] Add aurelia-polyfills to the registry. --- registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.json b/registry.json index 86103eb..c6e0d3a 100644 --- a/registry.json +++ b/registry.json @@ -100,6 +100,7 @@ "array-sugar": "github:capaj/array-sugar", "assert": "github:jspm/nodelibs-assert", "aurelia-pal": "npm:aurelia-pal", + "aurelia-polyfills": "npm:aurelia-polyfills", "aurelia-pal-browser": "npm:aurelia-pal-browser", "aurelia-pal-nodejs": "npm:aurelia-pal-nodejs", "aurelia-async": "npm:aurelia-async", From 5f1021403fc4227daadef33a7313a4c783875981 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Thu, 18 Feb 2016 15:33:06 +0200 Subject: [PATCH 06/48] mocha jspm 0.17 --- package-overrides/npm/mocha@2.2.5.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package-overrides/npm/mocha@2.2.5.json b/package-overrides/npm/mocha@2.2.5.json index 327a3cf..212ea55 100644 --- a/package-overrides/npm/mocha@2.2.5.json +++ b/package-overrides/npm/mocha@2.2.5.json @@ -7,6 +7,12 @@ "exports": "mocha" } }, + "meta": { + "mocha.js": { + "deps": ["./mocha.css!"], + "exports": "Mocha" + } + }, "dependencies": { "css": "*" }, From ea94fc8dd5277cc3f146cfb12c3f99cbec1ab0fa Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Thu, 18 Feb 2016 16:24:23 +0200 Subject: [PATCH 07/48] Update registry.json --- registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.json b/registry.json index c6e0d3a..6d83d0f 100644 --- a/registry.json +++ b/registry.json @@ -477,6 +477,7 @@ "ua-parser-js": "npm:ua-parser-js", "uikit": "github:uikit/uikit", "underscore": "npm:underscore", + "unexpected": "npm:unexpected", "uri-templates": "npm:uri-templates", "uri": "github:medialize/URI.js", "url": "github:jspm/nodelibs-url", From f1fcd98b52cdd3085444f03fe4625dd9815c380f Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Thu, 18 Feb 2016 16:30:28 +0200 Subject: [PATCH 08/48] Create unexpected@10.8.1.json --- package-overrides/npm/unexpected@10.8.1.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 package-overrides/npm/unexpected@10.8.1.json diff --git a/package-overrides/npm/unexpected@10.8.1.json b/package-overrides/npm/unexpected@10.8.1.json new file mode 100644 index 0000000..dbdf183 --- /dev/null +++ b/package-overrides/npm/unexpected@10.8.1.json @@ -0,0 +1,4 @@ +{ + "main": "unexpected.js", + "dependencies": {} +} From 200177758685b0adf2914bef4e1b8562bdd69616 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Thu, 18 Feb 2016 16:31:12 +0200 Subject: [PATCH 09/48] Update unexpected@10.8.1.json --- package-overrides/npm/unexpected@10.8.1.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package-overrides/npm/unexpected@10.8.1.json b/package-overrides/npm/unexpected@10.8.1.json index dbdf183..ad014e5 100644 --- a/package-overrides/npm/unexpected@10.8.1.json +++ b/package-overrides/npm/unexpected@10.8.1.json @@ -1,4 +1,5 @@ { "main": "unexpected.js", - "dependencies": {} + "dependencies": {}, + "jspmPackage": true } From 0f217ce9fbf20e3455b34021f04a162ecdc0a564 Mon Sep 17 00:00:00 2001 From: Clint Harris Date: Fri, 19 Feb 2016 11:03:21 -0500 Subject: [PATCH 10/48] Add chardin.js package --- .../github/heelhook/chardin.js@0.1.3.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package-overrides/github/heelhook/chardin.js@0.1.3.json diff --git a/package-overrides/github/heelhook/chardin.js@0.1.3.json b/package-overrides/github/heelhook/chardin.js@0.1.3.json new file mode 100644 index 0000000..e657650 --- /dev/null +++ b/package-overrides/github/heelhook/chardin.js@0.1.3.json @@ -0,0 +1,15 @@ +{ + "registry": "jspm", + "main": "chardinjs", + "format": "global", + "shim": { + "chardinjs": [ + "jquery", + "./chardinjs.css!" + ] + }, + "dependencies": { + "jquery": "github:components/jquery", + "css": "github:systemjs/plugin-css" + } +} \ No newline at end of file From 0ca1fc48ac636e93ba651c1c71ae3db0298363e1 Mon Sep 17 00:00:00 2001 From: Clint Harris Date: Fri, 19 Feb 2016 16:49:16 -0500 Subject: [PATCH 11/48] Add Materialize 0.97.5 package overrides --- .../github/Dogfalo/materialize@0.97.5.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package-overrides/github/Dogfalo/materialize@0.97.5.json diff --git a/package-overrides/github/Dogfalo/materialize@0.97.5.json b/package-overrides/github/Dogfalo/materialize@0.97.5.json new file mode 100644 index 0000000..b52182a --- /dev/null +++ b/package-overrides/github/Dogfalo/materialize@0.97.5.json @@ -0,0 +1,17 @@ +{ + "main": "js/materialize", + "format": "global", + "registry": "github", + "shim": { + "js/materialize": { + "deps": [ + "jquery", + "../css/materialize.css!" + ] + } + }, + "dependencies": { + "jquery": "github:components/jquery", + "css": "github:systemjs/plugin-css" + } +} \ No newline at end of file From fe0309273043ce43f0c94b221735819ae32b0fdd Mon Sep 17 00:00:00 2001 From: Clint Harris Date: Fri, 19 Feb 2016 17:27:55 -0500 Subject: [PATCH 12/48] Add package overrides for Material Design icons --- .../jossef/material-design-icons-iconfont@2.0.4.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package-overrides/github/jossef/material-design-icons-iconfont@2.0.4.json diff --git a/package-overrides/github/jossef/material-design-icons-iconfont@2.0.4.json b/package-overrides/github/jossef/material-design-icons-iconfont@2.0.4.json new file mode 100644 index 0000000..c62492b --- /dev/null +++ b/package-overrides/github/jossef/material-design-icons-iconfont@2.0.4.json @@ -0,0 +1,8 @@ +{ + "main": "./dist/material-design-icons.css!", + "format": "global", + "registry": "github", + "dependencies": { + "css": "github:systemjs/plugin-css" + } +} \ No newline at end of file From 9226019ef9390331a05999c7e1f7534a4631c0ad Mon Sep 17 00:00:00 2001 From: Clint Harris Date: Fri, 19 Feb 2016 17:30:13 -0500 Subject: [PATCH 13/48] Removed accidental commit --- .../jossef/material-design-icons-iconfont@2.0.4.json | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 package-overrides/github/jossef/material-design-icons-iconfont@2.0.4.json diff --git a/package-overrides/github/jossef/material-design-icons-iconfont@2.0.4.json b/package-overrides/github/jossef/material-design-icons-iconfont@2.0.4.json deleted file mode 100644 index c62492b..0000000 --- a/package-overrides/github/jossef/material-design-icons-iconfont@2.0.4.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "main": "./dist/material-design-icons.css!", - "format": "global", - "registry": "github", - "dependencies": { - "css": "github:systemjs/plugin-css" - } -} \ No newline at end of file From f3e64aebe543029de80bf3d74d6e3f72f2a8b533 Mon Sep 17 00:00:00 2001 From: Clint Harris Date: Sat, 20 Feb 2016 12:37:40 -0500 Subject: [PATCH 14/48] Added overrides Material Design icon font library: https://github.com/jossef/material-design-icons-iconfont --- .../jossef/material-design-icons-iconfont@2.0.4.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package-overrides/github/jossef/material-design-icons-iconfont@2.0.4.json diff --git a/package-overrides/github/jossef/material-design-icons-iconfont@2.0.4.json b/package-overrides/github/jossef/material-design-icons-iconfont@2.0.4.json new file mode 100644 index 0000000..c62492b --- /dev/null +++ b/package-overrides/github/jossef/material-design-icons-iconfont@2.0.4.json @@ -0,0 +1,8 @@ +{ + "main": "./dist/material-design-icons.css!", + "format": "global", + "registry": "github", + "dependencies": { + "css": "github:systemjs/plugin-css" + } +} \ No newline at end of file From b21853a5e7b551e0e6b104177bbf5e835a6c9758 Mon Sep 17 00:00:00 2001 From: offirmo Date: Sun, 21 Feb 2016 15:32:26 +0100 Subject: [PATCH 15/48] Create bower-angular-messages@1.5.0.json Shim for angular-messages. Exactly the same as https://github.com/jspm/registry/blob/master/package-overrides/github/angular/bower-angular-animate%401.3.0.json or https://github.com/jspm/registry/blob/master/package-overrides/github/angular/bower-angular-aria%401.3.0.json --- .../github/angular/bower-angular-messages@1.5.0.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package-overrides/github/angular/bower-angular-messages@1.5.0.json diff --git a/package-overrides/github/angular/bower-angular-messages@1.5.0.json b/package-overrides/github/angular/bower-angular-messages@1.5.0.json new file mode 100644 index 0000000..37f813f --- /dev/null +++ b/package-overrides/github/angular/bower-angular-messages@1.5.0.json @@ -0,0 +1,12 @@ +{ + "main": "angular-messages", + "shim": { + "angular-messages": { + "deps": ["angular"] + } + }, + "registry": "jspm", + "dependencies": { + "angular": "^1.5.0" + } +} From 0645fb22f302685a734d5caab3a270dc23e2bc70 Mon Sep 17 00:00:00 2001 From: Stephen Lautier Date: Sun, 21 Feb 2016 19:28:44 +0100 Subject: [PATCH 16/48] Add ssv-core to registry --- registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.json b/registry.json index 6d83d0f..c8b2574 100644 --- a/registry.json +++ b/registry.json @@ -442,6 +442,7 @@ "spin": "github:fgnass/spin.js", "sprintf-js": "npm:sprintf-js", "ss-utils": "npm:ss-utils", + "ssv-core": "npm:ssv-core", "stomp-websocket": "github:jmesnil/stomp-websocket", "stream": "github:jspm/nodelibs-stream", "string_decoder": "github:jspm/nodelibs-string_decoder", From a1c6acd149f92e0036524e9906df31f8a79d9d04 Mon Sep 17 00:00:00 2001 From: Raj Vijay Date: Sun, 21 Feb 2016 22:51:15 -0500 Subject: [PATCH 17/48] Create tag-it --- tag-it | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tag-it diff --git a/tag-it b/tag-it new file mode 100644 index 0000000..0bbd28b --- /dev/null +++ b/tag-it @@ -0,0 +1,11 @@ +"{ + "registry": 'jspm', + "main": 'js/tag-it', + "shim": { 'js/tag-it': + { "deps": ['jquery','jquery-ui','../css/jquery.tagit.css!'], + "exports":'$' } }, + "dependencies": { 'jquery': 'github:components/jquery', + 'jquery-ui':'github:components/jqueryui@1.11.4', + 'css':'github:systemjs/plugin-css'}, + "format": 'global' +}" From 22047af3393a7bf022e78f9913a85a089789dd99 Mon Sep 17 00:00:00 2001 From: Raj Vijay Date: Sun, 21 Feb 2016 23:01:42 -0500 Subject: [PATCH 18/48] Create tag-it.1.0.0.json Override for tags input https://github.com/aehlke/tag-it --- package-overrides/github/tagit/tag-it.1.0.0.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package-overrides/github/tagit/tag-it.1.0.0.json diff --git a/package-overrides/github/tagit/tag-it.1.0.0.json b/package-overrides/github/tagit/tag-it.1.0.0.json new file mode 100644 index 0000000..0bbd28b --- /dev/null +++ b/package-overrides/github/tagit/tag-it.1.0.0.json @@ -0,0 +1,11 @@ +"{ + "registry": 'jspm', + "main": 'js/tag-it', + "shim": { 'js/tag-it': + { "deps": ['jquery','jquery-ui','../css/jquery.tagit.css!'], + "exports":'$' } }, + "dependencies": { 'jquery': 'github:components/jquery', + 'jquery-ui':'github:components/jqueryui@1.11.4', + 'css':'github:systemjs/plugin-css'}, + "format": 'global' +}" From 50c555caed1424f5a2ab3d26c1ae8851d6168435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20H=C3=A9monic?= Date: Mon, 22 Feb 2016 18:39:13 +0100 Subject: [PATCH 19/48] Add knockout-jquery --- registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.json b/registry.json index 6d83d0f..4542035 100644 --- a/registry.json +++ b/registry.json @@ -311,6 +311,7 @@ "klayjs": "github:OpenKieler/klayjs", "kl-watch-once": "github:kasperlewau/kl-watch-once", "knockout": "github:knockout/knockout", + "knockout-jqueryui": "github:gvas/knockout-jqueryui", "knockout-paging": "npm:knockout-paging", "knockout-pre-rendered": "npm:knockout-pre-rendered", "knockout-validation": "github:Knockout-Contrib/Knockout-Validation", From 5d339b5198df898d4a2c85090588a250a32ec3dc Mon Sep 17 00:00:00 2001 From: Stefan Karlsson Date: Mon, 22 Feb 2016 23:53:20 +0100 Subject: [PATCH 20/48] added metisMenu --- package-overrides/github/onokumus/metisMenu@2.4.0.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package-overrides/github/onokumus/metisMenu@2.4.0.json diff --git a/package-overrides/github/onokumus/metisMenu@2.4.0.json b/package-overrides/github/onokumus/metisMenu@2.4.0.json new file mode 100644 index 0000000..0a3cc0b --- /dev/null +++ b/package-overrides/github/onokumus/metisMenu@2.4.0.json @@ -0,0 +1,8 @@ +{ + "main": "dist/metisMenu", + "shim": { + "dist/metisMenu": [ + "jquery" + ] + } +} \ No newline at end of file From 49667d95af454ead96326e864b168e2fbefa8bea Mon Sep 17 00:00:00 2001 From: Niels Timmermans Date: Tue, 23 Feb 2016 09:47:00 +0100 Subject: [PATCH 21/48] Add localytics/angular-chosen to registry --- .../github/localytics/angular-chosen@1.0.7.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package-overrides/github/localytics/angular-chosen@1.0.7.json diff --git a/package-overrides/github/localytics/angular-chosen@1.0.7.json b/package-overrides/github/localytics/angular-chosen@1.0.7.json new file mode 100644 index 0000000..0fd3b6b --- /dev/null +++ b/package-overrides/github/localytics/angular-chosen@1.0.7.json @@ -0,0 +1,15 @@ +{ + "main": "chosen", + "dependencies": { + "angular": "^1.2.0", + "chosen": "^1.1.0" + }, + "shim": { + "chosen": { + "deps": [ + "angular", + "chosen" + ] + } + } +} \ No newline at end of file From a2178a0155bc9c99fba7f7608cae249532d2c0c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20H=C3=A9monic?= Date: Wed, 24 Feb 2016 10:35:47 +0100 Subject: [PATCH 22/48] Add knockout-select2 --- .../github/cruikshj/knockout-select2@1.0.0.json | 7 +++++++ registry.json | 1 + 2 files changed, 8 insertions(+) create mode 100644 package-overrides/github/cruikshj/knockout-select2@1.0.0.json diff --git a/package-overrides/github/cruikshj/knockout-select2@1.0.0.json b/package-overrides/github/cruikshj/knockout-select2@1.0.0.json new file mode 100644 index 0000000..a5a4f73 --- /dev/null +++ b/package-overrides/github/cruikshj/knockout-select2@1.0.0.json @@ -0,0 +1,7 @@ +{ + "main": "dist/knockout-select2", + "dependencies": { + "jquery": "npm:jquery@^2.2.0", + "knockout": "github:knockout/knockout@^3.3.0" + } +} \ No newline at end of file diff --git a/registry.json b/registry.json index 4542035..5d475b8 100644 --- a/registry.json +++ b/registry.json @@ -314,6 +314,7 @@ "knockout-jqueryui": "github:gvas/knockout-jqueryui", "knockout-paging": "npm:knockout-paging", "knockout-pre-rendered": "npm:knockout-pre-rendered", + "knockout-select2": "github:cruikshj/knockout-select2", "knockout-validation": "github:Knockout-Contrib/Knockout-Validation", "lazy":"npm:lazy.js", "leaflet": "github:Leaflet/Leaflet", From 4999c574790ec4eb5174ed78b787b1afe32eb499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20H=C3=A9monic?= Date: Wed, 24 Feb 2016 10:41:13 +0100 Subject: [PATCH 23/48] Remove "Add knockout-jquery" commit --- registry.json | 1 - 1 file changed, 1 deletion(-) diff --git a/registry.json b/registry.json index 5d475b8..4274266 100644 --- a/registry.json +++ b/registry.json @@ -311,7 +311,6 @@ "klayjs": "github:OpenKieler/klayjs", "kl-watch-once": "github:kasperlewau/kl-watch-once", "knockout": "github:knockout/knockout", - "knockout-jqueryui": "github:gvas/knockout-jqueryui", "knockout-paging": "npm:knockout-paging", "knockout-pre-rendered": "npm:knockout-pre-rendered", "knockout-select2": "github:cruikshj/knockout-select2", From 96482fe751cafd3fddb3f1b64dda4cfecd85cb98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20H=C3=A9monic?= Date: Wed, 24 Feb 2016 14:30:37 +0100 Subject: [PATCH 24/48] Add knockout-jqueryui https://github.com/gvas/knockout-jqueryui --- .../github/gvas/knockout-jqueryui@2.2.2.json | 11 +++++++++++ registry.json | 1 + 2 files changed, 12 insertions(+) create mode 100644 package-overrides/github/gvas/knockout-jqueryui@2.2.2.json diff --git a/package-overrides/github/gvas/knockout-jqueryui@2.2.2.json b/package-overrides/github/gvas/knockout-jqueryui@2.2.2.json new file mode 100644 index 0000000..7b938f6 --- /dev/null +++ b/package-overrides/github/gvas/knockout-jqueryui@2.2.2.json @@ -0,0 +1,11 @@ +{ + "main": false, + "dependencies": { + "jquery": "npm:jquery", + "jqueryui": "github:components/jqueryui", + "knockout": "github:knockout/knockout" + }, + "map": { + "jquery-ui": "jqueryui/ui" + } +} \ No newline at end of file diff --git a/registry.json b/registry.json index 4274266..5d475b8 100644 --- a/registry.json +++ b/registry.json @@ -311,6 +311,7 @@ "klayjs": "github:OpenKieler/klayjs", "kl-watch-once": "github:kasperlewau/kl-watch-once", "knockout": "github:knockout/knockout", + "knockout-jqueryui": "github:gvas/knockout-jqueryui", "knockout-paging": "npm:knockout-paging", "knockout-pre-rendered": "npm:knockout-pre-rendered", "knockout-select2": "github:cruikshj/knockout-select2", From 18637a5f749d5abfe37fb602939cd743f8c38695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20H=C3=A9monic?= Date: Wed, 24 Feb 2016 15:55:05 +0100 Subject: [PATCH 25/48] Add highcharts https://github.com/highcharts/highcharts --- package-overrides/github/highcharts/highcharts@4.2.3.json | 6 ++++++ registry.json | 1 + 2 files changed, 7 insertions(+) create mode 100644 package-overrides/github/highcharts/highcharts@4.2.3.json diff --git a/package-overrides/github/highcharts/highcharts@4.2.3.json b/package-overrides/github/highcharts/highcharts@4.2.3.json new file mode 100644 index 0000000..58f795a --- /dev/null +++ b/package-overrides/github/highcharts/highcharts@4.2.3.json @@ -0,0 +1,6 @@ +{ + "main": "highcharts.src", + "directories": { + "dist": "lib" + } +} \ No newline at end of file diff --git a/registry.json b/registry.json index 5d475b8..871e297 100644 --- a/registry.json +++ b/registry.json @@ -247,6 +247,7 @@ "happy": "github:henrikjoreteg/Happy.js", "hbs": "github:davis/plugin-hbs", "headroom.js": "github:WickyNilliams/headroom.js", + "highcharts": "github:highcharts/highcharts", "highlightjs": "github:components/highlightjs", "hoek": "github:capaj/hoek-browser", "http": "github:jspm/nodelibs-http", From 66c2f4a2b2293a73344842671f05c31862dc15da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20H=C3=A9monic?= Date: Wed, 24 Feb 2016 16:16:36 +0100 Subject: [PATCH 26/48] Improve highcharts Do not specify directories.dist --- package-overrides/github/highcharts/highcharts@4.2.3.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package-overrides/github/highcharts/highcharts@4.2.3.json b/package-overrides/github/highcharts/highcharts@4.2.3.json index 58f795a..5728a8e 100644 --- a/package-overrides/github/highcharts/highcharts@4.2.3.json +++ b/package-overrides/github/highcharts/highcharts@4.2.3.json @@ -1,6 +1,3 @@ { - "main": "highcharts.src", - "directories": { - "dist": "lib" - } + "main": "lib/highcharts.src" } \ No newline at end of file From c0a2ff6d360313be18adf35e9d860f051167d79c Mon Sep 17 00:00:00 2001 From: Raj Vijay Date: Wed, 24 Feb 2016 20:08:32 -0500 Subject: [PATCH 27/48] Rename tag-it.1.0.0.json to tag-it@1.0.0.json --- .../github/tagit/{tag-it.1.0.0.json => tag-it@1.0.0.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename package-overrides/github/tagit/{tag-it.1.0.0.json => tag-it@1.0.0.json} (100%) diff --git a/package-overrides/github/tagit/tag-it.1.0.0.json b/package-overrides/github/tagit/tag-it@1.0.0.json similarity index 100% rename from package-overrides/github/tagit/tag-it.1.0.0.json rename to package-overrides/github/tagit/tag-it@1.0.0.json From 72d0765ab9b21623174783b5e4df07e510e19f3d Mon Sep 17 00:00:00 2001 From: Raj Vijay Date: Wed, 24 Feb 2016 20:17:38 -0500 Subject: [PATCH 28/48] Rename tag-it@1.0.0.json to tagit@1.0.0.json --- .../github/tagit/{tag-it@1.0.0.json => tagit@1.0.0.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename package-overrides/github/tagit/{tag-it@1.0.0.json => tagit@1.0.0.json} (100%) diff --git a/package-overrides/github/tagit/tag-it@1.0.0.json b/package-overrides/github/tagit/tagit@1.0.0.json similarity index 100% rename from package-overrides/github/tagit/tag-it@1.0.0.json rename to package-overrides/github/tagit/tagit@1.0.0.json From 8aa0fffdcdc7757f57ace1ee7a2d97d32d3543b9 Mon Sep 17 00:00:00 2001 From: Raj Vijay Date: Wed, 24 Feb 2016 20:20:59 -0500 Subject: [PATCH 29/48] Update tagit@1.0.0.json --- package-overrides/github/tagit/tagit@1.0.0.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-overrides/github/tagit/tagit@1.0.0.json b/package-overrides/github/tagit/tagit@1.0.0.json index 0bbd28b..85f3664 100644 --- a/package-overrides/github/tagit/tagit@1.0.0.json +++ b/package-overrides/github/tagit/tagit@1.0.0.json @@ -1,4 +1,4 @@ -"{ +{ "registry": 'jspm', "main": 'js/tag-it', "shim": { 'js/tag-it': @@ -8,4 +8,4 @@ 'jquery-ui':'github:components/jqueryui@1.11.4', 'css':'github:systemjs/plugin-css'}, "format": 'global' -}" +} From 2ca37a7de6593df83c5abe7b67b328799bbe386c Mon Sep 17 00:00:00 2001 From: Raj Vijay Date: Wed, 24 Feb 2016 20:26:44 -0500 Subject: [PATCH 30/48] Update tagit@1.0.0.json --- .../github/tagit/tagit@1.0.0.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package-overrides/github/tagit/tagit@1.0.0.json b/package-overrides/github/tagit/tagit@1.0.0.json index 85f3664..6255a94 100644 --- a/package-overrides/github/tagit/tagit@1.0.0.json +++ b/package-overrides/github/tagit/tagit@1.0.0.json @@ -1,11 +1,11 @@ { - "registry": 'jspm', - "main": 'js/tag-it', - "shim": { 'js/tag-it': - { "deps": ['jquery','jquery-ui','../css/jquery.tagit.css!'], - "exports":'$' } }, - "dependencies": { 'jquery': 'github:components/jquery', - 'jquery-ui':'github:components/jqueryui@1.11.4', - 'css':'github:systemjs/plugin-css'}, - "format": 'global' + "registry": "jspm", + "main": "js/tag-it", + "shim": { "js/tag-it": + { "deps": ["jquery","jquery-ui","../css/jquery.tagit.css!"], + "exports":"$" } }, + "dependencies": { "jquery": "github:components/jquery", + "jquery-ui":"github:components/jqueryui@1.11.4", + "css":"github:systemjs/plugin-css"}, + "format": "global" } From 99dd6ab8d2d4382800084c17402b45cdf7a9bd10 Mon Sep 17 00:00:00 2001 From: Raj Vijay Date: Thu, 25 Feb 2016 08:00:12 -0500 Subject: [PATCH 31/48] Rename tagit@1.0.0.json to tagit@^1.11.4.json --- .../github/tagit/{tagit@1.0.0.json => tagit@^1.11.4.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename package-overrides/github/tagit/{tagit@1.0.0.json => tagit@^1.11.4.json} (100%) diff --git a/package-overrides/github/tagit/tagit@1.0.0.json b/package-overrides/github/tagit/tagit@^1.11.4.json similarity index 100% rename from package-overrides/github/tagit/tagit@1.0.0.json rename to package-overrides/github/tagit/tagit@^1.11.4.json From 07bad1e3de51271db3149ef0ad5d8b58a97622a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20H=C3=A9monic?= Date: Thu, 25 Feb 2016 14:43:10 +0100 Subject: [PATCH 32/48] Add select2@4.0.0 --- package-overrides/github/select2/select2@4.0.0.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 package-overrides/github/select2/select2@4.0.0.json diff --git a/package-overrides/github/select2/select2@4.0.0.json b/package-overrides/github/select2/select2@4.0.0.json new file mode 100644 index 0000000..9a0dcd5 --- /dev/null +++ b/package-overrides/github/select2/select2@4.0.0.json @@ -0,0 +1,7 @@ +{ + "main": "js/select2", + "dependencies": { + "jquery": "npm:jquery" + + } +} \ No newline at end of file From 710cce6506329b20cd3b32bd0f9fd34ae8ef7969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20H=C3=A9monic?= Date: Thu, 25 Feb 2016 14:47:14 +0100 Subject: [PATCH 33/48] Improve knockout-select2 Remove version from dependencies --- package-overrides/github/cruikshj/knockout-select2@1.0.0.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-overrides/github/cruikshj/knockout-select2@1.0.0.json b/package-overrides/github/cruikshj/knockout-select2@1.0.0.json index a5a4f73..13f2422 100644 --- a/package-overrides/github/cruikshj/knockout-select2@1.0.0.json +++ b/package-overrides/github/cruikshj/knockout-select2@1.0.0.json @@ -1,7 +1,7 @@ { "main": "dist/knockout-select2", "dependencies": { - "jquery": "npm:jquery@^2.2.0", - "knockout": "github:knockout/knockout@^3.3.0" + "jquery": "npm:jquery", + "knockout": "github:knockout/knockout" } } \ No newline at end of file From d1bbde068fe8979de7cf11aafb33ef0876c5cfc1 Mon Sep 17 00:00:00 2001 From: Raj Vijay Date: Thu, 25 Feb 2016 08:55:57 -0500 Subject: [PATCH 34/48] Delete tag-it --- tag-it | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tag-it diff --git a/tag-it b/tag-it deleted file mode 100644 index 0bbd28b..0000000 --- a/tag-it +++ /dev/null @@ -1,11 +0,0 @@ -"{ - "registry": 'jspm', - "main": 'js/tag-it', - "shim": { 'js/tag-it': - { "deps": ['jquery','jquery-ui','../css/jquery.tagit.css!'], - "exports":'$' } }, - "dependencies": { 'jquery': 'github:components/jquery', - 'jquery-ui':'github:components/jqueryui@1.11.4', - 'css':'github:systemjs/plugin-css'}, - "format": 'global' -}" From 0f0ce2e46bc200333d8ab8dc81530aa96a50d0cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20H=C3=A9monic?= Date: Thu, 25 Feb 2016 15:18:35 +0100 Subject: [PATCH 35/48] Add knockout-select2 dependencies version -> Best practice --- package-overrides/github/cruikshj/knockout-select2@1.0.0.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-overrides/github/cruikshj/knockout-select2@1.0.0.json b/package-overrides/github/cruikshj/knockout-select2@1.0.0.json index 13f2422..a5a4f73 100644 --- a/package-overrides/github/cruikshj/knockout-select2@1.0.0.json +++ b/package-overrides/github/cruikshj/knockout-select2@1.0.0.json @@ -1,7 +1,7 @@ { "main": "dist/knockout-select2", "dependencies": { - "jquery": "npm:jquery", - "knockout": "github:knockout/knockout" + "jquery": "npm:jquery@^2.2.0", + "knockout": "github:knockout/knockout@^3.3.0" } } \ No newline at end of file From e9ae76d839d2d570bdf255260564579c8e13eea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20H=C3=A9monic?= Date: Thu, 25 Feb 2016 15:22:08 +0100 Subject: [PATCH 36/48] Add select2 dependency version --- package-overrides/github/select2/select2@4.0.0.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package-overrides/github/select2/select2@4.0.0.json b/package-overrides/github/select2/select2@4.0.0.json index 9a0dcd5..e1a3e0f 100644 --- a/package-overrides/github/select2/select2@4.0.0.json +++ b/package-overrides/github/select2/select2@4.0.0.json @@ -1,7 +1,6 @@ { "main": "js/select2", "dependencies": { - "jquery": "npm:jquery" - + "jquery": "npm:jquery@^2.2.0" } } \ No newline at end of file From 886822512c62e588d291f58ce542294333d29f83 Mon Sep 17 00:00:00 2001 From: Raj Vijay Date: Thu, 25 Feb 2016 10:05:16 -0500 Subject: [PATCH 37/48] Update tagit@^1.11.4.json --- package-overrides/github/tagit/tagit@^1.11.4.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package-overrides/github/tagit/tagit@^1.11.4.json b/package-overrides/github/tagit/tagit@^1.11.4.json index 6255a94..f5f10b7 100644 --- a/package-overrides/github/tagit/tagit@^1.11.4.json +++ b/package-overrides/github/tagit/tagit@^1.11.4.json @@ -4,8 +4,8 @@ "shim": { "js/tag-it": { "deps": ["jquery","jquery-ui","../css/jquery.tagit.css!"], "exports":"$" } }, - "dependencies": { "jquery": "github:components/jquery", - "jquery-ui":"github:components/jqueryui@1.11.4", + "dependencies": { "jquery": "*", + "jquery-ui":"jspm:jqueryui@^1.8", "css":"github:systemjs/plugin-css"}, "format": "global" } From 39fed95a2b178f28534110104b5f3644de34fea2 Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Thu, 25 Feb 2016 13:58:47 -0800 Subject: [PATCH 38/48] Create svgo@0.6.1.json Added deps to support config.js dynamic dependency loading. --- package-overrides/npm/svgo@0.6.1.json | 47 +++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 package-overrides/npm/svgo@0.6.1.json diff --git a/package-overrides/npm/svgo@0.6.1.json b/package-overrides/npm/svgo@0.6.1.json new file mode 100644 index 0000000..5cae151 --- /dev/null +++ b/package-overrides/npm/svgo@0.6.1.json @@ -0,0 +1,47 @@ +{ + "meta": { + "lib/svgo/config.js": { + "deps": [ + "../../plugins/removeDoctype", + "../../plugins/removeXMLProcInst", + "../../plugins/removeComments", + "../../plugins/removeMetadata", + "../../plugins/removeEditorsNSData", + "../../plugins/cleanupAttrs", + "../../plugins/minifyStyles", + "../../plugins/convertStyleToAttrs", + "../../plugins/cleanupIDs", + "../../plugins/removeRasterImages", + "../../plugins/removeUselessDefs", + "../../plugins/cleanupNumericValues", + "../../plugins/cleanupListOfValues", + "../../plugins/convertColors", + "../../plugins/removeUnknownsAndDefaults", + "../../plugins/removeNonInheritableGroupAttrs", + "../../plugins/removeUselessStrokeAndFill", + "../../plugins/removeViewBox", + "../../plugins/cleanupEnableBackground", + "../../plugins/removeHiddenElems", + "../../plugins/removeEmptyText", + "../../plugins/convertShapeToPath", + "../../plugins/moveElemsAttrsToGroup", + "../../plugins/moveGroupAttrsToElems", + "../../plugins/collapseGroups", + "../../plugins/convertPathData", + "../../plugins/convertTransform", + "../../plugins/removeEmptyAttrs", + "../../plugins/removeEmptyContainers", + "../../plugins/mergePaths", + "../../plugins/removeUnusedNS", + "../../plugins/transformsWithOnePath", + "../../plugins/sortAttrs", + "../../plugins/removeTitle", + "../../plugins/removeDesc", + "../../plugins/removeDimensions", + "../../plugins/removeAttrs", + "../../plugins/addClassesToSVGElement", + "../../plugins/removeStyleElement" + ] + } + } +} From 1568131d8c9e0a621cc363f6f7d7f53416095e01 Mon Sep 17 00:00:00 2001 From: salfield Date: Sat, 27 Feb 2016 02:34:36 +0800 Subject: [PATCH 39/48] Delete engine.io-client@1.5.1.json This is causing an old and broken version of has-cors to get installed when you try and install socket.io. --- package-overrides/npm/engine.io-client@1.5.1.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 package-overrides/npm/engine.io-client@1.5.1.json diff --git a/package-overrides/npm/engine.io-client@1.5.1.json b/package-overrides/npm/engine.io-client@1.5.1.json deleted file mode 100644 index e310771..0000000 --- a/package-overrides/npm/engine.io-client@1.5.1.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "dependencies": { - "xmlhttprequest" : "git+https://github.com/rase-/node-XMLHttpRequest.git#add/ssl-support", - "has-cors": "1.0.3", - "ws": "0.7.1", - "component-emitter": "1.1.2", - "indexof": "0.0.1", - "engine.io-parser": "1.2.1", - "debug": "2.1.3", - "parseuri": "0.0.4", - "parsejson": "0.0.1", - "parseqs": "0.0.2", - "component-inherit": "0.0.3" - } -} From d1776fc0d08a8a0629cd9ec6142949ea3c144786 Mon Sep 17 00:00:00 2001 From: salfield Date: Sat, 27 Feb 2016 17:41:18 +0800 Subject: [PATCH 40/48] Create engine.io@1.6.8.json Don't use the old version of "accepts", which requires a version of "negotiator" using dynamic requires. --- package-overrides/npm/engine.io@1.6.8.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 package-overrides/npm/engine.io@1.6.8.json diff --git a/package-overrides/npm/engine.io@1.6.8.json b/package-overrides/npm/engine.io@1.6.8.json new file mode 100644 index 0000000..76d1ca6 --- /dev/null +++ b/package-overrides/npm/engine.io@1.6.8.json @@ -0,0 +1,5 @@ +{ + "dependencies":{ + "accepts": "1.3.1" + } +} From f1a2ddc2c7c134f6af894e7c40d94f6892900e80 Mon Sep 17 00:00:00 2001 From: salfield Date: Sat, 27 Feb 2016 18:00:01 +0800 Subject: [PATCH 41/48] Create socket.io@1.4.5 Allow socket.io to import the socket.io-client package.json. --- package-overrides/npm/socket.io@1.4.5 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 package-overrides/npm/socket.io@1.4.5 diff --git a/package-overrides/npm/socket.io@1.4.5 b/package-overrides/npm/socket.io@1.4.5 new file mode 100644 index 0000000..bc9019d --- /dev/null +++ b/package-overrides/npm/socket.io@1.4.5 @@ -0,0 +1,5 @@ +{"map": + { + "socket.io-client/package":"socket.io-client/package.json!" + } +} From f673ee066b51b1a924bd3929374c96bfc39e15ac Mon Sep 17 00:00:00 2001 From: salfield Date: Sat, 27 Feb 2016 18:17:40 +0800 Subject: [PATCH 42/48] Rename socket.io@1.4.5 to socket.io@1.4.5.json --- package-overrides/npm/{socket.io@1.4.5 => socket.io@1.4.5.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename package-overrides/npm/{socket.io@1.4.5 => socket.io@1.4.5.json} (100%) diff --git a/package-overrides/npm/socket.io@1.4.5 b/package-overrides/npm/socket.io@1.4.5.json similarity index 100% rename from package-overrides/npm/socket.io@1.4.5 rename to package-overrides/npm/socket.io@1.4.5.json From 118e220d1bbf5dd1996866aecd37f9b6698b046b Mon Sep 17 00:00:00 2001 From: salfield Date: Sat, 27 Feb 2016 18:33:51 +0800 Subject: [PATCH 43/48] Update socket.io@1.4.5.json This doesn't need the json loader - it can just be loaded as javascript. --- package-overrides/npm/socket.io@1.4.5.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-overrides/npm/socket.io@1.4.5.json b/package-overrides/npm/socket.io@1.4.5.json index bc9019d..43c3877 100644 --- a/package-overrides/npm/socket.io@1.4.5.json +++ b/package-overrides/npm/socket.io@1.4.5.json @@ -1,5 +1,5 @@ {"map": { - "socket.io-client/package":"socket.io-client/package.json!" + "socket.io-client/package":"socket.io-client/package.json" } } From e2a907b2b74c5e324b6bd81c4aab8704b8028970 Mon Sep 17 00:00:00 2001 From: salfield Date: Sat, 27 Feb 2016 19:15:55 +0800 Subject: [PATCH 44/48] Update engine.io@1.6.8.json It seems that I must override all dependencies if I override 1. Which is a shame because I only want to override "accepts". --- package-overrides/npm/engine.io@1.6.8.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package-overrides/npm/engine.io@1.6.8.json b/package-overrides/npm/engine.io@1.6.8.json index 76d1ca6..70729a1 100644 --- a/package-overrides/npm/engine.io@1.6.8.json +++ b/package-overrides/npm/engine.io@1.6.8.json @@ -1,5 +1,9 @@ { "dependencies":{ + "base64id": "0.1.0", + "debug": "2.2.0", + "ws": "1.0.1", + "engine.io-parser": "1.2.4", "accepts": "1.3.1" } } From 1870adfaab6196b1f9c77dbbe8ca3a27140504fd Mon Sep 17 00:00:00 2001 From: salfield Date: Sat, 27 Feb 2016 19:32:22 +0800 Subject: [PATCH 45/48] Create ws@1.0.1.json utf-8-validate and bufferutil are conditionally required causing this module to fail. --- package-overrides/npm/ws@1.0.1.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package-overrides/npm/ws@1.0.1.json diff --git a/package-overrides/npm/ws@1.0.1.json b/package-overrides/npm/ws@1.0.1.json new file mode 100644 index 0000000..13a46a9 --- /dev/null +++ b/package-overrides/npm/ws@1.0.1.json @@ -0,0 +1,8 @@ +{ + "dependencies":{ + "options": ">=0.0.5", + "ultron": "1.0.x", + "utf-8-validate": "1.2.x", + "bufferutil": "1.2.x" + } +} From 2513314c6d8bb7561d33d70328a9282fa26ea114 Mon Sep 17 00:00:00 2001 From: Tom Salfield Date: Sun, 28 Feb 2016 03:57:06 +0800 Subject: [PATCH 46/48] re-add engine.io-client as suggested --- package-overrides/npm/engine.io-client@1.5.1.json | 15 +++++++++++++++ package-overrides/npm/engine.io-client@1.6.8.json | 1 + package-overrides/npm/engine.io@1.6.8.json | 2 +- package-overrides/npm/socket.io@1.4.5.json | 6 +++--- package-overrides/npm/ws@1.0.1.json | 2 +- 5 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 package-overrides/npm/engine.io-client@1.5.1.json create mode 100644 package-overrides/npm/engine.io-client@1.6.8.json diff --git a/package-overrides/npm/engine.io-client@1.5.1.json b/package-overrides/npm/engine.io-client@1.5.1.json new file mode 100644 index 0000000..e310771 --- /dev/null +++ b/package-overrides/npm/engine.io-client@1.5.1.json @@ -0,0 +1,15 @@ +{ + "dependencies": { + "xmlhttprequest" : "git+https://github.com/rase-/node-XMLHttpRequest.git#add/ssl-support", + "has-cors": "1.0.3", + "ws": "0.7.1", + "component-emitter": "1.1.2", + "indexof": "0.0.1", + "engine.io-parser": "1.2.1", + "debug": "2.1.3", + "parseuri": "0.0.4", + "parsejson": "0.0.1", + "parseqs": "0.0.2", + "component-inherit": "0.0.3" + } +} diff --git a/package-overrides/npm/engine.io-client@1.6.8.json b/package-overrides/npm/engine.io-client@1.6.8.json new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/package-overrides/npm/engine.io-client@1.6.8.json @@ -0,0 +1 @@ +{} diff --git a/package-overrides/npm/engine.io@1.6.8.json b/package-overrides/npm/engine.io@1.6.8.json index 70729a1..9d76fbc 100644 --- a/package-overrides/npm/engine.io@1.6.8.json +++ b/package-overrides/npm/engine.io@1.6.8.json @@ -1,5 +1,5 @@ { - "dependencies":{ + "dependencies": { "base64id": "0.1.0", "debug": "2.2.0", "ws": "1.0.1", diff --git a/package-overrides/npm/socket.io@1.4.5.json b/package-overrides/npm/socket.io@1.4.5.json index 43c3877..441fb42 100644 --- a/package-overrides/npm/socket.io@1.4.5.json +++ b/package-overrides/npm/socket.io@1.4.5.json @@ -1,5 +1,5 @@ -{"map": - { - "socket.io-client/package":"socket.io-client/package.json" +{ + "map": { + "socket.io-client/package": "socket.io-client/package.json" } } diff --git a/package-overrides/npm/ws@1.0.1.json b/package-overrides/npm/ws@1.0.1.json index 13a46a9..30fd5a3 100644 --- a/package-overrides/npm/ws@1.0.1.json +++ b/package-overrides/npm/ws@1.0.1.json @@ -1,5 +1,5 @@ { - "dependencies":{ + "dependencies": { "options": ">=0.0.5", "ultron": "1.0.x", "utf-8-validate": "1.2.x", From 5e1900cb9d3d7c09d0de73fa28de8f5f773011b6 Mon Sep 17 00:00:00 2001 From: Niels Timmermans Date: Mon, 29 Feb 2016 09:16:40 +0100 Subject: [PATCH 47/48] Rename localytics to leocaseiro --- .../github/{localytics => leocaseiro}/angular-chosen@1.0.7.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename package-overrides/github/{localytics => leocaseiro}/angular-chosen@1.0.7.json (100%) diff --git a/package-overrides/github/localytics/angular-chosen@1.0.7.json b/package-overrides/github/leocaseiro/angular-chosen@1.0.7.json similarity index 100% rename from package-overrides/github/localytics/angular-chosen@1.0.7.json rename to package-overrides/github/leocaseiro/angular-chosen@1.0.7.json From d8e579daa0ba774fbdc46ac81f1efd5f193aeab0 Mon Sep 17 00:00:00 2001 From: Daniel Bendel Date: Mon, 29 Feb 2016 22:08:05 +0100 Subject: [PATCH 48/48] add aurelia-materialize-bridge to registry --- registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.json b/registry.json index c31b324..8297095 100644 --- a/registry.json +++ b/registry.json @@ -133,6 +133,7 @@ "aurelia-loader-default": "npm:aurelia-loader-default", "aurelia-logging": "npm:aurelia-logging", "aurelia-logging-console": "npm:aurelia-logging-console", + "aurelia-materialize-bridge": "github:aurelia-ui-toolkits/aurelia-materialize-bridge", "aurelia-metadata": "npm:aurelia-metadata", "aurelia-modal": "github:vheissu/aurelia-modal", "aurelia-notification": "github:MarcScheib/aurelia-notification",