2015-10-03 11:54:09 +03:00
|
|
|
System.config({
|
|
|
|
baseURL: "/",
|
|
|
|
defaultJSExtensions: true,
|
|
|
|
transpiler: "babel",
|
|
|
|
babelOptions: {
|
|
|
|
"optional": [
|
|
|
|
"runtime",
|
|
|
|
"optimisation.modules.system",
|
2015-10-08 20:15:21 +03:00
|
|
|
"es7.decorators",
|
|
|
|
"es7.classProperties"
|
2015-10-03 11:54:09 +03:00
|
|
|
]
|
|
|
|
},
|
|
|
|
paths: {
|
|
|
|
"github:*": "jspm_packages/github/*",
|
|
|
|
"npm:*": "jspm_packages/npm/*"
|
|
|
|
},
|
|
|
|
|
2015-10-07 12:47:57 +03:00
|
|
|
packages: {
|
2016-01-15 23:51:36 +03:00
|
|
|
"npm:swagger-schema-official@2.0.0-bab6bed": {
|
2015-10-07 12:47:57 +03:00
|
|
|
"defaultExtension": "json",
|
|
|
|
"main": "schema.json",
|
|
|
|
"meta": {
|
|
|
|
"*": {
|
|
|
|
"loader": "json"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2015-10-17 21:03:08 +03:00
|
|
|
meta: {
|
|
|
|
"jspm_packages/npm/json-formatter-js@0.2.0/src/*": {
|
2016-05-05 11:05:02 +03:00
|
|
|
"format": "esm"
|
2015-10-17 21:03:08 +03:00
|
|
|
},
|
|
|
|
"jspm_packages/npm/json-schema-view-js@0.2.0/src/*": {
|
2016-05-05 11:05:02 +03:00
|
|
|
"format": "esm"
|
2015-10-17 21:03:08 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
|
2015-10-03 11:54:09 +03:00
|
|
|
map: {
|
2016-05-05 11:05:02 +03:00
|
|
|
"@angular/common": "npm:@angular/common@2.0.0-rc.1",
|
|
|
|
"@angular/compiler": "npm:@angular/compiler@2.0.0-rc.1",
|
|
|
|
"@angular/core": "npm:@angular/core@2.0.0-rc.1",
|
|
|
|
"@angular/platform-browser": "npm:@angular/platform-browser@2.0.0-rc.1",
|
|
|
|
"@angular/platform-browser-dynamic": "npm:@angular/platform-browser-dynamic@2.0.0-rc.1",
|
2016-04-19 18:50:01 +03:00
|
|
|
"Robdel12/DropKick": "github:Robdel12/DropKick@2.1.7",
|
2015-12-19 23:21:17 +03:00
|
|
|
"babel": "npm:babel-core@5.8.34",
|
|
|
|
"babel-runtime": "npm:babel-runtime@5.8.34",
|
2015-10-17 21:03:08 +03:00
|
|
|
"clean-css": "npm:clean-css@3.4.6",
|
2015-12-19 23:21:17 +03:00
|
|
|
"core-js": "npm:core-js@1.2.6",
|
2015-10-17 21:03:08 +03:00
|
|
|
"css": "github:systemjs/plugin-css@0.1.18",
|
2015-10-03 11:54:09 +03:00
|
|
|
"es6-shim": "github:es-shims/es6-shim@0.33.6",
|
2016-03-28 00:54:43 +03:00
|
|
|
"hint.css": "npm:hint.css@2.2.1",
|
2016-04-28 21:38:04 +03:00
|
|
|
"json": "github:systemjs/plugin-json@0.1.2",
|
2015-10-17 21:03:08 +03:00
|
|
|
"json-formatter-js": "npm:json-formatter-js@0.2.0",
|
2015-10-08 20:15:21 +03:00
|
|
|
"json-pointer": "npm:json-pointer@0.3.0",
|
2015-11-01 01:43:08 +03:00
|
|
|
"json-schema-instantiator": "npm:json-schema-instantiator@0.3.0",
|
2015-10-23 11:35:13 +03:00
|
|
|
"marked": "npm:marked@0.3.5",
|
2016-01-31 20:37:10 +03:00
|
|
|
"prismjs": "npm:prismjs@1.3.0",
|
2016-05-05 11:05:02 +03:00
|
|
|
"rxjs": "npm:rxjs@5.0.0-beta.6",
|
2015-11-29 20:18:01 +03:00
|
|
|
"scrollparent": "npm:scrollparent@0.1.0",
|
2016-04-30 21:25:52 +03:00
|
|
|
"stream-http": "npm:stream-http@2.3.0",
|
2016-04-28 21:38:04 +03:00
|
|
|
"swagger-parser": "npm:swagger-parser@4.0.0-beta.2",
|
|
|
|
"systemjs/plugin-json": "github:systemjs/plugin-json@0.1.2",
|
2016-05-05 11:05:02 +03:00
|
|
|
"zone.js": "npm:zone.js@0.6.12",
|
2015-10-03 11:54:09 +03:00
|
|
|
"github:jspm/nodelibs-assert@0.1.0": {
|
|
|
|
"assert": "npm:assert@1.3.0"
|
|
|
|
},
|
|
|
|
"github:jspm/nodelibs-buffer@0.1.0": {
|
2016-01-15 23:51:36 +03:00
|
|
|
"buffer": "npm:buffer@3.6.0"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
|
|
|
"github:jspm/nodelibs-constants@0.1.0": {
|
|
|
|
"constants-browserify": "npm:constants-browserify@0.0.1"
|
|
|
|
},
|
|
|
|
"github:jspm/nodelibs-crypto@0.1.0": {
|
2015-11-04 23:18:34 +03:00
|
|
|
"crypto-browserify": "npm:crypto-browserify@3.11.0"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
|
|
|
"github:jspm/nodelibs-events@0.1.1": {
|
|
|
|
"events": "npm:events@1.0.2"
|
|
|
|
},
|
2015-10-07 12:47:57 +03:00
|
|
|
"github:jspm/nodelibs-http@1.7.1": {
|
|
|
|
"Base64": "npm:Base64@0.2.1",
|
|
|
|
"events": "github:jspm/nodelibs-events@0.1.1",
|
|
|
|
"inherits": "npm:inherits@2.0.1",
|
|
|
|
"stream": "github:jspm/nodelibs-stream@0.1.0",
|
|
|
|
"url": "github:jspm/nodelibs-url@0.1.0",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
|
|
|
"github:jspm/nodelibs-https@0.1.0": {
|
|
|
|
"https-browserify": "npm:https-browserify@0.0.0"
|
|
|
|
},
|
|
|
|
"github:jspm/nodelibs-net@0.1.2": {
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
|
|
"http": "github:jspm/nodelibs-http@1.7.1",
|
|
|
|
"net": "github:jspm/nodelibs-net@0.1.2",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
|
|
"stream": "github:jspm/nodelibs-stream@0.1.0",
|
|
|
|
"timers": "github:jspm/nodelibs-timers@0.1.0",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
2015-10-17 21:03:08 +03:00
|
|
|
"github:jspm/nodelibs-os@0.1.0": {
|
|
|
|
"os-browserify": "npm:os-browserify@0.1.2"
|
|
|
|
},
|
2015-10-03 11:54:09 +03:00
|
|
|
"github:jspm/nodelibs-path@0.1.0": {
|
|
|
|
"path-browserify": "npm:path-browserify@0.0.0"
|
|
|
|
},
|
2015-10-07 12:47:57 +03:00
|
|
|
"github:jspm/nodelibs-process@0.1.2": {
|
|
|
|
"process": "npm:process@0.11.2"
|
|
|
|
},
|
|
|
|
"github:jspm/nodelibs-punycode@0.1.0": {
|
|
|
|
"punycode": "npm:punycode@1.3.2"
|
|
|
|
},
|
|
|
|
"github:jspm/nodelibs-querystring@0.1.0": {
|
|
|
|
"querystring": "npm:querystring@0.2.0"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
2015-10-07 12:47:57 +03:00
|
|
|
"github:jspm/nodelibs-timers@0.1.0": {
|
2015-12-19 23:21:17 +03:00
|
|
|
"timers-browserify": "npm:timers-browserify@1.4.2"
|
2015-10-07 12:47:57 +03:00
|
|
|
},
|
|
|
|
"github:jspm/nodelibs-tty@0.1.0": {
|
|
|
|
"tty-browserify": "npm:tty-browserify@0.0.0"
|
|
|
|
},
|
2015-10-03 11:54:09 +03:00
|
|
|
"github:jspm/nodelibs-url@0.1.0": {
|
|
|
|
"url": "npm:url@0.10.3"
|
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
2015-10-07 12:47:57 +03:00
|
|
|
"github:jspm/nodelibs-zlib@0.1.0": {
|
|
|
|
"browserify-zlib": "npm:browserify-zlib@0.1.4"
|
|
|
|
},
|
2016-05-05 11:05:02 +03:00
|
|
|
"npm:@angular/common@2.0.0-rc.1": {
|
|
|
|
"@angular/core": "npm:@angular/core@2.0.0-rc.1",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
|
|
|
},
|
|
|
|
"npm:@angular/compiler@2.0.0-rc.1": {
|
|
|
|
"@angular/core": "npm:@angular/core@2.0.0-rc.1",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
|
|
|
},
|
|
|
|
"npm:@angular/core@2.0.0-rc.1": {
|
2016-05-06 12:46:41 +03:00
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
2016-05-05 11:05:02 +03:00
|
|
|
"rxjs": "npm:rxjs@5.0.0-beta.6",
|
|
|
|
"zone.js": "npm:zone.js@0.6.12"
|
|
|
|
},
|
|
|
|
"npm:@angular/platform-browser-dynamic@2.0.0-rc.1": {
|
|
|
|
"@angular/common": "npm:@angular/common@2.0.0-rc.1",
|
|
|
|
"@angular/compiler": "npm:@angular/compiler@2.0.0-rc.1",
|
|
|
|
"@angular/core": "npm:@angular/core@2.0.0-rc.1",
|
|
|
|
"@angular/platform-browser": "npm:@angular/platform-browser@2.0.0-rc.1",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
|
|
|
},
|
|
|
|
"npm:@angular/platform-browser@2.0.0-rc.1": {
|
|
|
|
"@angular/common": "npm:@angular/common@2.0.0-rc.1",
|
|
|
|
"@angular/compiler": "npm:@angular/compiler@2.0.0-rc.1",
|
|
|
|
"@angular/core": "npm:@angular/core@2.0.0-rc.1",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
|
|
|
},
|
2015-10-17 21:03:08 +03:00
|
|
|
"npm:amdefine@1.0.0": {
|
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
|
|
"module": "github:jspm/nodelibs-module@0.1.0",
|
|
|
|
"path": "github:jspm/nodelibs-path@0.1.0",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:argparse@1.0.7": {
|
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
|
|
"path": "github:jspm/nodelibs-path@0.1.0",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
|
|
"sprintf-js": "npm:sprintf-js@1.0.3",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
|
|
|
"npm:asn1.js@4.5.2": {
|
2015-10-03 11:54:09 +03:00
|
|
|
"assert": "github:jspm/nodelibs-assert@0.1.0",
|
2016-04-28 21:38:04 +03:00
|
|
|
"bn.js": "npm:bn.js@4.11.3",
|
2015-10-03 11:54:09 +03:00
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
2016-04-28 21:38:04 +03:00
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
2015-10-03 11:54:09 +03:00
|
|
|
"inherits": "npm:inherits@2.0.1",
|
|
|
|
"minimalistic-assert": "npm:minimalistic-assert@1.0.0",
|
|
|
|
"vm": "github:jspm/nodelibs-vm@0.1.0"
|
|
|
|
},
|
2016-01-15 23:51:36 +03:00
|
|
|
"npm:asn1@0.2.3": {
|
2015-10-07 12:47:57 +03:00
|
|
|
"assert": "github:jspm/nodelibs-assert@0.1.0",
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"sys": "github:jspm/nodelibs-util@0.1.0",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:assert-plus@0.2.0": {
|
2015-10-07 12:47:57 +03:00
|
|
|
"assert": "github:jspm/nodelibs-assert@0.1.0",
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
|
|
"stream": "github:jspm/nodelibs-stream@0.1.0",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:assert-plus@1.0.0": {
|
2016-01-15 23:51:36 +03:00
|
|
|
"assert": "github:jspm/nodelibs-assert@0.1.0",
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
|
|
"stream": "github:jspm/nodelibs-stream@0.1.0",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
2015-10-03 11:54:09 +03:00
|
|
|
"npm:assert@1.3.0": {
|
|
|
|
"util": "npm:util@0.10.3"
|
|
|
|
},
|
2016-01-15 23:51:36 +03:00
|
|
|
"npm:async@1.5.2": {
|
2015-10-07 12:47:57 +03:00
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
|
|
|
},
|
2016-01-15 23:51:36 +03:00
|
|
|
"npm:aws-sign2@0.6.0": {
|
2015-10-07 12:47:57 +03:00
|
|
|
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
|
|
"url": "github:jspm/nodelibs-url@0.1.0"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:aws4@1.3.2": {
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
|
|
"lru-cache": "npm:lru-cache@4.0.1",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
|
|
"querystring": "github:jspm/nodelibs-querystring@0.1.0",
|
|
|
|
"url": "github:jspm/nodelibs-url@0.1.0"
|
|
|
|
},
|
2015-12-19 23:21:17 +03:00
|
|
|
"npm:babel-runtime@5.8.34": {
|
2015-10-07 12:47:57 +03:00
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:bl@1.1.2": {
|
2015-10-07 12:47:57 +03:00
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
2016-04-28 21:38:04 +03:00
|
|
|
"readable-stream": "npm:readable-stream@2.0.6",
|
2015-10-07 12:47:57 +03:00
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:bn.js@4.11.3": {
|
2016-04-30 21:25:52 +03:00
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
2016-02-11 14:38:44 +03:00
|
|
|
},
|
2016-01-15 23:51:36 +03:00
|
|
|
"npm:boom@2.10.1": {
|
2015-10-07 12:47:57 +03:00
|
|
|
"hoek": "npm:hoek@2.16.3",
|
|
|
|
"http": "github:jspm/nodelibs-http@1.7.1"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
2016-02-11 14:38:44 +03:00
|
|
|
"npm:browserify-aes@1.0.6": {
|
2015-10-03 11:54:09 +03:00
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"buffer-xor": "npm:buffer-xor@1.0.3",
|
2015-11-03 02:11:30 +03:00
|
|
|
"cipher-base": "npm:cipher-base@1.0.2",
|
2015-10-03 11:54:09 +03:00
|
|
|
"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",
|
2016-04-28 21:38:04 +03:00
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
|
|
|
"npm:browserify-cipher@1.0.0": {
|
2016-02-11 14:38:44 +03:00
|
|
|
"browserify-aes": "npm:browserify-aes@1.0.6",
|
2015-10-03 11:54:09 +03:00
|
|
|
"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",
|
2015-11-03 02:11:30 +03:00
|
|
|
"cipher-base": "npm:cipher-base@1.0.2",
|
2015-10-03 11:54:09 +03:00
|
|
|
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
|
|
"des.js": "npm:des.js@1.0.0",
|
2016-04-30 21:25:52 +03:00
|
|
|
"inherits": "npm:inherits@2.0.1",
|
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:browserify-rsa@4.0.1": {
|
|
|
|
"bn.js": "npm:bn.js@4.11.3",
|
2015-10-03 11:54:09 +03:00
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"constants": "github:jspm/nodelibs-constants@0.1.0",
|
|
|
|
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
2016-04-30 21:25:52 +03:00
|
|
|
"randombytes": "npm:randombytes@2.0.3",
|
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
2015-11-04 23:18:34 +03:00
|
|
|
"npm:browserify-sign@4.0.0": {
|
2016-04-28 21:38:04 +03:00
|
|
|
"bn.js": "npm:bn.js@4.11.3",
|
|
|
|
"browserify-rsa": "npm:browserify-rsa@4.0.1",
|
2015-10-03 11:54:09 +03:00
|
|
|
"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",
|
2016-02-11 14:38:44 +03:00
|
|
|
"elliptic": "npm:elliptic@6.2.3",
|
2015-10-03 11:54:09 +03:00
|
|
|
"inherits": "npm:inherits@2.0.1",
|
2015-11-04 23:18:34 +03:00
|
|
|
"parse-asn1": "npm:parse-asn1@5.0.0",
|
2015-10-03 11:54:09 +03:00
|
|
|
"stream": "github:jspm/nodelibs-stream@0.1.0"
|
|
|
|
},
|
2015-10-07 12:47:57 +03:00
|
|
|
"npm:browserify-zlib@0.1.4": {
|
|
|
|
"assert": "github:jspm/nodelibs-assert@0.1.0",
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"pako": "npm:pako@0.2.8",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
2016-04-28 21:38:04 +03:00
|
|
|
"readable-stream": "npm:readable-stream@2.0.6",
|
2015-10-07 12:47:57 +03:00
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
2015-10-03 11:54:09 +03:00
|
|
|
"npm:buffer-xor@1.0.3": {
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
2016-04-28 21:38:04 +03:00
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
2016-01-15 23:51:36 +03:00
|
|
|
"npm:buffer@3.6.0": {
|
2015-10-03 11:54:09 +03:00
|
|
|
"base64-js": "npm:base64-js@0.0.8",
|
2015-12-14 18:20:40 +03:00
|
|
|
"child_process": "github:jspm/nodelibs-child_process@0.1.0",
|
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
2015-10-03 11:54:09 +03:00
|
|
|
"ieee754": "npm:ieee754@1.1.6",
|
2015-12-14 18:20:40 +03:00
|
|
|
"isarray": "npm:isarray@1.0.0",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
2016-04-30 21:25:52 +03:00
|
|
|
"npm:builtin-status-codes@2.0.0": {
|
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
|
|
"http": "github:jspm/nodelibs-http@1.7.1",
|
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
|
|
|
},
|
2015-10-07 12:47:57 +03:00
|
|
|
"npm:call-me-maybe@1.0.1": {
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
|
|
|
},
|
2016-04-30 21:25:52 +03:00
|
|
|
"npm:caseless@0.11.0": {
|
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:chalk@1.1.3": {
|
|
|
|
"ansi-styles": "npm:ansi-styles@2.2.1",
|
|
|
|
"escape-string-regexp": "npm:escape-string-regexp@1.0.5",
|
2015-10-07 12:47:57 +03:00
|
|
|
"has-ansi": "npm:has-ansi@2.0.0",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
2016-04-28 21:38:04 +03:00
|
|
|
"strip-ansi": "npm:strip-ansi@3.0.1",
|
2015-10-07 12:47:57 +03:00
|
|
|
"supports-color": "npm:supports-color@2.0.0"
|
|
|
|
},
|
2015-11-03 02:11:30 +03:00
|
|
|
"npm:cipher-base@1.0.2": {
|
2015-10-03 11:54:09 +03:00
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"inherits": "npm:inherits@2.0.1",
|
|
|
|
"stream": "github:jspm/nodelibs-stream@0.1.0",
|
2016-04-30 21:25:52 +03:00
|
|
|
"string_decoder": "github:jspm/nodelibs-string_decoder@0.1.0",
|
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
2015-10-17 21:03:08 +03:00
|
|
|
"npm:clean-css@3.4.6": {
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"commander": "npm:commander@2.8.1",
|
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
|
|
"http": "github:jspm/nodelibs-http@1.7.1",
|
|
|
|
"https": "github:jspm/nodelibs-https@0.1.0",
|
|
|
|
"os": "github:jspm/nodelibs-os@0.1.0",
|
|
|
|
"path": "github:jspm/nodelibs-path@0.1.0",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
|
|
"source-map": "npm:source-map@0.4.4",
|
|
|
|
"url": "github:jspm/nodelibs-url@0.1.0",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
2015-10-07 12:47:57 +03:00
|
|
|
"npm:combined-stream@1.0.5": {
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"delayed-stream": "npm:delayed-stream@1.0.0",
|
|
|
|
"stream": "github:jspm/nodelibs-stream@0.1.0",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
|
|
|
"npm:commander@2.8.1": {
|
|
|
|
"child_process": "github:jspm/nodelibs-child_process@0.1.0",
|
|
|
|
"events": "github:jspm/nodelibs-events@0.1.1",
|
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
|
|
"graceful-readlink": "npm:graceful-readlink@1.0.1",
|
|
|
|
"path": "github:jspm/nodelibs-path@0.1.0",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
|
|
|
},
|
2016-01-15 23:51:36 +03:00
|
|
|
"npm:commander@2.9.0": {
|
|
|
|
"child_process": "github:jspm/nodelibs-child_process@0.1.0",
|
|
|
|
"events": "github:jspm/nodelibs-events@0.1.1",
|
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
|
|
"graceful-readlink": "npm:graceful-readlink@1.0.1",
|
|
|
|
"path": "github:jspm/nodelibs-path@0.1.0",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
|
|
|
},
|
2015-10-03 11:54:09 +03:00
|
|
|
"npm:constants-browserify@0.0.1": {
|
2016-04-28 21:38:04 +03:00
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
2015-12-19 23:21:17 +03:00
|
|
|
"npm:core-js@1.2.6": {
|
2015-10-03 11:54:09 +03:00
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
2015-12-19 23:21:17 +03:00
|
|
|
"path": "github:jspm/nodelibs-path@0.1.0",
|
2015-10-07 12:47:57 +03:00
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
2016-04-28 21:38:04 +03:00
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
2015-12-14 18:20:40 +03:00
|
|
|
"npm:core-util-is@1.0.2": {
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0"
|
|
|
|
},
|
2015-11-04 23:18:34 +03:00
|
|
|
"npm:create-ecdh@4.0.0": {
|
2016-04-28 21:38:04 +03:00
|
|
|
"bn.js": "npm:bn.js@4.11.3",
|
2015-10-03 11:54:09 +03:00
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
2016-02-11 14:38:44 +03:00
|
|
|
"elliptic": "npm:elliptic@6.2.3"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
|
|
|
"npm:create-hash@1.1.2": {
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
2015-11-03 02:11:30 +03:00
|
|
|
"cipher-base": "npm:cipher-base@1.0.2",
|
2015-10-03 11:54:09 +03:00
|
|
|
"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",
|
2016-04-28 21:38:04 +03:00
|
|
|
"sha.js": "npm:sha.js@2.4.5"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
2015-10-07 12:47:57 +03:00
|
|
|
"npm:cryptiles@2.0.5": {
|
2016-01-15 23:51:36 +03:00
|
|
|
"boom": "npm:boom@2.10.1",
|
2015-10-07 12:47:57 +03:00
|
|
|
"crypto": "github:jspm/nodelibs-crypto@0.1.0"
|
|
|
|
},
|
2015-11-04 23:18:34 +03:00
|
|
|
"npm:crypto-browserify@3.11.0": {
|
2015-10-03 11:54:09 +03:00
|
|
|
"browserify-cipher": "npm:browserify-cipher@1.0.0",
|
2015-11-04 23:18:34 +03:00
|
|
|
"browserify-sign": "npm:browserify-sign@4.0.0",
|
|
|
|
"create-ecdh": "npm:create-ecdh@4.0.0",
|
2015-10-03 11:54:09 +03:00
|
|
|
"create-hash": "npm:create-hash@1.1.2",
|
|
|
|
"create-hmac": "npm:create-hmac@1.1.4",
|
2016-02-11 14:38:44 +03:00
|
|
|
"diffie-hellman": "npm:diffie-hellman@5.0.2",
|
2015-10-03 11:54:09 +03:00
|
|
|
"inherits": "npm:inherits@2.0.1",
|
|
|
|
"pbkdf2": "npm:pbkdf2@3.0.4",
|
2015-11-04 23:18:34 +03:00
|
|
|
"public-encrypt": "npm:public-encrypt@4.0.0",
|
2016-04-30 21:25:52 +03:00
|
|
|
"randombytes": "npm:randombytes@2.0.3",
|
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:dashdash@1.13.1": {
|
|
|
|
"assert-plus": "npm:assert-plus@1.0.0",
|
2016-01-15 23:51:36 +03:00
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
|
|
"path": "github:jspm/nodelibs-path@0.1.0",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
2015-10-07 12:47:57 +03:00
|
|
|
},
|
|
|
|
"npm:debug@2.2.0": {
|
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
|
|
"ms": "npm:ms@0.7.1",
|
|
|
|
"net": "github:jspm/nodelibs-net@0.1.2",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
|
|
"tty": "github:jspm/nodelibs-tty@0.1.0",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
|
|
|
"npm:delayed-stream@1.0.0": {
|
|
|
|
"stream": "github:jspm/nodelibs-stream@0.1.0",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
2015-10-03 11:54:09 +03:00
|
|
|
"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"
|
|
|
|
},
|
2016-02-11 14:38:44 +03:00
|
|
|
"npm:diffie-hellman@5.0.2": {
|
2016-04-28 21:38:04 +03:00
|
|
|
"bn.js": "npm:bn.js@4.11.3",
|
2015-10-03 11:54:09 +03:00
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
2015-11-04 23:18:34 +03:00
|
|
|
"miller-rabin": "npm:miller-rabin@4.0.0",
|
2016-04-28 21:38:04 +03:00
|
|
|
"randombytes": "npm:randombytes@2.0.3",
|
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
2016-01-15 23:51:36 +03:00
|
|
|
"npm:ecc-jsbn@0.1.1": {
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
|
|
"jsbn": "npm:jsbn@0.1.0"
|
|
|
|
},
|
2016-02-11 14:38:44 +03:00
|
|
|
"npm:elliptic@6.2.3": {
|
2016-04-28 21:38:04 +03:00
|
|
|
"bn.js": "npm:bn.js@4.11.3",
|
2015-10-03 11:54:09 +03:00
|
|
|
"brorand": "npm:brorand@1.0.5",
|
|
|
|
"hash.js": "npm:hash.js@1.0.3",
|
|
|
|
"inherits": "npm:inherits@2.0.1",
|
2016-04-28 21:38:04 +03:00
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
2016-02-16 21:20:11 +03:00
|
|
|
"npm:es6-promise@3.1.2": {
|
2015-10-07 12:47:57 +03:00
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
|
|
|
},
|
2015-10-03 11:54:09 +03:00
|
|
|
"npm:evp_bytestokey@1.0.0": {
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"create-hash": "npm:create-hash@1.1.2",
|
2016-04-30 21:25:52 +03:00
|
|
|
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
2016-01-15 23:51:36 +03:00
|
|
|
"npm:extsprintf@1.0.2": {
|
|
|
|
"assert": "github:jspm/nodelibs-assert@0.1.0",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
2015-10-07 12:47:57 +03:00
|
|
|
"npm:forever-agent@0.6.1": {
|
|
|
|
"http": "github:jspm/nodelibs-http@1.7.1",
|
|
|
|
"https": "github:jspm/nodelibs-https@0.1.0",
|
|
|
|
"net": "github:jspm/nodelibs-net@0.1.2",
|
|
|
|
"tls": "github:jspm/nodelibs-tls@0.1.0",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:form-data@1.0.0-rc4": {
|
2016-01-15 23:51:36 +03:00
|
|
|
"async": "npm:async@1.5.2",
|
2015-10-07 12:47:57 +03:00
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"combined-stream": "npm:combined-stream@1.0.5",
|
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
|
|
"http": "github:jspm/nodelibs-http@1.7.1",
|
|
|
|
"https": "github:jspm/nodelibs-https@0.1.0",
|
2016-04-28 21:38:04 +03:00
|
|
|
"mime-types": "npm:mime-types@2.1.10",
|
2015-10-07 12:47:57 +03:00
|
|
|
"path": "github:jspm/nodelibs-path@0.1.0",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
|
|
"url": "github:jspm/nodelibs-url@0.1.0",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
|
|
|
"npm:generate-function@2.0.0": {
|
2016-04-30 21:25:52 +03:00
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2",
|
2015-10-07 12:47:57 +03:00
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
|
|
|
"npm:generate-object-property@1.2.0": {
|
2016-04-30 21:25:52 +03:00
|
|
|
"is-property": "npm:is-property@1.0.2",
|
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
2015-10-07 12:47:57 +03:00
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:getpass@0.1.5": {
|
|
|
|
"assert-plus": "npm:assert-plus@1.0.0",
|
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
|
|
"tty": "github:jspm/nodelibs-tty@0.1.0"
|
|
|
|
},
|
2015-10-07 12:47:57 +03:00
|
|
|
"npm:graceful-readlink@1.0.1": {
|
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:har-validator@2.0.6": {
|
|
|
|
"chalk": "npm:chalk@1.1.3",
|
2016-01-15 23:51:36 +03:00
|
|
|
"commander": "npm:commander@2.9.0",
|
2016-04-28 21:38:04 +03:00
|
|
|
"is-my-json-valid": "npm:is-my-json-valid@2.13.1",
|
|
|
|
"pinkie-promise": "npm:pinkie-promise@2.0.1",
|
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
2015-10-07 12:47:57 +03:00
|
|
|
},
|
|
|
|
"npm:has-ansi@2.0.0": {
|
|
|
|
"ansi-regex": "npm:ansi-regex@2.0.0"
|
|
|
|
},
|
2015-10-03 11:54:09 +03:00
|
|
|
"npm:hash.js@1.0.3": {
|
|
|
|
"inherits": "npm:inherits@2.0.1"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:hawk@3.1.3": {
|
2016-01-15 23:51:36 +03:00
|
|
|
"boom": "npm:boom@2.10.1",
|
2015-10-07 12:47:57 +03:00
|
|
|
"cryptiles": "npm:cryptiles@2.0.5",
|
|
|
|
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
|
|
"hoek": "npm:hoek@2.16.3",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
|
|
"sntp": "npm:sntp@1.0.9",
|
2016-04-28 21:38:04 +03:00
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2",
|
2015-10-07 12:47:57 +03:00
|
|
|
"url": "github:jspm/nodelibs-url@0.1.0"
|
|
|
|
},
|
|
|
|
"npm:hoek@2.16.3": {
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
|
|
"path": "github:jspm/nodelibs-path@0.1.0",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:http-signature@1.1.1": {
|
|
|
|
"assert-plus": "npm:assert-plus@0.2.0",
|
2015-10-07 12:47:57 +03:00
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
|
|
"http": "github:jspm/nodelibs-http@1.7.1",
|
2016-01-15 23:51:36 +03:00
|
|
|
"jsprim": "npm:jsprim@1.2.2",
|
2016-04-28 21:38:04 +03:00
|
|
|
"sshpk": "npm:sshpk@1.8.2",
|
2015-10-07 12:47:57 +03:00
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
|
|
|
"npm:https-browserify@0.0.0": {
|
|
|
|
"http": "github:jspm/nodelibs-http@1.7.1"
|
|
|
|
},
|
2015-10-03 11:54:09 +03:00
|
|
|
"npm:inherits@2.0.1": {
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:is-my-json-valid@2.13.1": {
|
2015-10-07 12:47:57 +03:00
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
|
|
"generate-function": "npm:generate-function@2.0.0",
|
|
|
|
"generate-object-property": "npm:generate-object-property@1.2.0",
|
|
|
|
"jsonpointer": "npm:jsonpointer@2.0.0",
|
|
|
|
"path": "github:jspm/nodelibs-path@0.1.0",
|
2016-04-30 21:25:52 +03:00
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2",
|
2016-01-15 23:51:36 +03:00
|
|
|
"xtend": "npm:xtend@4.0.1"
|
2015-10-07 12:47:57 +03:00
|
|
|
},
|
2016-04-30 21:25:52 +03:00
|
|
|
"npm:is-typedarray@1.0.0": {
|
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
|
|
|
},
|
|
|
|
"npm:isarray@1.0.0": {
|
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
|
|
|
},
|
2015-10-07 12:47:57 +03:00
|
|
|
"npm:isstream@0.1.2": {
|
|
|
|
"events": "github:jspm/nodelibs-events@0.1.1",
|
|
|
|
"stream": "github:jspm/nodelibs-stream@0.1.0",
|
2016-04-30 21:25:52 +03:00
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2",
|
2015-10-07 12:47:57 +03:00
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
2016-01-15 23:51:36 +03:00
|
|
|
"npm:jodid25519@1.0.2": {
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
|
|
"jsbn": "npm:jsbn@0.1.0"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:js-yaml@3.6.0": {
|
|
|
|
"argparse": "npm:argparse@1.0.7",
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"esprima": "npm:esprima@2.7.2",
|
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
2015-10-07 12:47:57 +03:00
|
|
|
},
|
2016-04-30 21:25:52 +03:00
|
|
|
"npm:jsbn@0.1.0": {
|
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
|
|
|
},
|
2015-10-17 21:03:08 +03:00
|
|
|
"npm:json-formatter-js@0.2.0": {
|
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
2016-04-28 21:38:04 +03:00
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
2015-10-17 21:03:08 +03:00
|
|
|
},
|
2015-10-08 20:15:21 +03:00
|
|
|
"npm:json-pointer@0.3.0": {
|
|
|
|
"foreach": "npm:foreach@2.0.5"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:json-schema-ref-parser@3.1.2": {
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"call-me-maybe": "npm:call-me-maybe@1.0.1",
|
|
|
|
"debug": "npm:debug@2.2.0",
|
|
|
|
"es6-promise": "npm:es6-promise@3.1.2",
|
|
|
|
"events": "github:jspm/nodelibs-events@0.1.1",
|
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
|
|
"https": "github:jspm/nodelibs-https@0.1.0",
|
|
|
|
"js-yaml": "npm:js-yaml@3.6.0",
|
|
|
|
"ono": "npm:ono@2.2.1",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
|
|
"punycode": "github:jspm/nodelibs-punycode@0.1.0",
|
|
|
|
"querystring": "github:jspm/nodelibs-querystring@0.1.0",
|
|
|
|
"stream": "github:jspm/nodelibs-stream@0.1.0",
|
|
|
|
"string_decoder": "github:jspm/nodelibs-string_decoder@0.1.0",
|
|
|
|
"url": "github:jspm/nodelibs-url@0.1.0",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0",
|
|
|
|
"z-schema": "npm:z-schema@3.17.0"
|
|
|
|
},
|
2015-10-07 12:47:57 +03:00
|
|
|
"npm:jsonpointer@2.0.0": {
|
|
|
|
"assert": "github:jspm/nodelibs-assert@0.1.0"
|
|
|
|
},
|
2016-01-15 23:51:36 +03:00
|
|
|
"npm:jsprim@1.2.2": {
|
|
|
|
"assert": "github:jspm/nodelibs-assert@0.1.0",
|
|
|
|
"extsprintf": "npm:extsprintf@1.0.2",
|
|
|
|
"json-schema": "npm:json-schema@0.2.2",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0",
|
|
|
|
"verror": "npm:verror@1.3.6"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:lodash._stringtopath@4.7.1": {
|
2015-10-07 12:47:57 +03:00
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:lodash.get@4.2.1": {
|
|
|
|
"lodash._stringtopath": "npm:lodash._stringtopath@4.7.1"
|
2015-10-07 12:47:57 +03:00
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:lru-cache@4.0.1": {
|
|
|
|
"pseudomap": "npm:pseudomap@1.0.2",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0",
|
|
|
|
"yallist": "npm:yallist@2.0.0"
|
|
|
|
},
|
2015-11-04 23:18:34 +03:00
|
|
|
"npm:miller-rabin@4.0.0": {
|
2016-04-28 21:38:04 +03:00
|
|
|
"bn.js": "npm:bn.js@4.11.3",
|
2015-10-03 11:54:09 +03:00
|
|
|
"brorand": "npm:brorand@1.0.5"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:mime-db@1.22.0": {
|
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
2015-10-07 12:47:57 +03:00
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:mime-types@2.1.10": {
|
|
|
|
"mime-db": "npm:mime-db@1.22.0",
|
2015-10-07 12:47:57 +03:00
|
|
|
"path": "github:jspm/nodelibs-path@0.1.0"
|
|
|
|
},
|
2016-01-15 23:51:36 +03:00
|
|
|
"npm:node-uuid@1.4.7": {
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"crypto": "github:jspm/nodelibs-crypto@0.1.0"
|
2015-10-07 12:47:57 +03:00
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:oauth-sign@0.8.1": {
|
2015-10-07 12:47:57 +03:00
|
|
|
"assert": "github:jspm/nodelibs-assert@0.1.0",
|
|
|
|
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
|
|
"querystring": "github:jspm/nodelibs-querystring@0.1.0"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:ono@2.2.1": {
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
2015-10-17 21:03:08 +03:00
|
|
|
"npm:os-browserify@0.1.2": {
|
|
|
|
"os": "github:jspm/nodelibs-os@0.1.0"
|
|
|
|
},
|
2015-10-07 12:47:57 +03:00
|
|
|
"npm:pako@0.2.8": {
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
|
|
|
},
|
2015-11-04 23:18:34 +03:00
|
|
|
"npm:parse-asn1@5.0.0": {
|
2016-04-28 21:38:04 +03:00
|
|
|
"asn1.js": "npm:asn1.js@4.5.2",
|
2016-02-11 14:38:44 +03:00
|
|
|
"browserify-aes": "npm:browserify-aes@1.0.6",
|
2015-10-03 11:54:09 +03:00
|
|
|
"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",
|
2016-04-28 21:38:04 +03:00
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
|
|
|
"npm:path-browserify@0.0.0": {
|
2015-10-07 12:47:57 +03:00
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
|
|
|
"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",
|
2015-10-07 12:47:57 +03:00
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
2016-04-28 21:38:04 +03:00
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:pinkie-promise@2.0.1": {
|
2016-02-11 14:38:44 +03:00
|
|
|
"pinkie": "npm:pinkie@2.0.4"
|
2016-01-15 23:51:36 +03:00
|
|
|
},
|
2016-01-31 20:37:10 +03:00
|
|
|
"npm:prismjs@1.3.0": {
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
|
|
|
},
|
2016-01-15 23:51:36 +03:00
|
|
|
"npm:process-nextick-args@1.0.6": {
|
2016-04-30 21:25:52 +03:00
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
2015-10-07 12:47:57 +03:00
|
|
|
},
|
|
|
|
"npm:process@0.11.2": {
|
|
|
|
"assert": "github:jspm/nodelibs-assert@0.1.0"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:pseudomap@1.0.2": {
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
|
|
|
},
|
2015-11-04 23:18:34 +03:00
|
|
|
"npm:public-encrypt@4.0.0": {
|
2016-04-28 21:38:04 +03:00
|
|
|
"bn.js": "npm:bn.js@4.11.3",
|
|
|
|
"browserify-rsa": "npm:browserify-rsa@4.0.1",
|
2015-10-03 11:54:09 +03:00
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"create-hash": "npm:create-hash@1.1.2",
|
|
|
|
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
2015-11-04 23:18:34 +03:00
|
|
|
"parse-asn1": "npm:parse-asn1@5.0.0",
|
2016-04-28 21:38:04 +03:00
|
|
|
"randombytes": "npm:randombytes@2.0.3"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
|
|
|
"npm:punycode@1.3.2": {
|
2015-10-07 12:47:57 +03:00
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:randombytes@2.0.3": {
|
2015-10-03 11:54:09 +03:00
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
2016-04-30 21:25:52 +03:00
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:readable-stream@1.1.14": {
|
2015-10-03 11:54:09 +03:00
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
2015-12-14 18:20:40 +03:00
|
|
|
"core-util-is": "npm:core-util-is@1.0.2",
|
2015-10-03 11:54:09 +03:00
|
|
|
"events": "github:jspm/nodelibs-events@0.1.1",
|
|
|
|
"inherits": "npm:inherits@2.0.1",
|
|
|
|
"isarray": "npm:isarray@0.0.1",
|
2015-10-07 12:47:57 +03:00
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
2015-10-03 11:54:09 +03:00
|
|
|
"stream-browserify": "npm:stream-browserify@1.0.0",
|
|
|
|
"string_decoder": "npm:string_decoder@0.10.31"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:readable-stream@2.0.6": {
|
2015-10-07 12:47:57 +03:00
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
2016-01-15 23:51:36 +03:00
|
|
|
"core-util-is": "npm:core-util-is@1.0.2",
|
2015-10-07 12:47:57 +03:00
|
|
|
"events": "github:jspm/nodelibs-events@0.1.1",
|
|
|
|
"inherits": "npm:inherits@2.0.1",
|
2016-04-28 21:38:04 +03:00
|
|
|
"isarray": "npm:isarray@1.0.0",
|
2015-10-07 12:47:57 +03:00
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
2016-01-15 23:51:36 +03:00
|
|
|
"process-nextick-args": "npm:process-nextick-args@1.0.6",
|
2015-10-07 12:47:57 +03:00
|
|
|
"string_decoder": "npm:string_decoder@0.10.31",
|
2016-01-15 23:51:36 +03:00
|
|
|
"util-deprecate": "npm:util-deprecate@1.0.2"
|
2015-10-07 12:47:57 +03:00
|
|
|
},
|
2016-04-30 21:25:52 +03:00
|
|
|
"npm:readable-stream@2.1.2": {
|
|
|
|
"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@1.0.0",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
|
|
"process-nextick-args": "npm:process-nextick-args@1.0.6",
|
|
|
|
"string_decoder": "npm:string_decoder@0.10.31",
|
|
|
|
"util-deprecate": "npm:util-deprecate@1.0.2"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:request@2.72.0": {
|
2016-01-15 23:51:36 +03:00
|
|
|
"aws-sign2": "npm:aws-sign2@0.6.0",
|
2016-04-28 21:38:04 +03:00
|
|
|
"aws4": "npm:aws4@1.3.2",
|
|
|
|
"bl": "npm:bl@1.1.2",
|
2015-10-07 12:47:57 +03:00
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"caseless": "npm:caseless@0.11.0",
|
|
|
|
"combined-stream": "npm:combined-stream@1.0.5",
|
|
|
|
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
|
|
|
"extend": "npm:extend@3.0.0",
|
|
|
|
"forever-agent": "npm:forever-agent@0.6.1",
|
2016-04-28 21:38:04 +03:00
|
|
|
"form-data": "npm:form-data@1.0.0-rc4",
|
2015-10-07 12:47:57 +03:00
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
2016-04-28 21:38:04 +03:00
|
|
|
"har-validator": "npm:har-validator@2.0.6",
|
|
|
|
"hawk": "npm:hawk@3.1.3",
|
2015-10-07 12:47:57 +03:00
|
|
|
"http": "github:jspm/nodelibs-http@1.7.1",
|
2016-04-28 21:38:04 +03:00
|
|
|
"http-signature": "npm:http-signature@1.1.1",
|
2015-10-07 12:47:57 +03:00
|
|
|
"https": "github:jspm/nodelibs-https@0.1.0",
|
2016-01-15 23:51:36 +03:00
|
|
|
"is-typedarray": "npm:is-typedarray@1.0.0",
|
2015-10-07 12:47:57 +03:00
|
|
|
"isstream": "npm:isstream@0.1.2",
|
|
|
|
"json-stringify-safe": "npm:json-stringify-safe@5.0.1",
|
2016-04-28 21:38:04 +03:00
|
|
|
"mime-types": "npm:mime-types@2.1.10",
|
2016-01-15 23:51:36 +03:00
|
|
|
"node-uuid": "npm:node-uuid@1.4.7",
|
2016-04-28 21:38:04 +03:00
|
|
|
"oauth-sign": "npm:oauth-sign@0.8.1",
|
2015-10-07 12:47:57 +03:00
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
2016-04-28 21:38:04 +03:00
|
|
|
"qs": "npm:qs@6.1.0",
|
2015-10-07 12:47:57 +03:00
|
|
|
"querystring": "github:jspm/nodelibs-querystring@0.1.0",
|
|
|
|
"stream": "github:jspm/nodelibs-stream@0.1.0",
|
2016-01-15 23:51:36 +03:00
|
|
|
"stringstream": "npm:stringstream@0.0.5",
|
2016-04-28 21:38:04 +03:00
|
|
|
"tough-cookie": "npm:tough-cookie@2.2.2",
|
2016-01-15 23:51:36 +03:00
|
|
|
"tunnel-agent": "npm:tunnel-agent@0.4.2",
|
2015-10-07 12:47:57 +03:00
|
|
|
"url": "github:jspm/nodelibs-url@0.1.0",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0",
|
|
|
|
"zlib": "github:jspm/nodelibs-zlib@0.1.0"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
|
|
|
"npm:ripemd160@1.0.1": {
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
2015-10-07 12:47:57 +03:00
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
2016-05-05 11:05:02 +03:00
|
|
|
"npm:rxjs@5.0.0-beta.6": {
|
2015-12-14 18:20:40 +03:00
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
2016-05-05 11:05:02 +03:00
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
2015-12-14 18:20:40 +03:00
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:sha.js@2.4.5": {
|
2015-10-03 11:54:09 +03:00
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
|
|
"inherits": "npm:inherits@2.0.1",
|
2015-10-07 12:47:57 +03:00
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
|
|
|
},
|
|
|
|
"npm:sntp@1.0.9": {
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"dgram": "github:jspm/nodelibs-dgram@0.1.0",
|
|
|
|
"dns": "github:jspm/nodelibs-dns@0.1.0",
|
|
|
|
"hoek": "npm:hoek@2.16.3",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
2015-10-17 21:03:08 +03:00
|
|
|
"npm:source-map@0.4.4": {
|
|
|
|
"amdefine": "npm:amdefine@1.0.0",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:sshpk@1.8.2": {
|
2016-01-15 23:51:36 +03:00
|
|
|
"asn1": "npm:asn1@0.2.3",
|
2016-04-28 21:38:04 +03:00
|
|
|
"assert-plus": "npm:assert-plus@1.0.0",
|
2016-01-15 23:51:36 +03:00
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"crypto": "github:jspm/nodelibs-crypto@0.1.0",
|
2016-04-28 21:38:04 +03:00
|
|
|
"dashdash": "npm:dashdash@1.13.1",
|
2016-01-15 23:51:36 +03:00
|
|
|
"ecc-jsbn": "npm:ecc-jsbn@0.1.1",
|
2016-04-28 21:38:04 +03:00
|
|
|
"getpass": "npm:getpass@0.1.5",
|
2016-01-15 23:51:36 +03:00
|
|
|
"jodid25519": "npm:jodid25519@1.0.2",
|
|
|
|
"jsbn": "npm:jsbn@0.1.0",
|
|
|
|
"stream": "github:jspm/nodelibs-stream@0.1.0",
|
|
|
|
"tweetnacl": "npm:tweetnacl@0.13.3",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
2015-10-03 11:54:09 +03:00
|
|
|
"npm:stream-browserify@1.0.0": {
|
|
|
|
"events": "github:jspm/nodelibs-events@0.1.1",
|
|
|
|
"inherits": "npm:inherits@2.0.1",
|
2016-04-28 21:38:04 +03:00
|
|
|
"readable-stream": "npm:readable-stream@1.1.14"
|
2015-10-03 11:54:09 +03:00
|
|
|
},
|
2016-04-30 21:25:52 +03:00
|
|
|
"npm:stream-http@2.3.0": {
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"builtin-status-codes": "npm:builtin-status-codes@2.0.0",
|
|
|
|
"inherits": "npm:inherits@2.0.1",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
|
|
"readable-stream": "npm:readable-stream@2.1.2",
|
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2",
|
|
|
|
"to-arraybuffer": "npm:to-arraybuffer@1.0.1",
|
|
|
|
"url": "github:jspm/nodelibs-url@0.1.0",
|
|
|
|
"xtend": "npm:xtend@4.0.1"
|
|
|
|
},
|
2015-10-03 11:54:09 +03:00
|
|
|
"npm:string_decoder@0.10.31": {
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0"
|
|
|
|
},
|
2016-01-15 23:51:36 +03:00
|
|
|
"npm:stringstream@0.0.5": {
|
2015-10-07 12:47:57 +03:00
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
|
|
"stream": "github:jspm/nodelibs-stream@0.1.0",
|
|
|
|
"string_decoder": "github:jspm/nodelibs-string_decoder@0.1.0",
|
2016-04-30 21:25:52 +03:00
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2",
|
2015-10-07 12:47:57 +03:00
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0",
|
|
|
|
"zlib": "github:jspm/nodelibs-zlib@0.1.0"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:strip-ansi@3.0.1": {
|
2015-10-07 12:47:57 +03:00
|
|
|
"ansi-regex": "npm:ansi-regex@2.0.0"
|
|
|
|
},
|
|
|
|
"npm:supports-color@2.0.0": {
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:swagger-parser@4.0.0-beta.2": {
|
2015-10-07 12:47:57 +03:00
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"call-me-maybe": "npm:call-me-maybe@1.0.1",
|
|
|
|
"debug": "npm:debug@2.2.0",
|
2016-02-16 21:20:11 +03:00
|
|
|
"es6-promise": "npm:es6-promise@3.1.2",
|
2015-10-07 12:47:57 +03:00
|
|
|
"events": "github:jspm/nodelibs-events@0.1.1",
|
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
|
|
"http": "github:jspm/nodelibs-http@1.7.1",
|
|
|
|
"https": "github:jspm/nodelibs-https@0.1.0",
|
2016-04-28 21:38:04 +03:00
|
|
|
"json-schema-ref-parser": "npm:json-schema-ref-parser@3.1.2",
|
|
|
|
"ono": "npm:ono@2.2.1",
|
2015-10-07 12:47:57 +03:00
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
|
|
"punycode": "github:jspm/nodelibs-punycode@0.1.0",
|
|
|
|
"querystring": "github:jspm/nodelibs-querystring@0.1.0",
|
|
|
|
"stream": "github:jspm/nodelibs-stream@0.1.0",
|
|
|
|
"string_decoder": "github:jspm/nodelibs-string_decoder@0.1.0",
|
|
|
|
"swagger-methods": "npm:swagger-methods@1.0.0",
|
2016-01-15 23:51:36 +03:00
|
|
|
"swagger-schema-official": "npm:swagger-schema-official@2.0.0-bab6bed",
|
2016-04-28 21:38:04 +03:00
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2",
|
2015-10-07 12:47:57 +03:00
|
|
|
"url": "github:jspm/nodelibs-url@0.1.0",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0",
|
2016-04-28 21:38:04 +03:00
|
|
|
"z-schema": "npm:z-schema@3.17.0"
|
2015-10-07 12:47:57 +03:00
|
|
|
},
|
2015-12-19 23:21:17 +03:00
|
|
|
"npm:timers-browserify@1.4.2": {
|
2015-10-07 12:47:57 +03:00
|
|
|
"process": "npm:process@0.11.2"
|
|
|
|
},
|
2016-04-30 21:25:52 +03:00
|
|
|
"npm:to-arraybuffer@1.0.1": {
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:tough-cookie@2.2.2": {
|
2015-10-07 12:47:57 +03:00
|
|
|
"net": "github:jspm/nodelibs-net@0.1.2",
|
|
|
|
"punycode": "github:jspm/nodelibs-punycode@0.1.0",
|
2016-04-28 21:38:04 +03:00
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2",
|
2015-10-07 12:47:57 +03:00
|
|
|
"url": "github:jspm/nodelibs-url@0.1.0",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
2016-01-15 23:51:36 +03:00
|
|
|
"npm:tunnel-agent@0.4.2": {
|
2015-10-07 12:47:57 +03:00
|
|
|
"assert": "github:jspm/nodelibs-assert@0.1.0",
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"events": "github:jspm/nodelibs-events@0.1.1",
|
|
|
|
"http": "github:jspm/nodelibs-http@1.7.1",
|
|
|
|
"https": "github:jspm/nodelibs-https@0.1.0",
|
|
|
|
"net": "github:jspm/nodelibs-net@0.1.2",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
|
|
|
"tls": "github:jspm/nodelibs-tls@0.1.0",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
2015-10-03 11:54:09 +03:00
|
|
|
"npm:url@0.10.3": {
|
|
|
|
"assert": "github:jspm/nodelibs-assert@0.1.0",
|
|
|
|
"punycode": "npm:punycode@1.3.2",
|
|
|
|
"querystring": "npm:querystring@0.2.0",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
2016-01-15 23:51:36 +03:00
|
|
|
"npm:util-deprecate@1.0.2": {
|
2015-10-07 12:47:57 +03:00
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
2015-10-03 11:54:09 +03:00
|
|
|
"npm:util@0.10.3": {
|
|
|
|
"inherits": "npm:inherits@2.0.1",
|
2015-10-07 12:47:57 +03:00
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
|
|
|
},
|
2016-01-15 23:51:36 +03:00
|
|
|
"npm:verror@1.3.6": {
|
|
|
|
"assert": "github:jspm/nodelibs-assert@0.1.0",
|
|
|
|
"extsprintf": "npm:extsprintf@1.0.2",
|
|
|
|
"fs": "github:jspm/nodelibs-fs@0.1.2",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.1.0"
|
|
|
|
},
|
2015-10-03 11:54:09 +03:00
|
|
|
"npm:vm-browserify@0.0.4": {
|
|
|
|
"indexof": "npm:indexof@0.0.1"
|
|
|
|
},
|
2016-04-30 21:25:52 +03:00
|
|
|
"npm:xtend@4.0.1": {
|
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2"
|
|
|
|
},
|
2016-04-28 21:38:04 +03:00
|
|
|
"npm:z-schema@3.17.0": {
|
2016-01-15 23:51:36 +03:00
|
|
|
"commander": "npm:commander@2.9.0",
|
2016-04-28 21:38:04 +03:00
|
|
|
"lodash.get": "npm:lodash.get@4.2.1",
|
2015-10-07 12:47:57 +03:00
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2",
|
2016-04-28 21:38:04 +03:00
|
|
|
"request": "npm:request@2.72.0",
|
|
|
|
"systemjs-json": "github:systemjs/plugin-json@0.1.2",
|
|
|
|
"validator": "npm:validator@5.2.0"
|
2016-04-29 22:57:24 +03:00
|
|
|
},
|
|
|
|
"npm:zone.js@0.6.12": {
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.1.0",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.1.2"
|
2015-10-03 11:54:09 +03:00
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|