Compare commits
59
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
108b5c1e0f | ||
|
|
5f43d4ea6b | ||
|
|
b27d13686b | ||
|
|
f3f9aba498 | ||
|
|
c1c2d3d655 | ||
|
|
7e7d7385e4 | ||
|
|
b6ca26c672 | ||
|
|
24ce7bddfb | ||
|
|
990cdb369c | ||
|
|
071ecdfc0a | ||
|
|
5474047a85 | ||
|
|
75c2566edb | ||
|
|
d3cdd01fc7 | ||
|
|
075dcc7311 | ||
|
|
7fc216206b | ||
|
|
77dd08a0bf | ||
|
|
53c110b2da | ||
|
|
c3b653ef53 | ||
|
|
c88595ba91 | ||
|
|
5b50ecca1d | ||
|
|
6ae29d26ab | ||
|
|
3769c6e541 | ||
|
|
8af4bd25f5 | ||
|
|
8b0c9dd50d | ||
|
|
df84617ed6 | ||
|
|
07b862b8ac | ||
|
|
fd47234efe | ||
|
|
1c82868c99 | ||
|
|
24a6973291 | ||
|
|
8eb5563be1 | ||
|
|
ae73b68c58 | ||
|
|
206d2d4c32 | ||
|
|
1f14132c1b | ||
|
|
b5da714774 | ||
|
|
c4f56256fa | ||
|
|
6ca2e85828 | ||
|
|
513b8bacac | ||
|
|
ef8647c44d | ||
|
|
636044aaea | ||
|
|
f5d2b12714 | ||
|
|
be954dab9b | ||
|
|
6ca8eb7791 | ||
|
|
c73145f346 | ||
|
|
723a21f5a1 | ||
|
|
c322e9a21c | ||
|
|
d7f4e69ad9 | ||
|
|
0d255cc7d4 | ||
|
|
db765e13b0 | ||
|
|
2ca8c3a02f | ||
|
|
75fda294b3 | ||
|
|
2a165c3426 | ||
|
|
d3763b287f | ||
|
|
88221d6416 | ||
|
|
b82016427a | ||
|
|
1dcfceee4b | ||
|
|
3bbe74ab35 | ||
|
|
419e090a58 | ||
|
|
5c6e4029e8 | ||
|
|
aae5c0d3a8 |
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- '0.10'
|
- '4.8.5'
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
jspm Registry
|
jspm Registry
|
||||||
---
|
---
|
||||||
|
|
||||||
[Browse the Registry](http://kasperlewau.github.io/registry)
|
The raw registry file can be viewed at https://github.com/jspm/registry/blob/master/registry.json.
|
||||||
|
|
||||||
or view the raw registry file at https://github.com/jspm/registry/blob/master/registry.json.
|
|
||||||
|
|
||||||
Pull requests welcome for `registry.json` and the `package_overrides` folder.
|
Pull requests welcome for `registry.json` and the `package_overrides` folder.
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"format": "global",
|
||||||
|
"main": "adblockDetector.js"
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"main": "build/webgazer.min.js",
|
||||||
|
"format": "global"
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"main": "jquery.animateCSS.js"
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"main": "d3",
|
||||||
|
"browser": "./build/d3.js",
|
||||||
|
"files": ["./build/d3.js"],
|
||||||
|
"shim": {
|
||||||
|
"d3": {
|
||||||
|
"exports": "d3"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"main": "build/d3.min.js",
|
||||||
|
"format": "es6"
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"format": "cjs",
|
||||||
|
"meta": {
|
||||||
|
"lib/index.js": {
|
||||||
|
"esModule": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"ignore": [
|
||||||
|
"sandbox",
|
||||||
|
"test"
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"main": "dist/jquery-migrate.min.js"
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"main": "jquery.prefetch.min.js"
|
||||||
|
}
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"main": "dist/js/fabric",
|
||||||
|
"dependencies": {
|
||||||
|
"office-ui-fabric-core": "5.0.1",
|
||||||
|
"pickadate": "3.5.6"
|
||||||
|
},
|
||||||
|
"format": "global",
|
||||||
|
"shim": {
|
||||||
|
"deps": [
|
||||||
|
"office-ui-fabric-core",
|
||||||
|
"pickadate"
|
||||||
|
],
|
||||||
|
"exports": "fabric"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"main": "browser.js"
|
||||||
|
}
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"main": "lib/picker",
|
||||||
|
"dependencies": {
|
||||||
|
"jquery": ">= 1.7"
|
||||||
|
},
|
||||||
|
"format": "global",
|
||||||
|
"shim": {
|
||||||
|
"deps": [
|
||||||
|
"jquery"
|
||||||
|
],
|
||||||
|
"exports": "$"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,40 @@
|
|||||||
|
{
|
||||||
|
"main": "lib/server/index.js",
|
||||||
|
"format": "cjs",
|
||||||
|
"meta": {
|
||||||
|
"*": {
|
||||||
|
"globals": {
|
||||||
|
"process": "process"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"*.json": {
|
||||||
|
"format": "json"
|
||||||
|
},
|
||||||
|
"lib/browser/*": {
|
||||||
|
"format": "esm"
|
||||||
|
},
|
||||||
|
"lib/riot+compiler.js": {
|
||||||
|
"format": "esm"
|
||||||
|
},
|
||||||
|
"lib/riot.js": {
|
||||||
|
"format": "esm"
|
||||||
|
},
|
||||||
|
"lib/settings.js": {
|
||||||
|
"format": "esm"
|
||||||
|
},
|
||||||
|
"riot.min.js": {
|
||||||
|
"format": "amd"
|
||||||
|
},
|
||||||
|
"lib/server/index.js": {
|
||||||
|
"deps": [
|
||||||
|
"../../riot"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"map": {
|
||||||
|
"./lib/server": "./lib/server/index.js",
|
||||||
|
"./lib/server/index.js": {
|
||||||
|
"browser": "./riot.js"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"browser": "index.js"
|
||||||
|
}
|
||||||
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"browser": {},
|
||||||
|
"map": {
|
||||||
|
"buffer": "@empty",
|
||||||
|
"child_process": "@empty",
|
||||||
|
"fs": "@empty",
|
||||||
|
"path": "@empty",
|
||||||
|
"process": "@empty",
|
||||||
|
"readline": "@empty"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"source-map-support": "*"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"jspmNodeConversion": false
|
||||||
|
}
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"jspmNodeConversion": false
|
||||||
|
}
|
||||||
@@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"main": "dist/v-accordion",
|
||||||
|
"registry": "jspm",
|
||||||
|
"format": "global",
|
||||||
|
"shim": {
|
||||||
|
"dist/v-accordion": {
|
||||||
|
"deps": [
|
||||||
|
"./v-accordion.css!"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"css": "*"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"main": "lib/noframework.waypoints.min.js",
|
||||||
|
"meta": {
|
||||||
|
"lib/noframework.waypoints.min.js": {
|
||||||
|
"exports": "Waypoint",
|
||||||
|
"format": "global"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
+15
-1
@@ -111,6 +111,7 @@
|
|||||||
"array-sugar": "github:capaj/array-sugar",
|
"array-sugar": "github:capaj/array-sugar",
|
||||||
"arva-js": "github:bizboard/arva-js",
|
"arva-js": "github:bizboard/arva-js",
|
||||||
"assert": "github:jspm/nodelibs-assert",
|
"assert": "github:jspm/nodelibs-assert",
|
||||||
|
"async": "npm:async",
|
||||||
"aurelia-accordion": "github:classicalConditioning/aurelia-accordion",
|
"aurelia-accordion": "github:classicalConditioning/aurelia-accordion",
|
||||||
"aurelia-animator-css": "npm:aurelia-animator-css",
|
"aurelia-animator-css": "npm:aurelia-animator-css",
|
||||||
"aurelia-animator-velocity": "npm:aurelia-animator-velocity",
|
"aurelia-animator-velocity": "npm:aurelia-animator-velocity",
|
||||||
@@ -191,11 +192,17 @@
|
|||||||
"aurelia-plugins-addthis": "npm:aurelia-plugins-addthis",
|
"aurelia-plugins-addthis": "npm:aurelia-plugins-addthis",
|
||||||
"aurelia-plugins-cookie-consent": "npm:aurelia-plugins-cookie-consent",
|
"aurelia-plugins-cookie-consent": "npm:aurelia-plugins-cookie-consent",
|
||||||
"aurelia-plugins-cookies": "npm:aurelia-plugins-cookies",
|
"aurelia-plugins-cookies": "npm:aurelia-plugins-cookies",
|
||||||
|
"aurelia-plugins-dropdown": "npm:aurelia-plugins-dropdown",
|
||||||
"aurelia-plugins-google-maps": "npm:aurelia-plugins-google-maps",
|
"aurelia-plugins-google-maps": "npm:aurelia-plugins-google-maps",
|
||||||
"aurelia-plugins-google-places-autocomplete": "npm:aurelia-plugins-google-places-autocomplete",
|
"aurelia-plugins-google-places-autocomplete": "npm:aurelia-plugins-google-places-autocomplete",
|
||||||
"aurelia-plugins-google-recaptcha": "npm:aurelia-plugins-google-recaptcha",
|
"aurelia-plugins-google-recaptcha": "npm:aurelia-plugins-google-recaptcha",
|
||||||
|
"aurelia-plugins-jwt-decode": "npm:aurelia-plugins-jwt-decode",
|
||||||
|
"aurelia-plugins-notifier": "npm:aurelia-plugins-notifier",
|
||||||
|
"aurelia-plugins-pagination": "npm:aurelia-plugins-pagination",
|
||||||
|
"aurelia-plugins-password-viewer": "npm:aurelia-plugins-password-viewer",
|
||||||
"aurelia-plugins-switch": "npm:aurelia-plugins-switch",
|
"aurelia-plugins-switch": "npm:aurelia-plugins-switch",
|
||||||
"aurelia-plugins-tabs": "npm:aurelia-plugins-tabs",
|
"aurelia-plugins-tabs": "npm:aurelia-plugins-tabs",
|
||||||
|
"aurelia-plus": "npm:aurelia-plus",
|
||||||
"aurelia-polyfills": "npm:aurelia-polyfills",
|
"aurelia-polyfills": "npm:aurelia-polyfills",
|
||||||
"aurelia-polymer": "github:roguePanda/aurelia-polymer",
|
"aurelia-polymer": "github:roguePanda/aurelia-polymer",
|
||||||
"aurelia-progress": "npm:aurelia-progress",
|
"aurelia-progress": "npm:aurelia-progress",
|
||||||
@@ -256,12 +263,14 @@
|
|||||||
"buffer": "github:jspm/nodelibs-buffer",
|
"buffer": "github:jspm/nodelibs-buffer",
|
||||||
"bytebuffer" : "github:dcodeIO/bytebuffer.js",
|
"bytebuffer" : "github:dcodeIO/bytebuffer.js",
|
||||||
"can": "npm:can",
|
"can": "npm:can",
|
||||||
|
"cb-fetch": "npm:cb-fetch",
|
||||||
"chai": "npm:chai",
|
"chai": "npm:chai",
|
||||||
"chart": "github:nnnick/Chart.js",
|
"chart": "github:nnnick/Chart.js",
|
||||||
"chartist": "npm:chartist",
|
"chartist": "npm:chartist",
|
||||||
"child_process": "github:jspm/nodelibs-child_process",
|
"child_process": "github:jspm/nodelibs-child_process",
|
||||||
"chosen": "github:harvesthq/chosen",
|
"chosen": "github:harvesthq/chosen",
|
||||||
"chronoman": "npm:chronoman",
|
"chronoman": "npm:chronoman",
|
||||||
|
"clipboard": "npm:clipboard",
|
||||||
"cloudinary_js": "github:cloudinary/cloudinary_js",
|
"cloudinary_js": "github:cloudinary/cloudinary_js",
|
||||||
"cluster": "github:jspm/nodelibs-cluster",
|
"cluster": "github:jspm/nodelibs-cluster",
|
||||||
"cmdrjs": "github:cmdrjs/cmdrjs",
|
"cmdrjs": "github:cmdrjs/cmdrjs",
|
||||||
@@ -607,6 +616,7 @@
|
|||||||
"traceur": "github:jmcriffey/bower-traceur",
|
"traceur": "github:jmcriffey/bower-traceur",
|
||||||
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime",
|
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime",
|
||||||
"traverse": "npm:traverse",
|
"traverse": "npm:traverse",
|
||||||
|
"tslib": "npm:tslib",
|
||||||
"typescript": "npm:typescript",
|
"typescript": "npm:typescript",
|
||||||
"tty": "github:jspm/nodelibs-tty",
|
"tty": "github:jspm/nodelibs-tty",
|
||||||
"twitter": "npm:twitter",
|
"twitter": "npm:twitter",
|
||||||
@@ -619,10 +629,12 @@
|
|||||||
"uikit": "github:uikit/uikit",
|
"uikit": "github:uikit/uikit",
|
||||||
"underscore": "npm:underscore",
|
"underscore": "npm:underscore",
|
||||||
"unexpected": "npm:unexpected",
|
"unexpected": "npm:unexpected",
|
||||||
|
"unpartial": "npm:unpartial",
|
||||||
"uri-templates": "npm:uri-templates",
|
"uri-templates": "npm:uri-templates",
|
||||||
"uri": "github:medialize/URI.js",
|
"uri": "github:medialize/URI.js",
|
||||||
"url": "github:jspm/nodelibs-url",
|
"url": "github:jspm/nodelibs-url",
|
||||||
"util": "github:jspm/nodelibs-util",
|
"util": "github:jspm/nodelibs-util",
|
||||||
|
"v-accordion": "npm:v-accordion",
|
||||||
"vm": "github:jspm/nodelibs-vm",
|
"vm": "github:jspm/nodelibs-vm",
|
||||||
"vdom-virtualize": "npm:vdom-virtualize",
|
"vdom-virtualize": "npm:vdom-virtualize",
|
||||||
"velocity": "github:julianshapiro/velocity",
|
"velocity": "github:julianshapiro/velocity",
|
||||||
@@ -632,6 +644,7 @@
|
|||||||
"vue": "npm:vue",
|
"vue": "npm:vue",
|
||||||
"webcomponents": "npm:webcomponents",
|
"webcomponents": "npm:webcomponents",
|
||||||
"webfont": "github:components/webfontloader",
|
"webfont": "github:components/webfontloader",
|
||||||
|
"webgazer": "github:brownhci/WebGazer",
|
||||||
"when": "github:cujojs/when",
|
"when": "github:cujojs/when",
|
||||||
"wire": "github:cujojs/wire",
|
"wire": "github:cujojs/wire",
|
||||||
"wordcloud2": "github:timdream/wordcloud2.js",
|
"wordcloud2": "github:timdream/wordcloud2.js",
|
||||||
@@ -641,5 +654,6 @@
|
|||||||
"zlib": "github:jspm/nodelibs-zlib",
|
"zlib": "github:jspm/nodelibs-zlib",
|
||||||
"zone.js": "npm:zone.js",
|
"zone.js": "npm:zone.js",
|
||||||
"zygo": "github:zygo-io/zygo",
|
"zygo": "github:zygo-io/zygo",
|
||||||
"zygo-blog": "github:zygo-io/zygo-blog"
|
"zygo-blog": "github:zygo-io/zygo-blog",
|
||||||
|
"datum-jspm-github":"github:DatumPlatformInteractive/jspm-github"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user