From a1d4cdb9a9bc2be228a9f4cf594105ccc0493e1d Mon Sep 17 00:00:00 2001 From: gustavo Date: Mon, 22 Feb 2016 00:35:08 +0100 Subject: [PATCH] Angular2 showcase --- angular2/showcase/config.js | 314 ------------------------------------ angular2/showcase/index.html | 4 +- angular2/showcase/package.json | 7 +- angular2/showcase/server.js | 3 +- angular2/showcase/src/app.js | 2 +- angular2/showcase/src/config.js | 305 ++++++++++++++++++++++++++++++++++ angular2/showcase/src/tsconfig.json | 11 ++ 7 files changed, 325 insertions(+), 321 deletions(-) delete mode 100644 angular2/showcase/config.js create mode 100644 angular2/showcase/src/config.js create mode 100644 angular2/showcase/src/tsconfig.json diff --git a/angular2/showcase/config.js b/angular2/showcase/config.js deleted file mode 100644 index 5969b16..0000000 --- a/angular2/showcase/config.js +++ /dev/null @@ -1,314 +0,0 @@ -System.config({ - baseURL: "/", - defaultJSExtensions: true, - transpiler: "typescript", - typescriptOptions: { - "module": "system", - "target": "ES5", - "sourceMap": true, - "noImplicitAny": true, - "emitDecoratorMetadata": true, - "experimentalDecorators": true, - "removeComments": false - }, - paths: { - "github:*": "jspm_packages/github/*", - "npm:*": "jspm_packages/npm/*" - }, - - map: { - "angular2": "npm:angular2@2.0.0-beta.3", - "es6-shim": "github:es-shims/es6-shim@0.34.2", - "fs": "github:jspm/nodelibs-fs@0.1.2", - "reflect-metadata": "npm:reflect-metadata@0.1.3", - "typescript": "npm:typescript@1.8.0", - "github:jspm/nodelibs-assert@0.1.0": { - "assert": "npm:assert@1.3.0" - }, - "github:jspm/nodelibs-buffer@0.1.0": { - "buffer": "npm:buffer@3.6.0" - }, - "github:jspm/nodelibs-constants@0.1.0": { - "constants-browserify": "npm:constants-browserify@0.0.1" - }, - "github:jspm/nodelibs-crypto@0.1.0": { - "crypto-browserify": "npm:crypto-browserify@3.11.0" - }, - "github:jspm/nodelibs-events@0.1.1": { - "events": "npm:events@1.0.2" - }, - "github:jspm/nodelibs-path@0.1.0": { - "path-browserify": "npm:path-browserify@0.0.0" - }, - "github:jspm/nodelibs-process@0.1.2": { - "process": "npm:process@0.11.2" - }, - "github:jspm/nodelibs-stream@0.1.0": { - "stream-browserify": "npm:stream-browserify@1.0.0" - }, - "github:jspm/nodelibs-string_decoder@0.1.0": { - "string_decoder": "npm:string_decoder@0.10.31" - }, - "github:jspm/nodelibs-util@0.1.0": { - "util": "npm:util@0.10.3" - }, - "github:jspm/nodelibs-vm@0.1.0": { - "vm-browserify": "npm:vm-browserify@0.0.4" - }, - "npm:angular2@2.0.0-beta.3": { - "crypto": "github:jspm/nodelibs-crypto@0.1.0", - "es6-promise": "npm:es6-promise@3.0.2", - "es6-shim": "npm:es6-shim@0.33.13", - "process": "github:jspm/nodelibs-process@0.1.2", - "reflect-metadata": "npm:reflect-metadata@0.1.2", - "rxjs": "npm:rxjs@5.0.0-beta.0", - "zone.js": "npm:zone.js@0.5.11" - }, - "npm:asn1.js@4.4.0": { - "assert": "github:jspm/nodelibs-assert@0.1.0", - "bn.js": "npm:bn.js@4.10.3", - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "inherits": "npm:inherits@2.0.1", - "minimalistic-assert": "npm:minimalistic-assert@1.0.0", - "vm": "github:jspm/nodelibs-vm@0.1.0" - }, - "npm:assert@1.3.0": { - "util": "npm:util@0.10.3" - }, - "npm:bn.js@4.10.3": { - "buffer": "github:jspm/nodelibs-buffer@0.1.0" - }, - "npm:browserify-aes@1.0.6": { - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "buffer-xor": "npm:buffer-xor@1.0.3", - "cipher-base": "npm:cipher-base@1.0.2", - "create-hash": "npm:create-hash@1.1.2", - "crypto": "github:jspm/nodelibs-crypto@0.1.0", - "evp_bytestokey": "npm:evp_bytestokey@1.0.0", - "fs": "github:jspm/nodelibs-fs@0.1.2", - "inherits": "npm:inherits@2.0.1", - "systemjs-json": "github:systemjs/plugin-json@0.1.0" - }, - "npm:browserify-cipher@1.0.0": { - "browserify-aes": "npm:browserify-aes@1.0.6", - "browserify-des": "npm:browserify-des@1.0.0", - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "crypto": "github:jspm/nodelibs-crypto@0.1.0", - "evp_bytestokey": "npm:evp_bytestokey@1.0.0" - }, - "npm:browserify-des@1.0.0": { - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "cipher-base": "npm:cipher-base@1.0.2", - "crypto": "github:jspm/nodelibs-crypto@0.1.0", - "des.js": "npm:des.js@1.0.0", - "inherits": "npm:inherits@2.0.1" - }, - "npm:browserify-rsa@4.0.0": { - "bn.js": "npm:bn.js@4.10.3", - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "constants": "github:jspm/nodelibs-constants@0.1.0", - "crypto": "github:jspm/nodelibs-crypto@0.1.0", - "randombytes": "npm:randombytes@2.0.2" - }, - "npm:browserify-sign@4.0.0": { - "bn.js": "npm:bn.js@4.10.3", - "browserify-rsa": "npm:browserify-rsa@4.0.0", - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "create-hash": "npm:create-hash@1.1.2", - "create-hmac": "npm:create-hmac@1.1.4", - "crypto": "github:jspm/nodelibs-crypto@0.1.0", - "elliptic": "npm:elliptic@6.2.3", - "inherits": "npm:inherits@2.0.1", - "parse-asn1": "npm:parse-asn1@5.0.0", - "stream": "github:jspm/nodelibs-stream@0.1.0" - }, - "npm:buffer-xor@1.0.3": { - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "systemjs-json": "github:systemjs/plugin-json@0.1.0" - }, - "npm:buffer@3.6.0": { - "base64-js": "npm:base64-js@0.0.8", - "child_process": "github:jspm/nodelibs-child_process@0.1.0", - "fs": "github:jspm/nodelibs-fs@0.1.2", - "ieee754": "npm:ieee754@1.1.6", - "isarray": "npm:isarray@1.0.0", - "process": "github:jspm/nodelibs-process@0.1.2" - }, - "npm:cipher-base@1.0.2": { - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "inherits": "npm:inherits@2.0.1", - "stream": "github:jspm/nodelibs-stream@0.1.0", - "string_decoder": "github:jspm/nodelibs-string_decoder@0.1.0" - }, - "npm:constants-browserify@0.0.1": { - "systemjs-json": "github:systemjs/plugin-json@0.1.0" - }, - "npm:core-util-is@1.0.2": { - "buffer": "github:jspm/nodelibs-buffer@0.1.0" - }, - "npm:create-ecdh@4.0.0": { - "bn.js": "npm:bn.js@4.10.3", - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "crypto": "github:jspm/nodelibs-crypto@0.1.0", - "elliptic": "npm:elliptic@6.2.3" - }, - "npm:create-hash@1.1.2": { - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "cipher-base": "npm:cipher-base@1.0.2", - "crypto": "github:jspm/nodelibs-crypto@0.1.0", - "fs": "github:jspm/nodelibs-fs@0.1.2", - "inherits": "npm:inherits@2.0.1", - "ripemd160": "npm:ripemd160@1.0.1", - "sha.js": "npm:sha.js@2.4.4" - }, - "npm:create-hmac@1.1.4": { - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "create-hash": "npm:create-hash@1.1.2", - "crypto": "github:jspm/nodelibs-crypto@0.1.0", - "inherits": "npm:inherits@2.0.1", - "stream": "github:jspm/nodelibs-stream@0.1.0" - }, - "npm:crypto-browserify@3.11.0": { - "browserify-cipher": "npm:browserify-cipher@1.0.0", - "browserify-sign": "npm:browserify-sign@4.0.0", - "create-ecdh": "npm:create-ecdh@4.0.0", - "create-hash": "npm:create-hash@1.1.2", - "create-hmac": "npm:create-hmac@1.1.4", - "diffie-hellman": "npm:diffie-hellman@5.0.2", - "inherits": "npm:inherits@2.0.1", - "pbkdf2": "npm:pbkdf2@3.0.4", - "public-encrypt": "npm:public-encrypt@4.0.0", - "randombytes": "npm:randombytes@2.0.2" - }, - "npm:des.js@1.0.0": { - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "inherits": "npm:inherits@2.0.1", - "minimalistic-assert": "npm:minimalistic-assert@1.0.0" - }, - "npm:diffie-hellman@5.0.2": { - "bn.js": "npm:bn.js@4.10.3", - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "crypto": "github:jspm/nodelibs-crypto@0.1.0", - "miller-rabin": "npm:miller-rabin@4.0.0", - "randombytes": "npm:randombytes@2.0.2", - "systemjs-json": "github:systemjs/plugin-json@0.1.0" - }, - "npm:elliptic@6.2.3": { - "bn.js": "npm:bn.js@4.10.3", - "brorand": "npm:brorand@1.0.5", - "hash.js": "npm:hash.js@1.0.3", - "inherits": "npm:inherits@2.0.1", - "systemjs-json": "github:systemjs/plugin-json@0.1.0" - }, - "npm:es6-promise@3.0.2": { - "process": "github:jspm/nodelibs-process@0.1.2" - }, - "npm:es6-shim@0.33.13": { - "process": "github:jspm/nodelibs-process@0.1.2" - }, - "npm:evp_bytestokey@1.0.0": { - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "create-hash": "npm:create-hash@1.1.2", - "crypto": "github:jspm/nodelibs-crypto@0.1.0" - }, - "npm:hash.js@1.0.3": { - "inherits": "npm:inherits@2.0.1" - }, - "npm:inherits@2.0.1": { - "util": "github:jspm/nodelibs-util@0.1.0" - }, - "npm:miller-rabin@4.0.0": { - "bn.js": "npm:bn.js@4.10.3", - "brorand": "npm:brorand@1.0.5" - }, - "npm:parse-asn1@5.0.0": { - "asn1.js": "npm:asn1.js@4.4.0", - "browserify-aes": "npm:browserify-aes@1.0.6", - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "create-hash": "npm:create-hash@1.1.2", - "evp_bytestokey": "npm:evp_bytestokey@1.0.0", - "pbkdf2": "npm:pbkdf2@3.0.4", - "systemjs-json": "github:systemjs/plugin-json@0.1.0" - }, - "npm:path-browserify@0.0.0": { - "process": "github:jspm/nodelibs-process@0.1.2" - }, - "npm:pbkdf2@3.0.4": { - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "child_process": "github:jspm/nodelibs-child_process@0.1.0", - "create-hmac": "npm:create-hmac@1.1.4", - "crypto": "github:jspm/nodelibs-crypto@0.1.0", - "path": "github:jspm/nodelibs-path@0.1.0", - "process": "github:jspm/nodelibs-process@0.1.2", - "systemjs-json": "github:systemjs/plugin-json@0.1.0" - }, - "npm:process@0.11.2": { - "assert": "github:jspm/nodelibs-assert@0.1.0" - }, - "npm:public-encrypt@4.0.0": { - "bn.js": "npm:bn.js@4.10.3", - "browserify-rsa": "npm:browserify-rsa@4.0.0", - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "create-hash": "npm:create-hash@1.1.2", - "crypto": "github:jspm/nodelibs-crypto@0.1.0", - "parse-asn1": "npm:parse-asn1@5.0.0", - "randombytes": "npm:randombytes@2.0.2" - }, - "npm:randombytes@2.0.2": { - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "crypto": "github:jspm/nodelibs-crypto@0.1.0", - "process": "github:jspm/nodelibs-process@0.1.2" - }, - "npm:readable-stream@1.1.13": { - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "core-util-is": "npm:core-util-is@1.0.2", - "events": "github:jspm/nodelibs-events@0.1.1", - "inherits": "npm:inherits@2.0.1", - "isarray": "npm:isarray@0.0.1", - "process": "github:jspm/nodelibs-process@0.1.2", - "stream-browserify": "npm:stream-browserify@1.0.0", - "string_decoder": "npm:string_decoder@0.10.31" - }, - "npm:reflect-metadata@0.1.2": { - "assert": "github:jspm/nodelibs-assert@0.1.0", - "process": "github:jspm/nodelibs-process@0.1.2" - }, - "npm:reflect-metadata@0.1.3": { - "assert": "github:jspm/nodelibs-assert@0.1.0", - "process": "github:jspm/nodelibs-process@0.1.2" - }, - "npm:ripemd160@1.0.1": { - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "process": "github:jspm/nodelibs-process@0.1.2" - }, - "npm:rxjs@5.0.0-beta.0": { - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "process": "github:jspm/nodelibs-process@0.1.2" - }, - "npm:sha.js@2.4.4": { - "buffer": "github:jspm/nodelibs-buffer@0.1.0", - "fs": "github:jspm/nodelibs-fs@0.1.2", - "inherits": "npm:inherits@2.0.1", - "process": "github:jspm/nodelibs-process@0.1.2" - }, - "npm:stream-browserify@1.0.0": { - "events": "github:jspm/nodelibs-events@0.1.1", - "inherits": "npm:inherits@2.0.1", - "readable-stream": "npm:readable-stream@1.1.13" - }, - "npm:string_decoder@0.10.31": { - "buffer": "github:jspm/nodelibs-buffer@0.1.0" - }, - "npm:util@0.10.3": { - "inherits": "npm:inherits@2.0.1", - "process": "github:jspm/nodelibs-process@0.1.2" - }, - "npm:vm-browserify@0.0.4": { - "indexof": "npm:indexof@0.0.1" - }, - "npm:zone.js@0.5.11": { - "es6-promise": "npm:es6-promise@3.0.2", - "process": "github:jspm/nodelibs-process@0.1.2" - } - } -}); diff --git a/angular2/showcase/index.html b/angular2/showcase/index.html index 223aadc..6a392eb 100644 --- a/angular2/showcase/index.html +++ b/angular2/showcase/index.html @@ -2,8 +2,8 @@ Angular 2 Quickstart - - + + diff --git a/angular2/showcase/package.json b/angular2/showcase/package.json index dc70f18..d4d50da 100644 --- a/angular2/showcase/package.json +++ b/angular2/showcase/package.json @@ -17,9 +17,12 @@ "express-http-proxy": "~0.6.0" }, "jspm": { + "directories": { + "baseURL": "src" + }, "dependencies": { - "angular2": "npm:angular2@^2.0.0-beta.3", - "es6-shim": "github:es-shims/es6-shim@^0.34.2", + "angular2": "npm:angular2@^2.0.0-beta.7", + "es6-shim": "github:es-shims/es6-shim@^0.34.4", "reflect-metadata": "npm:reflect-metadata@^0.1.3" }, "devDependencies": { diff --git a/angular2/showcase/server.js b/angular2/showcase/server.js index 05c63ce..aab59d6 100644 --- a/angular2/showcase/server.js +++ b/angular2/showcase/server.js @@ -5,7 +5,6 @@ var express = require('express'); var app = express(); var port = 9000; var environment = process.env.NODE_ENV; -var verbose = process.env.VERBOSE; // Back-end server for XHR requests: var serverPort = '8080'; @@ -19,7 +18,7 @@ switch (environment) { app.use(express.static(currentDir + '/')); // Deep linking (exclude XHR requests) - app.use('/((?!api)).*', express.static(currentDir + '/index.html')); + app.use('/((?!api)).*', express.static(currentDir + '/src/index.html')); break; } diff --git a/angular2/showcase/src/app.js b/angular2/showcase/src/app.js index 14a44e2..c634987 100644 --- a/angular2/showcase/src/app.js +++ b/angular2/showcase/src/app.js @@ -40,4 +40,4 @@ var __metadata = (this && this.__metadata) || function (k, v) { } } }); -//# sourceMappingURL=app.js.map +//# sourceMappingURL=app.js.map \ No newline at end of file diff --git a/angular2/showcase/src/config.js b/angular2/showcase/src/config.js new file mode 100644 index 0000000..2bf4386 --- /dev/null +++ b/angular2/showcase/src/config.js @@ -0,0 +1,305 @@ +System.config({ + baseURL: "/", + defaultJSExtensions: true, + transpiler: "typescript", + paths: { + "github:*": "jspm_packages/github/*", + "npm:*": "jspm_packages/npm/*" + }, + + map: { + "angular2": "npm:angular2@2.0.0-beta.7", + "es6-shim": "github:es-shims/es6-shim@0.34.4", + "reflect-metadata": "npm:reflect-metadata@0.1.3", + "typescript": "npm:typescript@1.8.0", + "github:jspm/nodelibs-assert@0.1.0": { + "assert": "npm:assert@1.3.0" + }, + "github:jspm/nodelibs-buffer@0.1.0": { + "buffer": "npm:buffer@3.6.0" + }, + "github:jspm/nodelibs-constants@0.1.0": { + "constants-browserify": "npm:constants-browserify@0.0.1" + }, + "github:jspm/nodelibs-crypto@0.1.0": { + "crypto-browserify": "npm:crypto-browserify@3.11.0" + }, + "github:jspm/nodelibs-events@0.1.1": { + "events": "npm:events@1.0.2" + }, + "github:jspm/nodelibs-path@0.1.0": { + "path-browserify": "npm:path-browserify@0.0.0" + }, + "github:jspm/nodelibs-process@0.1.2": { + "process": "npm:process@0.11.2" + }, + "github:jspm/nodelibs-stream@0.1.0": { + "stream-browserify": "npm:stream-browserify@1.0.0" + }, + "github:jspm/nodelibs-string_decoder@0.1.0": { + "string_decoder": "npm:string_decoder@0.10.31" + }, + "github:jspm/nodelibs-util@0.1.0": { + "util": "npm:util@0.10.3" + }, + "github:jspm/nodelibs-vm@0.1.0": { + "vm-browserify": "npm:vm-browserify@0.0.4" + }, + "npm:angular2@2.0.0-beta.7": { + "crypto": "github:jspm/nodelibs-crypto@0.1.0", + "es6-promise": "npm:es6-promise@3.1.2", + "es6-shim": "npm:es6-shim@0.33.13", + "process": "github:jspm/nodelibs-process@0.1.2", + "reflect-metadata": "npm:reflect-metadata@0.1.2", + "rxjs": "npm:rxjs@5.0.0-beta.2", + "zone.js": "npm:zone.js@0.5.15" + }, + "npm:asn1.js@4.5.0": { + "assert": "github:jspm/nodelibs-assert@0.1.0", + "bn.js": "npm:bn.js@4.10.3", + "buffer": "github:jspm/nodelibs-buffer@0.1.0", + "fs": "github:jspm/nodelibs-fs@0.1.2", + "inherits": "npm:inherits@2.0.1", + "minimalistic-assert": "npm:minimalistic-assert@1.0.0", + "vm": "github:jspm/nodelibs-vm@0.1.0" + }, + "npm:assert@1.3.0": { + "util": "npm:util@0.10.3" + }, + "npm:bn.js@4.10.3": { + "buffer": "github:jspm/nodelibs-buffer@0.1.0" + }, + "npm:browserify-aes@1.0.6": { + "buffer": "github:jspm/nodelibs-buffer@0.1.0", + "buffer-xor": "npm:buffer-xor@1.0.3", + "cipher-base": "npm:cipher-base@1.0.2", + "create-hash": "npm:create-hash@1.1.2", + "crypto": "github:jspm/nodelibs-crypto@0.1.0", + "evp_bytestokey": "npm:evp_bytestokey@1.0.0", + "fs": "github:jspm/nodelibs-fs@0.1.2", + "inherits": "npm:inherits@2.0.1", + "systemjs-json": "github:systemjs/plugin-json@0.1.0" + }, + "npm:browserify-cipher@1.0.0": { + "browserify-aes": "npm:browserify-aes@1.0.6", + "browserify-des": "npm:browserify-des@1.0.0", + "buffer": "github:jspm/nodelibs-buffer@0.1.0", + "crypto": "github:jspm/nodelibs-crypto@0.1.0", + "evp_bytestokey": "npm:evp_bytestokey@1.0.0" + }, + "npm:browserify-des@1.0.0": { + "buffer": "github:jspm/nodelibs-buffer@0.1.0", + "cipher-base": "npm:cipher-base@1.0.2", + "crypto": "github:jspm/nodelibs-crypto@0.1.0", + "des.js": "npm:des.js@1.0.0", + "inherits": "npm:inherits@2.0.1" + }, + "npm:browserify-rsa@4.0.0": { + "bn.js": "npm:bn.js@4.10.3", + "buffer": "github:jspm/nodelibs-buffer@0.1.0", + "constants": "github:jspm/nodelibs-constants@0.1.0", + "crypto": "github:jspm/nodelibs-crypto@0.1.0", + "randombytes": "npm:randombytes@2.0.2" + }, + "npm:browserify-sign@4.0.0": { + "bn.js": "npm:bn.js@4.10.3", + "browserify-rsa": "npm:browserify-rsa@4.0.0", + "buffer": "github:jspm/nodelibs-buffer@0.1.0", + "create-hash": "npm:create-hash@1.1.2", + "create-hmac": "npm:create-hmac@1.1.4", + "crypto": "github:jspm/nodelibs-crypto@0.1.0", + "elliptic": "npm:elliptic@6.2.3", + "inherits": "npm:inherits@2.0.1", + "parse-asn1": "npm:parse-asn1@5.0.0", + "stream": "github:jspm/nodelibs-stream@0.1.0" + }, + "npm:buffer-xor@1.0.3": { + "buffer": "github:jspm/nodelibs-buffer@0.1.0", + "systemjs-json": "github:systemjs/plugin-json@0.1.0" + }, + "npm:buffer@3.6.0": { + "base64-js": "npm:base64-js@0.0.8", + "child_process": "github:jspm/nodelibs-child_process@0.1.0", + "fs": "github:jspm/nodelibs-fs@0.1.2", + "ieee754": "npm:ieee754@1.1.6", + "isarray": "npm:isarray@1.0.0", + "process": "github:jspm/nodelibs-process@0.1.2" + }, + "npm:cipher-base@1.0.2": { + "buffer": "github:jspm/nodelibs-buffer@0.1.0", + "inherits": "npm:inherits@2.0.1", + "stream": "github:jspm/nodelibs-stream@0.1.0", + "string_decoder": "github:jspm/nodelibs-string_decoder@0.1.0" + }, + "npm:constants-browserify@0.0.1": { + "systemjs-json": "github:systemjs/plugin-json@0.1.0" + }, + "npm:core-util-is@1.0.2": { + "buffer": "github:jspm/nodelibs-buffer@0.1.0" + }, + "npm:create-ecdh@4.0.0": { + "bn.js": "npm:bn.js@4.10.3", + "buffer": "github:jspm/nodelibs-buffer@0.1.0", + "crypto": "github:jspm/nodelibs-crypto@0.1.0", + "elliptic": "npm:elliptic@6.2.3" + }, + "npm:create-hash@1.1.2": { + "buffer": "github:jspm/nodelibs-buffer@0.1.0", + "cipher-base": "npm:cipher-base@1.0.2", + "crypto": "github:jspm/nodelibs-crypto@0.1.0", + "fs": "github:jspm/nodelibs-fs@0.1.2", + "inherits": "npm:inherits@2.0.1", + "ripemd160": "npm:ripemd160@1.0.1", + "sha.js": "npm:sha.js@2.4.4" + }, + "npm:create-hmac@1.1.4": { + "buffer": "github:jspm/nodelibs-buffer@0.1.0", + "create-hash": "npm:create-hash@1.1.2", + "crypto": "github:jspm/nodelibs-crypto@0.1.0", + "inherits": "npm:inherits@2.0.1", + "stream": "github:jspm/nodelibs-stream@0.1.0" + }, + "npm:crypto-browserify@3.11.0": { + "browserify-cipher": "npm:browserify-cipher@1.0.0", + "browserify-sign": "npm:browserify-sign@4.0.0", + "create-ecdh": "npm:create-ecdh@4.0.0", + "create-hash": "npm:create-hash@1.1.2", + "create-hmac": "npm:create-hmac@1.1.4", + "diffie-hellman": "npm:diffie-hellman@5.0.2", + "inherits": "npm:inherits@2.0.1", + "pbkdf2": "npm:pbkdf2@3.0.4", + "public-encrypt": "npm:public-encrypt@4.0.0", + "randombytes": "npm:randombytes@2.0.2" + }, + "npm:des.js@1.0.0": { + "buffer": "github:jspm/nodelibs-buffer@0.1.0", + "inherits": "npm:inherits@2.0.1", + "minimalistic-assert": "npm:minimalistic-assert@1.0.0" + }, + "npm:diffie-hellman@5.0.2": { + "bn.js": "npm:bn.js@4.10.3", + "buffer": "github:jspm/nodelibs-buffer@0.1.0", + "crypto": "github:jspm/nodelibs-crypto@0.1.0", + "miller-rabin": "npm:miller-rabin@4.0.0", + "randombytes": "npm:randombytes@2.0.2", + "systemjs-json": "github:systemjs/plugin-json@0.1.0" + }, + "npm:elliptic@6.2.3": { + "bn.js": "npm:bn.js@4.10.3", + "brorand": "npm:brorand@1.0.5", + "hash.js": "npm:hash.js@1.0.3", + "inherits": "npm:inherits@2.0.1", + "systemjs-json": "github:systemjs/plugin-json@0.1.0" + }, + "npm:es6-promise@3.1.2": { + "process": "github:jspm/nodelibs-process@0.1.2" + }, + "npm:es6-shim@0.33.13": { + "process": "github:jspm/nodelibs-process@0.1.2" + }, + "npm:evp_bytestokey@1.0.0": { + "buffer": "github:jspm/nodelibs-buffer@0.1.0", + "create-hash": "npm:create-hash@1.1.2", + "crypto": "github:jspm/nodelibs-crypto@0.1.0" + }, + "npm:hash.js@1.0.3": { + "inherits": "npm:inherits@2.0.1" + }, + "npm:inherits@2.0.1": { + "util": "github:jspm/nodelibs-util@0.1.0" + }, + "npm:miller-rabin@4.0.0": { + "bn.js": "npm:bn.js@4.10.3", + "brorand": "npm:brorand@1.0.5" + }, + "npm:parse-asn1@5.0.0": { + "asn1.js": "npm:asn1.js@4.5.0", + "browserify-aes": "npm:browserify-aes@1.0.6", + "buffer": "github:jspm/nodelibs-buffer@0.1.0", + "create-hash": "npm:create-hash@1.1.2", + "evp_bytestokey": "npm:evp_bytestokey@1.0.0", + "pbkdf2": "npm:pbkdf2@3.0.4", + "systemjs-json": "github:systemjs/plugin-json@0.1.0" + }, + "npm:path-browserify@0.0.0": { + "process": "github:jspm/nodelibs-process@0.1.2" + }, + "npm:pbkdf2@3.0.4": { + "buffer": "github:jspm/nodelibs-buffer@0.1.0", + "child_process": "github:jspm/nodelibs-child_process@0.1.0", + "create-hmac": "npm:create-hmac@1.1.4", + "crypto": "github:jspm/nodelibs-crypto@0.1.0", + "path": "github:jspm/nodelibs-path@0.1.0", + "process": "github:jspm/nodelibs-process@0.1.2", + "systemjs-json": "github:systemjs/plugin-json@0.1.0" + }, + "npm:process@0.11.2": { + "assert": "github:jspm/nodelibs-assert@0.1.0" + }, + "npm:public-encrypt@4.0.0": { + "bn.js": "npm:bn.js@4.10.3", + "browserify-rsa": "npm:browserify-rsa@4.0.0", + "buffer": "github:jspm/nodelibs-buffer@0.1.0", + "create-hash": "npm:create-hash@1.1.2", + "crypto": "github:jspm/nodelibs-crypto@0.1.0", + "parse-asn1": "npm:parse-asn1@5.0.0", + "randombytes": "npm:randombytes@2.0.2" + }, + "npm:randombytes@2.0.2": { + "buffer": "github:jspm/nodelibs-buffer@0.1.0", + "crypto": "github:jspm/nodelibs-crypto@0.1.0", + "process": "github:jspm/nodelibs-process@0.1.2" + }, + "npm:readable-stream@1.1.13": { + "buffer": "github:jspm/nodelibs-buffer@0.1.0", + "core-util-is": "npm:core-util-is@1.0.2", + "events": "github:jspm/nodelibs-events@0.1.1", + "inherits": "npm:inherits@2.0.1", + "isarray": "npm:isarray@0.0.1", + "process": "github:jspm/nodelibs-process@0.1.2", + "stream-browserify": "npm:stream-browserify@1.0.0", + "string_decoder": "npm:string_decoder@0.10.31" + }, + "npm:reflect-metadata@0.1.2": { + "assert": "github:jspm/nodelibs-assert@0.1.0", + "process": "github:jspm/nodelibs-process@0.1.2" + }, + "npm:reflect-metadata@0.1.3": { + "assert": "github:jspm/nodelibs-assert@0.1.0", + "process": "github:jspm/nodelibs-process@0.1.2" + }, + "npm:ripemd160@1.0.1": { + "buffer": "github:jspm/nodelibs-buffer@0.1.0", + "process": "github:jspm/nodelibs-process@0.1.2" + }, + "npm:rxjs@5.0.0-beta.2": { + "buffer": "github:jspm/nodelibs-buffer@0.1.0", + "process": "github:jspm/nodelibs-process@0.1.2" + }, + "npm:sha.js@2.4.4": { + "buffer": "github:jspm/nodelibs-buffer@0.1.0", + "fs": "github:jspm/nodelibs-fs@0.1.2", + "inherits": "npm:inherits@2.0.1", + "process": "github:jspm/nodelibs-process@0.1.2" + }, + "npm:stream-browserify@1.0.0": { + "events": "github:jspm/nodelibs-events@0.1.1", + "inherits": "npm:inherits@2.0.1", + "readable-stream": "npm:readable-stream@1.1.13" + }, + "npm:string_decoder@0.10.31": { + "buffer": "github:jspm/nodelibs-buffer@0.1.0" + }, + "npm:util@0.10.3": { + "inherits": "npm:inherits@2.0.1", + "process": "github:jspm/nodelibs-process@0.1.2" + }, + "npm:vm-browserify@0.0.4": { + "indexof": "npm:indexof@0.0.1" + }, + "npm:zone.js@0.5.15": { + "es6-promise": "npm:es6-promise@3.1.2", + "process": "github:jspm/nodelibs-process@0.1.2" + } + } +}); diff --git a/angular2/showcase/src/tsconfig.json b/angular2/showcase/src/tsconfig.json new file mode 100644 index 0000000..7881759 --- /dev/null +++ b/angular2/showcase/src/tsconfig.json @@ -0,0 +1,11 @@ +{ + "compilerOptions": { + "module": "system", + "target": "ES5", + "sourceMap": true, + "noImplicitAny": true, + "emitDecoratorMetadata": true, + "experimentalDecorators": true, + "removeComments": false + } +} \ No newline at end of file -- 2.1.4