Skip to content

Instantly share code, notes, and snippets.

@DovydasNavickas
Last active June 26, 2017 17:20
Show Gist options
  • Save DovydasNavickas/6f0161cdc8ed343ac09fd0abc0dd7a94 to your computer and use it in GitHub Desktop.
Save DovydasNavickas/6f0161cdc8ed343ac09fd0abc0dd7a94 to your computer and use it in GitHub Desktop.
System.config({
packageConfigPaths: [
"github:*/*.json",
"npm:@*/*.json",
"npm:*.json"
],
map: {
"@simplr/react-forms": "npm:@simplr/react-forms@4.1.1",
"@simplr/react-forms-dom": "@simplr/react-forms-dom@4.1.1",
"@simplr/react-forms-validation": "npm:@simplr/react-forms-validation@4.1.1",
"assert": "npm:jspm-nodelibs-assert@0.2.1",
"buffer": "npm:jspm-nodelibs-buffer@0.2.3",
"child_process": "npm:jspm-nodelibs-child_process@0.2.1",
"constants": "npm:jspm-nodelibs-constants@0.2.1",
"crypto": "npm:jspm-nodelibs-crypto@0.2.1",
"domain": "npm:jspm-nodelibs-domain@0.2.1",
"events": "npm:jspm-nodelibs-events@0.2.2",
"fs": "npm:jspm-nodelibs-fs@0.2.1",
"http": "npm:jspm-nodelibs-http@0.2.0",
"https": "npm:jspm-nodelibs-https@0.2.2",
"immutable": "npm:immutable@3.8.1",
"os": "npm:jspm-nodelibs-os@0.2.2",
"path": "npm:jspm-nodelibs-path@0.2.3",
"process": "npm:jspm-nodelibs-process@0.2.1",
"react": "npm:react@15.6.1",
"react-dom": "npm:react-dom@15.6.1",
"stream": "npm:jspm-nodelibs-stream@0.2.1",
"string_decoder": "npm:jspm-nodelibs-string_decoder@0.2.1",
"tslib": "npm:tslib@1.7.1",
"url": "npm:jspm-nodelibs-url@0.2.1",
"util": "npm:jspm-nodelibs-util@0.2.2",
"vm": "npm:jspm-nodelibs-vm@0.2.1",
"zlib": "npm:jspm-nodelibs-zlib@0.2.3"
},
packages: {
"npm:jspm-nodelibs-crypto@0.2.1": {
"map": {
"crypto-browserify": "npm:crypto-browserify@3.11.0"
}
},
"npm:jspm-nodelibs-os@0.2.2": {
"map": {
"os-browserify": "npm:os-browserify@0.3.0"
}
},
"npm:jspm-nodelibs-buffer@0.2.3": {
"map": {
"buffer": "npm:buffer@5.0.6"
}
},
"npm:crypto-browserify@3.11.0": {
"map": {
"browserify-cipher": "npm:browserify-cipher@1.0.0",
"browserify-sign": "npm:browserify-sign@4.0.4",
"create-hmac": "npm:create-hmac@1.1.6",
"create-hash": "npm:create-hash@1.1.3",
"diffie-hellman": "npm:diffie-hellman@5.0.2",
"inherits": "npm:inherits@2.0.3",
"create-ecdh": "npm:create-ecdh@4.0.0",
"public-encrypt": "npm:public-encrypt@4.0.0",
"pbkdf2": "npm:pbkdf2@3.0.12",
"randombytes": "npm:randombytes@2.0.5"
}
},
"npm:browserify-sign@4.0.4": {
"map": {
"create-hash": "npm:create-hash@1.1.3",
"create-hmac": "npm:create-hmac@1.1.6",
"inherits": "npm:inherits@2.0.3",
"parse-asn1": "npm:parse-asn1@5.1.0",
"bn.js": "npm:bn.js@4.11.7",
"elliptic": "npm:elliptic@6.4.0",
"browserify-rsa": "npm:browserify-rsa@4.0.1"
}
},
"npm:create-hmac@1.1.6": {
"map": {
"create-hash": "npm:create-hash@1.1.3",
"inherits": "npm:inherits@2.0.3",
"cipher-base": "npm:cipher-base@1.0.3",
"ripemd160": "npm:ripemd160@2.0.1",
"safe-buffer": "npm:safe-buffer@5.1.1",
"sha.js": "npm:sha.js@2.4.8"
}
},
"npm:create-hash@1.1.3": {
"map": {
"inherits": "npm:inherits@2.0.3",
"cipher-base": "npm:cipher-base@1.0.3",
"ripemd160": "npm:ripemd160@2.0.1",
"sha.js": "npm:sha.js@2.4.8"
}
},
"npm:diffie-hellman@5.0.2": {
"map": {
"randombytes": "npm:randombytes@2.0.5",
"bn.js": "npm:bn.js@4.11.7",
"miller-rabin": "npm:miller-rabin@4.0.0"
}
},
"npm:public-encrypt@4.0.0": {
"map": {
"create-hash": "npm:create-hash@1.1.3",
"randombytes": "npm:randombytes@2.0.5",
"parse-asn1": "npm:parse-asn1@5.1.0",
"bn.js": "npm:bn.js@4.11.7",
"browserify-rsa": "npm:browserify-rsa@4.0.1"
}
},
"npm:pbkdf2@3.0.12": {
"map": {
"create-hash": "npm:create-hash@1.1.3",
"create-hmac": "npm:create-hmac@1.1.6",
"ripemd160": "npm:ripemd160@2.0.1",
"safe-buffer": "npm:safe-buffer@5.1.1",
"sha.js": "npm:sha.js@2.4.8"
}
},
"npm:buffer@5.0.6": {
"map": {
"ieee754": "npm:ieee754@1.1.8",
"base64-js": "npm:base64-js@1.2.1"
}
},
"npm:browserify-cipher@1.0.0": {
"map": {
"browserify-aes": "npm:browserify-aes@1.0.6",
"browserify-des": "npm:browserify-des@1.0.0",
"evp_bytestokey": "npm:evp_bytestokey@1.0.0"
}
},
"npm:browserify-aes@1.0.6": {
"map": {
"create-hash": "npm:create-hash@1.1.3",
"inherits": "npm:inherits@2.0.3",
"evp_bytestokey": "npm:evp_bytestokey@1.0.0",
"cipher-base": "npm:cipher-base@1.0.3",
"buffer-xor": "npm:buffer-xor@1.0.3"
}
},
"npm:browserify-des@1.0.0": {
"map": {
"inherits": "npm:inherits@2.0.3",
"cipher-base": "npm:cipher-base@1.0.3",
"des.js": "npm:des.js@1.0.0"
}
},
"npm:create-ecdh@4.0.0": {
"map": {
"bn.js": "npm:bn.js@4.11.7",
"elliptic": "npm:elliptic@6.4.0"
}
},
"npm:randombytes@2.0.5": {
"map": {
"safe-buffer": "npm:safe-buffer@5.1.1"
}
},
"npm:evp_bytestokey@1.0.0": {
"map": {
"create-hash": "npm:create-hash@1.1.3"
}
},
"npm:parse-asn1@5.1.0": {
"map": {
"browserify-aes": "npm:browserify-aes@1.0.6",
"create-hash": "npm:create-hash@1.1.3",
"pbkdf2": "npm:pbkdf2@3.0.12",
"evp_bytestokey": "npm:evp_bytestokey@1.0.0",
"asn1.js": "npm:asn1.js@4.9.1"
}
},
"npm:elliptic@6.4.0": {
"map": {
"bn.js": "npm:bn.js@4.11.7",
"inherits": "npm:inherits@2.0.3",
"minimalistic-assert": "npm:minimalistic-assert@1.0.0",
"brorand": "npm:brorand@1.1.0",
"hmac-drbg": "npm:hmac-drbg@1.0.1",
"minimalistic-crypto-utils": "npm:minimalistic-crypto-utils@1.0.1",
"hash.js": "npm:hash.js@1.1.1"
}
},
"npm:browserify-rsa@4.0.1": {
"map": {
"bn.js": "npm:bn.js@4.11.7",
"randombytes": "npm:randombytes@2.0.5"
}
},
"npm:cipher-base@1.0.3": {
"map": {
"inherits": "npm:inherits@2.0.3"
}
},
"npm:ripemd160@2.0.1": {
"map": {
"inherits": "npm:inherits@2.0.3",
"hash-base": "npm:hash-base@2.0.2"
}
},
"npm:sha.js@2.4.8": {
"map": {
"inherits": "npm:inherits@2.0.3"
}
},
"npm:miller-rabin@4.0.0": {
"map": {
"bn.js": "npm:bn.js@4.11.7",
"brorand": "npm:brorand@1.1.0"
}
},
"npm:des.js@1.0.0": {
"map": {
"inherits": "npm:inherits@2.0.3",
"minimalistic-assert": "npm:minimalistic-assert@1.0.0"
}
},
"npm:hmac-drbg@1.0.1": {
"map": {
"hash.js": "npm:hash.js@1.1.1",
"minimalistic-assert": "npm:minimalistic-assert@1.0.0",
"minimalistic-crypto-utils": "npm:minimalistic-crypto-utils@1.0.1"
}
},
"npm:asn1.js@4.9.1": {
"map": {
"bn.js": "npm:bn.js@4.11.7",
"inherits": "npm:inherits@2.0.3",
"minimalistic-assert": "npm:minimalistic-assert@1.0.0"
}
},
"npm:jspm-nodelibs-stream@0.2.1": {
"map": {
"stream-browserify": "npm:stream-browserify@2.0.1"
}
},
"npm:hash-base@2.0.2": {
"map": {
"inherits": "npm:inherits@2.0.3"
}
},
"npm:stream-browserify@2.0.1": {
"map": {
"inherits": "npm:inherits@2.0.3",
"readable-stream": "npm:readable-stream@2.3.1"
}
},
"npm:jspm-nodelibs-string_decoder@0.2.1": {
"map": {
"string_decoder": "npm:string_decoder@0.10.31"
}
},
"npm:string_decoder@1.0.2": {
"map": {
"safe-buffer": "npm:safe-buffer@5.0.1"
}
},
"npm:react-dom@15.6.1": {
"map": {
"fbjs": "npm:fbjs@0.8.12",
"loose-envify": "npm:loose-envify@1.3.1",
"prop-types": "npm:prop-types@15.5.10",
"object-assign": "npm:object-assign@4.1.1"
}
},
"npm:react@15.6.1": {
"map": {
"fbjs": "npm:fbjs@0.8.12",
"loose-envify": "npm:loose-envify@1.3.1",
"create-react-class": "npm:create-react-class@15.6.0",
"prop-types": "npm:prop-types@15.5.10",
"object-assign": "npm:object-assign@4.1.1"
}
},
"npm:fbjs@0.8.12": {
"map": {
"loose-envify": "npm:loose-envify@1.3.1",
"object-assign": "npm:object-assign@4.1.1",
"isomorphic-fetch": "npm:isomorphic-fetch@2.2.1",
"promise": "npm:promise@7.3.1",
"core-js": "npm:core-js@1.2.7",
"setimmediate": "npm:setimmediate@1.0.5",
"ua-parser-js": "npm:ua-parser-js@0.7.13"
}
},
"npm:prop-types@15.5.10": {
"map": {
"fbjs": "npm:fbjs@0.8.12",
"loose-envify": "npm:loose-envify@1.3.1"
}
},
"npm:create-react-class@15.6.0": {
"map": {
"fbjs": "npm:fbjs@0.8.12",
"loose-envify": "npm:loose-envify@1.3.1",
"object-assign": "npm:object-assign@4.1.1"
}
},
"npm:loose-envify@1.3.1": {
"map": {
"js-tokens": "npm:js-tokens@3.0.1"
}
},
"npm:isomorphic-fetch@2.2.1": {
"map": {
"node-fetch": "npm:node-fetch@1.7.1",
"whatwg-fetch": "npm:whatwg-fetch@2.0.3"
}
},
"npm:node-fetch@1.7.1": {
"map": {
"encoding": "npm:encoding@0.1.12",
"is-stream": "npm:is-stream@1.1.0"
}
},
"npm:encoding@0.1.12": {
"map": {
"iconv-lite": "npm:iconv-lite@0.4.18"
}
},
"npm:jspm-nodelibs-zlib@0.2.3": {
"map": {
"browserify-zlib": "npm:browserify-zlib@0.1.4"
}
},
"npm:jspm-nodelibs-url@0.2.1": {
"map": {
"url": "npm:url@0.11.0"
}
},
"npm:jspm-nodelibs-http@0.2.0": {
"map": {
"http-browserify": "npm:stream-http@2.7.2"
}
},
"npm:stream-http@2.7.2": {
"map": {
"inherits": "npm:inherits@2.0.3",
"readable-stream": "npm:readable-stream@2.3.1",
"to-arraybuffer": "npm:to-arraybuffer@1.0.1",
"builtin-status-codes": "npm:builtin-status-codes@3.0.0",
"xtend": "npm:xtend@4.0.1"
}
},
"npm:jspm-nodelibs-domain@0.2.1": {
"map": {
"domain-browser": "npm:domain-browser@1.1.7"
}
},
"npm:browserify-zlib@0.1.4": {
"map": {
"readable-stream": "npm:readable-stream@2.3.1",
"pako": "npm:pako@0.2.9"
}
},
"npm:url@0.11.0": {
"map": {
"querystring": "npm:querystring@0.2.0",
"punycode": "npm:punycode@1.3.2"
}
},
"npm:action-emitter@0.2.1": {
"map": {
"fbemitter": "npm:fbemitter@2.1.1",
"@types/fbemitter": "npm:@types/fbemitter@2.0.32"
}
},
"npm:fbemitter@2.1.1": {
"map": {
"fbjs": "npm:fbjs@0.8.12"
}
},
"npm:@types/react-dom@15.5.0": {
"map": {
"@types/react": "npm:@types/react@15.0.30"
}
},
"npm:promise@7.3.1": {
"map": {
"asap": "npm:asap@2.0.5"
}
},
"npm:@types/flux@3.1.0": {
"map": {
"@types/react": "npm:@types/react@15.0.30",
"@types/fbemitter": "npm:@types/fbemitter@2.0.32"
}
},
"npm:hash.js@1.1.1": {
"map": {
"inherits": "npm:inherits@2.0.3",
"minimalistic-assert": "npm:minimalistic-assert@1.0.0"
}
},
"@simplr/react-forms-dom@4.1.1": {
"map": {
"immutable": "npm:immutable@3.8.1",
"react": "npm:react@15.6.1",
"react-dom": "npm:react-dom@15.6.1",
"tslib": "npm:tslib@1.7.1",
"@simplr/react-forms": "npm:@simplr/react-forms@4.1.1",
"typed-immutable-record": "npm:typed-immutable-record@0.0.6",
"prop-types": "npm:prop-types@15.5.10",
"@types/react": "npm:@types/react@15.0.30",
"@types/prop-types": "npm:@types/prop-types@15.5.1"
}
},
"npm:@simplr/react-forms@4.1.1": {
"map": {
"immutable": "npm:immutable@3.8.1",
"react": "npm:react@15.6.1",
"react-dom": "npm:react-dom@15.6.1",
"tslib": "npm:tslib@1.7.1",
"typed-immutable-record": "npm:typed-immutable-record@0.0.6",
"action-emitter": "npm:action-emitter@0.2.1",
"@types/react-dom": "npm:@types/react-dom@15.5.0",
"@types/fbemitter": "npm:@types/fbemitter@2.0.32",
"prop-types": "npm:prop-types@15.5.10",
"@types/react": "npm:@types/react@15.0.30",
"@types/prop-types": "npm:@types/prop-types@15.5.1",
"@types/flux": "npm:@types/flux@3.1.0"
}
},
"npm:@simplr/react-forms-validation@4.1.1": {
"map": {
"immutable": "npm:immutable@3.8.1",
"react": "npm:react@15.6.1",
"tslib": "npm:tslib@1.7.1",
"@simplr/react-forms": "npm:@simplr/react-forms@4.1.1",
"action-emitter": "npm:action-emitter@0.2.1",
"@types/react-dom": "npm:@types/react-dom@15.5.0",
"@types/validator": "npm:@types/validator@6.2.0",
"@types/react": "npm:@types/react@15.0.30",
"validator": "npm:validator@7.1.0"
}
},
"npm:readable-stream@2.3.1": {
"map": {
"inherits": "npm:inherits@2.0.3",
"string_decoder": "npm:string_decoder@1.0.2",
"util-deprecate": "npm:util-deprecate@1.0.2",
"process-nextick-args": "npm:process-nextick-args@1.0.7",
"core-util-is": "npm:core-util-is@1.0.2",
"isarray": "npm:isarray@1.0.0",
"safe-buffer": "npm:safe-buffer@5.1.1"
}
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment