Mercurial > hg > ng2-query-ismi
annotate config.js @ 45:dc4f0541f04d ng2-rc1
update to angular2-rc1. mostly working ;-(
| author | casties |
|---|---|
| date | Tue, 14 Jun 2016 20:00:39 +0200 |
| parents | 39edd27d83e4 |
| children |
| rev | line source |
|---|---|
| 24 | 1 System.config({ |
| 2 defaultJSExtensions: true, | |
| 3 transpiler: "typescript", | |
| 4 typescriptOptions: { | |
| 5 "module": "commonjs", | |
| 6 "emitDecoratorMetadata": true, | |
| 7 "tsconfig": true | |
| 8 }, | |
| 9 paths: { | |
| 10 "npm:*": "jspm_packages/npm/*", | |
| 11 "github:*": "jspm_packages/github/*" | |
| 12 }, | |
| 13 | |
| 14 packages: { | |
| 15 "app": { | |
| 16 "main": "boot", | |
| 17 "defaultExtension": "ts" | |
| 18 } | |
| 19 }, | |
| 20 | |
| 21 map: { | |
| 45 | 22 "@angular/common": "npm:@angular/common@2.0.0-rc.1", |
| 23 "@angular/compiler": "npm:@angular/compiler@2.0.0-rc.1", | |
| 24 "@angular/core": "npm:@angular/core@2.0.0-rc.1", | |
| 25 "@angular/http": "npm:@angular/http@2.0.0-rc.1", | |
| 26 "@angular/platform-browser": "npm:@angular/platform-browser@2.0.0-rc.1", | |
| 27 "@angular/platform-browser-dynamic": "npm:@angular/platform-browser-dynamic@2.0.0-rc.1", | |
| 28 "@angular2/common": "npm:@angular/common@2.0.0-rc.1", | |
| 29 "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| 30 "ng2-bootstrap": "npm:ng2-bootstrap@1.0.17", | |
| 31 "ng2-table": "npm:ng2-table@1.0.2", | |
| 43 | 32 "plugin-typescript": "github:frankwallis/plugin-typescript@2.6.0", |
| 33 "reflect-metadata": "npm:reflect-metadata@0.1.3", | |
| 45 | 34 "rxjs": "npm:rxjs@5.0.0-beta.6", |
| 35 "typescript": "npm:typescript@1.8.10", | |
| 36 "zone.js": "npm:zone.js@0.6.12", | |
| 43 | 37 "github:frankwallis/plugin-typescript@2.6.0": { |
| 24 | 38 "typescript": "npm:typescript@1.7.5" |
| 39 }, | |
| 40 "github:jspm/nodelibs-assert@0.1.0": { | |
| 45 | 41 "assert": "npm:assert@1.4.1" |
| 24 | 42 }, |
| 43 "github:jspm/nodelibs-buffer@0.1.0": { | |
| 44 "buffer": "npm:buffer@3.6.0" | |
| 45 }, | |
| 46 "github:jspm/nodelibs-constants@0.1.0": { | |
| 47 "constants-browserify": "npm:constants-browserify@0.0.1" | |
| 48 }, | |
| 49 "github:jspm/nodelibs-crypto@0.1.0": { | |
| 50 "crypto-browserify": "npm:crypto-browserify@3.11.0" | |
| 51 }, | |
| 52 "github:jspm/nodelibs-events@0.1.1": { | |
| 53 "events": "npm:events@1.0.2" | |
| 54 }, | |
| 45 | 55 "github:jspm/nodelibs-os@0.1.0": { |
| 56 "os-browserify": "npm:os-browserify@0.1.2" | |
| 57 }, | |
| 24 | 58 "github:jspm/nodelibs-path@0.1.0": { |
| 59 "path-browserify": "npm:path-browserify@0.0.0" | |
| 60 }, | |
| 61 "github:jspm/nodelibs-process@0.1.2": { | |
| 45 | 62 "process": "npm:process@0.11.5" |
| 24 | 63 }, |
| 64 "github:jspm/nodelibs-stream@0.1.0": { | |
| 65 "stream-browserify": "npm:stream-browserify@1.0.0" | |
| 66 }, | |
| 67 "github:jspm/nodelibs-string_decoder@0.1.0": { | |
| 68 "string_decoder": "npm:string_decoder@0.10.31" | |
| 69 }, | |
| 70 "github:jspm/nodelibs-util@0.1.0": { | |
| 71 "util": "npm:util@0.10.3" | |
| 72 }, | |
| 73 "github:jspm/nodelibs-vm@0.1.0": { | |
| 74 "vm-browserify": "npm:vm-browserify@0.0.4" | |
| 75 }, | |
| 45 | 76 "npm:@angular/common@2.0.0-rc.1": { |
| 77 "@angular/core": "npm:@angular/core@2.0.0-rc.1", | |
| 78 "process": "github:jspm/nodelibs-process@0.1.2" | |
| 25 | 79 }, |
| 45 | 80 "npm:@angular/compiler@2.0.0-rc.1": { |
| 81 "@angular/core": "npm:@angular/core@2.0.0-rc.1", | |
| 82 "process": "github:jspm/nodelibs-process@0.1.2" | |
| 83 }, | |
| 84 "npm:@angular/core@2.0.0-rc.1": { | |
| 24 | 85 "process": "github:jspm/nodelibs-process@0.1.2", |
| 45 | 86 "rxjs": "npm:rxjs@5.0.0-beta.6", |
| 87 "zone.js": "npm:zone.js@0.6.12" | |
| 88 }, | |
| 89 "npm:@angular/http@2.0.0-rc.1": { | |
| 90 "@angular/core": "npm:@angular/core@2.0.0-rc.1", | |
| 91 "rxjs": "npm:rxjs@5.0.0-beta.6" | |
| 24 | 92 }, |
| 45 | 93 "npm:@angular/platform-browser-dynamic@2.0.0-rc.1": { |
| 94 "@angular/common": "npm:@angular/common@2.0.0-rc.1", | |
| 95 "@angular/compiler": "npm:@angular/compiler@2.0.0-rc.1", | |
| 96 "@angular/core": "npm:@angular/core@2.0.0-rc.1", | |
| 97 "@angular/platform-browser": "npm:@angular/platform-browser@2.0.0-rc.1", | |
| 98 "process": "github:jspm/nodelibs-process@0.1.2" | |
| 99 }, | |
| 100 "npm:@angular/platform-browser@2.0.0-rc.1": { | |
| 101 "@angular/common": "npm:@angular/common@2.0.0-rc.1", | |
| 102 "@angular/compiler": "npm:@angular/compiler@2.0.0-rc.1", | |
| 103 "@angular/core": "npm:@angular/core@2.0.0-rc.1", | |
| 104 "process": "github:jspm/nodelibs-process@0.1.2" | |
| 105 }, | |
| 106 "npm:asn1.js@4.6.2": { | |
| 24 | 107 "assert": "github:jspm/nodelibs-assert@0.1.0", |
| 45 | 108 "bn.js": "npm:bn.js@4.11.4", |
| 24 | 109 "buffer": "github:jspm/nodelibs-buffer@0.1.0", |
| 45 | 110 "fs": "github:jspm/nodelibs-fs@0.1.2", |
| 24 | 111 "inherits": "npm:inherits@2.0.1", |
| 112 "minimalistic-assert": "npm:minimalistic-assert@1.0.0", | |
| 113 "vm": "github:jspm/nodelibs-vm@0.1.0" | |
| 114 }, | |
| 45 | 115 "npm:assert@1.4.1": { |
| 116 "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| 117 "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| 118 "process": "github:jspm/nodelibs-process@0.1.2", | |
| 24 | 119 "util": "npm:util@0.10.3" |
| 120 }, | |
| 45 | 121 "npm:bn.js@4.11.4": { |
|
30
193271b6b9d2
configure attributes per result type. select number of items per result page.
casties
parents:
25
diff
changeset
|
122 "buffer": "github:jspm/nodelibs-buffer@0.1.0" |
|
193271b6b9d2
configure attributes per result type. select number of items per result page.
casties
parents:
25
diff
changeset
|
123 }, |
| 24 | 124 "npm:browserify-aes@1.0.6": { |
| 125 "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| 126 "buffer-xor": "npm:buffer-xor@1.0.3", | |
| 127 "cipher-base": "npm:cipher-base@1.0.2", | |
| 128 "create-hash": "npm:create-hash@1.1.2", | |
| 129 "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| 130 "evp_bytestokey": "npm:evp_bytestokey@1.0.0", | |
| 131 "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| 132 "inherits": "npm:inherits@2.0.1", | |
| 45 | 133 "systemjs-json": "github:systemjs/plugin-json@0.1.2" |
| 24 | 134 }, |
| 135 "npm:browserify-cipher@1.0.0": { | |
| 136 "browserify-aes": "npm:browserify-aes@1.0.6", | |
| 137 "browserify-des": "npm:browserify-des@1.0.0", | |
| 138 "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| 139 "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| 140 "evp_bytestokey": "npm:evp_bytestokey@1.0.0" | |
| 141 }, | |
| 142 "npm:browserify-des@1.0.0": { | |
| 143 "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| 144 "cipher-base": "npm:cipher-base@1.0.2", | |
| 145 "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| 146 "des.js": "npm:des.js@1.0.0", | |
| 147 "inherits": "npm:inherits@2.0.1" | |
| 148 }, | |
| 45 | 149 "npm:browserify-rsa@4.0.1": { |
| 150 "bn.js": "npm:bn.js@4.11.4", | |
| 24 | 151 "buffer": "github:jspm/nodelibs-buffer@0.1.0", |
| 152 "constants": "github:jspm/nodelibs-constants@0.1.0", | |
| 153 "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| 45 | 154 "randombytes": "npm:randombytes@2.0.3" |
| 24 | 155 }, |
| 156 "npm:browserify-sign@4.0.0": { | |
| 45 | 157 "bn.js": "npm:bn.js@4.11.4", |
| 158 "browserify-rsa": "npm:browserify-rsa@4.0.1", | |
| 24 | 159 "buffer": "github:jspm/nodelibs-buffer@0.1.0", |
| 160 "create-hash": "npm:create-hash@1.1.2", | |
| 161 "create-hmac": "npm:create-hmac@1.1.4", | |
| 162 "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| 45 | 163 "elliptic": "npm:elliptic@6.3.1", |
| 24 | 164 "inherits": "npm:inherits@2.0.1", |
| 165 "parse-asn1": "npm:parse-asn1@5.0.0", | |
| 166 "stream": "github:jspm/nodelibs-stream@0.1.0" | |
| 167 }, | |
| 168 "npm:buffer-xor@1.0.3": { | |
| 169 "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| 45 | 170 "systemjs-json": "github:systemjs/plugin-json@0.1.2" |
| 24 | 171 }, |
| 172 "npm:buffer@3.6.0": { | |
| 173 "base64-js": "npm:base64-js@0.0.8", | |
| 174 "child_process": "github:jspm/nodelibs-child_process@0.1.0", | |
| 175 "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| 176 "ieee754": "npm:ieee754@1.1.6", | |
| 177 "isarray": "npm:isarray@1.0.0", | |
| 178 "process": "github:jspm/nodelibs-process@0.1.2" | |
| 179 }, | |
| 180 "npm:cipher-base@1.0.2": { | |
| 181 "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| 182 "inherits": "npm:inherits@2.0.1", | |
| 183 "stream": "github:jspm/nodelibs-stream@0.1.0", | |
| 184 "string_decoder": "github:jspm/nodelibs-string_decoder@0.1.0" | |
| 185 }, | |
| 186 "npm:constants-browserify@0.0.1": { | |
| 45 | 187 "systemjs-json": "github:systemjs/plugin-json@0.1.2" |
| 24 | 188 }, |
| 189 "npm:core-util-is@1.0.2": { | |
| 190 "buffer": "github:jspm/nodelibs-buffer@0.1.0" | |
| 191 }, | |
| 192 "npm:create-ecdh@4.0.0": { | |
| 45 | 193 "bn.js": "npm:bn.js@4.11.4", |
| 24 | 194 "buffer": "github:jspm/nodelibs-buffer@0.1.0", |
| 195 "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| 45 | 196 "elliptic": "npm:elliptic@6.3.1" |
| 24 | 197 }, |
| 198 "npm:create-hash@1.1.2": { | |
| 199 "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| 200 "cipher-base": "npm:cipher-base@1.0.2", | |
| 201 "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| 202 "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| 203 "inherits": "npm:inherits@2.0.1", | |
| 204 "ripemd160": "npm:ripemd160@1.0.1", | |
| 45 | 205 "sha.js": "npm:sha.js@2.4.5" |
| 24 | 206 }, |
| 207 "npm:create-hmac@1.1.4": { | |
| 208 "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| 209 "create-hash": "npm:create-hash@1.1.2", | |
| 210 "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| 211 "inherits": "npm:inherits@2.0.1", | |
| 212 "stream": "github:jspm/nodelibs-stream@0.1.0" | |
| 213 }, | |
| 214 "npm:crypto-browserify@3.11.0": { | |
| 215 "browserify-cipher": "npm:browserify-cipher@1.0.0", | |
| 216 "browserify-sign": "npm:browserify-sign@4.0.0", | |
| 217 "create-ecdh": "npm:create-ecdh@4.0.0", | |
| 218 "create-hash": "npm:create-hash@1.1.2", | |
| 219 "create-hmac": "npm:create-hmac@1.1.4", | |
|
30
193271b6b9d2
configure attributes per result type. select number of items per result page.
casties
parents:
25
diff
changeset
|
220 "diffie-hellman": "npm:diffie-hellman@5.0.2", |
| 24 | 221 "inherits": "npm:inherits@2.0.1", |
| 222 "pbkdf2": "npm:pbkdf2@3.0.4", | |
| 223 "public-encrypt": "npm:public-encrypt@4.0.0", | |
| 45 | 224 "randombytes": "npm:randombytes@2.0.3" |
| 24 | 225 }, |
| 226 "npm:des.js@1.0.0": { | |
| 227 "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| 228 "inherits": "npm:inherits@2.0.1", | |
| 229 "minimalistic-assert": "npm:minimalistic-assert@1.0.0" | |
| 230 }, | |
|
30
193271b6b9d2
configure attributes per result type. select number of items per result page.
casties
parents:
25
diff
changeset
|
231 "npm:diffie-hellman@5.0.2": { |
| 45 | 232 "bn.js": "npm:bn.js@4.11.4", |
| 24 | 233 "buffer": "github:jspm/nodelibs-buffer@0.1.0", |
| 234 "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| 235 "miller-rabin": "npm:miller-rabin@4.0.0", | |
| 45 | 236 "randombytes": "npm:randombytes@2.0.3", |
| 237 "systemjs-json": "github:systemjs/plugin-json@0.1.2" | |
| 24 | 238 }, |
| 45 | 239 "npm:elliptic@6.3.1": { |
| 240 "bn.js": "npm:bn.js@4.11.4", | |
| 24 | 241 "brorand": "npm:brorand@1.0.5", |
| 242 "hash.js": "npm:hash.js@1.0.3", | |
| 243 "inherits": "npm:inherits@2.0.1", | |
| 45 | 244 "systemjs-json": "github:systemjs/plugin-json@0.1.2" |
| 24 | 245 }, |
| 246 "npm:evp_bytestokey@1.0.0": { | |
| 247 "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| 248 "create-hash": "npm:create-hash@1.1.2", | |
| 249 "crypto": "github:jspm/nodelibs-crypto@0.1.0" | |
| 250 }, | |
| 251 "npm:hash.js@1.0.3": { | |
| 252 "inherits": "npm:inherits@2.0.1" | |
| 253 }, | |
| 254 "npm:inherits@2.0.1": { | |
| 255 "util": "github:jspm/nodelibs-util@0.1.0" | |
| 256 }, | |
| 257 "npm:miller-rabin@4.0.0": { | |
| 45 | 258 "bn.js": "npm:bn.js@4.11.4", |
| 24 | 259 "brorand": "npm:brorand@1.0.5" |
| 260 }, | |
| 45 | 261 "npm:ng2-bootstrap@1.0.17": { |
| 262 "@angular/common": "npm:@angular/common@2.0.0-rc.1", | |
| 263 "@angular/compiler": "npm:@angular/compiler@2.0.0-rc.1", | |
| 264 "@angular/core": "npm:@angular/core@2.0.0-rc.1", | |
| 265 "moment": "npm:moment@2.13.0" | |
| 43 | 266 }, |
| 45 | 267 "npm:ng2-table@1.0.2": { |
| 268 "@angular/common": "npm:@angular/common@2.0.0-rc.1", | |
| 269 "@angular/compiler": "npm:@angular/compiler@2.0.0-rc.1", | |
| 270 "@angular/core": "npm:@angular/core@2.0.0-rc.1" | |
| 25 | 271 }, |
| 45 | 272 "npm:os-browserify@0.1.2": { |
| 273 "os": "github:jspm/nodelibs-os@0.1.0" | |
| 25 | 274 }, |
| 24 | 275 "npm:parse-asn1@5.0.0": { |
| 45 | 276 "asn1.js": "npm:asn1.js@4.6.2", |
| 24 | 277 "browserify-aes": "npm:browserify-aes@1.0.6", |
| 278 "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| 279 "create-hash": "npm:create-hash@1.1.2", | |
| 280 "evp_bytestokey": "npm:evp_bytestokey@1.0.0", | |
| 281 "pbkdf2": "npm:pbkdf2@3.0.4", | |
| 45 | 282 "systemjs-json": "github:systemjs/plugin-json@0.1.2" |
| 24 | 283 }, |
| 284 "npm:path-browserify@0.0.0": { | |
| 285 "process": "github:jspm/nodelibs-process@0.1.2" | |
| 286 }, | |
| 287 "npm:pbkdf2@3.0.4": { | |
| 288 "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| 289 "child_process": "github:jspm/nodelibs-child_process@0.1.0", | |
| 290 "create-hmac": "npm:create-hmac@1.1.4", | |
| 291 "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| 292 "path": "github:jspm/nodelibs-path@0.1.0", | |
| 293 "process": "github:jspm/nodelibs-process@0.1.2", | |
| 45 | 294 "systemjs-json": "github:systemjs/plugin-json@0.1.2" |
| 24 | 295 }, |
| 45 | 296 "npm:process@0.11.5": { |
| 297 "assert": "github:jspm/nodelibs-assert@0.1.0", | |
| 298 "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| 299 "vm": "github:jspm/nodelibs-vm@0.1.0" | |
| 24 | 300 }, |
| 301 "npm:public-encrypt@4.0.0": { | |
| 45 | 302 "bn.js": "npm:bn.js@4.11.4", |
| 303 "browserify-rsa": "npm:browserify-rsa@4.0.1", | |
| 24 | 304 "buffer": "github:jspm/nodelibs-buffer@0.1.0", |
| 305 "create-hash": "npm:create-hash@1.1.2", | |
| 306 "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| 307 "parse-asn1": "npm:parse-asn1@5.0.0", | |
| 45 | 308 "randombytes": "npm:randombytes@2.0.3" |
| 24 | 309 }, |
| 45 | 310 "npm:randombytes@2.0.3": { |
| 24 | 311 "buffer": "github:jspm/nodelibs-buffer@0.1.0", |
| 312 "crypto": "github:jspm/nodelibs-crypto@0.1.0", | |
| 313 "process": "github:jspm/nodelibs-process@0.1.2" | |
| 314 }, | |
| 45 | 315 "npm:readable-stream@1.1.14": { |
| 24 | 316 "buffer": "github:jspm/nodelibs-buffer@0.1.0", |
| 317 "core-util-is": "npm:core-util-is@1.0.2", | |
| 318 "events": "github:jspm/nodelibs-events@0.1.1", | |
| 319 "inherits": "npm:inherits@2.0.1", | |
| 320 "isarray": "npm:isarray@0.0.1", | |
| 321 "process": "github:jspm/nodelibs-process@0.1.2", | |
| 322 "stream-browserify": "npm:stream-browserify@1.0.0", | |
| 323 "string_decoder": "npm:string_decoder@0.10.31" | |
| 324 }, | |
| 325 "npm:ripemd160@1.0.1": { | |
| 326 "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| 327 "process": "github:jspm/nodelibs-process@0.1.2" | |
| 328 }, | |
| 45 | 329 "npm:rxjs@5.0.0-beta.6": { |
| 24 | 330 "buffer": "github:jspm/nodelibs-buffer@0.1.0", |
| 331 "process": "github:jspm/nodelibs-process@0.1.2" | |
| 332 }, | |
| 45 | 333 "npm:sha.js@2.4.5": { |
| 24 | 334 "buffer": "github:jspm/nodelibs-buffer@0.1.0", |
| 335 "fs": "github:jspm/nodelibs-fs@0.1.2", | |
| 336 "inherits": "npm:inherits@2.0.1", | |
| 337 "process": "github:jspm/nodelibs-process@0.1.2" | |
| 338 }, | |
| 339 "npm:stream-browserify@1.0.0": { | |
| 340 "events": "github:jspm/nodelibs-events@0.1.1", | |
| 341 "inherits": "npm:inherits@2.0.1", | |
| 45 | 342 "readable-stream": "npm:readable-stream@1.1.14" |
| 24 | 343 }, |
| 344 "npm:string_decoder@0.10.31": { | |
| 345 "buffer": "github:jspm/nodelibs-buffer@0.1.0" | |
| 346 }, | |
| 45 | 347 "npm:typescript@1.8.10": { |
| 348 "os": "github:jspm/nodelibs-os@0.1.0" | |
| 25 | 349 }, |
| 24 | 350 "npm:util@0.10.3": { |
| 351 "inherits": "npm:inherits@2.0.1", | |
| 352 "process": "github:jspm/nodelibs-process@0.1.2" | |
| 353 }, | |
| 354 "npm:vm-browserify@0.0.4": { | |
| 355 "indexof": "npm:indexof@0.0.1" | |
| 356 }, | |
| 45 | 357 "npm:zone.js@0.6.12": { |
| 358 "buffer": "github:jspm/nodelibs-buffer@0.1.0", | |
| 24 | 359 "process": "github:jspm/nodelibs-process@0.1.2" |
| 360 } | |
| 361 } | |
| 362 }); |
