Compare commits
28
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 | ||
|
|
206d2d4c32 | ||
|
|
1f14132c1b | ||
|
|
b5da714774 |
@@ -1,9 +1,7 @@
|
||||
jspm Registry
|
||||
---
|
||||
|
||||
[Browse the Registry](http://kasperlewau.github.io/registry)
|
||||
|
||||
or view the raw registry file at https://github.com/jspm/registry/blob/master/registry.json.
|
||||
The raw registry file can be viewed at https://github.com/jspm/registry/blob/master/registry.json.
|
||||
|
||||
Pull requests welcome for `registry.json` and the `package_overrides` folder.
|
||||
|
||||
|
||||
@@ -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,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 @@
|
||||
{
|
||||
"jspmNodeConversion": false
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"jspmNodeConversion": false
|
||||
}
|
||||
+10
-1
@@ -192,11 +192,17 @@
|
||||
"aurelia-plugins-addthis": "npm:aurelia-plugins-addthis",
|
||||
"aurelia-plugins-cookie-consent": "npm:aurelia-plugins-cookie-consent",
|
||||
"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-places-autocomplete": "npm:aurelia-plugins-google-places-autocomplete",
|
||||
"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-tabs": "npm:aurelia-plugins-tabs",
|
||||
"aurelia-plus": "npm:aurelia-plus",
|
||||
"aurelia-polyfills": "npm:aurelia-polyfills",
|
||||
"aurelia-polymer": "github:roguePanda/aurelia-polymer",
|
||||
"aurelia-progress": "npm:aurelia-progress",
|
||||
@@ -257,12 +263,14 @@
|
||||
"buffer": "github:jspm/nodelibs-buffer",
|
||||
"bytebuffer" : "github:dcodeIO/bytebuffer.js",
|
||||
"can": "npm:can",
|
||||
"cb-fetch": "npm:cb-fetch",
|
||||
"chai": "npm:chai",
|
||||
"chart": "github:nnnick/Chart.js",
|
||||
"chartist": "npm:chartist",
|
||||
"child_process": "github:jspm/nodelibs-child_process",
|
||||
"chosen": "github:harvesthq/chosen",
|
||||
"chronoman": "npm:chronoman",
|
||||
"clipboard": "npm:clipboard",
|
||||
"cloudinary_js": "github:cloudinary/cloudinary_js",
|
||||
"cluster": "github:jspm/nodelibs-cluster",
|
||||
"cmdrjs": "github:cmdrjs/cmdrjs",
|
||||
@@ -646,5 +654,6 @@
|
||||
"zlib": "github:jspm/nodelibs-zlib",
|
||||
"zone.js": "npm:zone.js",
|
||||
"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