Author SHA1 Message Date
Guy BedfordandGitHub 108b5c1e0f Merge pull request #1088 from DatumPlatformInteractive/datum-registry-update
updated registory.json file
2021-02-09 22:55:57 +02:00
DatumPlatformInteractive 5f43d4ea6b updated registory.json file 2021-02-09 19:44:31 +05:30
Guy BedfordandGitHub b27d13686b Merge pull request #1085 from gavinaiken/master
Fix files override for d3@4
2019-03-06 20:04:46 +02:00
Gavin Aiken f3f9aba498 Fix files override for d3@4 2019-03-06 10:19:35 +00:00
Guy BedfordandGitHub c1c2d3d655 Merge pull request #1083 from davismj/d3-override
Create d3@4.11.0.json
2019-03-05 15:38:46 +02:00
Guy BedfordandGitHub 7e7d7385e4 correct wording 2019-03-03 18:46:22 +02:00
Guy BedfordandGitHub b6ca26c672 remove broken registry browser link 2019-03-03 18:42:53 +02:00
Matthew James Davis 24ce7bddfb fix(d3@5): Add es6 format override 2018-11-14 14:39:50 +09:00
Matthew James Davis 990cdb369c feat(d3@5.7.0): Add d3@5 override 2018-11-14 14:35:09 +09:00
Matthew James Davis 071ecdfc0a Merge branch 'rockResolve-d3-4.11' of https://github.com/rockResolve/registry into d3-override 2018-11-14 14:29:11 +09:00
Aluan HaddadandGitHub 5474047a85 Merge pull request #1078 from Mouvedia/patch-1
add cb-fetch
2018-05-21 11:15:40 -04:00
Aluan HaddadandGitHub 75c2566edb Merge pull request #1079 from zakjan/patch-5
Create utif@2.0.0.json
2018-05-21 11:14:24 -04:00
Jan ŽákandGitHub d3cdd01fc7 Create utif@2.0.0.json
Copied from utif@1.3.0.json
2018-05-17 10:11:06 +04:00
Marc GandGitHub 075dcc7311 add cb-fetch 2018-05-14 01:37:28 +02:00
Aluan HaddadandGitHub 7fc216206b Merge pull request #1076 from aurelia-plugins/master
aurelia-plugins added
2018-04-20 08:27:30 -04:00
Bart Lenaerts 77dd08a0bf aurelia-plugins added 2018-04-20 10:21:54 +02:00
Aluan HaddadandGitHub 53c110b2da Merge pull request #1075 from zakjan/patch-4
Create utif@1.3.0.json
2018-04-01 10:32:44 -04:00
Jan ŽákandGitHub c3b653ef53 Create utif@1.3.0.json
Because installing via JSPM throws error

Package.json dependency jpgjs set to github:notmasteryet/jpgjs, which is not a valid dependency format for npm.
2018-04-01 15:32:19 +04:00
Aluan HaddadandGitHub c88595ba91 Merge pull request #1071 from michael-simon/riot_38
Add override for Riot.js 3.8.1
2018-02-19 13:19:33 -05:00
Michael Simon 5b50ecca1d Riot released code changes to make the patch official 2018-02-19 10:58:33 -06:00
Michael Simon 6ae29d26ab This is the file for 3.8.1 except that it doesn't actually work
Riot has two pieces of code that need to be updated before JSPM
will run out of the box with this json file, and I have no idae
how to otehrwise resolve them.
2018-02-13 15:00:11 -06:00
Aluan HaddadandGitHub 3769c6e541 add npm:clipbaord
Ref https://github.com/jspm/jspm-cli/issues/2384
2017-12-07 12:01:31 -05:00
Aluan HaddadandGitHub 8af4bd25f5 Merge pull request #1066 from davismj/master
Registry: Add aurelia-plus
2017-12-01 00:30:43 -05:00
Matthew James Davis 8b0c9dd50d Registry: Add aurelia-plus 2017-12-01 13:35:48 +09:00
Guy BedfordandGitHub df84617ed6 Merge pull request #1065 from jspm/fix-travis-ci-failures
fix travis ci failures due to incompatibility between dependency and specified node version
2017-10-25 18:09:29 +02:00
Peter MartinandGitHub 206d2d4c32 Update d3@4.11.0.json 2017-10-25 21:03:48 +13:00
Peter MartinandGitHub 1f14132c1b Update d3@4.11.0.json
Incorporate existing d3@3.3.11.json overrides
2017-10-25 21:03:22 +13:00
Peter MartinandGitHub b5da714774 Create d3@4.11.0.json
Avoid node version
2017-10-25 20:28:49 +13:00
7 changed files with 71 additions and 4 deletions
+1 -3
View File
@@ -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.
+10
View File
@@ -0,0 +1,10 @@
{
"main": "d3",
"browser": "./build/d3.js",
"files": ["./build/d3.js"],
"shim": {
"d3": {
"exports": "d3"
}
}
}
+4
View File
@@ -0,0 +1,4 @@
{
"main": "build/d3.min.js",
"format": "es6"
}
+40
View File
@@ -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"
}
}
}
+3
View File
@@ -0,0 +1,3 @@
{
"jspmNodeConversion": false
}
+3
View File
@@ -0,0 +1,3 @@
{
"jspmNodeConversion": false
}
+10 -1
View File
@@ -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"
}