2016-07-18 18:28:47 +02:00
|
|
|
SystemJS.config({
|
|
|
|
paths: {
|
|
|
|
"github:": "jspm_packages/github/",
|
|
|
|
"npm:": "jspm_packages/npm/",
|
2016-10-13 16:33:40 +02:00
|
|
|
"example/": "example/",
|
2016-07-18 18:28:47 +02:00
|
|
|
"slicer/": "src/"
|
|
|
|
},
|
|
|
|
browserConfig: {
|
|
|
|
"baseURL": "/"
|
|
|
|
},
|
|
|
|
devConfig: {
|
|
|
|
"map": {
|
|
|
|
"babel-runtime": "npm:babel-runtime@5.8.38",
|
2016-08-26 21:43:46 +02:00
|
|
|
"core-js": "npm:core-js@1.2.7",
|
2016-10-13 16:33:40 +02:00
|
|
|
"plugin-babel": "npm:systemjs-plugin-babel@0.0.12",
|
|
|
|
"react": "npm:react@15.3.2",
|
|
|
|
"domain": "github:jspm/nodelibs-domain@0.2.0-alpha",
|
|
|
|
"zlib": "github:jspm/nodelibs-zlib@0.2.0-alpha",
|
|
|
|
"https": "github:jspm/nodelibs-https@0.2.0-alpha",
|
|
|
|
"react-dom": "npm:react-dom@15.3.2",
|
2017-01-18 13:30:57 +01:00
|
|
|
"babel-plugin-transform-react-jsx": "npm:babel-plugin-transform-react-jsx@6.8.0",
|
|
|
|
"three.js/loaders/STLLoader": "github:mrdoob/three.js@r83/examples/js/loaders/STLLoader.js"
|
2016-07-18 18:28:47 +02:00
|
|
|
},
|
|
|
|
"packages": {
|
|
|
|
"npm:babel-runtime@5.8.38": {
|
|
|
|
"map": {}
|
2016-10-13 16:33:40 +02:00
|
|
|
},
|
|
|
|
"npm:react@15.3.2": {
|
|
|
|
"map": {
|
|
|
|
"object-assign": "npm:object-assign@4.1.0",
|
|
|
|
"loose-envify": "npm:loose-envify@1.2.0",
|
|
|
|
"fbjs": "npm:fbjs@0.8.5"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:fbjs@0.8.5": {
|
|
|
|
"map": {
|
|
|
|
"loose-envify": "npm:loose-envify@1.2.0",
|
|
|
|
"object-assign": "npm:object-assign@4.1.0",
|
|
|
|
"promise": "npm:promise@7.1.1",
|
|
|
|
"isomorphic-fetch": "npm:isomorphic-fetch@2.2.1",
|
|
|
|
"ua-parser-js": "npm:ua-parser-js@0.7.10",
|
|
|
|
"immutable": "npm:immutable@3.8.1",
|
|
|
|
"core-js": "npm:core-js@1.2.7"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:loose-envify@1.2.0": {
|
|
|
|
"map": {
|
|
|
|
"js-tokens": "npm:js-tokens@1.0.3"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:promise@7.1.1": {
|
|
|
|
"map": {
|
|
|
|
"asap": "npm:asap@2.0.5"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:isomorphic-fetch@2.2.1": {
|
|
|
|
"map": {
|
|
|
|
"whatwg-fetch": "npm:whatwg-fetch@1.0.0",
|
|
|
|
"node-fetch": "npm:node-fetch@1.6.3"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:node-fetch@1.6.3": {
|
|
|
|
"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.13"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"github:jspm/nodelibs-domain@0.2.0-alpha": {
|
|
|
|
"map": {
|
|
|
|
"domain-browserify": "npm:domain-browser@1.1.7"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"github:jspm/nodelibs-zlib@0.2.0-alpha": {
|
|
|
|
"map": {
|
|
|
|
"zlib-browserify": "npm:browserify-zlib@0.1.4"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:browserify-zlib@0.1.4": {
|
|
|
|
"map": {
|
|
|
|
"readable-stream": "npm:readable-stream@2.1.5",
|
|
|
|
"pako": "npm:pako@0.2.9"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:babel-plugin-transform-react-jsx@6.8.0": {
|
|
|
|
"map": {
|
|
|
|
"babel-helper-builder-react-jsx": "npm:babel-helper-builder-react-jsx@6.9.0",
|
|
|
|
"babel-plugin-syntax-jsx": "npm:babel-plugin-syntax-jsx@6.13.0",
|
|
|
|
"babel-runtime": "npm:babel-runtime@6.11.6"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:babel-helper-builder-react-jsx@6.9.0": {
|
|
|
|
"map": {
|
|
|
|
"babel-runtime": "npm:babel-runtime@6.11.6",
|
|
|
|
"esutils": "npm:esutils@2.0.2",
|
|
|
|
"babel-types": "npm:babel-types@6.16.0",
|
|
|
|
"lodash": "npm:lodash@4.16.4"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:babel-runtime@6.11.6": {
|
|
|
|
"map": {
|
|
|
|
"core-js": "npm:core-js@2.4.1",
|
|
|
|
"regenerator-runtime": "npm:regenerator-runtime@0.9.5"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:babel-types@6.16.0": {
|
|
|
|
"map": {
|
|
|
|
"lodash": "npm:lodash@4.16.4",
|
|
|
|
"babel-runtime": "npm:babel-runtime@6.11.6",
|
|
|
|
"esutils": "npm:esutils@2.0.2",
|
|
|
|
"to-fast-properties": "npm:to-fast-properties@1.0.2"
|
|
|
|
}
|
2016-07-18 18:28:47 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
transpiler: "plugin-babel",
|
|
|
|
packages: {
|
|
|
|
"slicer": {
|
|
|
|
"main": "index.js"
|
2016-10-13 16:33:40 +02:00
|
|
|
},
|
|
|
|
"example": {
|
|
|
|
"main": "example/index.js",
|
|
|
|
"format": "esm",
|
|
|
|
"meta": {
|
|
|
|
"*.js": {
|
|
|
|
"loader": "plugin-babel",
|
|
|
|
"babelOptions": {
|
|
|
|
"stage1": true,
|
|
|
|
"plugins": [
|
|
|
|
"babel-plugin-transform-react-jsx"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-07-18 18:28:47 +02:00
|
|
|
}
|
|
|
|
},
|
2016-10-16 11:10:39 +02:00
|
|
|
meta: {
|
|
|
|
"three.js/loaders/STLLoader": {
|
|
|
|
"deps": [
|
|
|
|
"three.js"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2016-07-18 18:28:47 +02:00
|
|
|
map: {
|
2016-10-16 11:10:39 +02:00
|
|
|
"babel": "npm:babel-core@5.8.38",
|
2017-01-18 13:30:57 +01:00
|
|
|
"three.js/loaders/STLLoader": "github:mrdoob/three.js@r75/examples/js/loaders/STLLoader.js"
|
2016-07-18 18:28:47 +02:00
|
|
|
}
|
|
|
|
});
|
|
|
|
|
|
|
|
SystemJS.config({
|
|
|
|
packageConfigPaths: [
|
|
|
|
"npm:@*/*.json",
|
|
|
|
"npm:*.json",
|
|
|
|
"github:*/*.json"
|
|
|
|
],
|
|
|
|
map: {
|
2017-01-18 13:30:57 +01:00
|
|
|
"three.js": "github:mrdoob/three.js@r83",
|
2016-08-19 14:46:02 +02:00
|
|
|
"assert": "github:jspm/nodelibs-assert@0.2.0-alpha",
|
|
|
|
"buffer": "github:jspm/nodelibs-buffer@0.2.0-alpha",
|
|
|
|
"child_process": "github:jspm/nodelibs-child_process@0.2.0-alpha",
|
|
|
|
"constants": "github:jspm/nodelibs-constants@0.2.0-alpha",
|
|
|
|
"crypto": "github:jspm/nodelibs-crypto@0.2.0-alpha",
|
|
|
|
"events": "github:jspm/nodelibs-events@0.2.0-alpha",
|
|
|
|
"fs": "github:jspm/nodelibs-fs@0.2.0-alpha",
|
|
|
|
"http": "github:jspm/nodelibs-http@0.2.0-alpha",
|
2016-07-18 18:28:47 +02:00
|
|
|
"json": "github:systemjs/plugin-json@0.1.2",
|
|
|
|
"Doodle3D/clipper-js": "github:Doodle3D/clipper-js@master",
|
2016-08-19 14:46:02 +02:00
|
|
|
"module": "github:jspm/nodelibs-module@0.2.0-alpha",
|
|
|
|
"os": "github:jspm/nodelibs-os@0.2.0-alpha",
|
|
|
|
"path": "github:jspm/nodelibs-path@0.2.0-alpha",
|
|
|
|
"process": "github:jspm/nodelibs-process@0.2.0-alpha",
|
|
|
|
"stream": "github:jspm/nodelibs-stream@0.2.0-alpha",
|
|
|
|
"string_decoder": "github:jspm/nodelibs-string_decoder@0.2.0-alpha",
|
|
|
|
"tty": "github:jspm/nodelibs-tty@0.2.0-alpha",
|
|
|
|
"url": "github:jspm/nodelibs-url@0.2.0-alpha",
|
|
|
|
"util": "github:jspm/nodelibs-util@0.2.0-alpha",
|
|
|
|
"vm": "github:jspm/nodelibs-vm@0.2.0-alpha",
|
|
|
|
"worker": "github:casperlamboo/plugin-worker@master"
|
2016-07-18 18:28:47 +02:00
|
|
|
},
|
|
|
|
packages: {
|
|
|
|
"github:Doodle3D/clipper-js@master": {
|
|
|
|
"map": {
|
|
|
|
"clipper-lib": "npm:clipper-lib@1.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:clipper-lib@1.0.0": {
|
|
|
|
"map": {}
|
2016-08-19 14:46:02 +02:00
|
|
|
},
|
|
|
|
"github:jspm/nodelibs-stream@0.2.0-alpha": {
|
|
|
|
"map": {
|
|
|
|
"stream-browserify": "npm:stream-browserify@2.0.1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"github:jspm/nodelibs-buffer@0.2.0-alpha": {
|
|
|
|
"map": {
|
|
|
|
"buffer-browserify": "npm:buffer@4.9.1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"github:jspm/nodelibs-string_decoder@0.2.0-alpha": {
|
|
|
|
"map": {
|
|
|
|
"string_decoder-browserify": "npm:string_decoder@0.10.31"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"github:jspm/nodelibs-url@0.2.0-alpha": {
|
|
|
|
"map": {
|
|
|
|
"url-browserify": "npm:url@0.11.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"github:jspm/nodelibs-http@0.2.0-alpha": {
|
|
|
|
"map": {
|
2016-10-13 16:33:40 +02:00
|
|
|
"http-browserify": "npm:stream-http@2.4.0"
|
2016-08-19 14:46:02 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:stream-browserify@2.0.1": {
|
|
|
|
"map": {
|
2016-10-13 16:33:40 +02:00
|
|
|
"inherits": "npm:inherits@2.0.3",
|
2016-08-19 14:46:02 +02:00
|
|
|
"readable-stream": "npm:readable-stream@2.1.5"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"github:jspm/nodelibs-crypto@0.2.0-alpha": {
|
|
|
|
"map": {
|
|
|
|
"crypto-browserify": "npm:crypto-browserify@3.11.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:buffer@4.9.1": {
|
|
|
|
"map": {
|
2016-10-13 16:33:40 +02:00
|
|
|
"base64-js": "npm:base64-js@1.2.0",
|
2016-08-19 14:46:02 +02:00
|
|
|
"isarray": "npm:isarray@1.0.0",
|
2016-10-13 16:33:40 +02:00
|
|
|
"ieee754": "npm:ieee754@1.1.8"
|
2016-08-19 14:46:02 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:url@0.11.0": {
|
|
|
|
"map": {
|
|
|
|
"querystring": "npm:querystring@0.2.0",
|
|
|
|
"punycode": "npm:punycode@1.3.2"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:readable-stream@2.1.5": {
|
|
|
|
"map": {
|
|
|
|
"string_decoder": "npm:string_decoder@0.10.31",
|
2016-10-13 16:33:40 +02:00
|
|
|
"inherits": "npm:inherits@2.0.3",
|
2016-08-19 14:46:02 +02:00
|
|
|
"isarray": "npm:isarray@1.0.0",
|
|
|
|
"buffer-shims": "npm:buffer-shims@1.0.0",
|
|
|
|
"core-util-is": "npm:core-util-is@1.0.2",
|
|
|
|
"process-nextick-args": "npm:process-nextick-args@1.0.7",
|
|
|
|
"util-deprecate": "npm:util-deprecate@1.0.2"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:crypto-browserify@3.11.0": {
|
|
|
|
"map": {
|
2016-10-13 16:33:40 +02:00
|
|
|
"inherits": "npm:inherits@2.0.3",
|
2016-08-19 14:46:02 +02:00
|
|
|
"browserify-cipher": "npm:browserify-cipher@1.0.0",
|
|
|
|
"create-hash": "npm:create-hash@1.1.2",
|
|
|
|
"browserify-sign": "npm:browserify-sign@4.0.0",
|
2016-10-13 16:33:40 +02:00
|
|
|
"pbkdf2": "npm:pbkdf2@3.0.9",
|
2016-08-19 14:46:02 +02:00
|
|
|
"public-encrypt": "npm:public-encrypt@4.0.0",
|
|
|
|
"randombytes": "npm:randombytes@2.0.3",
|
|
|
|
"diffie-hellman": "npm:diffie-hellman@5.0.2",
|
|
|
|
"create-ecdh": "npm:create-ecdh@4.0.0",
|
|
|
|
"create-hmac": "npm:create-hmac@1.1.4"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:browserify-sign@4.0.0": {
|
|
|
|
"map": {
|
|
|
|
"create-hash": "npm:create-hash@1.1.2",
|
2016-10-13 16:33:40 +02:00
|
|
|
"inherits": "npm:inherits@2.0.3",
|
2016-08-19 14:46:02 +02:00
|
|
|
"create-hmac": "npm:create-hmac@1.1.4",
|
|
|
|
"parse-asn1": "npm:parse-asn1@5.0.0",
|
2016-10-13 16:33:40 +02:00
|
|
|
"elliptic": "npm:elliptic@6.3.2",
|
2016-08-19 14:46:02 +02:00
|
|
|
"bn.js": "npm:bn.js@4.11.6",
|
|
|
|
"browserify-rsa": "npm:browserify-rsa@4.0.1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:create-hash@1.1.2": {
|
|
|
|
"map": {
|
2016-10-13 16:33:40 +02:00
|
|
|
"inherits": "npm:inherits@2.0.3",
|
2016-08-19 14:46:02 +02:00
|
|
|
"ripemd160": "npm:ripemd160@1.0.1",
|
2016-10-13 16:33:40 +02:00
|
|
|
"cipher-base": "npm:cipher-base@1.0.3",
|
2016-08-19 14:46:02 +02:00
|
|
|
"sha.js": "npm:sha.js@2.4.5"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:public-encrypt@4.0.0": {
|
|
|
|
"map": {
|
|
|
|
"randombytes": "npm:randombytes@2.0.3",
|
|
|
|
"create-hash": "npm:create-hash@1.1.2",
|
|
|
|
"parse-asn1": "npm:parse-asn1@5.0.0",
|
|
|
|
"bn.js": "npm:bn.js@4.11.6",
|
|
|
|
"browserify-rsa": "npm:browserify-rsa@4.0.1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:diffie-hellman@5.0.2": {
|
|
|
|
"map": {
|
|
|
|
"randombytes": "npm:randombytes@2.0.3",
|
|
|
|
"bn.js": "npm:bn.js@4.11.6",
|
|
|
|
"miller-rabin": "npm:miller-rabin@4.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:create-hmac@1.1.4": {
|
|
|
|
"map": {
|
|
|
|
"create-hash": "npm:create-hash@1.1.2",
|
2016-10-13 16:33:40 +02:00
|
|
|
"inherits": "npm:inherits@2.0.3"
|
2016-08-19 14:46:02 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:browserify-cipher@1.0.0": {
|
|
|
|
"map": {
|
|
|
|
"browserify-des": "npm:browserify-des@1.0.0",
|
|
|
|
"evp_bytestokey": "npm:evp_bytestokey@1.0.0",
|
|
|
|
"browserify-aes": "npm:browserify-aes@1.0.6"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:create-ecdh@4.0.0": {
|
|
|
|
"map": {
|
2016-10-13 16:33:40 +02:00
|
|
|
"elliptic": "npm:elliptic@6.3.2",
|
2016-08-19 14:46:02 +02:00
|
|
|
"bn.js": "npm:bn.js@4.11.6"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:parse-asn1@5.0.0": {
|
|
|
|
"map": {
|
|
|
|
"create-hash": "npm:create-hash@1.1.2",
|
2016-10-13 16:33:40 +02:00
|
|
|
"pbkdf2": "npm:pbkdf2@3.0.9",
|
2016-08-19 14:46:02 +02:00
|
|
|
"browserify-aes": "npm:browserify-aes@1.0.6",
|
|
|
|
"evp_bytestokey": "npm:evp_bytestokey@1.0.0",
|
2016-10-13 16:33:40 +02:00
|
|
|
"asn1.js": "npm:asn1.js@4.8.1"
|
2016-08-19 14:46:02 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:browserify-des@1.0.0": {
|
|
|
|
"map": {
|
2016-10-13 16:33:40 +02:00
|
|
|
"inherits": "npm:inherits@2.0.3",
|
|
|
|
"cipher-base": "npm:cipher-base@1.0.3",
|
2016-08-19 14:46:02 +02:00
|
|
|
"des.js": "npm:des.js@1.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:evp_bytestokey@1.0.0": {
|
|
|
|
"map": {
|
|
|
|
"create-hash": "npm:create-hash@1.1.2"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:browserify-aes@1.0.6": {
|
|
|
|
"map": {
|
|
|
|
"create-hash": "npm:create-hash@1.1.2",
|
|
|
|
"evp_bytestokey": "npm:evp_bytestokey@1.0.0",
|
2016-10-13 16:33:40 +02:00
|
|
|
"inherits": "npm:inherits@2.0.3",
|
|
|
|
"cipher-base": "npm:cipher-base@1.0.3",
|
2016-08-19 14:46:02 +02:00
|
|
|
"buffer-xor": "npm:buffer-xor@1.0.3"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:sha.js@2.4.5": {
|
|
|
|
"map": {
|
2016-10-13 16:33:40 +02:00
|
|
|
"inherits": "npm:inherits@2.0.3"
|
2016-08-19 14:46:02 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:browserify-rsa@4.0.1": {
|
|
|
|
"map": {
|
|
|
|
"bn.js": "npm:bn.js@4.11.6",
|
|
|
|
"randombytes": "npm:randombytes@2.0.3"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:miller-rabin@4.0.0": {
|
|
|
|
"map": {
|
|
|
|
"bn.js": "npm:bn.js@4.11.6",
|
2016-10-13 16:33:40 +02:00
|
|
|
"brorand": "npm:brorand@1.0.6"
|
2016-08-19 14:46:02 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:des.js@1.0.0": {
|
|
|
|
"map": {
|
2016-10-13 16:33:40 +02:00
|
|
|
"inherits": "npm:inherits@2.0.3",
|
2016-08-19 14:46:02 +02:00
|
|
|
"minimalistic-assert": "npm:minimalistic-assert@1.0.0"
|
|
|
|
}
|
|
|
|
},
|
2016-10-13 16:33:40 +02:00
|
|
|
"npm:hash.js@1.0.3": {
|
|
|
|
"map": {
|
|
|
|
"inherits": "npm:inherits@2.0.3"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"github:jspm/nodelibs-os@0.2.0-alpha": {
|
|
|
|
"map": {
|
|
|
|
"os-browserify": "npm:os-browserify@0.2.1"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:pbkdf2@3.0.9": {
|
|
|
|
"map": {
|
|
|
|
"create-hmac": "npm:create-hmac@1.1.4"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:elliptic@6.3.2": {
|
2016-08-19 14:46:02 +02:00
|
|
|
"map": {
|
|
|
|
"bn.js": "npm:bn.js@4.11.6",
|
2016-10-13 16:33:40 +02:00
|
|
|
"inherits": "npm:inherits@2.0.3",
|
|
|
|
"brorand": "npm:brorand@1.0.6",
|
|
|
|
"hash.js": "npm:hash.js@1.0.3"
|
2016-08-19 14:46:02 +02:00
|
|
|
}
|
|
|
|
},
|
2016-10-13 16:33:40 +02:00
|
|
|
"npm:cipher-base@1.0.3": {
|
2016-08-19 14:46:02 +02:00
|
|
|
"map": {
|
2016-10-13 16:33:40 +02:00
|
|
|
"inherits": "npm:inherits@2.0.3"
|
2016-08-19 14:46:02 +02:00
|
|
|
}
|
|
|
|
},
|
2016-10-13 16:33:40 +02:00
|
|
|
"npm:asn1.js@4.8.1": {
|
2016-08-19 14:46:02 +02:00
|
|
|
"map": {
|
2016-10-13 16:33:40 +02:00
|
|
|
"bn.js": "npm:bn.js@4.11.6",
|
|
|
|
"inherits": "npm:inherits@2.0.3",
|
|
|
|
"minimalistic-assert": "npm:minimalistic-assert@1.0.0"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"npm:stream-http@2.4.0": {
|
|
|
|
"map": {
|
|
|
|
"inherits": "npm:inherits@2.0.3",
|
|
|
|
"readable-stream": "npm:readable-stream@2.1.5",
|
|
|
|
"to-arraybuffer": "npm:to-arraybuffer@1.0.1",
|
|
|
|
"builtin-status-codes": "npm:builtin-status-codes@2.0.0",
|
|
|
|
"xtend": "npm:xtend@4.0.1"
|
2016-08-19 14:46:02 +02:00
|
|
|
}
|
2016-07-18 18:28:47 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|