From 2c899f7dec141e5b1e1fd5329ff865ae44f15381 Mon Sep 17 00:00:00 2001 From: Pedro Santos Date: Fri, 24 May 2019 11:53:28 +0100 Subject: [PATCH] chore: updated both ipfs and service-worker-gateway version --- package-lock.json | 8048 +++++++++++++++++---------------------------- package.json | 6 +- 2 files changed, 2940 insertions(+), 5114 deletions(-) diff --git a/package-lock.json b/package-lock.json index c7eaada5..02cd65ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "dependencies": { "@babel/cli": { "version": "7.1.2", - "resolved": "https://registry.js.ipfs.io/@babel/cli/-/cli-7.1.2.tgz", + "resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.1.2.tgz", "integrity": "sha512-K3WDlpBPGpoW11SLKFEBhMsITomPovsrZ/wnM3y+WStbytukDXC0OBic3yQp+j058QUw0+R/jfx2obwp1fOzcA==", "dev": true, "requires": { @@ -24,7 +24,7 @@ "dependencies": { "slash": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/slash/-/slash-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", "dev": true } @@ -32,7 +32,7 @@ }, "@babel/code-frame": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/code-frame/-/code-frame-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.0.0.tgz", "integrity": "sha512-OfC2uemaknXr87bdLUkWog7nYuliM9Ij5HUcajsVcMCpQrcLmtxRbVFTIqmcSkSeYRBFBRxs2FiUqFJDLdiebA==", "requires": { "@babel/highlight": "^7.0.0" @@ -40,7 +40,7 @@ }, "@babel/core": { "version": "7.1.6", - "resolved": "https://registry.js.ipfs.io/@babel/core/-/core-7.1.6.tgz", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.1.6.tgz", "integrity": "sha512-Hz6PJT6e44iUNpAn8AoyAs6B3bl60g7MJQaI0rZEar6ECzh6+srYO1xlIdssio34mPaUtAb1y+XlkkSJzok3yw==", "requires": { "@babel/code-frame": "^7.0.0", @@ -61,7 +61,7 @@ "dependencies": { "debug": { "version": "4.1.0", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz", "integrity": "sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==", "requires": { "ms": "^2.1.1" @@ -69,14 +69,14 @@ }, "ms": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/ms/-/ms-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" } } }, "@babel/generator": { "version": "7.1.6", - "resolved": "https://registry.js.ipfs.io/@babel/generator/-/generator-7.1.6.tgz", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.1.6.tgz", "integrity": "sha512-brwPBtVvdYdGxtenbQgfCdDPmtkmUBZPjUoK5SXJEBuHaA5BCubh9ly65fzXz7R6o5rA76Rs22ES8Z+HCc0YIQ==", "requires": { "@babel/types": "^7.1.6", @@ -88,7 +88,7 @@ }, "@babel/helper-annotate-as-pure": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.0.0.tgz", "integrity": "sha512-3UYcJUj9kvSLbLbUIfQTqzcy5VX7GRZ/CCDrnOaZorFFM01aXp1+GJwuFGV4NDDoAS+mOUyHcO6UD/RfqOks3Q==", "requires": { "@babel/types": "^7.0.0" @@ -96,7 +96,7 @@ }, "@babel/helper-builder-binary-assignment-operator-visitor": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.1.0.tgz", "integrity": "sha512-qNSR4jrmJ8M1VMM9tibvyRAHXQs2PmaksQF7c1CGJNipfe3D8p+wgNwgso/P2A2r2mdgBWAXljNWR0QRZAMW8w==", "requires": { "@babel/helper-explode-assignable-expression": "^7.1.0", @@ -105,7 +105,7 @@ }, "@babel/helper-builder-react-jsx": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-react-jsx/-/helper-builder-react-jsx-7.0.0.tgz", "integrity": "sha512-ebJ2JM6NAKW0fQEqN8hOLxK84RbRz9OkUhGS/Xd5u56ejMfVbayJ4+LykERZCOUM6faa6Fp3SZNX3fcT16MKHw==", "requires": { "@babel/types": "^7.0.0", @@ -114,7 +114,7 @@ }, "@babel/helper-call-delegate": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/helper-call-delegate/-/helper-call-delegate-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-call-delegate/-/helper-call-delegate-7.1.0.tgz", "integrity": "sha512-YEtYZrw3GUK6emQHKthltKNZwszBcHK58Ygcis+gVUrF4/FmTVr5CCqQNSfmvg2y+YDEANyYoaLz/SHsnusCwQ==", "requires": { "@babel/helper-hoist-variables": "^7.0.0", @@ -124,7 +124,7 @@ }, "@babel/helper-define-map": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/helper-define-map/-/helper-define-map-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-define-map/-/helper-define-map-7.1.0.tgz", "integrity": "sha512-yPPcW8dc3gZLN+U1mhYV91QU3n5uTbx7DUdf8NnPbjS0RMwBuHi9Xt2MUgppmNz7CJxTBWsGczTiEp1CSOTPRg==", "requires": { "@babel/helper-function-name": "^7.1.0", @@ -134,7 +134,7 @@ }, "@babel/helper-explode-assignable-expression": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.1.0.tgz", "integrity": "sha512-NRQpfHrJ1msCHtKjbzs9YcMmJZOg6mQMmGRB+hbamEdG5PNpaSm95275VD92DvJKuyl0s2sFiDmMZ+EnnvufqA==", "requires": { "@babel/traverse": "^7.1.0", @@ -143,7 +143,7 @@ }, "@babel/helper-function-name": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.1.0.tgz", "integrity": "sha512-A95XEoCpb3TO+KZzJ4S/5uW5fNe26DjBGqf1o9ucyLyCmi1dXq/B3c8iaWTfBk3VvetUxl16e8tIrd5teOCfGw==", "requires": { "@babel/helper-get-function-arity": "^7.0.0", @@ -153,7 +153,7 @@ }, "@babel/helper-get-function-arity": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.0.0.tgz", "integrity": "sha512-r2DbJeg4svYvt3HOS74U4eWKsUAMRH01Z1ds1zx8KNTPtpTL5JAsdFv8BNyOpVqdFhHkkRDIg5B4AsxmkjAlmQ==", "requires": { "@babel/types": "^7.0.0" @@ -161,7 +161,7 @@ }, "@babel/helper-hoist-variables": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/helper-hoist-variables/-/helper-hoist-variables-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.0.0.tgz", "integrity": "sha512-Ggv5sldXUeSKsuzLkddtyhyHe2YantsxWKNi7A+7LeD12ExRDWTRk29JCXpaHPAbMaIPZSil7n+lq78WY2VY7w==", "requires": { "@babel/types": "^7.0.0" @@ -169,7 +169,7 @@ }, "@babel/helper-member-expression-to-functions": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.0.0.tgz", "integrity": "sha512-avo+lm/QmZlv27Zsi0xEor2fKcqWG56D5ae9dzklpIaY7cQMK5N8VSpaNVPPagiqmy7LrEjK1IWdGMOqPu5csg==", "requires": { "@babel/types": "^7.0.0" @@ -177,7 +177,7 @@ }, "@babel/helper-module-imports": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.0.0.tgz", "integrity": "sha512-aP/hlLq01DWNEiDg4Jn23i+CXxW/owM4WpDLFUbpjxe4NS3BhLVZQ5i7E0ZrxuQ/vwekIeciyamgB1UIYxxM6A==", "requires": { "@babel/types": "^7.0.0" @@ -185,7 +185,7 @@ }, "@babel/helper-module-transforms": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/helper-module-transforms/-/helper-module-transforms-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.1.0.tgz", "integrity": "sha512-0JZRd2yhawo79Rcm4w0LwSMILFmFXjugG3yqf+P/UsKsRS1mJCmMwwlHDlMg7Avr9LrvSpp4ZSULO9r8jpCzcw==", "requires": { "@babel/helper-module-imports": "^7.0.0", @@ -198,7 +198,7 @@ }, "@babel/helper-optimise-call-expression": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.0.0.tgz", "integrity": "sha512-u8nd9NQePYNQV8iPWu/pLLYBqZBa4ZaY1YWRFMuxrid94wKI1QNt67NEZ7GAe5Kc/0LLScbim05xZFWkAdrj9g==", "requires": { "@babel/types": "^7.0.0" @@ -206,12 +206,12 @@ }, "@babel/helper-plugin-utils": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.0.0.tgz", "integrity": "sha512-CYAOUCARwExnEixLdB6sDm2dIJ/YgEAKDM1MOeMeZu9Ld/bDgVo8aiWrXwcY7OBh+1Ea2uUcVRcxKk0GJvW7QA==" }, "@babel/helper-regex": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/helper-regex/-/helper-regex-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-regex/-/helper-regex-7.0.0.tgz", "integrity": "sha512-TR0/N0NDCcUIUEbqV6dCO+LptmmSQFQ7q70lfcEB4URsjD0E1HzicrwUH+ap6BAQ2jhCX9Q4UqZy4wilujWlkg==", "dev": true, "requires": { @@ -220,7 +220,7 @@ }, "@babel/helper-remap-async-to-generator": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.1.0.tgz", "integrity": "sha512-3fOK0L+Fdlg8S5al8u/hWE6vhufGSn0bN09xm2LXMy//REAF8kDCrYoOBKYmA8m5Nom+sV9LyLCwrFynA8/slg==", "requires": { "@babel/helper-annotate-as-pure": "^7.0.0", @@ -232,7 +232,7 @@ }, "@babel/helper-replace-supers": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/helper-replace-supers/-/helper-replace-supers-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.1.0.tgz", "integrity": "sha512-BvcDWYZRWVuDeXTYZWxekQNO5D4kO55aArwZOTFXw6rlLQA8ZaDicJR1sO47h+HrnCiDFiww0fSPV0d713KBGQ==", "requires": { "@babel/helper-member-expression-to-functions": "^7.0.0", @@ -243,7 +243,7 @@ }, "@babel/helper-simple-access": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.1.0.tgz", "integrity": "sha512-Vk+78hNjRbsiu49zAPALxTb+JUQCz1aolpd8osOF16BGnLtseD21nbHgLPGUwrXEurZgiCOUmvs3ExTu4F5x6w==", "requires": { "@babel/template": "^7.1.0", @@ -252,7 +252,7 @@ }, "@babel/helper-split-export-declaration": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.0.0.tgz", "integrity": "sha512-MXkOJqva62dfC0w85mEf/LucPPS/1+04nmmRMPEBUB++hiiThQ2zPtX/mEWQ3mtzCEjIJvPY8nuwxXtQeQwUag==", "requires": { "@babel/types": "^7.0.0" @@ -260,7 +260,7 @@ }, "@babel/helper-wrap-function": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/helper-wrap-function/-/helper-wrap-function-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.1.0.tgz", "integrity": "sha512-R6HU3dete+rwsdAfrOzTlE9Mcpk4RjU3aX3gi9grtmugQY0u79X7eogUvfXA5sI81Mfq1cn6AgxihfN33STjJA==", "requires": { "@babel/helper-function-name": "^7.1.0", @@ -271,7 +271,7 @@ }, "@babel/helpers": { "version": "7.1.5", - "resolved": "https://registry.js.ipfs.io/@babel/helpers/-/helpers-7.1.5.tgz", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.1.5.tgz", "integrity": "sha512-2jkcdL02ywNBry1YNFAH/fViq4fXG0vdckHqeJk+75fpQ2OH+Az6076tX/M0835zA45E0Cqa6pV5Kiv9YOqjEg==", "requires": { "@babel/template": "^7.1.2", @@ -281,7 +281,7 @@ }, "@babel/highlight": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/highlight/-/highlight-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.0.0.tgz", "integrity": "sha512-UFMC4ZeFC48Tpvj7C8UgLvtkaUuovQX+5xNWrsIoMG8o2z+XFKjKaN9iVmS84dPwVN00W4wPmqvYoZF3EGAsfw==", "requires": { "chalk": "^2.0.0", @@ -291,12 +291,12 @@ }, "@babel/parser": { "version": "7.1.6", - "resolved": "https://registry.js.ipfs.io/@babel/parser/-/parser-7.1.6.tgz", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.1.6.tgz", "integrity": "sha512-dWP6LJm9nKT6ALaa+bnL247GHHMWir3vSlZ2+IHgHgktZQx0L3Uvq2uAWcuzIe+fujRsYWBW2q622C5UvGK9iQ==" }, "@babel/plugin-proposal-async-generator-functions": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.1.0.tgz", "integrity": "sha512-Fq803F3Jcxo20MXUSDdmZZXrPe6BWyGcWBPPNB/M7WaUYESKDeKMOGIxEzQOjGSmW/NWb6UaPZrtTB2ekhB/ew==", "dev": true, "requires": { @@ -307,7 +307,7 @@ }, "@babel/plugin-proposal-class-properties": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.1.0.tgz", "integrity": "sha512-/PCJWN+CKt5v1xcGn4vnuu13QDoV+P7NcICP44BoonAJoPSGwVkgrXihFIQGiEjjPlUDBIw1cM7wYFLARS2/hw==", "requires": { "@babel/helper-function-name": "^7.1.0", @@ -320,7 +320,7 @@ }, "@babel/plugin-proposal-decorators": { "version": "7.1.6", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.1.6.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.1.6.tgz", "integrity": "sha512-U42f8KhUbtlhUDyV/wK4Rq/wWh8vWyttYABckG/v0vVnMPvayOewZC/83CbVdmyP+UhEqI368FEQ7hHMfhBpQA==", "dev": true, "requires": { @@ -332,7 +332,7 @@ }, "@babel/plugin-proposal-do-expressions": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-proposal-do-expressions/-/plugin-proposal-do-expressions-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-do-expressions/-/plugin-proposal-do-expressions-7.0.0.tgz", "integrity": "sha512-fIXsLAsQ5gVhQF44wZ9Yc3EBxaCHzeNjd8z9ivEzKOQyv5VoU1YJQ3AZa0VJgQMX5k/cbXJpNwp2mtg7iSdiGg==", "dev": true, "requires": { @@ -342,7 +342,7 @@ }, "@babel/plugin-proposal-export-default-from": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.0.0.tgz", "integrity": "sha512-cWhkx6SyjZ4caFOanoPmDNgQCuYYTmou4QXy886JsyLTw/vhWQbop2gLKsWyyswrJkKTB7fSNxVYbP/oEsoySA==", "dev": true, "requires": { @@ -352,7 +352,7 @@ }, "@babel/plugin-proposal-export-namespace-from": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.0.0.tgz", "integrity": "sha512-UZuK8lkobh3570vCu0sxDQn+ZlCV6CVLlXe+nNohvPr6/zI5I+j4Ir2fTTCG0ayBQanym0N+29K5+v4c8SATaQ==", "dev": true, "requires": { @@ -362,7 +362,7 @@ }, "@babel/plugin-proposal-function-bind": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-proposal-function-bind/-/plugin-proposal-function-bind-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-function-bind/-/plugin-proposal-function-bind-7.0.0.tgz", "integrity": "sha512-CNLspFXoquetQqPTFRedMvF7VYpsY2IecFu7Gcb86w+70lXojIKHhX1QFt5dhyk5n4MsjKrdXlGipbCFqD0Xeg==", "dev": true, "requires": { @@ -372,7 +372,7 @@ }, "@babel/plugin-proposal-function-sent": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-proposal-function-sent/-/plugin-proposal-function-sent-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-function-sent/-/plugin-proposal-function-sent-7.1.0.tgz", "integrity": "sha512-yciM4dketj0pjd1enirzfVWclzSCzjOljHx8E4DJUBq/q65CuaKsX2zhpdImzcn6TtFupzdcuchbqN00IEKDAA==", "dev": true, "requires": { @@ -383,7 +383,7 @@ }, "@babel/plugin-proposal-json-strings": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.0.0.tgz", "integrity": "sha512-kfVdUkIAGJIVmHmtS/40i/fg/AGnw/rsZBCaapY5yjeO5RA9m165Xbw9KMOu2nqXP5dTFjEjHdfNdoVcHv133Q==", "dev": true, "requires": { @@ -393,7 +393,7 @@ }, "@babel/plugin-proposal-logical-assignment-operators": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.0.0.tgz", "integrity": "sha512-06osaVN0bKEIXvzScf6qPpbDUEP4sixqVdjwpSPPwEtMyDC+x8PDvcJCww6p6TDOTIHnuUx2Afmguf/RypKDIw==", "dev": true, "requires": { @@ -403,7 +403,7 @@ }, "@babel/plugin-proposal-nullish-coalescing-operator": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.0.0.tgz", "integrity": "sha512-QIN3UFo1ul4ruAsjIqK43PeXedo1qY74zeGrODJl1KfCGeMc6qJC4rb5Ylml/smzxibqsDeVZGH+TmWHCldRQQ==", "dev": true, "requires": { @@ -413,7 +413,7 @@ }, "@babel/plugin-proposal-numeric-separator": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.0.0.tgz", "integrity": "sha512-m4iDNpbBv2rTxxgViAeaqLOStc2wrlVAC5ifp6pjBPG29F56LdlPgf5CQYzj99y3kYeKqsyf/dcMx/r+QfwMZg==", "dev": true, "requires": { @@ -423,7 +423,7 @@ }, "@babel/plugin-proposal-object-rest-spread": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.0.0.tgz", "integrity": "sha512-14fhfoPcNu7itSen7Py1iGN0gEm87hX/B+8nZPqkdmANyyYWYMY2pjA3r8WXbWVKMzfnSNS0xY8GVS0IjXi/iw==", "requires": { "@babel/helper-plugin-utils": "^7.0.0", @@ -432,7 +432,7 @@ }, "@babel/plugin-proposal-optional-catch-binding": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.0.0.tgz", "integrity": "sha512-JPqAvLG1s13B/AuoBjdBYvn38RqW6n1TzrQO839/sIpqLpbnXKacsAgpZHzLD83Sm8SDXMkkrAvEnJ25+0yIpw==", "dev": true, "requires": { @@ -442,7 +442,7 @@ }, "@babel/plugin-proposal-optional-chaining": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.0.0.tgz", "integrity": "sha512-7x8HLa71OzNiofbQUVakS0Kmg++6a+cXNfS7QKHbbv03SuSaumJyaWsfNgw+T7aqrJlqurYpZqrkPgXu0iZK0w==", "dev": true, "requires": { @@ -452,7 +452,7 @@ }, "@babel/plugin-proposal-pipeline-operator": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-proposal-pipeline-operator/-/plugin-proposal-pipeline-operator-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-pipeline-operator/-/plugin-proposal-pipeline-operator-7.0.0.tgz", "integrity": "sha512-MN189PDyTMoor/YFh9dk6HpSZLMGHCXRdAhgmzshwcalbgYh5Mkn7Ib17lOo6fmLwHdyQ4GR4yagizfeR2LwQQ==", "dev": true, "requires": { @@ -462,7 +462,7 @@ }, "@babel/plugin-proposal-throw-expressions": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-proposal-throw-expressions/-/plugin-proposal-throw-expressions-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-throw-expressions/-/plugin-proposal-throw-expressions-7.0.0.tgz", "integrity": "sha512-CA2EUiwnbXrsdV4hy3jYghm91WaL7zL7xYfu628dyItRr6gylbRxshghGEK/Hhm//rR58N3PBmEeuYqSW57IUQ==", "dev": true, "requires": { @@ -472,7 +472,7 @@ }, "@babel/plugin-proposal-unicode-property-regex": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.0.0.tgz", "integrity": "sha512-tM3icA6GhC3ch2SkmSxv7J/hCWKISzwycub6eGsDrFDgukD4dZ/I+x81XgW0YslS6mzNuQ1Cbzh5osjIMgepPQ==", "dev": true, "requires": { @@ -483,7 +483,7 @@ }, "@babel/plugin-syntax-async-generators": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.0.0.tgz", "integrity": "sha512-im7ged00ddGKAjcZgewXmp1vxSZQQywuQXe2B1A7kajjZmDeY/ekMPmWr9zJgveSaQH0k7BcGrojQhcK06l0zA==", "dev": true, "requires": { @@ -492,7 +492,7 @@ }, "@babel/plugin-syntax-class-properties": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.0.0.tgz", "integrity": "sha512-cR12g0Qzn4sgkjrbrzWy2GE7m9vMl/sFkqZ3gIpAQdrvPDnLM8180i+ANDFIXfjHo9aqp0ccJlQ0QNZcFUbf9w==", "requires": { "@babel/helper-plugin-utils": "^7.0.0" @@ -500,7 +500,7 @@ }, "@babel/plugin-syntax-decorators": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.1.0.tgz", "integrity": "sha512-uQvRSbgQ0nQg3jsmIixXXDCgSpkBolJ9X7NYThMKCcjvE8dN2uWJUzTUNNAeuKOjARTd+wUQV0ztXpgunZYKzQ==", "dev": true, "requires": { @@ -509,7 +509,7 @@ }, "@babel/plugin-syntax-do-expressions": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-syntax-do-expressions/-/plugin-syntax-do-expressions-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-do-expressions/-/plugin-syntax-do-expressions-7.0.0.tgz", "integrity": "sha512-ZN5MO2WuYfznTK0/TRlF9qG+pBGV/bY5CRO9/a00XEGvaU31JAewRbYaZrySDw6kwSdtPG76yk9jZdPrEC3jWg==", "dev": true, "requires": { @@ -518,7 +518,7 @@ }, "@babel/plugin-syntax-dynamic-import": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.0.0.tgz", "integrity": "sha512-Gt9xNyRrCHCiyX/ZxDGOcBnlJl0I3IWicpZRC4CdC0P5a/I07Ya2OAMEBU+J7GmRFVmIetqEYRko6QYRuKOESw==", "requires": { "@babel/helper-plugin-utils": "^7.0.0" @@ -526,7 +526,7 @@ }, "@babel/plugin-syntax-export-default-from": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.0.0.tgz", "integrity": "sha512-HNnjg/fFFbnuLAqr/Ocp1Y3GB4AjmXcu1xxn3ql3bS2kGrB/qi+Povshb8i3hOkE5jNozzh8r/0/lq1w8oOWbQ==", "dev": true, "requires": { @@ -535,7 +535,7 @@ }, "@babel/plugin-syntax-export-namespace-from": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.0.0.tgz", "integrity": "sha512-l314XT1eMa0MWboSmG4BdKukHfSpSpQRenUoZmEpL6hqc5nc1/ddpLETjPB77gZE1dZ9qxy5D3U3UUjjcX2d4g==", "dev": true, "requires": { @@ -544,7 +544,7 @@ }, "@babel/plugin-syntax-flow": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.0.0.tgz", "integrity": "sha512-zGcuZWiWWDa5qTZ6iAnpG0fnX/GOu49pGR5PFvkQ9GmKNaSphXQnlNXh/LG20sqWtNrx/eB6krzfEzcwvUyeFA==", "requires": { "@babel/helper-plugin-utils": "^7.0.0" @@ -552,7 +552,7 @@ }, "@babel/plugin-syntax-function-bind": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-syntax-function-bind/-/plugin-syntax-function-bind-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-function-bind/-/plugin-syntax-function-bind-7.0.0.tgz", "integrity": "sha512-dGxXCBMhRgdoJdTDouuC5sTRqZihfm4bKTWCJOXpTknZnmb1AozdvoNQA8V1WCccwk0IGKr0LaCbsQDQNp48JA==", "dev": true, "requires": { @@ -561,7 +561,7 @@ }, "@babel/plugin-syntax-function-sent": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-syntax-function-sent/-/plugin-syntax-function-sent-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-function-sent/-/plugin-syntax-function-sent-7.0.0.tgz", "integrity": "sha512-j+D8C+clbieA+1UFlRzMkVozWNLB94TCJsUUE7OCyKBRM329ZZXnFPjgm0em5ddLsKV9DNpdtaOZsNZ1J7gHyA==", "dev": true, "requires": { @@ -570,7 +570,7 @@ }, "@babel/plugin-syntax-import-meta": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.0.0.tgz", "integrity": "sha512-FEoGvhXVAiWzpDjyZIlBGzKyNk/lnRPy7aPke3PjVkiAY0QFsvFfkjUg5diRwVfowBA8SJqvFt0ZoXNSjl70hQ==", "dev": true, "requires": { @@ -579,7 +579,7 @@ }, "@babel/plugin-syntax-json-strings": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.0.0.tgz", "integrity": "sha512-UlSfNydC+XLj4bw7ijpldc1uZ/HB84vw+U6BTuqMdIEmz/LDe63w/GHtpQMdXWdqQZFeAI9PjnHe/vDhwirhKA==", "dev": true, "requires": { @@ -588,7 +588,7 @@ }, "@babel/plugin-syntax-jsx": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.0.0.tgz", "integrity": "sha512-PdmL2AoPsCLWxhIr3kG2+F9v4WH06Q3z+NoGVpQgnUNGcagXHq5sB3OXxkSahKq9TLdNMN/AJzFYSOo8UKDMHg==", "requires": { "@babel/helper-plugin-utils": "^7.0.0" @@ -596,7 +596,7 @@ }, "@babel/plugin-syntax-logical-assignment-operators": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.0.0.tgz", "integrity": "sha512-eOcVPYWpdReMfxHZIBRjC5wlB8iU7kM6eQyst0kK6SwUPmpYNKyB4rJdf0HTeUEOSRqdlH6uMiLAzReA0qDGLQ==", "dev": true, "requires": { @@ -605,7 +605,7 @@ }, "@babel/plugin-syntax-nullish-coalescing-operator": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.0.0.tgz", "integrity": "sha512-oAJmMsAvTSIk9y0sZdU2S/nY44PEUuHN7EzNDMgbuR4e/OwyfR9lSmoBJBZ2lslFZIqhksrTt4i+av7uKfNYDw==", "dev": true, "requires": { @@ -614,7 +614,7 @@ }, "@babel/plugin-syntax-numeric-separator": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.0.0.tgz", "integrity": "sha512-t9RMUPWsFXVeUZxEOhIDkVqYLi1sWOTjxFBAp8wJtaARilvkGlEQvSObd2W5YKicDktINI9XmdV0sB2FZaLOpw==", "dev": true, "requires": { @@ -623,7 +623,7 @@ }, "@babel/plugin-syntax-object-rest-spread": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.0.0.tgz", "integrity": "sha512-5A0n4p6bIiVe5OvQPxBnesezsgFJdHhSs3uFSvaPdMqtsovajLZ+G2vZyvNe10EzJBWWo3AcHGKhAFUxqwp2dw==", "requires": { "@babel/helper-plugin-utils": "^7.0.0" @@ -631,7 +631,7 @@ }, "@babel/plugin-syntax-optional-catch-binding": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.0.0.tgz", "integrity": "sha512-Wc+HVvwjcq5qBg1w5RG9o9RVzmCaAg/Vp0erHCKpAYV8La6I94o4GQAmFYNmkzoMO6gzoOSulpKeSSz6mPEoZw==", "dev": true, "requires": { @@ -640,7 +640,7 @@ }, "@babel/plugin-syntax-optional-chaining": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.0.0.tgz", "integrity": "sha512-QXedQsZf8yua1nNrXSePT0TsGSQH9A1iK08m9dhCMdZeJaaxYcQfXdgHWVV6Cp7WE/afPVvSKIsAHK5wP+yxDA==", "dev": true, "requires": { @@ -649,7 +649,7 @@ }, "@babel/plugin-syntax-pipeline-operator": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-syntax-pipeline-operator/-/plugin-syntax-pipeline-operator-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-pipeline-operator/-/plugin-syntax-pipeline-operator-7.0.0.tgz", "integrity": "sha512-McK1JV4klGq2r0UZ1SLE2u+u37ElArBcPMGl6JizdgEXD3ttp0dpOB5ZpqpeRHkIgnl46th64UHrFDteQ4P5aw==", "dev": true, "requires": { @@ -658,7 +658,7 @@ }, "@babel/plugin-syntax-throw-expressions": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-syntax-throw-expressions/-/plugin-syntax-throw-expressions-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-throw-expressions/-/plugin-syntax-throw-expressions-7.0.0.tgz", "integrity": "sha512-/5uORdWlPta/ALhI5zKtm0Y9vAYOa7HJMML0OnCGk9XZA4hpGjb0Xjt/OVDCJVawC/4FrlAGCHOaj9BtWeVDvg==", "dev": true, "requires": { @@ -667,7 +667,7 @@ }, "@babel/plugin-transform-arrow-functions": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.0.0.tgz", "integrity": "sha512-2EZDBl1WIO/q4DIkIp4s86sdp4ZifL51MoIviLY/gG/mLSuOIEg7J8o6mhbxOTvUJkaN50n+8u41FVsr5KLy/w==", "requires": { "@babel/helper-plugin-utils": "^7.0.0" @@ -675,7 +675,7 @@ }, "@babel/plugin-transform-async-to-generator": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.1.0.tgz", "integrity": "sha512-rNmcmoQ78IrvNCIt/R9U+cixUHeYAzgusTFgIAv+wQb9HJU4szhpDD6e5GCACmj/JP5KxuCwM96bX3L9v4ZN/g==", "dev": true, "requires": { @@ -686,7 +686,7 @@ }, "@babel/plugin-transform-block-scoped-functions": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.0.0.tgz", "integrity": "sha512-AOBiyUp7vYTqz2Jibe1UaAWL0Hl9JUXEgjFvvvcSc9MVDItv46ViXFw2F7SVt1B5k+KWjl44eeXOAk3UDEaJjQ==", "requires": { "@babel/helper-plugin-utils": "^7.0.0" @@ -694,7 +694,7 @@ }, "@babel/plugin-transform-block-scoping": { "version": "7.1.5", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.1.5.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.1.5.tgz", "integrity": "sha512-jlYcDrz+5ayWC7mxgpn1Wj8zj0mmjCT2w0mPIMSwO926eXBRxpEgoN/uQVRBfjtr8ayjcmS+xk2G1jaP8JjMJQ==", "requires": { "@babel/helper-plugin-utils": "^7.0.0", @@ -703,7 +703,7 @@ }, "@babel/plugin-transform-classes": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-classes/-/plugin-transform-classes-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.1.0.tgz", "integrity": "sha512-rNaqoD+4OCBZjM7VaskladgqnZ1LO6o2UxuWSDzljzW21pN1KXkB7BstAVweZdxQkHAujps5QMNOTWesBciKFg==", "requires": { "@babel/helper-annotate-as-pure": "^7.0.0", @@ -718,7 +718,7 @@ }, "@babel/plugin-transform-computed-properties": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.0.0.tgz", "integrity": "sha512-ubouZdChNAv4AAWAgU7QKbB93NU5sHwInEWfp+/OzJKA02E6Woh9RVoX4sZrbRwtybky/d7baTUqwFx+HgbvMA==", "requires": { "@babel/helper-plugin-utils": "^7.0.0" @@ -726,7 +726,7 @@ }, "@babel/plugin-transform-destructuring": { "version": "7.1.3", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.1.3.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.1.3.tgz", "integrity": "sha512-Mb9M4DGIOspH1ExHOUnn2UUXFOyVTiX84fXCd+6B5iWrQg/QMeeRmSwpZ9lnjYLSXtZwiw80ytVMr3zue0ucYw==", "requires": { "@babel/helper-plugin-utils": "^7.0.0" @@ -734,7 +734,7 @@ }, "@babel/plugin-transform-dotall-regex": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.0.0.tgz", "integrity": "sha512-00THs8eJxOJUFVx1w8i1MBF4XH4PsAjKjQ1eqN/uCH3YKwP21GCKfrn6YZFZswbOk9+0cw1zGQPHVc1KBlSxig==", "dev": true, "requires": { @@ -745,7 +745,7 @@ }, "@babel/plugin-transform-duplicate-keys": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.0.0.tgz", "integrity": "sha512-w2vfPkMqRkdxx+C71ATLJG30PpwtTpW7DDdLqYt2acXU7YjztzeWW2Jk1T6hKqCLYCcEA5UQM/+xTAm+QCSnuQ==", "dev": true, "requires": { @@ -754,7 +754,7 @@ }, "@babel/plugin-transform-exponentiation-operator": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.1.0.tgz", "integrity": "sha512-uZt9kD1Pp/JubkukOGQml9tqAeI8NkE98oZnHZ2qHRElmeKCodbTZgOEUtujSCSLhHSBWbzNiFSDIMC4/RBTLQ==", "dev": true, "requires": { @@ -764,7 +764,7 @@ }, "@babel/plugin-transform-flow-strip-types": { "version": "7.1.6", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.1.6.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-flow-strip-types/-/plugin-transform-flow-strip-types-7.1.6.tgz", "integrity": "sha512-0tyFAAjJmnRlr8MVJV39ASn1hv+PbdVP71hf7aAseqLfQ0o9QXk9htbMbq7/ZYXnUIp6gDw0lUUP0+PQMbbtmg==", "requires": { "@babel/helper-plugin-utils": "^7.0.0", @@ -773,7 +773,7 @@ }, "@babel/plugin-transform-for-of": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.0.0.tgz", "integrity": "sha512-TlxKecN20X2tt2UEr2LNE6aqA0oPeMT1Y3cgz8k4Dn1j5ObT8M3nl9aA37LLklx0PBZKETC9ZAf9n/6SujTuXA==", "requires": { "@babel/helper-plugin-utils": "^7.0.0" @@ -781,7 +781,7 @@ }, "@babel/plugin-transform-function-name": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.1.0.tgz", "integrity": "sha512-VxOa1TMlFMtqPW2IDYZQaHsFrq/dDoIjgN098NowhexhZcz3UGlvPgZXuE1jEvNygyWyxRacqDpCZt+par1FNg==", "requires": { "@babel/helper-function-name": "^7.1.0", @@ -790,7 +790,7 @@ }, "@babel/plugin-transform-literals": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-literals/-/plugin-transform-literals-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.0.0.tgz", "integrity": "sha512-1NTDBWkeNXgpUcyoVFxbr9hS57EpZYXpje92zv0SUzjdu3enaRwF/l3cmyRnXLtIdyJASyiS6PtybK+CgKf7jA==", "requires": { "@babel/helper-plugin-utils": "^7.0.0" @@ -806,7 +806,7 @@ }, "@babel/plugin-transform-modules-amd": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.1.0.tgz", "integrity": "sha512-wt8P+xQ85rrnGNr2x1iV3DW32W8zrB6ctuBkYBbf5/ZzJY99Ob4MFgsZDFgczNU76iy9PWsy4EuxOliDjdKw6A==", "dev": true, "requires": { @@ -816,7 +816,7 @@ }, "@babel/plugin-transform-modules-commonjs": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.1.0.tgz", "integrity": "sha512-wtNwtMjn1XGwM0AXPspQgvmE6msSJP15CX2RVfpTSTNPLhKhaOjaIfBaVfj4iUZ/VrFSodcFedwtPg/NxwQlPA==", "requires": { "@babel/helper-module-transforms": "^7.1.0", @@ -826,7 +826,7 @@ }, "@babel/plugin-transform-modules-systemjs": { "version": "7.1.3", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.1.3.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.1.3.tgz", "integrity": "sha512-PvTxgjxQAq4pvVUZF3mD5gEtVDuId8NtWkJsZLEJZMZAW3TvgQl1pmydLLN1bM8huHFVVU43lf0uvjQj9FRkKw==", "dev": true, "requires": { @@ -836,7 +836,7 @@ }, "@babel/plugin-transform-modules-umd": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.1.0.tgz", "integrity": "sha512-enrRtn5TfRhMmbRwm7F8qOj0qEYByqUvTttPEGimcBH4CJHphjyK1Vg7sdU7JjeEmgSpM890IT/efS2nMHwYig==", "dev": true, "requires": { @@ -854,7 +854,7 @@ }, "@babel/plugin-transform-new-target": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.0.0.tgz", "integrity": "sha512-yin069FYjah+LbqfGeTfzIBODex/e++Yfa0rH0fpfam9uTbuEeEOx5GLGr210ggOV77mVRNoeqSYqeuaqSzVSw==", "dev": true, "requires": { @@ -863,7 +863,7 @@ }, "@babel/plugin-transform-object-super": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.1.0.tgz", "integrity": "sha512-/O02Je1CRTSk2SSJaq0xjwQ8hG4zhZGNjE8psTsSNPXyLRCODv7/PBozqT5AmQMzp7MI3ndvMhGdqp9c96tTEw==", "requires": { "@babel/helper-plugin-utils": "^7.0.0", @@ -872,7 +872,7 @@ }, "@babel/plugin-transform-parameters": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.1.0.tgz", "integrity": "sha512-vHV7oxkEJ8IHxTfRr3hNGzV446GAb+0hgbA7o/0Jd76s+YzccdWuTU296FOCOl/xweU4t/Ya4g41yWz80RFCRw==", "requires": { "@babel/helper-call-delegate": "^7.1.0", @@ -890,7 +890,7 @@ }, "@babel/plugin-transform-react-display-name": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.0.0.tgz", "integrity": "sha512-BX8xKuQTO0HzINxT6j/GiCwoJB0AOMs0HmLbEnAvcte8U8rSkNa/eSCAY+l1OA4JnCVq2jw2p6U8QQryy2fTPg==", "requires": { "@babel/helper-plugin-utils": "^7.0.0" @@ -898,7 +898,7 @@ }, "@babel/plugin-transform-react-jsx": { "version": "7.1.6", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.1.6.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.1.6.tgz", "integrity": "sha512-iU/IUlPEYDRwuqLwqVobzPAZkBOQoZ9xRTBmj6ANuk5g/Egn/zdNGnXlSoKeNmKoYVeIRxx5GZhWmMhLik8dag==", "requires": { "@babel/helper-builder-react-jsx": "^7.0.0", @@ -908,7 +908,7 @@ }, "@babel/plugin-transform-react-jsx-self": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.0.0.tgz", "integrity": "sha512-pymy+AK12WO4safW1HmBpwagUQRl9cevNX+82AIAtU1pIdugqcH+nuYP03Ja6B+N4gliAaKWAegIBL/ymALPHA==", "requires": { "@babel/helper-plugin-utils": "^7.0.0", @@ -917,7 +917,7 @@ }, "@babel/plugin-transform-react-jsx-source": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.0.0.tgz", "integrity": "sha512-OSeEpFJEH5dw/TtxTg4nijl4nHBbhqbKL94Xo/Y17WKIf2qJWeIk/QeXACF19lG1vMezkxqruwnTjVizaW7u7w==", "requires": { "@babel/helper-plugin-utils": "^7.0.0", @@ -926,7 +926,7 @@ }, "@babel/plugin-transform-regenerator": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.0.0.tgz", "integrity": "sha512-sj2qzsEx8KDVv1QuJc/dEfilkg3RRPvPYx/VnKLtItVQRWt1Wqf5eVCOLZm29CiGFfYYsA3VPjfizTCV0S0Dlw==", "dev": true, "requires": { @@ -943,7 +943,7 @@ }, "@babel/plugin-transform-runtime": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.1.0.tgz", "integrity": "sha512-WFLMgzu5DLQEah0lKTJzYb14vd6UiES7PTnXcvrPZ1VrwFeJ+mTbvr65fFAsXYMt2bIoOoC0jk76zY1S7HZjUg==", "requires": { "@babel/helper-module-imports": "^7.0.0", @@ -954,7 +954,7 @@ }, "@babel/plugin-transform-shorthand-properties": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.0.0.tgz", "integrity": "sha512-g/99LI4vm5iOf5r1Gdxq5Xmu91zvjhEG5+yZDJW268AZELAu4J1EiFLnkSG3yuUsZyOipVOVUKoGPYwfsTymhw==", "requires": { "@babel/helper-plugin-utils": "^7.0.0" @@ -962,7 +962,7 @@ }, "@babel/plugin-transform-spread": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-spread/-/plugin-transform-spread-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.0.0.tgz", "integrity": "sha512-L702YFy2EvirrR4shTj0g2xQp7aNwZoWNCkNu2mcoU0uyzMl0XRwDSwzB/xp6DSUFiBmEXuyAyEN16LsgVqGGQ==", "requires": { "@babel/helper-plugin-utils": "^7.0.0" @@ -970,7 +970,7 @@ }, "@babel/plugin-transform-sticky-regex": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.0.0.tgz", "integrity": "sha512-LFUToxiyS/WD+XEWpkx/XJBrUXKewSZpzX68s+yEOtIbdnsRjpryDw9U06gYc6klYEij/+KQVRnD3nz3AoKmjw==", "dev": true, "requires": { @@ -980,7 +980,7 @@ }, "@babel/plugin-transform-template-literals": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.0.0.tgz", "integrity": "sha512-vA6rkTCabRZu7Nbl9DfLZE1imj4tzdWcg5vtdQGvj+OH9itNNB6hxuRMHuIY8SGnEt1T9g5foqs9LnrHzsqEFg==", "requires": { "@babel/helper-annotate-as-pure": "^7.0.0", @@ -989,7 +989,7 @@ }, "@babel/plugin-transform-typeof-symbol": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.0.0.tgz", "integrity": "sha512-1r1X5DO78WnaAIvs5uC48t41LLckxsYklJrZjNKcevyz83sF2l4RHbw29qrCPr/6ksFsdfRpT/ZgxNWHXRnffg==", "dev": true, "requires": { @@ -998,7 +998,7 @@ }, "@babel/plugin-transform-unicode-regex": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.0.0.tgz", "integrity": "sha512-uJBrJhBOEa3D033P95nPHu3nbFwFE9ZgXsfEitzoIXIwqAZWk7uXcg06yFKXz9FSxBH5ucgU/cYdX0IV8ldHKw==", "dev": true, "requires": { @@ -1030,7 +1030,7 @@ }, "@babel/preset-env": { "version": "7.1.6", - "resolved": "https://registry.js.ipfs.io/@babel/preset-env/-/preset-env-7.1.6.tgz", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.1.6.tgz", "integrity": "sha512-YIBfpJNQMBkb6MCkjz/A9J76SNCSuGVamOVBgoUkLzpJD/z8ghHi9I42LQ4pulVX68N/MmImz6ZTixt7Azgexw==", "dev": true, "requires": { @@ -1079,7 +1079,7 @@ "dependencies": { "browserslist": { "version": "4.3.4", - "resolved": "https://registry.js.ipfs.io/browserslist/-/browserslist-4.3.4.tgz", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.3.4.tgz", "integrity": "sha512-u5iz+ijIMUlmV8blX82VGFrB9ecnUg5qEt55CMZ/YJEhha+d8qpBfOFuutJ6F/VKRXjZoD33b6uvarpPxcl3RA==", "dev": true, "requires": { @@ -1092,7 +1092,7 @@ }, "@babel/preset-flow": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/preset-flow/-/preset-flow-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/preset-flow/-/preset-flow-7.0.0.tgz", "integrity": "sha512-bJOHrYOPqJZCkPVbG1Lot2r5OSsB+iUOaxiHdlOeB1yPWS6evswVHwvkDLZ54WTaTRIk89ds0iHmGZSnxlPejQ==", "dev": true, "requires": { @@ -1102,7 +1102,7 @@ }, "@babel/preset-react": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/preset-react/-/preset-react-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.0.0.tgz", "integrity": "sha512-oayxyPS4Zj+hF6Et11BwuBkmpgT/zMxyuZgFrMeZID6Hdh3dGlk4sHCAhdBCpuCKW2ppBfl2uCCetlrUIJRY3w==", "requires": { "@babel/helper-plugin-utils": "^7.0.0", @@ -1114,13 +1114,13 @@ }, "@babel/preset-stage-0": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/preset-stage-0/-/preset-stage-0-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/preset-stage-0/-/preset-stage-0-7.0.0.tgz", "integrity": "sha512-FBMd0IiARPtH5aaOFUVki6evHiJQiY0pFy7fizyRF7dtwc+el3nwpzvhb9qBNzceG1OIJModG1xpE0DDFjPXwA==", "dev": true }, "@babel/register": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/@babel/register/-/register-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.0.0.tgz", "integrity": "sha512-f/+CRmaCe7rVEvcvPvxeA8j5aJhHC3aJie7YuqcMDhUOuyWLA7J/aNrTaHIzoWPEhpHA54mec4Mm8fv8KBlv3g==", "dev": true, "requires": { @@ -1135,7 +1135,7 @@ }, "@babel/runtime": { "version": "7.1.5", - "resolved": "https://registry.js.ipfs.io/@babel/runtime/-/runtime-7.1.5.tgz", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.1.5.tgz", "integrity": "sha512-xKnPpXG/pvK1B90JkwwxSGii90rQGKtzcMt2gI5G6+M0REXaq6rOHsGC2ay6/d0Uje7zzvSzjEzfR3ENhFlrfA==", "requires": { "regenerator-runtime": "^0.12.0" @@ -1143,14 +1143,14 @@ "dependencies": { "regenerator-runtime": { "version": "0.12.1", - "resolved": "https://registry.js.ipfs.io/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz", "integrity": "sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg==" } } }, "@babel/template": { "version": "7.1.2", - "resolved": "https://registry.js.ipfs.io/@babel/template/-/template-7.1.2.tgz", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.1.2.tgz", "integrity": "sha512-SY1MmplssORfFiLDcOETrW7fCLl+PavlwMh92rrGcikQaRq4iWPVH0MpwPpY3etVMx6RnDjXtr6VZYr/IbP/Ag==", "requires": { "@babel/code-frame": "^7.0.0", @@ -1160,7 +1160,7 @@ }, "@babel/traverse": { "version": "7.1.6", - "resolved": "https://registry.js.ipfs.io/@babel/traverse/-/traverse-7.1.6.tgz", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.1.6.tgz", "integrity": "sha512-CXedit6GpISz3sC2k2FsGCUpOhUqKdyL0lqNrImQojagnUMXf8hex4AxYFRuMkNGcvJX5QAFGzB5WJQmSv8SiQ==", "requires": { "@babel/code-frame": "^7.0.0", @@ -1176,7 +1176,7 @@ "dependencies": { "debug": { "version": "4.1.0", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz", "integrity": "sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==", "requires": { "ms": "^2.1.1" @@ -1184,14 +1184,14 @@ }, "ms": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/ms/-/ms-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" } } }, "@babel/types": { "version": "7.1.6", - "resolved": "https://registry.js.ipfs.io/@babel/types/-/types-7.1.6.tgz", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.1.6.tgz", "integrity": "sha512-DMiUzlY9DSjVsOylJssxLHSgj6tWM9PRFJOGW/RaOglVOK9nzTxoOMfTfRQXGUCUQ/HmlG2efwC+XqUEJ5ay4w==", "requires": { "esutils": "^2.0.2", @@ -1201,13 +1201,13 @@ }, "@commitlint/config-conventional": { "version": "7.1.2", - "resolved": "https://registry.js.ipfs.io/@commitlint/config-conventional/-/config-conventional-7.1.2.tgz", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-7.1.2.tgz", "integrity": "sha512-DmA4ixkpv03qA1TVs1Bl25QsVym2bPL6pKapesALWIVggG3OpwqGZ55vN75Tx8xZoG7LFKrVyrt7kwhA7X8njQ==", "dev": true }, "@commitlint/ensure": { "version": "7.2.0", - "resolved": "https://registry.js.ipfs.io/@commitlint/ensure/-/ensure-7.2.0.tgz", + "resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-7.2.0.tgz", "integrity": "sha512-j2AJE4eDeLP6O/Z1CdPwEXAzcrRRoeeHLuvW8bldQ4J2nHiX9hzmSe87H87Ob8Avm+zIegsqVPGaBAtRmbODYw==", "dev": true, "requires": { @@ -1220,7 +1220,7 @@ }, "@commitlint/execute-rule": { "version": "7.1.2", - "resolved": "https://registry.js.ipfs.io/@commitlint/execute-rule/-/execute-rule-7.1.2.tgz", + "resolved": "https://registry.npmjs.org/@commitlint/execute-rule/-/execute-rule-7.1.2.tgz", "integrity": "sha512-EP/SqX2U2L4AQHglZ2vGM1pvHJOh3sbYtHn1QhtllqEpsdmhuNpVPSGHP/r9OD2h4i90vtnWgZQoskt2MkbknA==", "dev": true, "requires": { @@ -1229,7 +1229,7 @@ }, "@commitlint/format": { "version": "7.2.1", - "resolved": "https://registry.js.ipfs.io/@commitlint/format/-/format-7.2.1.tgz", + "resolved": "https://registry.npmjs.org/@commitlint/format/-/format-7.2.1.tgz", "integrity": "sha512-1YcL+ZWB8V52oDFQBhSBJjiJOZDt4Vl06O5TkG70BMpre3EQru5KYIN16eEPqfihNw0bj8gSIWcf87Gvh3OrOw==", "dev": true, "requires": { @@ -1239,7 +1239,7 @@ }, "@commitlint/is-ignored": { "version": "7.2.1", - "resolved": "https://registry.js.ipfs.io/@commitlint/is-ignored/-/is-ignored-7.2.1.tgz", + "resolved": "https://registry.npmjs.org/@commitlint/is-ignored/-/is-ignored-7.2.1.tgz", "integrity": "sha512-3DsEEKRnj8Bv9qImsxWcGf9BwerDnk5Vs+oK6ELzIwkndHaAZLHyATjmaz/rsc+U+DWiVjgKrrw3xvd/UsoazA==", "dev": true, "requires": { @@ -1248,7 +1248,7 @@ }, "@commitlint/lint": { "version": "7.2.1", - "resolved": "https://registry.js.ipfs.io/@commitlint/lint/-/lint-7.2.1.tgz", + "resolved": "https://registry.npmjs.org/@commitlint/lint/-/lint-7.2.1.tgz", "integrity": "sha512-rM7nUyNUJyuKw1MTwJG/wk4twB5YCAG2wzJMn5NqVpGD/qmLOzlZoBl0+CYmuOsbIRAA2rlEV6KZHBk9tTfAdQ==", "dev": true, "requires": { @@ -1261,7 +1261,7 @@ }, "@commitlint/load": { "version": "7.2.1", - "resolved": "https://registry.js.ipfs.io/@commitlint/load/-/load-7.2.1.tgz", + "resolved": "https://registry.npmjs.org/@commitlint/load/-/load-7.2.1.tgz", "integrity": "sha512-FnfmfhPGJqGwILVRznduBejOicNey6p/byfcyxtcBkN2+X96gDuNtqcnGcngCrzPIAgaIrQQcTQDA1/KMtW21A==", "dev": true, "requires": { @@ -1278,7 +1278,7 @@ "dependencies": { "cosmiconfig": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/cosmiconfig/-/cosmiconfig-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-4.0.0.tgz", "integrity": "sha512-6e5vDdrXZD+t5v0L8CrurPeybg4Fmf+FCSYxXKYVAqLUtyCSbuyqE059d0kDthTNRzKVjL7QMgNpEUlsoYH3iQ==", "dev": true, "requires": { @@ -1290,7 +1290,7 @@ }, "resolve-from": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/resolve-from/-/resolve-from-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "dev": true } @@ -1298,13 +1298,13 @@ }, "@commitlint/message": { "version": "7.1.2", - "resolved": "https://registry.js.ipfs.io/@commitlint/message/-/message-7.1.2.tgz", + "resolved": "https://registry.npmjs.org/@commitlint/message/-/message-7.1.2.tgz", "integrity": "sha512-6FQeK5LAs1Bde6W/jULg+I/XZhj3gbqCWlS2Q11A2JbaTRpRJZzm7WdD9nK3I0+De41EOqW2t4mBnrpio3o1Zg==", "dev": true }, "@commitlint/parse": { "version": "7.1.2", - "resolved": "https://registry.js.ipfs.io/@commitlint/parse/-/parse-7.1.2.tgz", + "resolved": "https://registry.npmjs.org/@commitlint/parse/-/parse-7.1.2.tgz", "integrity": "sha512-wrdLwJZL3cs89MfgPtnbbKByijUo3Wrug55aTke5k/F0XNxGaDaNJyH4QXgidgXk57r2t4NJVAKwjnY4wjfNwg==", "dev": true, "requires": { @@ -1314,7 +1314,7 @@ }, "@commitlint/read": { "version": "7.1.2", - "resolved": "https://registry.js.ipfs.io/@commitlint/read/-/read-7.1.2.tgz", + "resolved": "https://registry.npmjs.org/@commitlint/read/-/read-7.1.2.tgz", "integrity": "sha512-sarYQgfTay2Eu7onHz53EYyRw7pI5QmLE7tP5Ri9op6eu4LadjSoA/4dfc+VE7avsq21J2ewSbz+9f0uvhDxgg==", "dev": true, "requires": { @@ -1326,7 +1326,7 @@ }, "@commitlint/resolve-extends": { "version": "7.1.2", - "resolved": "https://registry.js.ipfs.io/@commitlint/resolve-extends/-/resolve-extends-7.1.2.tgz", + "resolved": "https://registry.npmjs.org/@commitlint/resolve-extends/-/resolve-extends-7.1.2.tgz", "integrity": "sha512-zwbifMB9DeHP4sYQdrkx+XJh5Q1lyP/OdlErUCC34NV4Lkxw/XxXF4St3e+y1X28/SgrEc2XSOS6n/vQQfUlLA==", "dev": true, "requires": { @@ -1340,7 +1340,7 @@ "dependencies": { "resolve-from": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/resolve-from/-/resolve-from-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "dev": true } @@ -1348,7 +1348,7 @@ }, "@commitlint/rules": { "version": "7.2.0", - "resolved": "https://registry.js.ipfs.io/@commitlint/rules/-/rules-7.2.0.tgz", + "resolved": "https://registry.npmjs.org/@commitlint/rules/-/rules-7.2.0.tgz", "integrity": "sha512-c15Q9H5iYE9fnncLnFnMuvPLYA/i0pve5moV0uxJJGr4GgJoBKyldd4CCDhoE80C1k8ABuqr2o2qsopzVEp3Ww==", "dev": true, "requires": { @@ -1360,13 +1360,13 @@ }, "@commitlint/to-lines": { "version": "7.1.2", - "resolved": "https://registry.js.ipfs.io/@commitlint/to-lines/-/to-lines-7.1.2.tgz", + "resolved": "https://registry.npmjs.org/@commitlint/to-lines/-/to-lines-7.1.2.tgz", "integrity": "sha512-Nz3qZwrIEYiN9v/ThJqXAwu4X5+hvT9H8yRPHfjc538R8WhwEfhvym7/4YznDHSvWrQgwqtNPdrb6b2OSBsHmg==", "dev": true }, "@commitlint/top-level": { "version": "7.1.2", - "resolved": "https://registry.js.ipfs.io/@commitlint/top-level/-/top-level-7.1.2.tgz", + "resolved": "https://registry.npmjs.org/@commitlint/top-level/-/top-level-7.1.2.tgz", "integrity": "sha512-YKugOAKy3hgM/ITezPp7Ns51U3xoJfuOsVnMGW4oDcHLhuQ/Qd58ROv/Hgedtk8HugKX3DdZ8XoEnRG70RDGqQ==", "dev": true, "requires": { @@ -1375,7 +1375,7 @@ }, "@cypress/listr-verbose-renderer": { "version": "0.4.1", - "resolved": "https://registry.js.ipfs.io/@cypress/listr-verbose-renderer/-/listr-verbose-renderer-0.4.1.tgz", + "resolved": "https://registry.npmjs.org/@cypress/listr-verbose-renderer/-/listr-verbose-renderer-0.4.1.tgz", "integrity": "sha1-p3SS9LEdzHxEajSz4ochr9M8ZCo=", "dev": true, "requires": { @@ -1387,13 +1387,13 @@ "dependencies": { "ansi-styles": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/ansi-styles/-/ansi-styles-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", "dev": true }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -1406,7 +1406,7 @@ }, "cli-cursor": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/cli-cursor/-/cli-cursor-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz", "integrity": "sha1-ZNo/fValRBLll5S9Ytw1KV6PKYc=", "dev": true, "requires": { @@ -1415,7 +1415,7 @@ }, "figures": { "version": "1.7.0", - "resolved": "https://registry.js.ipfs.io/figures/-/figures-1.7.0.tgz", + "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz", "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", "dev": true, "requires": { @@ -1425,13 +1425,13 @@ }, "onetime": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/onetime/-/onetime-1.1.0.tgz", + "resolved": "http://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz", "integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=", "dev": true }, "restore-cursor": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/restore-cursor/-/restore-cursor-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz", "integrity": "sha1-NGYfRohjJ/7SmRR5FSJS35LapUE=", "dev": true, "requires": { @@ -1441,7 +1441,7 @@ }, "supports-color": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", "dev": true } @@ -1796,7 +1796,7 @@ }, "@iamstarkov/listr-update-renderer": { "version": "0.4.1", - "resolved": "https://registry.js.ipfs.io/@iamstarkov/listr-update-renderer/-/listr-update-renderer-0.4.1.tgz", + "resolved": "https://registry.npmjs.org/@iamstarkov/listr-update-renderer/-/listr-update-renderer-0.4.1.tgz", "integrity": "sha512-IJyxQWsYDEkf8C8QthBn5N8tIUR9V9je6j3sMIpAkonaadjbvxmRC6RAhpa3RKxndhNnU2M6iNbtJwd7usQYIA==", "dev": true, "requires": { @@ -1812,13 +1812,13 @@ "dependencies": { "ansi-styles": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/ansi-styles/-/ansi-styles-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", "dev": true }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -1831,7 +1831,7 @@ }, "figures": { "version": "1.7.0", - "resolved": "https://registry.js.ipfs.io/figures/-/figures-1.7.0.tgz", + "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz", "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", "dev": true, "requires": { @@ -1841,7 +1841,7 @@ }, "supports-color": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", "dev": true } @@ -1849,7 +1849,7 @@ }, "@marionebl/sander": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/@marionebl/sander/-/sander-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/@marionebl/sander/-/sander-0.6.1.tgz", "integrity": "sha1-GViWWHTyS8Ub5Ih1/rUNZC/EH3s=", "dev": true, "requires": { @@ -1865,7 +1865,7 @@ }, "@mrmlnc/readdir-enhanced": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz", "integrity": "sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==", "requires": { "call-me-maybe": "^1.0.1", @@ -1874,7 +1874,7 @@ }, "@nodelib/fs.stat": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz", "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==" }, "@pieh/friendly-errors-webpack-plugin": { @@ -1902,7 +1902,7 @@ }, "@reach/router": { "version": "1.2.1", - "resolved": "https://registry.js.ipfs.io/@reach/router/-/router-1.2.1.tgz", + "resolved": "https://registry.npmjs.org/@reach/router/-/router-1.2.1.tgz", "integrity": "sha512-kTaX08X4g27tzIFQGRukaHmNbtMYDS3LEWIS8+l6OayGIw6Oyo1HIF/JzeuR2FoF9z6oV+x/wJSVSq4v8tcUGQ==", "requires": { "create-react-context": "^0.2.1", @@ -1914,7 +1914,7 @@ }, "@researchgate/react-intersection-observer": { "version": "0.7.4", - "resolved": "https://registry.js.ipfs.io/@researchgate/react-intersection-observer/-/react-intersection-observer-0.7.4.tgz", + "resolved": "https://registry.npmjs.org/@researchgate/react-intersection-observer/-/react-intersection-observer-0.7.4.tgz", "integrity": "sha512-4F291saKAP9I25Qe1ePflvm1DLLA43GlBIZfpMFYWofph7CAm+19nT8xwkQqSszg4PwZa5BpkaI4tAEJHtlj3w==", "requires": { "invariant": "^2.2.2", @@ -1924,7 +1924,7 @@ }, "@samverschueren/stream-to-observable": { "version": "0.3.0", - "resolved": "https://registry.js.ipfs.io/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz", + "resolved": "https://registry.npmjs.org/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz", "integrity": "sha512-MI4Xx6LHs4Webyvi6EbspgyAb4D2Q2VtnCQ1blOJcoLS6mVa8lNN2rkIy1CVxfTUpoyIbCTkXES1rLXztFD1lg==", "dev": true, "requires": { @@ -1933,7 +1933,7 @@ }, "@sindresorhus/is": { "version": "0.7.0", - "resolved": "https://registry.js.ipfs.io/@sindresorhus/is/-/is-0.7.0.tgz", + "resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.7.0.tgz", "integrity": "sha512-ONhaKPIufzzrlNbqtWFFd+jlnemX6lJAgq9ZeiZtS7I1PIf/la7CW4m83rTXRnVnsMbW2k56pGYu7AUFJD9Pow==", "dev": true }, @@ -1952,12 +1952,12 @@ }, "@types/configstore": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/@types/configstore/-/configstore-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/@types/configstore/-/configstore-2.1.1.tgz", "integrity": "sha1-zR6FU2M60xhcPy8jns/10mQ+krY=" }, "@types/debug": { "version": "0.0.29", - "resolved": "https://registry.js.ipfs.io/@types/debug/-/debug-0.0.29.tgz", + "resolved": "http://registry.npmjs.org/@types/debug/-/debug-0.0.29.tgz", "integrity": "sha1-oeUUrfvZLwOiJLpU1pMRHb8fN1Q=" }, "@types/events": { @@ -1967,12 +1967,12 @@ }, "@types/get-port": { "version": "0.0.4", - "resolved": "https://registry.js.ipfs.io/@types/get-port/-/get-port-0.0.4.tgz", + "resolved": "http://registry.npmjs.org/@types/get-port/-/get-port-0.0.4.tgz", "integrity": "sha1-62u3Qj2fiItjJmDcfS/T5po1ZD4=" }, "@types/glob": { "version": "5.0.36", - "resolved": "https://registry.js.ipfs.io/@types/glob/-/glob-5.0.36.tgz", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-5.0.36.tgz", "integrity": "sha512-KEzSKuP2+3oOjYYjujue6Z3Yqis5HKA1BsIC+jZ1v3lrRNdsqyNNtX0rQf6LSuI4DJJ2z5UV//zBZCcvM0xikg==", "requires": { "@types/events": "*", @@ -1982,17 +1982,17 @@ }, "@types/history": { "version": "4.7.2", - "resolved": "https://registry.js.ipfs.io/@types/history/-/history-4.7.2.tgz", + "resolved": "https://registry.npmjs.org/@types/history/-/history-4.7.2.tgz", "integrity": "sha512-ui3WwXmjTaY73fOQ3/m3nnajU/Orhi6cEu5rzX+BrAAJxa3eITXZ5ch9suPqtM03OWhAHhPSyBGCN4UKoxO20Q==" }, "@types/minimatch": { "version": "3.0.3", - "resolved": "https://registry.js.ipfs.io/@types/minimatch/-/minimatch-3.0.3.tgz", + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-3.0.3.tgz", "integrity": "sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==" }, "@types/mkdirp": { "version": "0.3.29", - "resolved": "https://registry.js.ipfs.io/@types/mkdirp/-/mkdirp-0.3.29.tgz", + "resolved": "http://registry.npmjs.org/@types/mkdirp/-/mkdirp-0.3.29.tgz", "integrity": "sha1-fyrX7FX5FEgvybHsS7GuYCjUYGY=" }, "@types/node": { @@ -2025,12 +2025,12 @@ }, "@types/tmp": { "version": "0.0.32", - "resolved": "https://registry.js.ipfs.io/@types/tmp/-/tmp-0.0.32.tgz", + "resolved": "http://registry.npmjs.org/@types/tmp/-/tmp-0.0.32.tgz", "integrity": "sha1-DTyzECL4Qn6ljACK8yuA2hJspOM=" }, "@webassemblyjs/ast": { "version": "1.7.11", - "resolved": "https://registry.js.ipfs.io/@webassemblyjs/ast/-/ast-1.7.11.tgz", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.7.11.tgz", "integrity": "sha512-ZEzy4vjvTzScC+SH8RBssQUawpaInUdMTYwYYLh54/s8TuT0gBLuyUnppKsVyZEi876VmmStKsUs28UxPgdvrA==", "requires": { "@webassemblyjs/helper-module-context": "1.7.11", @@ -2040,22 +2040,22 @@ }, "@webassemblyjs/floating-point-hex-parser": { "version": "1.7.11", - "resolved": "https://registry.js.ipfs.io/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.7.11.tgz", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.7.11.tgz", "integrity": "sha512-zY8dSNyYcgzNRNT666/zOoAyImshm3ycKdoLsyDw/Bwo6+/uktb7p4xyApuef1dwEBo/U/SYQzbGBvV+nru2Xg==" }, "@webassemblyjs/helper-api-error": { "version": "1.7.11", - "resolved": "https://registry.js.ipfs.io/@webassemblyjs/helper-api-error/-/helper-api-error-1.7.11.tgz", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.7.11.tgz", "integrity": "sha512-7r1qXLmiglC+wPNkGuXCvkmalyEstKVwcueZRP2GNC2PAvxbLYwLLPr14rcdJaE4UtHxQKfFkuDFuv91ipqvXg==" }, "@webassemblyjs/helper-buffer": { "version": "1.7.11", - "resolved": "https://registry.js.ipfs.io/@webassemblyjs/helper-buffer/-/helper-buffer-1.7.11.tgz", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.7.11.tgz", "integrity": "sha512-MynuervdylPPh3ix+mKZloTcL06P8tenNH3sx6s0qE8SLR6DdwnfgA7Hc9NSYeob2jrW5Vql6GVlsQzKQCa13w==" }, "@webassemblyjs/helper-code-frame": { "version": "1.7.11", - "resolved": "https://registry.js.ipfs.io/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.7.11.tgz", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.7.11.tgz", "integrity": "sha512-T8ESC9KMXFTXA5urJcyor5cn6qWeZ4/zLPyWeEXZ03hj/x9weSokGNkVCdnhSabKGYWxElSdgJ+sFa9G/RdHNw==", "requires": { "@webassemblyjs/wast-printer": "1.7.11" @@ -2063,22 +2063,22 @@ }, "@webassemblyjs/helper-fsm": { "version": "1.7.11", - "resolved": "https://registry.js.ipfs.io/@webassemblyjs/helper-fsm/-/helper-fsm-1.7.11.tgz", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.7.11.tgz", "integrity": "sha512-nsAQWNP1+8Z6tkzdYlXT0kxfa2Z1tRTARd8wYnc/e3Zv3VydVVnaeePgqUzFrpkGUyhUUxOl5ML7f1NuT+gC0A==" }, "@webassemblyjs/helper-module-context": { "version": "1.7.11", - "resolved": "https://registry.js.ipfs.io/@webassemblyjs/helper-module-context/-/helper-module-context-1.7.11.tgz", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-module-context/-/helper-module-context-1.7.11.tgz", "integrity": "sha512-JxfD5DX8Ygq4PvXDucq0M+sbUFA7BJAv/GGl9ITovqE+idGX+J3QSzJYz+LwQmL7fC3Rs+utvWoJxDb6pmC0qg==" }, "@webassemblyjs/helper-wasm-bytecode": { "version": "1.7.11", - "resolved": "https://registry.js.ipfs.io/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.7.11.tgz", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.7.11.tgz", "integrity": "sha512-cMXeVS9rhoXsI9LLL4tJxBgVD/KMOKXuFqYb5oCJ/opScWpkCMEz9EJtkonaNcnLv2R3K5jIeS4TRj/drde1JQ==" }, "@webassemblyjs/helper-wasm-section": { "version": "1.7.11", - "resolved": "https://registry.js.ipfs.io/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.7.11.tgz", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.7.11.tgz", "integrity": "sha512-8ZRY5iZbZdtNFE5UFunB8mmBEAbSI3guwbrsCl4fWdfRiAcvqQpeqd5KHhSWLL5wuxo53zcaGZDBU64qgn4I4Q==", "requires": { "@webassemblyjs/ast": "1.7.11", @@ -2089,7 +2089,7 @@ }, "@webassemblyjs/ieee754": { "version": "1.7.11", - "resolved": "https://registry.js.ipfs.io/@webassemblyjs/ieee754/-/ieee754-1.7.11.tgz", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.7.11.tgz", "integrity": "sha512-Mmqx/cS68K1tSrvRLtaV/Lp3NZWzXtOHUW2IvDvl2sihAwJh4ACE0eL6A8FvMyDG9abes3saB6dMimLOs+HMoQ==", "requires": { "@xtuc/ieee754": "^1.2.0" @@ -2097,7 +2097,7 @@ }, "@webassemblyjs/leb128": { "version": "1.7.11", - "resolved": "https://registry.js.ipfs.io/@webassemblyjs/leb128/-/leb128-1.7.11.tgz", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.7.11.tgz", "integrity": "sha512-vuGmgZjjp3zjcerQg+JA+tGOncOnJLWVkt8Aze5eWQLwTQGNgVLcyOTqgSCxWTR4J42ijHbBxnuRaL1Rv7XMdw==", "requires": { "@xtuc/long": "4.2.1" @@ -2105,12 +2105,12 @@ }, "@webassemblyjs/utf8": { "version": "1.7.11", - "resolved": "https://registry.js.ipfs.io/@webassemblyjs/utf8/-/utf8-1.7.11.tgz", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.7.11.tgz", "integrity": "sha512-C6GFkc7aErQIAH+BMrIdVSmW+6HSe20wg57HEC1uqJP8E/xpMjXqQUxkQw07MhNDSDcGpxI9G5JSNOQCqJk4sA==" }, "@webassemblyjs/wasm-edit": { "version": "1.7.11", - "resolved": "https://registry.js.ipfs.io/@webassemblyjs/wasm-edit/-/wasm-edit-1.7.11.tgz", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.7.11.tgz", "integrity": "sha512-FUd97guNGsCZQgeTPKdgxJhBXkUbMTY6hFPf2Y4OedXd48H97J+sOY2Ltaq6WGVpIH8o/TGOVNiVz/SbpEMJGg==", "requires": { "@webassemblyjs/ast": "1.7.11", @@ -2125,7 +2125,7 @@ }, "@webassemblyjs/wasm-gen": { "version": "1.7.11", - "resolved": "https://registry.js.ipfs.io/@webassemblyjs/wasm-gen/-/wasm-gen-1.7.11.tgz", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.7.11.tgz", "integrity": "sha512-U/KDYp7fgAZX5KPfq4NOupK/BmhDc5Kjy2GIqstMhvvdJRcER/kUsMThpWeRP8BMn4LXaKhSTggIJPOeYHwISA==", "requires": { "@webassemblyjs/ast": "1.7.11", @@ -2137,7 +2137,7 @@ }, "@webassemblyjs/wasm-opt": { "version": "1.7.11", - "resolved": "https://registry.js.ipfs.io/@webassemblyjs/wasm-opt/-/wasm-opt-1.7.11.tgz", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.7.11.tgz", "integrity": "sha512-XynkOwQyiRidh0GLua7SkeHvAPXQV/RxsUeERILmAInZegApOUAIJfRuPYe2F7RcjOC9tW3Cb9juPvAC/sCqvg==", "requires": { "@webassemblyjs/ast": "1.7.11", @@ -2148,7 +2148,7 @@ }, "@webassemblyjs/wasm-parser": { "version": "1.7.11", - "resolved": "https://registry.js.ipfs.io/@webassemblyjs/wasm-parser/-/wasm-parser-1.7.11.tgz", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.7.11.tgz", "integrity": "sha512-6lmXRTrrZjYD8Ng8xRyvyXQJYUQKYSXhJqXOBLw24rdiXsHAOlvw5PhesjdcaMadU/pyPQOJ5dHreMjBxwnQKg==", "requires": { "@webassemblyjs/ast": "1.7.11", @@ -2161,7 +2161,7 @@ }, "@webassemblyjs/wast-parser": { "version": "1.7.11", - "resolved": "https://registry.js.ipfs.io/@webassemblyjs/wast-parser/-/wast-parser-1.7.11.tgz", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.7.11.tgz", "integrity": "sha512-lEyVCg2np15tS+dm7+JJTNhNWq9yTZvi3qEhAIIOaofcYlUp0UR5/tVqOwa/gXYr3gjwSZqw+/lS9dscyLelbQ==", "requires": { "@webassemblyjs/ast": "1.7.11", @@ -2174,7 +2174,7 @@ }, "@webassemblyjs/wast-printer": { "version": "1.7.11", - "resolved": "https://registry.js.ipfs.io/@webassemblyjs/wast-printer/-/wast-printer-1.7.11.tgz", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.7.11.tgz", "integrity": "sha512-m5vkAsuJ32QpkdkDOUPGSltrg8Cuk3KBx4YrmAGQwCZPRdUHXxG4phIOuuycLemHFr74sWL9Wthqss4fzdzSwg==", "requires": { "@webassemblyjs/ast": "1.7.11", @@ -2184,17 +2184,17 @@ }, "@xtuc/ieee754": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" }, "@xtuc/long": { "version": "4.2.1", - "resolved": "https://registry.js.ipfs.io/@xtuc/long/-/long-4.2.1.tgz", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.1.tgz", "integrity": "sha512-FZdkNBDqBRHKQ2MEbSC17xnPFOhZxeJ2YGSfr2BKf3sujG49Qe3bB+rGCwQfIaA7WHnGeGkSijX4FuBCdrzW/g==" }, "JSONStream": { "version": "1.3.5", - "resolved": "https://registry.js.ipfs.io/JSONStream/-/JSONStream-1.3.5.tgz", + "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", "dev": true, "requires": { @@ -2204,7 +2204,7 @@ }, "abab": { "version": "1.0.4", - "resolved": "https://registry.js.ipfs.io/abab/-/abab-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/abab/-/abab-1.0.4.tgz", "integrity": "sha1-X6rZwsB/YN12dw9xzwJbYqY8/U4=", "dev": true, "optional": true @@ -2231,28 +2231,9 @@ "resolved": "https://registry.npmjs.org/abstract-logging/-/abstract-logging-1.0.0.tgz", "integrity": "sha1-i33q/TEFWbwo93ck3RuzAXcnjBs=" }, - "accept": { - "version": "2.1.4", - "resolved": "https://registry.js.ipfs.io/accept/-/accept-2.1.4.tgz", - "integrity": "sha1-iHr1TO7lx/RDBGGXHsQAxh0JrLs=", - "requires": { - "boom": "5.x.x", - "hoek": "4.x.x" - }, - "dependencies": { - "boom": { - "version": "5.2.0", - "resolved": "https://registry.js.ipfs.io/boom/-/boom-5.2.0.tgz", - "integrity": "sha512-Z5BTk6ZRe4tXXQlkqftmsAUANpXmuwlsF5Oov8ThoMbQRzdGTA1ngYRW160GexgOgjsFOKJz0LYhoNi+2AMBUw==", - "requires": { - "hoek": "4.x.x" - } - } - } - }, "accepts": { "version": "1.3.5", - "resolved": "https://registry.js.ipfs.io/accepts/-/accepts-1.3.5.tgz", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.5.tgz", "integrity": "sha1-63d99gEXI6OxTopywIBcjoZ0a9I=", "requires": { "mime-types": "~2.1.18", @@ -2261,12 +2242,12 @@ }, "acorn": { "version": "5.7.3", - "resolved": "https://registry.js.ipfs.io/acorn/-/acorn-5.7.3.tgz", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-5.7.3.tgz", "integrity": "sha512-T/zvzYRfbVojPWahDsE5evJdHb3oJoQfFbsrKM7w5Zcs++Tr257tia3BmMP8XYVjp1S9RZXQMh7gao96BlqZOw==" }, "acorn-dynamic-import": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/acorn-dynamic-import/-/acorn-dynamic-import-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/acorn-dynamic-import/-/acorn-dynamic-import-3.0.0.tgz", "integrity": "sha512-zVWV8Z8lislJoOKKqdNMOB+s6+XV5WERty8MnKBeFgwA+19XJjJHs2RP5dzM57FftIs+jQnRToLiWazKr6sSWg==", "requires": { "acorn": "^5.0.0" @@ -2274,7 +2255,7 @@ }, "acorn-globals": { "version": "1.0.9", - "resolved": "https://registry.js.ipfs.io/acorn-globals/-/acorn-globals-1.0.9.tgz", + "resolved": "http://registry.npmjs.org/acorn-globals/-/acorn-globals-1.0.9.tgz", "integrity": "sha1-VbtemGkVB7dFedBRNBMhfDgMVM8=", "dev": true, "optional": true, @@ -2284,21 +2265,27 @@ "dependencies": { "acorn": { "version": "2.7.0", - "resolved": "https://registry.js.ipfs.io/acorn/-/acorn-2.7.0.tgz", + "resolved": "http://registry.npmjs.org/acorn/-/acorn-2.7.0.tgz", "integrity": "sha1-q259nYhqrKiwhbwzEreaGYQz8Oc=", "dev": true, "optional": true } } }, + "acorn-walk": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-6.1.1.tgz", + "integrity": "sha512-OtUw6JUTgxA2QoqqmrmQ7F2NYqiBPi/L2jqHyFtllhOUvXYQXf0Z1CYUinIfyT4bTCGmrA7gX9FvHA81uzCoVw==", + "dev": true + }, "address": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/address/-/address-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/address/-/address-1.0.3.tgz", "integrity": "sha512-z55ocwKBRLryBs394Sm3ushTtBeg6VAeuku7utSoSnsJKvKcnXFIyC6vh27n3rXyxSgkJBBCAvyOn7gSUcTYjg==" }, "aegir": { "version": "17.1.1", - "resolved": "https://registry.js.ipfs.io/aegir/-/aegir-17.1.1.tgz", + "resolved": "https://registry.npmjs.org/aegir/-/aegir-17.1.1.tgz", "integrity": "sha512-YYsF+Fvl8An+tz1Z1s+LG2gFMiuQ+iuUlYr4hggfEyLc7ALIwJWSe5cdoMP0h0pSnQbYXTPUDYnlv5s2HXehEw==", "dev": true, "requires": { @@ -2386,7 +2373,7 @@ "dependencies": { "@babel/core": { "version": "7.1.2", - "resolved": "https://registry.js.ipfs.io/@babel/core/-/core-7.1.2.tgz", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.1.2.tgz", "integrity": "sha512-IFeSSnjXdhDaoysIlev//UzHZbdEmm7D0EIH2qtse9xK7mXEZQpYjs2P00XlP1qYsYvid79p+Zgg6tz1mp6iVw==", "dev": true, "requires": { @@ -2408,7 +2395,7 @@ }, "@babel/preset-env": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/@babel/preset-env/-/preset-env-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.1.0.tgz", "integrity": "sha512-ZLVSynfAoDHB/34A17/JCZbyrzbQj59QC1Anyueb4Bwjh373nVPq5/HMph0z+tCmcDjXDe+DlKQq9ywQuvWrQg==", "dev": true, "requires": { @@ -2457,7 +2444,7 @@ }, "@babel/runtime": { "version": "7.1.2", - "resolved": "https://registry.js.ipfs.io/@babel/runtime/-/runtime-7.1.2.tgz", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.1.2.tgz", "integrity": "sha512-Y3SCjmhSupzFB6wcv1KmmFucH6gDVnI30WjOcicV10ju0cZjak3Jcs67YLIXBrmZYw1xCrVeJPbycFwrqNyxpg==", "dev": true, "requires": { @@ -2466,7 +2453,7 @@ }, "async": { "version": "2.6.1", - "resolved": "https://registry.js.ipfs.io/async/-/async-2.6.1.tgz", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", "dev": true, "requires": { @@ -2475,7 +2462,7 @@ }, "browserslist": { "version": "4.3.4", - "resolved": "https://registry.js.ipfs.io/browserslist/-/browserslist-4.3.4.tgz", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.3.4.tgz", "integrity": "sha512-u5iz+ijIMUlmV8blX82VGFrB9ecnUg5qEt55CMZ/YJEhha+d8qpBfOFuutJ6F/VKRXjZoD33b6uvarpPxcl3RA==", "dev": true, "requires": { @@ -2486,13 +2473,13 @@ }, "camelcase": { "version": "5.0.0", - "resolved": "https://registry.js.ipfs.io/camelcase/-/camelcase-5.0.0.tgz", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.0.0.tgz", "integrity": "sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA==", "dev": true }, "cross-spawn": { "version": "6.0.5", - "resolved": "https://registry.js.ipfs.io/cross-spawn/-/cross-spawn-6.0.5.tgz", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", "dev": true, "requires": { @@ -2505,7 +2492,7 @@ }, "execa": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/execa/-/execa-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", "dev": true, "requires": { @@ -2520,13 +2507,13 @@ }, "filesize": { "version": "3.6.1", - "resolved": "https://registry.js.ipfs.io/filesize/-/filesize-3.6.1.tgz", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-3.6.1.tgz", "integrity": "sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg==", "dev": true }, "find-up": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/find-up/-/find-up-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "dev": true, "requires": { @@ -2535,7 +2522,7 @@ }, "fs-extra": { "version": "7.0.1", - "resolved": "https://registry.js.ipfs.io/fs-extra/-/fs-extra-7.0.1.tgz", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", "dev": true, "requires": { @@ -2546,7 +2533,7 @@ }, "get-stream": { "version": "4.1.0", - "resolved": "https://registry.js.ipfs.io/get-stream/-/get-stream-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", "dev": true, "requires": { @@ -2555,7 +2542,7 @@ }, "globby": { "version": "8.0.1", - "resolved": "https://registry.js.ipfs.io/globby/-/globby-8.0.1.tgz", + "resolved": "http://registry.npmjs.org/globby/-/globby-8.0.1.tgz", "integrity": "sha512-oMrYrJERnKBLXNLVTqhm3vPEdJ/b2ZE28xN4YARiix1NOIOBPEpOUnm844K1iu/BkphCaf2WNFwMszv8Soi1pw==", "dev": true, "requires": { @@ -2570,7 +2557,7 @@ "dependencies": { "pify": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/pify/-/pify-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", "dev": true } @@ -2578,19 +2565,19 @@ }, "hoek": { "version": "6.1.1", - "resolved": "https://registry.js.ipfs.io/hoek/-/hoek-6.1.1.tgz", + "resolved": "https://registry.npmjs.org/hoek/-/hoek-6.1.1.tgz", "integrity": "sha512-q60PigXXRtRFSe1+Eal3y/wlIq5weFsYPiyulkg1EAObgWhkDqSwj4xqgtd7qT3IpS6e4eLigyMWH6duPRI7QA==", "dev": true }, "invert-kv": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/invert-kv/-/invert-kv-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz", "integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==", "dev": true }, "joi": { "version": "14.3.0", - "resolved": "https://registry.js.ipfs.io/joi/-/joi-14.3.0.tgz", + "resolved": "https://registry.npmjs.org/joi/-/joi-14.3.0.tgz", "integrity": "sha512-0HKd1z8MWogez4GaU0LkY1FgW30vR2Kwy414GISfCU41OYgUC2GWpNe5amsvBZtDqPtt7DohykfOOMIw1Z5hvQ==", "dev": true, "requires": { @@ -2601,13 +2588,13 @@ }, "json5": { "version": "0.5.1", - "resolved": "https://registry.js.ipfs.io/json5/-/json5-0.5.1.tgz", + "resolved": "http://registry.npmjs.org/json5/-/json5-0.5.1.tgz", "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=", "dev": true }, "karma-cli": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/karma-cli/-/karma-cli-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/karma-cli/-/karma-cli-1.0.1.tgz", "integrity": "sha1-rmw8WKMTodALRRZMRVubhs4X+WA=", "dev": true, "requires": { @@ -2616,7 +2603,7 @@ }, "lcid": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/lcid/-/lcid-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz", "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==", "dev": true, "requires": { @@ -2625,7 +2612,7 @@ }, "load-json-file": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/load-json-file/-/load-json-file-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", "dev": true, "requires": { @@ -2637,7 +2624,7 @@ "dependencies": { "pify": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/pify/-/pify-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", "dev": true } @@ -2645,7 +2632,7 @@ }, "locate-path": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/locate-path/-/locate-path-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "dev": true, "requires": { @@ -2655,7 +2642,7 @@ }, "mem": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/mem/-/mem-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/mem/-/mem-4.0.0.tgz", "integrity": "sha512-WQxG/5xYc3tMbYLXoXPm81ET2WDULiU5FxbuIoNbJqLOOI8zehXFdZuiUEgfdrU2mVB1pxBZUGlYORSrpuJreA==", "dev": true, "requires": { @@ -2666,7 +2653,7 @@ }, "os-locale": { "version": "3.0.1", - "resolved": "https://registry.js.ipfs.io/os-locale/-/os-locale-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.0.1.tgz", "integrity": "sha512-7g5e7dmXPtzcP4bgsZ8ixDVqA7oWYuEz4lOSujeWyliPai4gfVDiFIcwBg3aGCPnmSGfzOKTK3ccPn0CKv3DBw==", "dev": true, "requires": { @@ -2677,7 +2664,7 @@ "dependencies": { "execa": { "version": "0.10.0", - "resolved": "https://registry.js.ipfs.io/execa/-/execa-0.10.0.tgz", + "resolved": "https://registry.npmjs.org/execa/-/execa-0.10.0.tgz", "integrity": "sha512-7XOMnz8Ynx1gGo/3hyV9loYNPWM94jG3+3T3Y8tsfSstFmETmENCMU/A/zj8Lyaj1lkgEepKepvd6240tBRvlw==", "dev": true, "requires": { @@ -2692,7 +2679,7 @@ }, "get-stream": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/get-stream/-/get-stream-3.0.0.tgz", + "resolved": "http://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=", "dev": true } @@ -2700,7 +2687,7 @@ }, "p-limit": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/p-limit/-/p-limit-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.0.0.tgz", "integrity": "sha512-fl5s52lI5ahKCernzzIyAP0QAZbGIovtVHGwpcu1Jr/EpzLVDI2myISHwGqK7m8uQFugVWSrbxH7XnhGtvEc+A==", "dev": true, "requires": { @@ -2709,7 +2696,7 @@ }, "p-locate": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/p-locate/-/p-locate-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", "dev": true, "requires": { @@ -2718,19 +2705,19 @@ }, "p-map": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/p-map/-/p-map-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.0.0.tgz", "integrity": "sha512-GO107XdrSUmtHxVoi60qc9tUl/KkNKm+X2CF4P9amalpGxv5YqVPJNfSb0wcA+syCopkZvYYIzW8OVTQW59x/w==", "dev": true }, "p-try": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/p-try/-/p-try-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.0.0.tgz", "integrity": "sha512-hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQQ==", "dev": true }, "path-type": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/path-type/-/path-type-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", "dev": true, "requires": { @@ -2739,7 +2726,7 @@ "dependencies": { "pify": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/pify/-/pify-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", "dev": true } @@ -2747,13 +2734,13 @@ }, "pify": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/pify/-/pify-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", "dev": true }, "read-pkg": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/read-pkg/-/read-pkg-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", "dev": true, "requires": { @@ -2764,7 +2751,7 @@ }, "read-pkg-up": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/read-pkg-up/-/read-pkg-up-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-4.0.0.tgz", "integrity": "sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA==", "dev": true, "requires": { @@ -2774,7 +2761,7 @@ }, "readable-stream": { "version": "3.0.6", - "resolved": "https://registry.js.ipfs.io/readable-stream/-/readable-stream-3.0.6.tgz", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.0.6.tgz", "integrity": "sha512-9E1oLoOWfhSXHGv6QlwXJim7uNzd9EVlWK+21tCU9Ju/kR0/p2AZYPz4qSchgO8PlLIH4FpZYfzwS+rEksZjIg==", "dev": true, "requires": { @@ -2785,13 +2772,13 @@ }, "regenerator-runtime": { "version": "0.12.1", - "resolved": "https://registry.js.ipfs.io/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.12.1.tgz", "integrity": "sha512-odxIc1/vDlo4iZcfXqRYFj0vpXFNoGdKMAUieAlFYO6m/nl5e9KR/beGf41z4a1FI+aQgtjhuaSlDxQ0hmkrHg==", "dev": true }, "stream-http": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/stream-http/-/stream-http-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-3.0.0.tgz", "integrity": "sha512-JELJfd+btL9GHtxU3+XXhg9NLYrKFnhybfvRuDghtyVkOFydz3PKNT1df07AMr88qW03WHF+FSV0PySpXignCA==", "dev": true, "requires": { @@ -2803,7 +2790,7 @@ }, "topo": { "version": "3.0.3", - "resolved": "https://registry.js.ipfs.io/topo/-/topo-3.0.3.tgz", + "resolved": "https://registry.npmjs.org/topo/-/topo-3.0.3.tgz", "integrity": "sha512-IgpPtvD4kjrJ7CRA3ov2FhWQADwv+Tdqbsf1ZnPUSAtCJ9e1Z44MmoSGDXGk4IppoZA7jd/QRkNddlLJWlUZsQ==", "dev": true, "requires": { @@ -2812,7 +2799,7 @@ }, "yargs": { "version": "12.0.5", - "resolved": "https://registry.js.ipfs.io/yargs/-/yargs-12.0.5.tgz", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz", "integrity": "sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==", "dev": true, "requires": { @@ -2832,7 +2819,7 @@ }, "yargs-parser": { "version": "11.1.1", - "resolved": "https://registry.js.ipfs.io/yargs-parser/-/yargs-parser-11.1.1.tgz", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-11.1.1.tgz", "integrity": "sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==", "dev": true, "requires": { @@ -2844,7 +2831,7 @@ }, "after": { "version": "0.8.2", - "resolved": "https://registry.js.ipfs.io/after/-/after-0.8.2.tgz", + "resolved": "https://registry.npmjs.org/after/-/after-0.8.2.tgz", "integrity": "sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=" }, "ajv": { @@ -2860,7 +2847,7 @@ }, "ajv-errors": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/ajv-errors/-/ajv-errors-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.0.tgz", "integrity": "sha1-7PAh+hCP0X37Xms4Py3SM+Mf/Fk=" }, "ajv-keywords": { @@ -2870,31 +2857,12 @@ }, "alphanum-sort": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/alphanum-sort/-/alphanum-sort-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/alphanum-sort/-/alphanum-sort-1.0.2.tgz", "integrity": "sha1-l6ERlkmyEa0zaR2fn0hqjsn74KM=" }, - "ammo": { - "version": "2.0.4", - "resolved": "https://registry.js.ipfs.io/ammo/-/ammo-2.0.4.tgz", - "integrity": "sha1-v4CqshFpjqePY+9efxE91dnokX8=", - "requires": { - "boom": "5.x.x", - "hoek": "4.x.x" - }, - "dependencies": { - "boom": { - "version": "5.2.0", - "resolved": "https://registry.js.ipfs.io/boom/-/boom-5.2.0.tgz", - "integrity": "sha512-Z5BTk6ZRe4tXXQlkqftmsAUANpXmuwlsF5Oov8ThoMbQRzdGTA1ngYRW160GexgOgjsFOKJz0LYhoNi+2AMBUw==", - "requires": { - "hoek": "4.x.x" - } - } - } - }, "ansi-align": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/ansi-align/-/ansi-align-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-2.0.0.tgz", "integrity": "sha1-w2rsy6VjuJzrVW82kPCx2eNUf38=", "requires": { "string-width": "^2.0.0" @@ -2902,27 +2870,27 @@ }, "ansi-colors": { "version": "3.2.1", - "resolved": "https://registry.js.ipfs.io/ansi-colors/-/ansi-colors-3.2.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.1.tgz", "integrity": "sha512-Xt+zb6nqgvV9SWAVp0EG3lRsHcbq5DDgqjPPz6pwgtj6RKz65zGXMNa82oJfOSBA/to6GmRP7Dr+6o+kbApTzQ==" }, "ansi-escapes": { "version": "3.1.0", - "resolved": "https://registry.js.ipfs.io/ansi-escapes/-/ansi-escapes-3.1.0.tgz", + "resolved": "http://registry.npmjs.org/ansi-escapes/-/ansi-escapes-3.1.0.tgz", "integrity": "sha512-UgAb8H9D41AQnu/PbWlCofQVcnV4Gs2bBJi9eZPxfU/hgglFh3SMDMENRIqdr7H6XFnXdoknctFByVsCOotTVw==" }, "ansi-html": { "version": "0.0.7", - "resolved": "https://registry.js.ipfs.io/ansi-html/-/ansi-html-0.0.7.tgz", + "resolved": "https://registry.npmjs.org/ansi-html/-/ansi-html-0.0.7.tgz", "integrity": "sha1-gTWEAhliqenm/QOflA0S9WynhZ4=" }, "ansi-regex": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/ansi-regex/-/ansi-regex-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=" }, "ansi-styles": { "version": "3.2.1", - "resolved": "https://registry.js.ipfs.io/ansi-styles/-/ansi-styles-3.2.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "requires": { "color-convert": "^1.9.0" @@ -2930,13 +2898,13 @@ }, "any-observable": { "version": "0.3.0", - "resolved": "https://registry.js.ipfs.io/any-observable/-/any-observable-0.3.0.tgz", + "resolved": "https://registry.npmjs.org/any-observable/-/any-observable-0.3.0.tgz", "integrity": "sha512-/FQM1EDkTsf63Ub2C6O7GuYFDsSXUwsaZDurV0np41ocwq0jthUAYCmhBX9f+KwlaCgIuWyr/4WlUQUBfKfZog==", "dev": true }, "anymatch": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/anymatch/-/anymatch-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", "requires": { "micromatch": "^3.1.4", @@ -2945,7 +2913,7 @@ }, "append-buffer": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/append-buffer/-/append-buffer-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/append-buffer/-/append-buffer-1.0.2.tgz", "integrity": "sha1-2CIM9GYIFSXv6lBhTz3mUU36WPE=", "dev": true, "requires": { @@ -2954,7 +2922,7 @@ }, "aproba": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/aproba/-/aproba-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==" }, "arch": { @@ -2964,7 +2932,7 @@ }, "are-we-there-yet": { "version": "1.1.5", - "resolved": "https://registry.js.ipfs.io/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz", "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==", "requires": { "delegates": "^1.0.0", @@ -2973,7 +2941,7 @@ }, "argparse": { "version": "1.0.10", - "resolved": "https://registry.js.ipfs.io/argparse/-/argparse-1.0.10.tgz", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", "requires": { "sprintf-js": "~1.0.2" @@ -3009,13 +2977,13 @@ }, "argv": { "version": "0.0.2", - "resolved": "https://registry.js.ipfs.io/argv/-/argv-0.0.2.tgz", + "resolved": "https://registry.npmjs.org/argv/-/argv-0.0.2.tgz", "integrity": "sha1-7L0W+JSbFXGDcRsb2jNPN4QBhas=", "dev": true }, "aria-query": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/aria-query/-/aria-query-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-3.0.0.tgz", "integrity": "sha1-ZbP8wcoRVajJrmTW7uKX8V1RM8w=", "requires": { "ast-types-flow": "0.0.7", @@ -3024,49 +2992,49 @@ }, "arr-diff": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/arr-diff/-/arr-diff-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=" }, "arr-flatten": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/arr-flatten/-/arr-flatten-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==" }, "arr-union": { "version": "3.1.0", - "resolved": "https://registry.js.ipfs.io/arr-union/-/arr-union-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=" }, "array-filter": { "version": "0.0.1", - "resolved": "https://registry.js.ipfs.io/array-filter/-/array-filter-0.0.1.tgz", + "resolved": "https://registry.npmjs.org/array-filter/-/array-filter-0.0.1.tgz", "integrity": "sha1-fajPLiZijtcygDWB/SH2fKzS7uw=" }, "array-find": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/array-find/-/array-find-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/array-find/-/array-find-1.0.0.tgz", "integrity": "sha1-bI4obRHtdoMn+OYuzuhzU8o+eLg=", "dev": true }, "array-find-index": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/array-find-index/-/array-find-index-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=" }, "array-flatten": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/array-flatten/-/array-flatten-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" }, "array-ify": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/array-ify/-/array-ify-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/array-ify/-/array-ify-1.0.0.tgz", "integrity": "sha1-nlKHYrSpBmrRY6aWKjZEGOlibs4=", "dev": true }, "array-includes": { "version": "3.0.3", - "resolved": "https://registry.js.ipfs.io/array-includes/-/array-includes-3.0.3.tgz", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.0.3.tgz", "integrity": "sha1-GEtI9i2S10UrsxsyMWXH+L0CJm0=", "requires": { "define-properties": "^1.1.2", @@ -3075,23 +3043,23 @@ }, "array-map": { "version": "0.0.0", - "resolved": "https://registry.js.ipfs.io/array-map/-/array-map-0.0.0.tgz", + "resolved": "https://registry.npmjs.org/array-map/-/array-map-0.0.0.tgz", "integrity": "sha1-iKK6tz0c97zVwbEYoAP2b2ZfpmI=" }, "array-reduce": { "version": "0.0.0", - "resolved": "https://registry.js.ipfs.io/array-reduce/-/array-reduce-0.0.0.tgz", + "resolved": "https://registry.npmjs.org/array-reduce/-/array-reduce-0.0.0.tgz", "integrity": "sha1-FziZ0//Rx9k4PkR5Ul2+J4yrXys=" }, "array-slice": { "version": "0.2.3", - "resolved": "https://registry.js.ipfs.io/array-slice/-/array-slice-0.2.3.tgz", + "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz", "integrity": "sha1-3Tz7gO15c6dRF82sabC5nshhhvU=", "dev": true }, "array-union": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/array-union/-/array-union-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", "requires": { "array-uniq": "^1.0.1" @@ -3099,27 +3067,27 @@ }, "array-uniq": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/array-uniq/-/array-uniq-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=" }, "array-unique": { "version": "0.3.2", - "resolved": "https://registry.js.ipfs.io/array-unique/-/array-unique-0.3.2.tgz", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=" }, "arraybuffer.slice": { "version": "0.0.7", - "resolved": "https://registry.js.ipfs.io/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz", + "resolved": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz", "integrity": "sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==" }, "arrify": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/arrify/-/arrify-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=" }, "asap": { "version": "2.0.6", - "resolved": "https://registry.js.ipfs.io/asap/-/asap-2.0.6.tgz", + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", "integrity": "sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=" }, "asmcrypto.js": { @@ -3129,7 +3097,7 @@ }, "asn1": { "version": "0.2.4", - "resolved": "https://registry.js.ipfs.io/asn1/-/asn1-0.2.4.tgz", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz", "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==", "dev": true, "requires": { @@ -3138,7 +3106,7 @@ }, "asn1.js": { "version": "4.10.1", - "resolved": "https://registry.js.ipfs.io/asn1.js/-/asn1.js-4.10.1.tgz", + "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz", "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==", "requires": { "bn.js": "^4.0.0", @@ -3148,7 +3116,7 @@ }, "assert": { "version": "1.4.1", - "resolved": "https://registry.js.ipfs.io/assert/-/assert-1.4.1.tgz", + "resolved": "https://registry.npmjs.org/assert/-/assert-1.4.1.tgz", "integrity": "sha1-mZEtWRg2tab1s0XA8H7vwI/GXZE=", "requires": { "util": "0.10.3" @@ -3156,12 +3124,12 @@ "dependencies": { "inherits": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/inherits/-/inherits-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=" }, "util": { "version": "0.10.3", - "resolved": "https://registry.js.ipfs.io/util/-/util-0.10.3.tgz", + "resolved": "http://registry.npmjs.org/util/-/util-0.10.3.tgz", "integrity": "sha1-evsa/lCAUkZInj23/g7TeTNqwPk=", "requires": { "inherits": "2.0.1" @@ -3171,39 +3139,39 @@ }, "assert-plus": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/assert-plus/-/assert-plus-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", "dev": true }, "assertion-error": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/assertion-error/-/assertion-error-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.1.0.tgz", "integrity": "sha512-jgsaNduz+ndvGyFt3uSuWqvy4lCnIJiovtouQN5JZHOKCS2QuhEdbcQHFhVksz2N2U9hXJo8odG7ETyWlEeuDw==", "dev": true }, "assign-symbols": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/assign-symbols/-/assign-symbols-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" }, "ast-types-flow": { "version": "0.0.7", - "resolved": "https://registry.js.ipfs.io/ast-types-flow/-/ast-types-flow-0.0.7.tgz", + "resolved": "https://registry.npmjs.org/ast-types-flow/-/ast-types-flow-0.0.7.tgz", "integrity": "sha1-9wtzXGvKGlycItmCw+Oef+ujva0=" }, "astral-regex": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/astral-regex/-/astral-regex-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/astral-regex/-/astral-regex-1.0.0.tgz", "integrity": "sha512-+Ryf6g3BKoRc7jfp7ad8tM4TtMiaWvbF/1/sQcZPkkS7ag3D5nMBCe2UfOTONtAkaG0tO0ij3C5Lwmf1EiyjHg==" }, "async": { "version": "1.5.2", - "resolved": "https://registry.js.ipfs.io/async/-/async-1.5.2.tgz", + "resolved": "http://registry.npmjs.org/async/-/async-1.5.2.tgz", "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=" }, "async-each": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/async-each/-/async-each-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.1.tgz", "integrity": "sha1-GdOGodntxufByF04iu28xW0zYC0=" }, "async-iterator-all": { @@ -3257,18 +3225,18 @@ }, "async-limiter": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/async-limiter/-/async-limiter-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz", "integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==" }, "asynckit": { "version": "0.4.0", - "resolved": "https://registry.js.ipfs.io/asynckit/-/asynckit-0.4.0.tgz", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", "dev": true }, "atob": { "version": "2.1.2", - "resolved": "https://registry.js.ipfs.io/atob/-/atob-2.1.2.tgz", + "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==" }, "autoprefixer": { @@ -3359,19 +3327,19 @@ }, "aws-sign2": { "version": "0.7.0", - "resolved": "https://registry.js.ipfs.io/aws-sign2/-/aws-sign2-0.7.0.tgz", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", "dev": true }, "aws4": { "version": "1.8.0", - "resolved": "https://registry.js.ipfs.io/aws4/-/aws4-1.8.0.tgz", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.8.0.tgz", "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ==", "dev": true }, "axios": { "version": "0.18.0", - "resolved": "https://registry.js.ipfs.io/axios/-/axios-0.18.0.tgz", + "resolved": "http://registry.npmjs.org/axios/-/axios-0.18.0.tgz", "integrity": "sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=", "requires": { "follow-redirects": "^1.3.0", @@ -3380,20 +3348,15 @@ }, "axobject-query": { "version": "2.0.2", - "resolved": "https://registry.js.ipfs.io/axobject-query/-/axobject-query-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.0.2.tgz", "integrity": "sha512-MCeek8ZH7hKyO1rWUbKNQBbl4l2eY0ntk7OGi+q0RlafrCnfPxC06WZA+uebCfmYp4mNU9jRBP1AhGyf8+W3ww==", "requires": { "ast-types-flow": "0.0.7" } }, - "b64": { - "version": "3.0.3", - "resolved": "https://registry.js.ipfs.io/b64/-/b64-3.0.3.tgz", - "integrity": "sha512-Pbeh0i6OLubPJdIdCepn8ZQHwN2MWznZHbHABSTEfQ706ie+yuxNSaPdqX1xRatT6WanaS1EazMiSg0NUW2XxQ==" - }, "babel-code-frame": { "version": "6.26.0", - "resolved": "https://registry.js.ipfs.io/babel-code-frame/-/babel-code-frame-6.26.0.tgz", + "resolved": "https://registry.npmjs.org/babel-code-frame/-/babel-code-frame-6.26.0.tgz", "integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=", "requires": { "chalk": "^1.1.3", @@ -3403,12 +3366,12 @@ "dependencies": { "ansi-styles": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/ansi-styles/-/ansi-styles-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "requires": { "ansi-styles": "^2.2.1", @@ -3420,24 +3383,24 @@ }, "js-tokens": { "version": "3.0.2", - "resolved": "https://registry.js.ipfs.io/js-tokens/-/js-tokens-3.0.2.tgz", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-3.0.2.tgz", "integrity": "sha1-mGbfOVECEw449/mWvOtlRDIJwls=" }, "supports-color": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" } } }, "babel-core": { "version": "7.0.0-bridge.0", - "resolved": "https://registry.js.ipfs.io/babel-core/-/babel-core-7.0.0-bridge.0.tgz", + "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-7.0.0-bridge.0.tgz", "integrity": "sha512-poPX9mZH/5CSanm50Q+1toVci6pv5KSRv/5TWCwtzQS5XEwn40BcCrgIeMFWP9CKKIniKXNxoIOnOq4VVlGXhg==" }, "babel-eslint": { "version": "10.0.1", - "resolved": "https://registry.js.ipfs.io/babel-eslint/-/babel-eslint-10.0.1.tgz", + "resolved": "https://registry.npmjs.org/babel-eslint/-/babel-eslint-10.0.1.tgz", "integrity": "sha512-z7OT1iNV+TjOwHNLLyJk+HN+YVWX+CLE6fPD2SymJZOZQBs+QIexFjhm4keGTm8MW9xr4EC9Q0PbaLB24V5GoQ==", "dev": true, "requires": { @@ -3451,7 +3414,7 @@ }, "babel-generator": { "version": "6.26.1", - "resolved": "https://registry.js.ipfs.io/babel-generator/-/babel-generator-6.26.1.tgz", + "resolved": "https://registry.npmjs.org/babel-generator/-/babel-generator-6.26.1.tgz", "integrity": "sha512-HyfwY6ApZj7BYTcJURpM5tznulaBvyio7/0d4zFOeMPUmfxkCjHocCuoLa2SAGzBI8AREcH3eP3758F672DppA==", "dev": true, "requires": { @@ -3467,7 +3430,7 @@ "dependencies": { "detect-indent": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/detect-indent/-/detect-indent-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-4.0.0.tgz", "integrity": "sha1-920GQ1LN9Docts5hnE7jqUdd4gg=", "dev": true, "requires": { @@ -3476,7 +3439,7 @@ }, "jsesc": { "version": "1.3.0", - "resolved": "https://registry.js.ipfs.io/jsesc/-/jsesc-1.3.0.tgz", + "resolved": "http://registry.npmjs.org/jsesc/-/jsesc-1.3.0.tgz", "integrity": "sha1-RsP+yMGJKxKwgz25vHYiF226s0s=", "dev": true } @@ -3484,7 +3447,7 @@ }, "babel-helper-bindify-decorators": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-helper-bindify-decorators/-/babel-helper-bindify-decorators-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-helper-bindify-decorators/-/babel-helper-bindify-decorators-6.24.1.tgz", "integrity": "sha1-FMGeXxQte0fxmlJDHlKxzLxAozA=", "dev": true, "requires": { @@ -3495,7 +3458,7 @@ }, "babel-helper-builder-binary-assignment-operator-visitor": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-helper-builder-binary-assignment-operator-visitor/-/babel-helper-builder-binary-assignment-operator-visitor-6.24.1.tgz", "integrity": "sha1-zORReto1b0IgvK6KAsKzRvmlZmQ=", "dev": true, "requires": { @@ -3506,7 +3469,7 @@ }, "babel-helper-builder-react-jsx": { "version": "6.26.0", - "resolved": "https://registry.js.ipfs.io/babel-helper-builder-react-jsx/-/babel-helper-builder-react-jsx-6.26.0.tgz", + "resolved": "https://registry.npmjs.org/babel-helper-builder-react-jsx/-/babel-helper-builder-react-jsx-6.26.0.tgz", "integrity": "sha1-Of+DE7dci2Xc7/HzHTg+D/KkCKA=", "dev": true, "requires": { @@ -3517,7 +3480,7 @@ }, "babel-helper-call-delegate": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz", "integrity": "sha1-7Oaqzdx25Bw0YfiL/Fdb0Nqi340=", "dev": true, "requires": { @@ -3529,7 +3492,7 @@ }, "babel-helper-define-map": { "version": "6.26.0", - "resolved": "https://registry.js.ipfs.io/babel-helper-define-map/-/babel-helper-define-map-6.26.0.tgz", + "resolved": "https://registry.npmjs.org/babel-helper-define-map/-/babel-helper-define-map-6.26.0.tgz", "integrity": "sha1-pfVtq0GiX5fstJjH66ypgZ+Vvl8=", "dev": true, "requires": { @@ -3541,7 +3504,7 @@ }, "babel-helper-explode-assignable-expression": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-helper-explode-assignable-expression/-/babel-helper-explode-assignable-expression-6.24.1.tgz", "integrity": "sha1-8luCz33BBDPFX3BZLVdGQArCLKo=", "dev": true, "requires": { @@ -3552,7 +3515,7 @@ }, "babel-helper-explode-class": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-helper-explode-class/-/babel-helper-explode-class-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-helper-explode-class/-/babel-helper-explode-class-6.24.1.tgz", "integrity": "sha1-fcKjkQ3uAHBW4eMdZAztPVTqqes=", "dev": true, "requires": { @@ -3564,7 +3527,7 @@ }, "babel-helper-function-name": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-helper-function-name/-/babel-helper-function-name-6.24.1.tgz", "integrity": "sha1-00dbjAPtmCQqJbSDUasYOZ01gKk=", "dev": true, "requires": { @@ -3577,7 +3540,7 @@ }, "babel-helper-get-function-arity": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-helper-get-function-arity/-/babel-helper-get-function-arity-6.24.1.tgz", "integrity": "sha1-j3eCqpNAfEHTqlCQj4mwMbG2hT0=", "dev": true, "requires": { @@ -3587,7 +3550,7 @@ }, "babel-helper-hoist-variables": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-helper-hoist-variables/-/babel-helper-hoist-variables-6.24.1.tgz", "integrity": "sha1-HssnaJydJVE+rbyZFKc/VAi+enY=", "dev": true, "requires": { @@ -3597,7 +3560,7 @@ }, "babel-helper-optimise-call-expression": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-helper-optimise-call-expression/-/babel-helper-optimise-call-expression-6.24.1.tgz", "integrity": "sha1-96E0J7qfc/j0+pk8VKl4gtEkQlc=", "dev": true, "requires": { @@ -3607,7 +3570,7 @@ }, "babel-helper-regex": { "version": "6.26.0", - "resolved": "https://registry.js.ipfs.io/babel-helper-regex/-/babel-helper-regex-6.26.0.tgz", + "resolved": "https://registry.npmjs.org/babel-helper-regex/-/babel-helper-regex-6.26.0.tgz", "integrity": "sha1-MlxZ+QL4LyS3T6zu0DY5VPZJXnI=", "dev": true, "requires": { @@ -3618,7 +3581,7 @@ }, "babel-helper-remap-async-to-generator": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-helper-remap-async-to-generator/-/babel-helper-remap-async-to-generator-6.24.1.tgz", "integrity": "sha1-XsWBgnrXI/7N04HxySg5BnbkVRs=", "dev": true, "requires": { @@ -3631,7 +3594,7 @@ }, "babel-helper-replace-supers": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-helper-replace-supers/-/babel-helper-replace-supers-6.24.1.tgz", "integrity": "sha1-v22/5Dk40XNpohPKiov3S2qQqxo=", "dev": true, "requires": { @@ -3645,7 +3608,7 @@ }, "babel-helpers": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-helpers/-/babel-helpers-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-helpers/-/babel-helpers-6.24.1.tgz", "integrity": "sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=", "dev": true, "requires": { @@ -3655,7 +3618,7 @@ }, "babel-loader": { "version": "8.0.4", - "resolved": "https://registry.js.ipfs.io/babel-loader/-/babel-loader-8.0.4.tgz", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.0.4.tgz", "integrity": "sha512-fhBhNkUToJcW9nV46v8w87AJOwAJDz84c1CL57n3Stj73FANM/b9TbCUK4YhdOwEyZ+OxhYpdeZDNzSI29Firw==", "requires": { "find-cache-dir": "^1.0.0", @@ -3666,7 +3629,7 @@ }, "babel-messages": { "version": "6.23.0", - "resolved": "https://registry.js.ipfs.io/babel-messages/-/babel-messages-6.23.0.tgz", + "resolved": "https://registry.npmjs.org/babel-messages/-/babel-messages-6.23.0.tgz", "integrity": "sha1-8830cDhYA1sqKVHG7F7fbGLyYw4=", "dev": true, "requires": { @@ -3675,12 +3638,12 @@ }, "babel-plugin-add-module-exports": { "version": "0.2.1", - "resolved": "https://registry.js.ipfs.io/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-0.2.1.tgz", + "resolved": "http://registry.npmjs.org/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-0.2.1.tgz", "integrity": "sha1-mumh9KjcZ/DN7E9K7aHkOl/2XiU=" }, "babel-plugin-check-es2015-constants": { "version": "6.22.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz", "integrity": "sha1-NRV7EBQm/S/9PaP3XH0ekYNbv4o=", "dev": true, "requires": { @@ -3689,7 +3652,7 @@ }, "babel-plugin-dynamic-import-node": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-1.2.0.tgz", "integrity": "sha512-yeDwKaLgGdTpXL7RgGt5r6T4LmnTza/hUn5Ul8uZSGGMtEjYo13Nxai7SQaGCTEzUtg9Zq9qJn0EjEr7SeSlTQ==", "requires": { "babel-plugin-syntax-dynamic-import": "^6.18.0" @@ -3697,7 +3660,7 @@ }, "babel-plugin-lodash": { "version": "3.3.4", - "resolved": "https://registry.js.ipfs.io/babel-plugin-lodash/-/babel-plugin-lodash-3.3.4.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-lodash/-/babel-plugin-lodash-3.3.4.tgz", "integrity": "sha512-yDZLjK7TCkWl1gpBeBGmuaDIFhZKmkoL+Cu2MUUjv5VxUZx/z7tBGBCBcQs5RI1Bkz5LLmNdjx7paOyQtMovyg==", "dev": true, "requires": { @@ -3710,7 +3673,7 @@ }, "babel-plugin-macros": { "version": "2.4.2", - "resolved": "https://registry.js.ipfs.io/babel-plugin-macros/-/babel-plugin-macros-2.4.2.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.4.2.tgz", "integrity": "sha512-NBVpEWN4OQ/bHnu1fyDaAaTPAjnhXCEPqr1RwqxrU7b6tZ2hypp+zX4hlNfmVGfClD5c3Sl6Hfj5TJNF5VG5aA==", "requires": { "cosmiconfig": "^5.0.5", @@ -3724,90 +3687,90 @@ }, "babel-plugin-syntax-async-functions": { "version": "6.13.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz", + "resolved": "http://registry.npmjs.org/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async-functions-6.13.0.tgz", "integrity": "sha1-ytnK0RkbWtY0vzCuCHI5HgZHvpU=", "dev": true }, "babel-plugin-syntax-async-generators": { "version": "6.13.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-syntax-async-generators/-/babel-plugin-syntax-async-generators-6.13.0.tgz", + "resolved": "http://registry.npmjs.org/babel-plugin-syntax-async-generators/-/babel-plugin-syntax-async-generators-6.13.0.tgz", "integrity": "sha1-a8lj67FuzLrmuStZbrfzXDQqi5o=", "dev": true }, "babel-plugin-syntax-class-constructor-call": { "version": "6.18.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-syntax-class-constructor-call/-/babel-plugin-syntax-class-constructor-call-6.18.0.tgz", + "resolved": "http://registry.npmjs.org/babel-plugin-syntax-class-constructor-call/-/babel-plugin-syntax-class-constructor-call-6.18.0.tgz", "integrity": "sha1-nLnTn+Q8hgC+yBRkVt3L1OGnZBY=", "dev": true }, "babel-plugin-syntax-class-properties": { "version": "6.13.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-syntax-class-properties/-/babel-plugin-syntax-class-properties-6.13.0.tgz", + "resolved": "http://registry.npmjs.org/babel-plugin-syntax-class-properties/-/babel-plugin-syntax-class-properties-6.13.0.tgz", "integrity": "sha1-1+sjt5oxf4VDlixQW4J8fWysJ94=", "dev": true }, "babel-plugin-syntax-decorators": { "version": "6.13.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-syntax-decorators/-/babel-plugin-syntax-decorators-6.13.0.tgz", + "resolved": "http://registry.npmjs.org/babel-plugin-syntax-decorators/-/babel-plugin-syntax-decorators-6.13.0.tgz", "integrity": "sha1-MSVjtNvePMgGzuPkFszurd0RrAs=", "dev": true }, "babel-plugin-syntax-do-expressions": { "version": "6.13.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-syntax-do-expressions/-/babel-plugin-syntax-do-expressions-6.13.0.tgz", + "resolved": "http://registry.npmjs.org/babel-plugin-syntax-do-expressions/-/babel-plugin-syntax-do-expressions-6.13.0.tgz", "integrity": "sha1-V0d1YTmqJtOQ0JQQsDdEugfkeW0=", "dev": true }, "babel-plugin-syntax-dynamic-import": { "version": "6.18.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-syntax-dynamic-import/-/babel-plugin-syntax-dynamic-import-6.18.0.tgz", + "resolved": "http://registry.npmjs.org/babel-plugin-syntax-dynamic-import/-/babel-plugin-syntax-dynamic-import-6.18.0.tgz", "integrity": "sha1-jWomIpyDdFqZgqRBBRVyyqF5sdo=" }, "babel-plugin-syntax-exponentiation-operator": { "version": "6.13.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz", + "resolved": "http://registry.npmjs.org/babel-plugin-syntax-exponentiation-operator/-/babel-plugin-syntax-exponentiation-operator-6.13.0.tgz", "integrity": "sha1-nufoM3KQ2pUoggGmpX9BcDF4MN4=", "dev": true }, "babel-plugin-syntax-export-extensions": { "version": "6.13.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-syntax-export-extensions/-/babel-plugin-syntax-export-extensions-6.13.0.tgz", + "resolved": "http://registry.npmjs.org/babel-plugin-syntax-export-extensions/-/babel-plugin-syntax-export-extensions-6.13.0.tgz", "integrity": "sha1-cKFITw+QiaToStRLrDU8lbmxJyE=", "dev": true }, "babel-plugin-syntax-flow": { "version": "6.18.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-6.18.0.tgz", + "resolved": "http://registry.npmjs.org/babel-plugin-syntax-flow/-/babel-plugin-syntax-flow-6.18.0.tgz", "integrity": "sha1-TDqyCiryaqIM0lmVw5jE63AxDI0=", "dev": true }, "babel-plugin-syntax-function-bind": { "version": "6.13.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-syntax-function-bind/-/babel-plugin-syntax-function-bind-6.13.0.tgz", + "resolved": "http://registry.npmjs.org/babel-plugin-syntax-function-bind/-/babel-plugin-syntax-function-bind-6.13.0.tgz", "integrity": "sha1-SMSV8Xe98xqYHnMvVa3AvdJgH0Y=", "dev": true }, "babel-plugin-syntax-jsx": { "version": "6.18.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz", + "resolved": "http://registry.npmjs.org/babel-plugin-syntax-jsx/-/babel-plugin-syntax-jsx-6.18.0.tgz", "integrity": "sha1-CvMqmm4Tyno/1QaeYtew9Y0NiUY=", "dev": true }, "babel-plugin-syntax-object-rest-spread": { "version": "6.13.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz", + "resolved": "http://registry.npmjs.org/babel-plugin-syntax-object-rest-spread/-/babel-plugin-syntax-object-rest-spread-6.13.0.tgz", "integrity": "sha1-/WU28rzhODb/o6VFjEkDpZe7O/U=", "dev": true }, "babel-plugin-syntax-trailing-function-commas": { "version": "6.22.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-6.22.0.tgz", "integrity": "sha1-ugNgk3+NBuQBgKQ/4NVhb/9TLPM=", "dev": true }, "babel-plugin-system-import-transformer": { "version": "3.1.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-system-import-transformer/-/babel-plugin-system-import-transformer-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-system-import-transformer/-/babel-plugin-system-import-transformer-3.1.0.tgz", "integrity": "sha1-038Mro5h7zkGAggzHZMbXmMNfF8=", "dev": true, "requires": { @@ -3816,7 +3779,7 @@ }, "babel-plugin-transform-async-generator-functions": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-async-generator-functions/-/babel-plugin-transform-async-generator-functions-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-async-generator-functions/-/babel-plugin-transform-async-generator-functions-6.24.1.tgz", "integrity": "sha1-8FiQAUX9PpkHpt3yjaWfIVJYpds=", "dev": true, "requires": { @@ -3827,7 +3790,7 @@ }, "babel-plugin-transform-async-to-generator": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-async-to-generator/-/babel-plugin-transform-async-to-generator-6.24.1.tgz", "integrity": "sha1-ZTbjeK/2yx1VF6wOQOs+n8jQh2E=", "dev": true, "requires": { @@ -3838,7 +3801,7 @@ }, "babel-plugin-transform-class-constructor-call": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-class-constructor-call/-/babel-plugin-transform-class-constructor-call-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-class-constructor-call/-/babel-plugin-transform-class-constructor-call-6.24.1.tgz", "integrity": "sha1-gNwoVQWsBn3LjWxl4vbxGrd2Xvk=", "dev": true, "requires": { @@ -3849,7 +3812,7 @@ }, "babel-plugin-transform-class-properties": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-class-properties/-/babel-plugin-transform-class-properties-6.24.1.tgz", "integrity": "sha1-anl2PqYdM9NvN7YRqp3vgagbRqw=", "dev": true, "requires": { @@ -3861,7 +3824,7 @@ }, "babel-plugin-transform-decorators": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-decorators/-/babel-plugin-transform-decorators-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-decorators/-/babel-plugin-transform-decorators-6.24.1.tgz", "integrity": "sha1-eIAT2PjGtSIr33s0Q5Df13Vp4k0=", "dev": true, "requires": { @@ -3874,7 +3837,7 @@ }, "babel-plugin-transform-decorators-legacy": { "version": "1.3.5", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-decorators-legacy/-/babel-plugin-transform-decorators-legacy-1.3.5.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-decorators-legacy/-/babel-plugin-transform-decorators-legacy-1.3.5.tgz", "integrity": "sha512-jYHwjzRXRelYQ1uGm353zNzf3QmtdCfvJbuYTZ4gKveK7M9H1fs3a5AKdY1JUDl0z97E30ukORW1dzhWvsabtA==", "dev": true, "requires": { @@ -3885,7 +3848,7 @@ }, "babel-plugin-transform-do-expressions": { "version": "6.22.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-do-expressions/-/babel-plugin-transform-do-expressions-6.22.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-do-expressions/-/babel-plugin-transform-do-expressions-6.22.0.tgz", "integrity": "sha1-KMyvkoEtlJws0SgfaQyP3EaK6bs=", "dev": true, "requires": { @@ -3895,7 +3858,7 @@ }, "babel-plugin-transform-es2015-arrow-functions": { "version": "6.22.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-arrow-functions/-/babel-plugin-transform-es2015-arrow-functions-6.22.0.tgz", "integrity": "sha1-RSaSy3EdX3ncf4XkQM5BufJE0iE=", "dev": true, "requires": { @@ -3904,7 +3867,7 @@ }, "babel-plugin-transform-es2015-block-scoped-functions": { "version": "6.22.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoped-functions/-/babel-plugin-transform-es2015-block-scoped-functions-6.22.0.tgz", "integrity": "sha1-u8UbSflk1wy42OC5ToICRs46YUE=", "dev": true, "requires": { @@ -3913,7 +3876,7 @@ }, "babel-plugin-transform-es2015-block-scoping": { "version": "6.26.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-block-scoping/-/babel-plugin-transform-es2015-block-scoping-6.26.0.tgz", "integrity": "sha1-1w9SmcEwjQXBL0Y4E7CgnnOxiV8=", "dev": true, "requires": { @@ -3926,7 +3889,7 @@ }, "babel-plugin-transform-es2015-classes": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-classes/-/babel-plugin-transform-es2015-classes-6.24.1.tgz", "integrity": "sha1-WkxYpQyclGHlZLSyo7+ryXolhNs=", "dev": true, "requires": { @@ -3943,7 +3906,7 @@ }, "babel-plugin-transform-es2015-computed-properties": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-computed-properties/-/babel-plugin-transform-es2015-computed-properties-6.24.1.tgz", "integrity": "sha1-b+Ko0WiV1WNPTNmZttNICjCBWbM=", "dev": true, "requires": { @@ -3953,7 +3916,7 @@ }, "babel-plugin-transform-es2015-destructuring": { "version": "6.23.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-destructuring/-/babel-plugin-transform-es2015-destructuring-6.23.0.tgz", "integrity": "sha1-mXux8auWf2gtKwh2/jWNYOdlxW0=", "dev": true, "requires": { @@ -3962,7 +3925,7 @@ }, "babel-plugin-transform-es2015-duplicate-keys": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-duplicate-keys/-/babel-plugin-transform-es2015-duplicate-keys-6.24.1.tgz", "integrity": "sha1-c+s9MQypaePvnskcU3QabxV2Qj4=", "dev": true, "requires": { @@ -3972,7 +3935,7 @@ }, "babel-plugin-transform-es2015-for-of": { "version": "6.23.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-for-of/-/babel-plugin-transform-es2015-for-of-6.23.0.tgz", "integrity": "sha1-9HyVsrYT3x0+zC/bdXNiPHUkhpE=", "dev": true, "requires": { @@ -3981,7 +3944,7 @@ }, "babel-plugin-transform-es2015-function-name": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-function-name/-/babel-plugin-transform-es2015-function-name-6.24.1.tgz", "integrity": "sha1-g0yJhTvDaxrw86TF26qU/Y6sqos=", "dev": true, "requires": { @@ -3992,7 +3955,7 @@ }, "babel-plugin-transform-es2015-literals": { "version": "6.22.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-literals/-/babel-plugin-transform-es2015-literals-6.22.0.tgz", "integrity": "sha1-T1SgLWzWbPkVKAAZox0xklN3yi4=", "dev": true, "requires": { @@ -4001,7 +3964,7 @@ }, "babel-plugin-transform-es2015-modules-amd": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-amd/-/babel-plugin-transform-es2015-modules-amd-6.24.1.tgz", "integrity": "sha1-Oz5UAXI5hC1tGcMBHEvS8AoA0VQ=", "dev": true, "requires": { @@ -4012,7 +3975,7 @@ }, "babel-plugin-transform-es2015-modules-commonjs": { "version": "6.26.2", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.2.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-commonjs/-/babel-plugin-transform-es2015-modules-commonjs-6.26.2.tgz", "integrity": "sha512-CV9ROOHEdrjcwhIaJNBGMBCodN+1cfkwtM1SbUHmvyy35KGT7fohbpOxkE2uLz1o6odKK2Ck/tz47z+VqQfi9Q==", "dev": true, "requires": { @@ -4024,7 +3987,7 @@ }, "babel-plugin-transform-es2015-modules-systemjs": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-systemjs/-/babel-plugin-transform-es2015-modules-systemjs-6.24.1.tgz", "integrity": "sha1-/4mhQrkRmpBhlfXxBuzzBdlAfSM=", "dev": true, "requires": { @@ -4035,7 +3998,7 @@ }, "babel-plugin-transform-es2015-modules-umd": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-modules-umd/-/babel-plugin-transform-es2015-modules-umd-6.24.1.tgz", "integrity": "sha1-rJl+YoXNGO1hdq22B9YCNErThGg=", "dev": true, "requires": { @@ -4046,7 +4009,7 @@ }, "babel-plugin-transform-es2015-object-super": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-object-super/-/babel-plugin-transform-es2015-object-super-6.24.1.tgz", "integrity": "sha1-JM72muIcuDp/hgPa0CH1cusnj40=", "dev": true, "requires": { @@ -4056,7 +4019,7 @@ }, "babel-plugin-transform-es2015-parameters": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-parameters/-/babel-plugin-transform-es2015-parameters-6.24.1.tgz", "integrity": "sha1-V6w1GrScrxSpfNE7CfZv3wpiXys=", "dev": true, "requires": { @@ -4070,7 +4033,7 @@ }, "babel-plugin-transform-es2015-shorthand-properties": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz", "integrity": "sha1-JPh11nIch2YbvZmkYi5R8U3jiqA=", "dev": true, "requires": { @@ -4080,7 +4043,7 @@ }, "babel-plugin-transform-es2015-spread": { "version": "6.22.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-spread/-/babel-plugin-transform-es2015-spread-6.22.0.tgz", "integrity": "sha1-1taKmfia7cRTbIGlQujdnxdG+NE=", "dev": true, "requires": { @@ -4089,7 +4052,7 @@ }, "babel-plugin-transform-es2015-sticky-regex": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-sticky-regex/-/babel-plugin-transform-es2015-sticky-regex-6.24.1.tgz", "integrity": "sha1-AMHNsaynERLN8M9hJsLta0V8zbw=", "dev": true, "requires": { @@ -4100,7 +4063,7 @@ }, "babel-plugin-transform-es2015-template-literals": { "version": "6.22.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-template-literals/-/babel-plugin-transform-es2015-template-literals-6.22.0.tgz", "integrity": "sha1-qEs0UPfp+PH2g51taH2oS7EjbY0=", "dev": true, "requires": { @@ -4109,7 +4072,7 @@ }, "babel-plugin-transform-es2015-typeof-symbol": { "version": "6.23.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-typeof-symbol/-/babel-plugin-transform-es2015-typeof-symbol-6.23.0.tgz", "integrity": "sha1-3sCfHN3/lLUqxz1QXITfWdzOs3I=", "dev": true, "requires": { @@ -4118,7 +4081,7 @@ }, "babel-plugin-transform-es2015-unicode-regex": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-unicode-regex/-/babel-plugin-transform-es2015-unicode-regex-6.24.1.tgz", "integrity": "sha1-04sS9C6nMj9yk4fxinxa4frrNek=", "dev": true, "requires": { @@ -4129,13 +4092,13 @@ "dependencies": { "jsesc": { "version": "0.5.0", - "resolved": "https://registry.js.ipfs.io/jsesc/-/jsesc-0.5.0.tgz", + "resolved": "http://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=", "dev": true }, "regexpu-core": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/regexpu-core/-/regexpu-core-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-2.0.0.tgz", "integrity": "sha1-SdA4g3uNz4v6W5pCE5k45uoq4kA=", "dev": true, "requires": { @@ -4146,13 +4109,13 @@ }, "regjsgen": { "version": "0.2.0", - "resolved": "https://registry.js.ipfs.io/regjsgen/-/regjsgen-0.2.0.tgz", + "resolved": "http://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz", "integrity": "sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc=", "dev": true }, "regjsparser": { "version": "0.1.5", - "resolved": "https://registry.js.ipfs.io/regjsparser/-/regjsparser-0.1.5.tgz", + "resolved": "http://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz", "integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=", "dev": true, "requires": { @@ -4163,7 +4126,7 @@ }, "babel-plugin-transform-exponentiation-operator": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-exponentiation-operator/-/babel-plugin-transform-exponentiation-operator-6.24.1.tgz", "integrity": "sha1-KrDJx/MJj6SJB3cruBP+QejeOg4=", "dev": true, "requires": { @@ -4174,7 +4137,7 @@ }, "babel-plugin-transform-export-extensions": { "version": "6.22.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-export-extensions/-/babel-plugin-transform-export-extensions-6.22.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-export-extensions/-/babel-plugin-transform-export-extensions-6.22.0.tgz", "integrity": "sha1-U3OLR+deghhYnuqUbLvTkQm75lM=", "dev": true, "requires": { @@ -4184,7 +4147,7 @@ }, "babel-plugin-transform-flow-comments": { "version": "6.22.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-flow-comments/-/babel-plugin-transform-flow-comments-6.22.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-flow-comments/-/babel-plugin-transform-flow-comments-6.22.0.tgz", "integrity": "sha1-jZSREy8rSKvQZW+Wwg87vW/BdSk=", "dev": true, "requires": { @@ -4194,7 +4157,7 @@ }, "babel-plugin-transform-flow-strip-types": { "version": "6.22.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-flow-strip-types/-/babel-plugin-transform-flow-strip-types-6.22.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-flow-strip-types/-/babel-plugin-transform-flow-strip-types-6.22.0.tgz", "integrity": "sha1-hMtnKTXUNxT9wyvOhFaNh0Qc988=", "dev": true, "requires": { @@ -4204,7 +4167,7 @@ }, "babel-plugin-transform-function-bind": { "version": "6.22.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-function-bind/-/babel-plugin-transform-function-bind-6.22.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-function-bind/-/babel-plugin-transform-function-bind-6.22.0.tgz", "integrity": "sha1-xvuOlqwpajELjPjqQBRiQH3fapc=", "dev": true, "requires": { @@ -4214,7 +4177,7 @@ }, "babel-plugin-transform-inline-imports-commonjs": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-inline-imports-commonjs/-/babel-plugin-transform-inline-imports-commonjs-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-inline-imports-commonjs/-/babel-plugin-transform-inline-imports-commonjs-1.2.0.tgz", "integrity": "sha1-IMfRkrr8VMhyc4bjOH2O5O8Z5qU=", "dev": true, "requires": { @@ -4224,7 +4187,7 @@ }, "babel-plugin-transform-object-rest-spread": { "version": "6.26.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.26.0.tgz", "integrity": "sha1-DzZpLVD+9rfi1LOsFHgTepY7ewY=", "dev": true, "requires": { @@ -4234,7 +4197,7 @@ }, "babel-plugin-transform-react-display-name": { "version": "6.25.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-react-display-name/-/babel-plugin-transform-react-display-name-6.25.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-display-name/-/babel-plugin-transform-react-display-name-6.25.0.tgz", "integrity": "sha1-Z+K/Hx6ck6sI25Z5LgU5K/LMKNE=", "dev": true, "requires": { @@ -4243,7 +4206,7 @@ }, "babel-plugin-transform-react-jsx": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-react-jsx/-/babel-plugin-transform-react-jsx-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-jsx/-/babel-plugin-transform-react-jsx-6.24.1.tgz", "integrity": "sha1-hAoCjn30YN/DotKfDA2R9jduZqM=", "dev": true, "requires": { @@ -4254,7 +4217,7 @@ }, "babel-plugin-transform-react-jsx-self": { "version": "6.22.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-react-jsx-self/-/babel-plugin-transform-react-jsx-self-6.22.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-jsx-self/-/babel-plugin-transform-react-jsx-self-6.22.0.tgz", "integrity": "sha1-322AqdomEqEh5t3XVYvL7PBuY24=", "dev": true, "requires": { @@ -4264,7 +4227,7 @@ }, "babel-plugin-transform-react-jsx-source": { "version": "6.22.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-react-jsx-source/-/babel-plugin-transform-react-jsx-source-6.22.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-jsx-source/-/babel-plugin-transform-react-jsx-source-6.22.0.tgz", "integrity": "sha1-ZqwSFT9c0tF7PBkmj0vwGX9E7NY=", "dev": true, "requires": { @@ -4274,13 +4237,13 @@ }, "babel-plugin-transform-react-remove-prop-types": { "version": "0.4.20", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.20.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-react-remove-prop-types/-/babel-plugin-transform-react-remove-prop-types-0.4.20.tgz", "integrity": "sha512-bWQ8e7LsgdFpyHU/RabjDAjVhL7KLAJXEt0nb0LANFje8YAGA8RlZv88a72aCswOxELWULkYuJqfFoKgs58Tng==", "dev": true }, "babel-plugin-transform-regenerator": { "version": "6.26.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-regenerator/-/babel-plugin-transform-regenerator-6.26.0.tgz", "integrity": "sha1-4HA2lvveJ/Cj78rPi03KL3s6jy8=", "dev": true, "requires": { @@ -4289,7 +4252,7 @@ "dependencies": { "regenerator-transform": { "version": "0.10.1", - "resolved": "https://registry.js.ipfs.io/regenerator-transform/-/regenerator-transform-0.10.1.tgz", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.10.1.tgz", "integrity": "sha512-PJepbvDbuK1xgIgnau7Y90cwaAmO/LCLMI2mPvaXq2heGMR3aWW5/BQvYrhJ8jgmQjXewXvBjzfqKcVOmhjZ6Q==", "dev": true, "requires": { @@ -4302,7 +4265,7 @@ }, "babel-plugin-transform-strict-mode": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-strict-mode/-/babel-plugin-transform-strict-mode-6.24.1.tgz", "integrity": "sha1-1fr3qleKZbvlkc9e2uBKDGcCB1g=", "dev": true, "requires": { @@ -4312,7 +4275,7 @@ }, "babel-polyfill": { "version": "6.26.0", - "resolved": "https://registry.js.ipfs.io/babel-polyfill/-/babel-polyfill-6.26.0.tgz", + "resolved": "https://registry.npmjs.org/babel-polyfill/-/babel-polyfill-6.26.0.tgz", "integrity": "sha1-N5k3q8Z9eJWXCtxiHyhM2WbPIVM=", "dev": true, "requires": { @@ -4323,7 +4286,7 @@ "dependencies": { "regenerator-runtime": { "version": "0.10.5", - "resolved": "https://registry.js.ipfs.io/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.10.5.tgz", "integrity": "sha1-M2w+/BIgrc7dosn6tntaeVWjNlg=", "dev": true } @@ -4331,7 +4294,7 @@ }, "babel-preset-env": { "version": "1.7.0", - "resolved": "https://registry.js.ipfs.io/babel-preset-env/-/babel-preset-env-1.7.0.tgz", + "resolved": "https://registry.npmjs.org/babel-preset-env/-/babel-preset-env-1.7.0.tgz", "integrity": "sha512-9OR2afuKDneX2/q2EurSftUYM0xGu4O2D9adAhVfADDhrYDaxXV0rBbevVYoY9n6nyX1PmQW/0jtpJvUNr9CHg==", "dev": true, "requires": { @@ -4410,7 +4373,7 @@ }, "babel-preset-flow": { "version": "6.23.0", - "resolved": "https://registry.js.ipfs.io/babel-preset-flow/-/babel-preset-flow-6.23.0.tgz", + "resolved": "https://registry.npmjs.org/babel-preset-flow/-/babel-preset-flow-6.23.0.tgz", "integrity": "sha1-5xIYiHCFrpoktb5Baa/7WZgWxJ0=", "dev": true, "requires": { @@ -5033,7 +4996,7 @@ }, "babel-preset-moxy": { "version": "2.3.5", - "resolved": "https://registry.js.ipfs.io/babel-preset-moxy/-/babel-preset-moxy-2.3.5.tgz", + "resolved": "https://registry.npmjs.org/babel-preset-moxy/-/babel-preset-moxy-2.3.5.tgz", "integrity": "sha512-GVOd8XahwN7FGOcSf/32qs4cRcujmpaRh5VQV0COpxYb9ev3deJj2DWwkx0WDIzfBgdgGMgsr/7BFNk4V1JLQw==", "dev": true, "requires": { @@ -5053,7 +5016,7 @@ "dependencies": { "babel-plugin-add-module-exports": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-1.0.0.tgz", "integrity": "sha512-m0sMxPL4FaN2K69GQgaRJa4Ny15qKSdoknIcpN+gz+NaJlAW9pge/povs13tPYsKDboflrEQC+/3kfIsONBTaw==", "dev": true, "requires": { @@ -5064,7 +5027,7 @@ }, "babel-preset-react": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-preset-react/-/babel-preset-react-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-preset-react/-/babel-preset-react-6.24.1.tgz", "integrity": "sha1-umnfrqRfw+xjm2pOzqbhdwLJE4A=", "dev": true, "requires": { @@ -5078,7 +5041,7 @@ }, "babel-preset-stage-0": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-preset-stage-0/-/babel-preset-stage-0-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-preset-stage-0/-/babel-preset-stage-0-6.24.1.tgz", "integrity": "sha1-VkLRUEL5E4TX5a+LyIsduVsDnmo=", "dev": true, "requires": { @@ -5089,7 +5052,7 @@ }, "babel-preset-stage-1": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-preset-stage-1/-/babel-preset-stage-1-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-preset-stage-1/-/babel-preset-stage-1-6.24.1.tgz", "integrity": "sha1-dpLNfc1oSZB+auSgqFWJz7niv7A=", "dev": true, "requires": { @@ -5100,7 +5063,7 @@ }, "babel-preset-stage-2": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-preset-stage-2/-/babel-preset-stage-2-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-preset-stage-2/-/babel-preset-stage-2-6.24.1.tgz", "integrity": "sha1-2eKWD7PXEYfw5k7sYrwHdnIZvcE=", "dev": true, "requires": { @@ -5112,7 +5075,7 @@ }, "babel-preset-stage-3": { "version": "6.24.1", - "resolved": "https://registry.js.ipfs.io/babel-preset-stage-3/-/babel-preset-stage-3-6.24.1.tgz", + "resolved": "https://registry.npmjs.org/babel-preset-stage-3/-/babel-preset-stage-3-6.24.1.tgz", "integrity": "sha1-g2raCp56f6N8sTj7kyb4eTSkg5U=", "dev": true, "requires": { @@ -5125,7 +5088,7 @@ }, "babel-register": { "version": "6.26.0", - "resolved": "https://registry.js.ipfs.io/babel-register/-/babel-register-6.26.0.tgz", + "resolved": "https://registry.npmjs.org/babel-register/-/babel-register-6.26.0.tgz", "integrity": "sha1-btAhFz4vy0htestFxgCahW9kcHE=", "dev": true, "requires": { @@ -5140,7 +5103,7 @@ "dependencies": { "babel-core": { "version": "6.26.3", - "resolved": "https://registry.js.ipfs.io/babel-core/-/babel-core-6.26.3.tgz", + "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.26.3.tgz", "integrity": "sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==", "dev": true, "requires": { @@ -5167,13 +5130,13 @@ }, "babylon": { "version": "6.18.0", - "resolved": "https://registry.js.ipfs.io/babylon/-/babylon-6.18.0.tgz", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==", "dev": true }, "debug": { "version": "2.6.9", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, "requires": { @@ -5182,7 +5145,7 @@ }, "home-or-tmp": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/home-or-tmp/-/home-or-tmp-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-2.0.0.tgz", "integrity": "sha1-42w/LSyufXRqhX440Y1fMqeILbg=", "dev": true, "requires": { @@ -5192,13 +5155,13 @@ }, "json5": { "version": "0.5.1", - "resolved": "https://registry.js.ipfs.io/json5/-/json5-0.5.1.tgz", + "resolved": "http://registry.npmjs.org/json5/-/json5-0.5.1.tgz", "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=", "dev": true }, "source-map-support": { "version": "0.4.18", - "resolved": "https://registry.js.ipfs.io/source-map-support/-/source-map-support-0.4.18.tgz", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz", "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==", "dev": true, "requires": { @@ -5209,7 +5172,7 @@ }, "babel-runtime": { "version": "6.26.0", - "resolved": "https://registry.js.ipfs.io/babel-runtime/-/babel-runtime-6.26.0.tgz", + "resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz", "integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=", "requires": { "core-js": "^2.4.0", @@ -5218,7 +5181,7 @@ }, "babel-template": { "version": "6.26.0", - "resolved": "https://registry.js.ipfs.io/babel-template/-/babel-template-6.26.0.tgz", + "resolved": "https://registry.npmjs.org/babel-template/-/babel-template-6.26.0.tgz", "integrity": "sha1-3gPi0WOWsGn0bdn/+FIfsaDjXgI=", "dev": true, "requires": { @@ -5231,7 +5194,7 @@ "dependencies": { "babylon": { "version": "6.18.0", - "resolved": "https://registry.js.ipfs.io/babylon/-/babylon-6.18.0.tgz", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==", "dev": true } @@ -5239,7 +5202,7 @@ }, "babel-traverse": { "version": "6.26.0", - "resolved": "https://registry.js.ipfs.io/babel-traverse/-/babel-traverse-6.26.0.tgz", + "resolved": "https://registry.npmjs.org/babel-traverse/-/babel-traverse-6.26.0.tgz", "integrity": "sha1-RqnL1+3MYsjlwGTi0tjQ9ANXZu4=", "dev": true, "requires": { @@ -5256,13 +5219,13 @@ "dependencies": { "babylon": { "version": "6.18.0", - "resolved": "https://registry.js.ipfs.io/babylon/-/babylon-6.18.0.tgz", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==", "dev": true }, "debug": { "version": "2.6.9", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, "requires": { @@ -5271,7 +5234,7 @@ }, "globals": { "version": "9.18.0", - "resolved": "https://registry.js.ipfs.io/globals/-/globals-9.18.0.tgz", + "resolved": "https://registry.npmjs.org/globals/-/globals-9.18.0.tgz", "integrity": "sha512-S0nG3CLEQiY/ILxqtztTWH/3iRRdyBLw6KMDxnKMchrtbj2OFmehVh0WUCfW3DUrIgx/qFrJPICrq4Z4sTR9UQ==", "dev": true } @@ -5279,7 +5242,7 @@ }, "babel-types": { "version": "6.26.0", - "resolved": "https://registry.js.ipfs.io/babel-types/-/babel-types-6.26.0.tgz", + "resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz", "integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=", "dev": true, "requires": { @@ -5291,7 +5254,7 @@ "dependencies": { "to-fast-properties": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/to-fast-properties/-/to-fast-properties-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz", "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc=", "dev": true } @@ -5299,28 +5262,28 @@ }, "babelify": { "version": "8.0.0", - "resolved": "https://registry.js.ipfs.io/babelify/-/babelify-8.0.0.tgz", + "resolved": "https://registry.npmjs.org/babelify/-/babelify-8.0.0.tgz", "integrity": "sha512-xVr63fKEvMWUrrIbqlHYsMcc5Zdw4FSVesAHgkgajyCE1W8gbm9rbMakqavhxKvikGYMhEcqxTwB/gQmQ6lBtw==", "dev": true }, "backo2": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/backo2/-/backo2-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", "integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=" }, "bail": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/bail/-/bail-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.3.tgz", "integrity": "sha512-1X8CnjFVQ+a+KW36uBNMTU5s8+v5FzeqrP7hTG5aTb4aPreSbZJlhwPon9VKMuEVgV++JM+SQrALY3kr7eswdg==" }, "balanced-match": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/balanced-match/-/balanced-match-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=" }, "base": { "version": "0.11.2", - "resolved": "https://registry.js.ipfs.io/base/-/base-0.11.2.tgz", + "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", "requires": { "cache-base": "^1.0.1", @@ -5334,7 +5297,7 @@ "dependencies": { "define-property": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/define-property/-/define-property-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "requires": { "is-descriptor": "^1.0.0" @@ -5342,7 +5305,7 @@ }, "is-accessor-descriptor": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "requires": { "kind-of": "^6.0.0" @@ -5350,7 +5313,7 @@ }, "is-data-descriptor": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "requires": { "kind-of": "^6.0.0" @@ -5358,7 +5321,7 @@ }, "is-descriptor": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/is-descriptor/-/is-descriptor-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "requires": { "is-accessor-descriptor": "^1.0.0", @@ -5370,7 +5333,7 @@ }, "base-x": { "version": "3.0.5", - "resolved": "https://registry.js.ipfs.io/base-x/-/base-x-3.0.5.tgz", + "resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.5.tgz", "integrity": "sha512-C3picSgzPSLE+jW3tcBzJoGwitOtazb5B+5YmAxZm2ybmTi9LNgAtDO/jjVEBZwHoXmDBZ9m/IELj3elJVRBcA==", "requires": { "safe-buffer": "^5.0.1" @@ -5383,32 +5346,32 @@ }, "base32.js": { "version": "0.1.0", - "resolved": "https://registry.js.ipfs.io/base32.js/-/base32.js-0.1.0.tgz", + "resolved": "https://registry.npmjs.org/base32.js/-/base32.js-0.1.0.tgz", "integrity": "sha1-tYLexpPC8R6JPPBk7mrFthMaIgI=" }, "base64-arraybuffer": { "version": "0.1.5", - "resolved": "https://registry.js.ipfs.io/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz", + "resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz", "integrity": "sha1-c5JncZI7Whl0etZmqlzUv5xunOg=" }, "base64-js": { "version": "1.3.0", - "resolved": "https://registry.js.ipfs.io/base64-js/-/base64-js-1.3.0.tgz", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.0.tgz", "integrity": "sha512-ccav/yGvoa80BQDljCxsmmQ3Xvx60/UpBIij5QN21W3wBi/hhIC9OoO+KLpu9IJTS9j4DRVJ3aDDF9cMSoa2lw==" }, "base64id": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/base64id/-/base64id-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/base64id/-/base64id-1.0.0.tgz", "integrity": "sha1-R2iMuZu2gE8OBtPnY7HDLlfY5rY=" }, "batch": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/batch/-/batch-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", "integrity": "sha1-3DQxT05nkxgJP8dgJyUl+UvyXBY=" }, "bcrypt-pbkdf": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", "dev": true, "requires": { @@ -5417,12 +5380,12 @@ }, "bech32": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/bech32/-/bech32-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/bech32/-/bech32-1.1.3.tgz", "integrity": "sha512-yuVFUvrNcoJi0sv5phmqc6P+Fl1HjRDRNOOkHY2X/3LBy2bIGNSFx4fZ95HMaXHupuS7cZR15AsvtmCIF4UEyg==" }, "better-assert": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/better-assert/-/better-assert-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz", "integrity": "sha1-QIZrnhueC1W0gYlDEeaPr/rrxSI=", "requires": { "callsite": "1.0.0" @@ -5438,7 +5401,7 @@ }, "better-queue": { "version": "3.8.10", - "resolved": "https://registry.js.ipfs.io/better-queue/-/better-queue-3.8.10.tgz", + "resolved": "https://registry.npmjs.org/better-queue/-/better-queue-3.8.10.tgz", "integrity": "sha512-e3gwNZgDCnNWl0An0Tz6sUjKDV9m6aB+K9Xg//vYeo8+KiH8pWhLFxkawcXhm6FpM//GfD9IQv/kmvWCAVVpKA==", "requires": { "better-queue-memory": "^1.0.1", @@ -5448,12 +5411,12 @@ }, "better-queue-memory": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/better-queue-memory/-/better-queue-memory-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/better-queue-memory/-/better-queue-memory-1.0.3.tgz", "integrity": "sha512-QLFkfV+k/7e4L4FR7kqkXKtRi22kl68c/3AaBs0ArDSz0iiuAl0DjVlb6gM220jW7izLE5TRy7oXOd4Cxa0wog==" }, "bfj": { "version": "6.1.1", - "resolved": "https://registry.js.ipfs.io/bfj/-/bfj-6.1.1.tgz", + "resolved": "https://registry.npmjs.org/bfj/-/bfj-6.1.1.tgz", "integrity": "sha512-+GUNvzHR4nRyGybQc2WpNJL4MJazMuvf92ueIyA0bIkPRwhhQu3IfZQ2PSoVPpCBJfmoSdOxu5rnotfFLlvYRQ==", "dev": true, "requires": { @@ -5463,20 +5426,9 @@ "tryer": "^1.0.0" } }, - "bfj-node4": { - "version": "5.3.1", - "resolved": "https://registry.js.ipfs.io/bfj-node4/-/bfj-node4-5.3.1.tgz", - "integrity": "sha512-SOmOsowQWfXc7ybFARsK3C4MCOWzERaOMV/Fl3Tgjs+5dJWyzo3oa127jL44eMbQiAN17J7SvAs2TRxEScTUmg==", - "dev": true, - "requires": { - "bluebird": "^3.5.1", - "check-types": "^7.3.0", - "tryer": "^1.0.0" - } - }, "big.js": { "version": "3.2.0", - "resolved": "https://registry.js.ipfs.io/big.js/-/big.js-3.2.0.tgz", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-3.2.0.tgz", "integrity": "sha512-+hN/Zh2D08Mx65pZ/4g5bsmNiZUuChDiQfTUQ7qJr4/kuopCr88xZsAXv6mBoZEsUI4OuGHlX59qE94K2mMW8Q==" }, "bignumber.js": { @@ -5486,22 +5438,25 @@ }, "binary-extensions": { "version": "1.12.0", - "resolved": "https://registry.js.ipfs.io/binary-extensions/-/binary-extensions-1.12.0.tgz", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.12.0.tgz", "integrity": "sha512-DYWGk01lDcxeS/K9IHPGWfT8PsJmbXRtRd2Sx72Tnb8pcYZQFF1oSDb8hJtS1vhp212q1Rzi5dUf9+nq0o9UIg==" }, "binary-querystring": { "version": "0.1.2", - "resolved": "https://registry.js.ipfs.io/binary-querystring/-/binary-querystring-0.1.2.tgz", + "resolved": "https://registry.npmjs.org/binary-querystring/-/binary-querystring-0.1.2.tgz", "integrity": "sha512-mrot/6OS3YIUSWMyv/9uyMbCDYQWxl+fVDsrJFjPFGcVT0xDCdEg/gbN6eguaCr0UqsuXdtJ3DQ3i2z2alnulg==" }, "bindings": { - "version": "1.3.1", - "resolved": "https://registry.js.ipfs.io/bindings/-/bindings-1.3.1.tgz", - "integrity": "sha512-i47mqjF9UbjxJhxGf+pZ6kSxrnI3wBLlnGI2ArWJ4r0VrvDS7ZYXkprq/pLaBWYq4GM0r4zdHY+NNRqEMU7uew==" + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "requires": { + "file-uri-to-path": "1.0.0" + } }, "bintrees": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/bintrees/-/bintrees-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/bintrees/-/bintrees-1.0.1.tgz", "integrity": "sha1-DmVcm5wkNeqraL9AJyJtK1WjRSQ=" }, "bip32": { @@ -5527,7 +5482,7 @@ }, "bip66": { "version": "1.1.5", - "resolved": "https://registry.js.ipfs.io/bip66/-/bip66-1.1.5.tgz", + "resolved": "https://registry.npmjs.org/bip66/-/bip66-1.1.5.tgz", "integrity": "sha1-AfqHSHhcpwlV1QESF9GzE5lpyiI=", "requires": { "safe-buffer": "^5.0.1" @@ -5535,7 +5490,7 @@ }, "bitcoin-ops": { "version": "1.4.1", - "resolved": "https://registry.js.ipfs.io/bitcoin-ops/-/bitcoin-ops-1.4.1.tgz", + "resolved": "https://registry.npmjs.org/bitcoin-ops/-/bitcoin-ops-1.4.1.tgz", "integrity": "sha512-pef6gxZFztEhaE9RY9HmWVmiIHqCb2OyS4HPKkpc6CIiiOa3Qmuoylxc5P2EkU3w+5eTSifI9SEZC88idAIGow==" }, "bitcoinjs-lib": { @@ -5569,7 +5524,7 @@ }, "bl": { "version": "1.2.2", - "resolved": "https://registry.js.ipfs.io/bl/-/bl-1.2.2.tgz", + "resolved": "http://registry.npmjs.org/bl/-/bl-1.2.2.tgz", "integrity": "sha512-e8tQYnZodmebYDWGH7KMRvtzKXaJHx3BbilrgZCfvyLUYdKpK1t5PSPmpkny/SgiTSCnjfLW7v5rlONXVFkQEA==", "requires": { "readable-stream": "^2.3.5", @@ -5578,27 +5533,27 @@ }, "blakejs": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/blakejs/-/blakejs-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/blakejs/-/blakejs-1.1.0.tgz", "integrity": "sha1-ad+S75U6qIylGjLfarHFShVfx6U=" }, "blob": { "version": "0.0.5", - "resolved": "https://registry.js.ipfs.io/blob/-/blob-0.0.5.tgz", + "resolved": "https://registry.npmjs.org/blob/-/blob-0.0.5.tgz", "integrity": "sha512-gaqbzQPqOoamawKg0LGVd7SzLgXS+JH61oWprSLH+P+abTczqJbhTR8CmJ2u9/bUYNmHTGJx/UEmn6doAvvuig==" }, "bluebird": { "version": "3.5.3", - "resolved": "https://registry.js.ipfs.io/bluebird/-/bluebird-3.5.3.tgz", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.3.tgz", "integrity": "sha512-/qKPUQlaW1OyR51WeCPBvRnAlnZFUJkCSG5HzGnuIqhgyJtF+T94lFnn33eiazjRm2LAHVy2guNnaq48X9SJuw==" }, "bn.js": { "version": "4.11.8", - "resolved": "https://registry.js.ipfs.io/bn.js/-/bn.js-4.11.8.tgz", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.11.8.tgz", "integrity": "sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==" }, "body": { "version": "5.1.0", - "resolved": "https://registry.js.ipfs.io/body/-/body-5.1.0.tgz", + "resolved": "https://registry.npmjs.org/body/-/body-5.1.0.tgz", "integrity": "sha1-5LoM5BCkaTYyM2dgnstOZVMSUGk=", "dev": true, "requires": { @@ -5610,13 +5565,13 @@ "dependencies": { "bytes": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/bytes/-/bytes-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-1.0.0.tgz", "integrity": "sha1-NWnt6Lo0MV+rmcPpLLBMciDeH6g=", "dev": true }, "raw-body": { "version": "1.1.7", - "resolved": "https://registry.js.ipfs.io/raw-body/-/raw-body-1.1.7.tgz", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-1.1.7.tgz", "integrity": "sha1-HQJ8K/oRasxmI7yo8AAWVyqH1CU=", "dev": true, "requires": { @@ -5626,7 +5581,7 @@ }, "string_decoder": { "version": "0.10.31", - "resolved": "https://registry.js.ipfs.io/string_decoder/-/string_decoder-0.10.31.tgz", + "resolved": "http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", "dev": true } @@ -5634,7 +5589,7 @@ }, "body-parser": { "version": "1.18.3", - "resolved": "https://registry.js.ipfs.io/body-parser/-/body-parser-1.18.3.tgz", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.18.3.tgz", "integrity": "sha1-WykhmP/dVTs6DyDe0FkrlWlVyLQ=", "requires": { "bytes": "3.0.0", @@ -5651,7 +5606,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { "ms": "2.0.0" @@ -5659,7 +5614,7 @@ }, "iconv-lite": { "version": "0.4.23", - "resolved": "https://registry.js.ipfs.io/iconv-lite/-/iconv-lite-0.4.23.tgz", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz", "integrity": "sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA==", "requires": { "safer-buffer": ">= 2.1.2 < 3" @@ -5669,7 +5624,7 @@ }, "bonjour": { "version": "3.5.0", - "resolved": "https://registry.js.ipfs.io/bonjour/-/bonjour-3.5.0.tgz", + "resolved": "https://registry.npmjs.org/bonjour/-/bonjour-3.5.0.tgz", "integrity": "sha1-jokKGD2O6aI5OzhExpGkK897yfU=", "requires": { "array-flatten": "^2.1.0", @@ -5689,12 +5644,12 @@ }, "boolbase": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/boolbase/-/boolbase-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=" }, "boom": { "version": "7.3.0", - "resolved": "https://registry.js.ipfs.io/boom/-/boom-7.3.0.tgz", + "resolved": "https://registry.npmjs.org/boom/-/boom-7.3.0.tgz", "integrity": "sha512-Swpoyi2t5+GhOEGw8rEsKvTxFLIDiiKoUc2gsoV6Lyr43LHBIzch3k2MvYUs8RTROrIkVJ3Al0TkaOGjnb+B6A==", "requires": { "hoek": "6.x.x" @@ -5709,7 +5664,7 @@ }, "borc": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/borc/-/borc-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/borc/-/borc-2.1.0.tgz", "integrity": "sha512-hKTxeYt3AIzIG45epJHv8xJYSF0ktp7nZgFsqi5cPzoL3T8qKMPeUlqydORy6j3NWZvRDANx30PjpTmGho69Gw==", "requires": { "bignumber.js": "^8.0.1", @@ -5719,20 +5674,15 @@ "json-text-sequence": "~0.1.0" } }, - "bourne": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/bourne/-/bourne-1.1.2.tgz", - "integrity": "sha512-b2dgVkTZhkQirNMohgC00rWfpVqEi9y5tKM1k3JvoNx05ODtfQoPPd4js9CYFQoY0IM8LAmnJulEuWv74zjUOg==" - }, "bowser": { "version": "1.9.4", - "resolved": "https://registry.js.ipfs.io/bowser/-/bowser-1.9.4.tgz", + "resolved": "https://registry.npmjs.org/bowser/-/bowser-1.9.4.tgz", "integrity": "sha512-9IdMmj2KjigRq6oWhmwv1W36pDuA4STQZ8q6YO9um+x07xgYNCD3Oou+WP/3L1HNz7iqythGet3/p4wvc8AAwQ==", "dev": true }, "boxen": { "version": "1.3.0", - "resolved": "https://registry.js.ipfs.io/boxen/-/boxen-1.3.0.tgz", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-1.3.0.tgz", "integrity": "sha512-TNPjfTr432qx7yOjQyaXm3dSR0MH9vXp7eT1BFSl/C51g+EFnOR9hTg1IreahGBmDNCehscshe45f+C1TBZbLw==", "requires": { "ansi-align": "^2.0.0", @@ -5746,7 +5696,7 @@ }, "brace-expansion": { "version": "1.1.11", - "resolved": "https://registry.js.ipfs.io/brace-expansion/-/brace-expansion-1.1.11.tgz", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "requires": { "balanced-match": "^1.0.0", @@ -5755,7 +5705,7 @@ }, "braces": { "version": "2.3.2", - "resolved": "https://registry.js.ipfs.io/braces/-/braces-2.3.2.tgz", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", "requires": { "arr-flatten": "^1.1.0", @@ -5772,7 +5722,7 @@ "dependencies": { "extend-shallow": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/extend-shallow/-/extend-shallow-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "requires": { "is-extendable": "^0.1.0" @@ -5782,12 +5732,12 @@ }, "brorand": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/brorand/-/brorand-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", "integrity": "sha1-EsJe/kCkXjwyPrhnWgoM5XsiNx8=" }, "browser-resolve": { "version": "1.11.3", - "resolved": "https://registry.js.ipfs.io/browser-resolve/-/browser-resolve-1.11.3.tgz", + "resolved": "https://registry.npmjs.org/browser-resolve/-/browser-resolve-1.11.3.tgz", "integrity": "sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ==", "dev": true, "requires": { @@ -5796,7 +5746,7 @@ "dependencies": { "resolve": { "version": "1.1.7", - "resolved": "https://registry.js.ipfs.io/resolve/-/resolve-1.1.7.tgz", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.1.7.tgz", "integrity": "sha1-IDEU2CrSxe2ejgQRs5ModeiJ6Xs=", "dev": true } @@ -5804,13 +5754,13 @@ }, "browser-stdout": { "version": "1.3.1", - "resolved": "https://registry.js.ipfs.io/browser-stdout/-/browser-stdout-1.3.1.tgz", + "resolved": "https://registry.npmjs.org/browser-stdout/-/browser-stdout-1.3.1.tgz", "integrity": "sha512-qhAVI1+Av2X7qelOfAIYwXONood6XlZE/fXaBSmW/T5SzLAmCgzi+eiWE7fUvbHaeNBQH13UftjpXxsfLkMpgw==", "dev": true }, "browserify-aes": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/browserify-aes/-/browserify-aes-1.2.0.tgz", + "resolved": "http://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", "requires": { "buffer-xor": "^1.0.3", @@ -5823,7 +5773,7 @@ }, "browserify-cipher": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/browserify-cipher/-/browserify-cipher-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", "requires": { "browserify-aes": "^1.0.4", @@ -5833,7 +5783,7 @@ }, "browserify-des": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/browserify-des/-/browserify-des-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", "requires": { "cipher-base": "^1.0.1", @@ -5844,7 +5794,7 @@ }, "browserify-rsa": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/browserify-rsa/-/browserify-rsa-4.0.1.tgz", + "resolved": "http://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.0.1.tgz", "integrity": "sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=", "requires": { "bn.js": "^4.1.0", @@ -5853,7 +5803,7 @@ }, "browserify-sign": { "version": "4.0.4", - "resolved": "https://registry.js.ipfs.io/browserify-sign/-/browserify-sign-4.0.4.tgz", + "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.0.4.tgz", "integrity": "sha1-qk62jl17ZYuqa/alfmMMvXqT0pg=", "requires": { "bn.js": "^4.1.1", @@ -5867,7 +5817,7 @@ }, "browserify-zlib": { "version": "0.2.0", - "resolved": "https://registry.js.ipfs.io/browserify-zlib/-/browserify-zlib-0.2.0.tgz", + "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", "requires": { "pako": "~1.0.5" @@ -5875,7 +5825,7 @@ }, "browserslist": { "version": "3.2.8", - "resolved": "https://registry.js.ipfs.io/browserslist/-/browserslist-3.2.8.tgz", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-3.2.8.tgz", "integrity": "sha512-WHVocJYavUwVgVViC0ORikPHQquXwVh939TaelZ4WDqpWgTX/FsGhl/+P4qBUAGcRvtOgDgC+xftNWWp2RUTAQ==", "requires": { "caniuse-lite": "^1.0.30000844", @@ -5884,12 +5834,12 @@ }, "browserslist-config-google": { "version": "1.5.0", - "resolved": "https://registry.js.ipfs.io/browserslist-config-google/-/browserslist-config-google-1.5.0.tgz", + "resolved": "https://registry.npmjs.org/browserslist-config-google/-/browserslist-config-google-1.5.0.tgz", "integrity": "sha1-TQpdbTJAPdYQSR/SdYQ2Ce7bJg0=" }, "bs58": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/bs58/-/bs58-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/bs58/-/bs58-4.0.1.tgz", "integrity": "sha1-vhYedsNU9veIrkBx9j806MTwpCo=", "requires": { "base-x": "^3.0.2" @@ -5897,7 +5847,7 @@ }, "bs58check": { "version": "2.1.2", - "resolved": "https://registry.js.ipfs.io/bs58check/-/bs58check-2.1.2.tgz", + "resolved": "https://registry.npmjs.org/bs58check/-/bs58check-2.1.2.tgz", "integrity": "sha512-0TS1jicxdU09dwJMNZtVAfzPi6Q6QeN0pM1Fkzrjn+XYHvzMKPU3pHVpva+769iNVSfIYWf7LJ6WR+BuuMf8cA==", "requires": { "bs58": "^4.0.0", @@ -5907,7 +5857,7 @@ }, "bser": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/bser/-/bser-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/bser/-/bser-2.0.0.tgz", "integrity": "sha1-mseNPtXZFYBP2HrLFYvHlxR6Fxk=", "requires": { "node-int64": "^0.4.0" @@ -5915,7 +5865,7 @@ }, "buble": { "version": "0.19.6", - "resolved": "https://registry.js.ipfs.io/buble/-/buble-0.19.6.tgz", + "resolved": "https://registry.npmjs.org/buble/-/buble-0.19.6.tgz", "integrity": "sha512-9kViM6nJA1Q548Jrd06x0geh+BG2ru2+RMDkIHHgJY/8AcyCs34lTHwra9BX7YdPrZXd5aarkpr/SY8bmPgPdg==", "requires": { "chalk": "^2.4.1", @@ -5928,7 +5878,7 @@ }, "buffer": { "version": "4.9.1", - "resolved": "https://registry.js.ipfs.io/buffer/-/buffer-4.9.1.tgz", + "resolved": "http://registry.npmjs.org/buffer/-/buffer-4.9.1.tgz", "integrity": "sha1-bRu2AbB6TvztlwlBMgkwJ8lbwpg=", "requires": { "base64-js": "^1.0.2", @@ -5938,7 +5888,7 @@ }, "buffer-alloc": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/buffer-alloc/-/buffer-alloc-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz", "integrity": "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==", "requires": { "buffer-alloc-unsafe": "^1.1.0", @@ -5947,34 +5897,34 @@ }, "buffer-alloc-unsafe": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz", "integrity": "sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==" }, "buffer-crc32": { "version": "0.2.13", - "resolved": "https://registry.js.ipfs.io/buffer-crc32/-/buffer-crc32-0.2.13.tgz", + "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", "integrity": "sha1-DTM+PwDqxQqhRUq9MO+MKl2ackI=", "dev": true }, "buffer-equal": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/buffer-equal/-/buffer-equal-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/buffer-equal/-/buffer-equal-1.0.0.tgz", "integrity": "sha1-WWFrSYME1Var1GaWayLu2j7KX74=", "dev": true }, "buffer-fill": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/buffer-fill/-/buffer-fill-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz", "integrity": "sha1-+PeLdniYiO858gXNY39o5wISKyw=" }, "buffer-from": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/buffer-from/-/buffer-from-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.1.tgz", "integrity": "sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A==" }, "buffer-indexof": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/buffer-indexof/-/buffer-indexof-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-1.1.1.tgz", "integrity": "sha512-4/rOEg86jivtPTeOUUT61jJO1Ya1TrR/OkqCSZDyq84WJh3LuuiphBYJN+fm5xufIk4XAFcEwte/8WzC8If/1g==" }, "buffer-peek-stream": { @@ -5989,13 +5939,13 @@ }, "buffer-shims": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/buffer-shims/-/buffer-shims-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/buffer-shims/-/buffer-shims-1.0.0.tgz", "integrity": "sha1-mXjOMXOIxkmth5MCjDR37wRKi1E=", "dev": true }, "buffer-split": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/buffer-split/-/buffer-split-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/buffer-split/-/buffer-split-1.0.0.tgz", "integrity": "sha1-RCfb/1NzG2HXpxq6R/UDOWYTeEo=", "requires": { "buffer-indexof": "~0.0.0" @@ -6003,39 +5953,39 @@ "dependencies": { "buffer-indexof": { "version": "0.0.2", - "resolved": "https://registry.js.ipfs.io/buffer-indexof/-/buffer-indexof-0.0.2.tgz", + "resolved": "https://registry.npmjs.org/buffer-indexof/-/buffer-indexof-0.0.2.tgz", "integrity": "sha1-7Q82t64WamanzRdMBGeuje3wCPU=" } } }, "buffer-xor": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/buffer-xor/-/buffer-xor-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", "integrity": "sha1-JuYe0UIvtw3ULm42cp7VHYVf6Nk=" }, "builtin-modules": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/builtin-modules/-/builtin-modules-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz", "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=" }, "builtin-status-codes": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=" }, "byteman": { "version": "1.3.5", - "resolved": "https://registry.js.ipfs.io/byteman/-/byteman-1.3.5.tgz", + "resolved": "https://registry.npmjs.org/byteman/-/byteman-1.3.5.tgz", "integrity": "sha512-FzWDstifFRxtHX234b93AGa1b77dA6NUFpEXe+AoG1NydGN//XDZLMXxRNUoMf7SYYhVxfpwUEUgQOziearJvA==" }, "bytes": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/bytes/-/bytes-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" }, "cacache": { "version": "11.3.1", - "resolved": "https://registry.js.ipfs.io/cacache/-/cacache-11.3.1.tgz", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-11.3.1.tgz", "integrity": "sha512-2PEw4cRRDu+iQvBTTuttQifacYjLPhET+SYO/gEFMy8uhi+jlJREDAjSF5FWSdV/Aw5h18caHA7vMTw2c+wDzA==", "requires": { "bluebird": "^3.5.1", @@ -6056,7 +6006,7 @@ "dependencies": { "lru-cache": { "version": "4.1.5", - "resolved": "https://registry.js.ipfs.io/lru-cache/-/lru-cache-4.1.5.tgz", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", "requires": { "pseudomap": "^1.0.2", @@ -6065,14 +6015,14 @@ }, "y18n": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/y18n/-/y18n-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==" } } }, "cache-base": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/cache-base/-/cache-base-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", "requires": { "collection-visit": "^1.0.0", @@ -6088,7 +6038,7 @@ }, "cache-manager": { "version": "2.9.0", - "resolved": "https://registry.js.ipfs.io/cache-manager/-/cache-manager-2.9.0.tgz", + "resolved": "https://registry.npmjs.org/cache-manager/-/cache-manager-2.9.0.tgz", "integrity": "sha1-Xh9jF8oaJeQN3zZacWJ1evFSNT4=", "requires": { "async": "1.5.2", @@ -6097,7 +6047,7 @@ }, "cache-manager-fs-hash": { "version": "0.0.6", - "resolved": "https://registry.js.ipfs.io/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.6.tgz", + "resolved": "https://registry.npmjs.org/cache-manager-fs-hash/-/cache-manager-fs-hash-0.0.6.tgz", "integrity": "sha512-p1nmcCQH4/jyKqEqUqPSDDcCo0PjFdv56OvtSdUrSIB7s8rAfwETLZ0CHXWdAPyg0QaER/deTvl1dCXyjZ5xAA==", "requires": { "es6-promisify": "^6.0.0", @@ -6106,7 +6056,7 @@ }, "cacheable-request": { "version": "2.1.4", - "resolved": "https://registry.js.ipfs.io/cacheable-request/-/cacheable-request-2.1.4.tgz", + "resolved": "https://registry.npmjs.org/cacheable-request/-/cacheable-request-2.1.4.tgz", "integrity": "sha1-DYCIAbY0KtM8kd+dC0TcCbkeXD0=", "requires": { "clone-response": "1.0.2", @@ -6120,12 +6070,12 @@ "dependencies": { "lowercase-keys": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/lowercase-keys/-/lowercase-keys-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.0.tgz", "integrity": "sha1-TjNms55/VFfjXxMkvfb4jQv8cwY=" }, "normalize-url": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/normalize-url/-/normalize-url-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-2.0.1.tgz", "integrity": "sha512-D6MUW4K/VzoJ4rJ01JFKxDrtY1v9wrgzCX5f2qj/lzH1m/lW6MhUZFKerVsnyjOhOsYzI9Kqqak+10l4LvLpMw==", "requires": { "prepend-http": "^2.0.0", @@ -6135,12 +6085,12 @@ }, "prepend-http": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/prepend-http/-/prepend-http-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=" }, "query-string": { "version": "5.1.1", - "resolved": "https://registry.js.ipfs.io/query-string/-/query-string-5.1.1.tgz", + "resolved": "http://registry.npmjs.org/query-string/-/query-string-5.1.1.tgz", "integrity": "sha512-gjWOsm2SoGlgLEdAGt7a6slVOk9mGiXmPFMqrEhLQ68rhQuBnpfs3+EmlvqKyxnCo9/PPlF+9MtY02S1aFg+Jw==", "requires": { "decode-uri-component": "^0.2.0", @@ -6152,51 +6102,32 @@ }, "cached-path-relative": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/cached-path-relative/-/cached-path-relative-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/cached-path-relative/-/cached-path-relative-1.0.2.tgz", "integrity": "sha512-5r2GqsoEb4qMTTN9J+WzXfjov+hjxT+j3u5K+kIVNIwAd99DLCJE9pBIMP1qVeybV6JiijL385Oz0DcYxfbOIg==", "dev": true }, "cachedir": { "version": "1.3.0", - "resolved": "https://registry.js.ipfs.io/cachedir/-/cachedir-1.3.0.tgz", + "resolved": "https://registry.npmjs.org/cachedir/-/cachedir-1.3.0.tgz", "integrity": "sha512-O1ji32oyON9laVPJL1IZ5bmwd2cB46VfpxkDequezH+15FDzzVddEyrGEeX4WusDSqKxdyFdDQDEG1yo1GoWkg==", "dev": true, "requires": { "os-homedir": "^1.0.1" } }, - "call": { - "version": "4.0.2", - "resolved": "https://registry.js.ipfs.io/call/-/call-4.0.2.tgz", - "integrity": "sha1-33b19R7o3Ui4VqyEAPfmnm1zmcQ=", - "requires": { - "boom": "5.x.x", - "hoek": "4.x.x" - }, - "dependencies": { - "boom": { - "version": "5.2.0", - "resolved": "https://registry.js.ipfs.io/boom/-/boom-5.2.0.tgz", - "integrity": "sha512-Z5BTk6ZRe4tXXQlkqftmsAUANpXmuwlsF5Oov8ThoMbQRzdGTA1ngYRW160GexgOgjsFOKJz0LYhoNi+2AMBUw==", - "requires": { - "hoek": "4.x.x" - } - } - } - }, "call-me-maybe": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/call-me-maybe/-/call-me-maybe-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/call-me-maybe/-/call-me-maybe-1.0.1.tgz", "integrity": "sha1-JtII6onje1y95gJQoV8DHBak1ms=" }, "callbackify": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/callbackify/-/callbackify-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/callbackify/-/callbackify-1.1.0.tgz", "integrity": "sha1-0qNphtKKppcUUmwREgm+65l50x4=" }, "caller-callsite": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/caller-callsite/-/caller-callsite-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/caller-callsite/-/caller-callsite-2.0.0.tgz", "integrity": "sha1-hH4PzgoiN1CpoCfFSzNzGtMVQTQ=", "requires": { "callsites": "^2.0.0" @@ -6204,7 +6135,7 @@ }, "caller-path": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/caller-path/-/caller-path-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-2.0.0.tgz", "integrity": "sha1-Ro+DBE42mrIBD6xfBs7uFbsssfQ=", "requires": { "caller-callsite": "^2.0.0" @@ -6212,27 +6143,27 @@ }, "callsite": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/callsite/-/callsite-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz", "integrity": "sha1-KAOY5dZkvXQDi28JBRU+borxvCA=" }, "callsites": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/callsites/-/callsites-2.0.0.tgz", + "resolved": "http://registry.npmjs.org/callsites/-/callsites-2.0.0.tgz", "integrity": "sha1-BuuE8A7qQT2oav/vrL/7Ngk7PFA=" }, "camelcase": { "version": "4.1.0", - "resolved": "https://registry.js.ipfs.io/camelcase/-/camelcase-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-4.1.0.tgz", "integrity": "sha1-1UVjW+HjPFQmScaRc+Xeas+uNN0=" }, "camelcase-css": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/camelcase-css/-/camelcase-css-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-1.0.1.tgz", "integrity": "sha1-FXxCOCZfXPlKHf/ehkRlUsvz9wU=" }, "camelcase-keys": { "version": "4.2.0", - "resolved": "https://registry.js.ipfs.io/camelcase-keys/-/camelcase-keys-4.2.0.tgz", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-4.2.0.tgz", "integrity": "sha1-oqpfsa9oh1glnDLBQUJteJI7m3c=", "dev": true, "requires": { @@ -6243,7 +6174,7 @@ }, "caniuse-api": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/caniuse-api/-/caniuse-api-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", "requires": { "browserslist": "^4.0.0", @@ -6286,73 +6217,29 @@ }, "caniuse-lite": { "version": "1.0.30000912", - "resolved": "https://registry.js.ipfs.io/caniuse-lite/-/caniuse-lite-1.0.30000912.tgz", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30000912.tgz", "integrity": "sha512-M3zAtV36U+xw5mMROlTXpAHClmPAor6GPKAMD5Yi7glCB5sbMPFtnQ3rGpk4XqPdUrrTIaVYSJZxREZWNy8QJg==" }, "capture-stack-trace": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/capture-stack-trace/-/capture-stack-trace-1.0.1.tgz", "integrity": "sha512-mYQLZnx5Qt1JgB1WEiMCf2647plpGeQ2NMR/5L0HNZzGQo4fuSPnK+wjfPnKZV0aiJDgzmWqqkV/g7JD+DW0qw==" }, "caseless": { "version": "0.12.0", - "resolved": "https://registry.js.ipfs.io/caseless/-/caseless-0.12.0.tgz", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", "dev": true }, - "catbox": { - "version": "7.1.5", - "resolved": "https://registry.js.ipfs.io/catbox/-/catbox-7.1.5.tgz", - "integrity": "sha512-4fui5lELzqZ+9cnaAP/BcqXTH6LvWLBRtFhJ0I4FfgfXiSaZcf6k9m9dqOyChiTxNYtvLk7ZMYSf7ahMq3bf5A==", - "requires": { - "boom": "5.x.x", - "hoek": "4.x.x", - "joi": "10.x.x" - }, - "dependencies": { - "boom": { - "version": "5.2.0", - "resolved": "https://registry.js.ipfs.io/boom/-/boom-5.2.0.tgz", - "integrity": "sha512-Z5BTk6ZRe4tXXQlkqftmsAUANpXmuwlsF5Oov8ThoMbQRzdGTA1ngYRW160GexgOgjsFOKJz0LYhoNi+2AMBUw==", - "requires": { - "hoek": "4.x.x" - } - }, - "isemail": { - "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/isemail/-/isemail-2.2.1.tgz", - "integrity": "sha1-A1PT2aYpUQgMJiwqoKQrjqjp4qY=" - }, - "joi": { - "version": "10.6.0", - "resolved": "https://registry.js.ipfs.io/joi/-/joi-10.6.0.tgz", - "integrity": "sha512-hBF3LcqyAid+9X/pwg+eXjD2QBZI5eXnBFJYaAkH4SK3mp9QSRiiQnDYlmlz5pccMvnLcJRS4whhDOTCkmsAdQ==", - "requires": { - "hoek": "4.x.x", - "isemail": "2.x.x", - "items": "2.x.x", - "topo": "2.x.x" - } - } - } - }, - "catbox-memory": { - "version": "2.0.4", - "resolved": "https://registry.js.ipfs.io/catbox-memory/-/catbox-memory-2.0.4.tgz", - "integrity": "sha1-Qz4lWQLK9UIz0ShkKcj03xToItU=", - "requires": { - "hoek": "4.x.x" - } - }, "ccount": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/ccount/-/ccount-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/ccount/-/ccount-1.0.3.tgz", "integrity": "sha512-Jt9tIBkRc9POUof7QA/VwWd+58fKkEEfI+/t1/eOlxKM7ZhrczNzMFefge7Ai+39y1pR/pP6cI19guHy3FSLmw==", "dev": true }, "chai": { "version": "4.2.0", - "resolved": "https://registry.js.ipfs.io/chai/-/chai-4.2.0.tgz", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.2.0.tgz", "integrity": "sha512-XQU3bhBukrOsQCuwZndwGcCVQHyZi53fQ6Ys1Fym7E4olpIqqZZhhoFJoaKVvV17lWQoXYwgWN2nF5crA8J2jw==", "dev": true, "requires": { @@ -6371,7 +6258,7 @@ }, "chalk": { "version": "2.4.1", - "resolved": "https://registry.js.ipfs.io/chalk/-/chalk-2.4.1.tgz", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.1.tgz", "integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==", "requires": { "ansi-styles": "^3.2.1", @@ -6381,23 +6268,23 @@ }, "character-entities": { "version": "1.2.2", - "resolved": "https://registry.js.ipfs.io/character-entities/-/character-entities-1.2.2.tgz", + "resolved": "https://registry.npmjs.org/character-entities/-/character-entities-1.2.2.tgz", "integrity": "sha512-sMoHX6/nBiy3KKfC78dnEalnpn0Az0oSNvqUWYTtYrhRI5iUIYsROU48G+E+kMFQzqXaJ8kHJZ85n7y6/PHgwQ==" }, "character-entities-html4": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/character-entities-html4/-/character-entities-html4-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/character-entities-html4/-/character-entities-html4-1.1.2.tgz", "integrity": "sha512-sIrXwyna2+5b0eB9W149izTPJk/KkJTg6mEzDGibwBUkyH1SbDa+nf515Ppdi3MaH35lW0JFJDWeq9Luzes1Iw==", "dev": true }, "character-entities-legacy": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/character-entities-legacy/-/character-entities-legacy-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/character-entities-legacy/-/character-entities-legacy-1.1.2.tgz", "integrity": "sha512-9NB2VbXtXYWdXzqrvAHykE/f0QJxzaKIpZ5QzNZrrgQ7Iyxr2vnfS8fCBNVW9nUEZE0lo57nxKRqnzY/dKrwlA==" }, "character-reference-invalid": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/character-reference-invalid/-/character-reference-invalid-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.2.tgz", "integrity": "sha512-7I/xceXfKyUJmSAn/jw8ve/9DyOP7XxufNYLI9Px7CmsKgEUaZLUTax6nZxGQtaoiZCjpu6cHPj20xC/vqRReQ==" }, "chardet": { @@ -6407,30 +6294,30 @@ }, "charenc": { "version": "0.0.2", - "resolved": "https://registry.js.ipfs.io/charenc/-/charenc-0.0.2.tgz", + "resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz", "integrity": "sha1-wKHS86cJLgN3S/qD8UwPxXkKhmc=" }, "check-error": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/check-error/-/check-error-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.2.tgz", "integrity": "sha1-V00xLt2Iu13YkS6Sht1sCu1KrII=", "dev": true }, "check-more-types": { "version": "2.24.0", - "resolved": "https://registry.js.ipfs.io/check-more-types/-/check-more-types-2.24.0.tgz", + "resolved": "https://registry.npmjs.org/check-more-types/-/check-more-types-2.24.0.tgz", "integrity": "sha1-FCD/sQ/URNz8ebQ4kbv//TKoRgA=", "dev": true }, "check-types": { "version": "7.4.0", - "resolved": "https://registry.js.ipfs.io/check-types/-/check-types-7.4.0.tgz", + "resolved": "https://registry.npmjs.org/check-types/-/check-types-7.4.0.tgz", "integrity": "sha512-YbulWHdfP99UfZ73NcUDlNJhEIDgm9Doq9GhpyXbF+7Aegi3CVV7qqMCKTTqJxlvEvnQBp9IA+dxsGN6xK/nSg==", "dev": true }, "cheerio": { "version": "0.20.0", - "resolved": "https://registry.js.ipfs.io/cheerio/-/cheerio-0.20.0.tgz", + "resolved": "http://registry.npmjs.org/cheerio/-/cheerio-0.20.0.tgz", "integrity": "sha1-XHEPK6uVZTJyhCugHG6mGzVF7DU=", "dev": true, "requires": { @@ -6444,7 +6331,7 @@ "dependencies": { "domhandler": { "version": "2.3.0", - "resolved": "https://registry.js.ipfs.io/domhandler/-/domhandler-2.3.0.tgz", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz", "integrity": "sha1-LeWaCCLVAn+r/28DLCsloqir5zg=", "dev": true, "requires": { @@ -6453,7 +6340,7 @@ }, "htmlparser2": { "version": "3.8.3", - "resolved": "https://registry.js.ipfs.io/htmlparser2/-/htmlparser2-3.8.3.tgz", + "resolved": "http://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz", "integrity": "sha1-mWwosZFRaovoZQGn15dX5ccMEGg=", "dev": true, "requires": { @@ -6466,7 +6353,7 @@ "dependencies": { "entities": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/entities/-/entities-1.0.0.tgz", + "resolved": "http://registry.npmjs.org/entities/-/entities-1.0.0.tgz", "integrity": "sha1-sph6o4ITR/zeZCsk/fyeT7cSvyY=", "dev": true } @@ -6474,13 +6361,13 @@ }, "isarray": { "version": "0.0.1", - "resolved": "https://registry.js.ipfs.io/isarray/-/isarray-0.0.1.tgz", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", "dev": true }, "readable-stream": { "version": "1.1.14", - "resolved": "https://registry.js.ipfs.io/readable-stream/-/readable-stream-1.1.14.tgz", + "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", "dev": true, "requires": { @@ -6492,7 +6379,7 @@ }, "string_decoder": { "version": "0.10.31", - "resolved": "https://registry.js.ipfs.io/string_decoder/-/string_decoder-0.10.31.tgz", + "resolved": "http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", "dev": true } @@ -6500,7 +6387,7 @@ }, "chokidar": { "version": "2.0.4", - "resolved": "https://registry.js.ipfs.io/chokidar/-/chokidar-2.0.4.tgz", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.0.4.tgz", "integrity": "sha512-z9n7yt9rOvIJrMhvDtDictKrkFHeihkNl6uWMmZlmL6tJtX9Cs+87oK+teBx+JIgzvbX3yZHT3eF8vpbDxHJXQ==", "requires": { "anymatch": "^2.0.0", @@ -6520,25 +6407,20 @@ }, "chownr": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/chownr/-/chownr-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.1.tgz", "integrity": "sha512-j38EvO5+LHX84jlo6h4UzmOwi0UgW61WRyPtJz4qaadK5eY3BTS5TY/S1Stc3Uk2lIM6TPevAlULiEJwie860g==" }, "chrome-trace-event": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/chrome-trace-event/-/chrome-trace-event-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.0.tgz", "integrity": "sha512-xDbVgyfDTT2piup/h8dK/y4QZfJRSa73bw1WZ8b4XM1o7fsFubUVGYcE+1ANtOzJJELGpYoG2961z0Z6OAld9A==", "requires": { "tslib": "^1.9.0" } }, - "chunky": { - "version": "0.0.0", - "resolved": "https://registry.js.ipfs.io/chunky/-/chunky-0.0.0.tgz", - "integrity": "sha1-HnWAojwIOJfSrWYkWefv2EZfYIo=" - }, "ci-info": { "version": "1.6.0", - "resolved": "https://registry.js.ipfs.io/ci-info/-/ci-info-1.6.0.tgz", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-1.6.0.tgz", "integrity": "sha512-vsGdkwSCDpWmP80ncATX7iea5DWQemg1UgCW5J8tqjU3lYw4FBYuj89J0CTVomA7BEfvSZd84GmHko+MxFQU2A==" }, "cid-tool": { @@ -6668,14 +6550,6 @@ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" }, - "multicodec": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.1.tgz", - "integrity": "sha512-Q5glyZLdXVbbBxvRYHLQHpu8ydVf1422Z+v9fU47v2JCkiue7n+JcFS7uRv0cQW8hbVtgdtIDgYWPWaIKEXuXA==", - "requires": { - "varint": "^5.0.0" - } - }, "os-locale": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.1.0.tgz", @@ -6780,37 +6654,19 @@ } }, "cids": { - "version": "0.5.6", - "resolved": "https://registry.js.ipfs.io/cids/-/cids-0.5.6.tgz", - "integrity": "sha512-YoI5XDPsN4Na/BjbHQ6M2j6kwAu/oKklw7p1GIoQsd/rm6c+VpyIJrtEsGzK720hn4dw8+7AYvrJPqOQ0BJzGQ==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/cids/-/cids-0.6.0.tgz", + "integrity": "sha512-34wuIeiBZOuvBwUuYR4XooVuXUQI2PYU9VmgM2eB3xkSmQYRlv2kh/dIbmGiLY2GuONlGR3lLtYdVkx1G9yXUg==", "requires": { "class-is": "^1.1.0", "multibase": "~0.6.0", - "multicodec": "~0.2.7", + "multicodec": "~0.5.0", "multihashes": "~0.4.14" - }, - "dependencies": { - "base-x": { - "version": "3.0.4", - "resolved": "https://registry.js.ipfs.io/base-x/-/base-x-3.0.4.tgz", - "integrity": "sha512-UYOadoSIkEI/VrRGSG6qp93rp2WdokiAiNYDfGW5qURAY8GiAQkvMbwNNSDYiVJopqv4gCna7xqf4rrNGp+5AA==", - "requires": { - "safe-buffer": "^5.0.1" - } - }, - "multibase": { - "version": "0.6.0", - "resolved": "https://registry.js.ipfs.io/multibase/-/multibase-0.6.0.tgz", - "integrity": "sha512-R9bNLQhbD7MsitPm1NeY7w9sDgu6d7cuj25snAWH7k5PSNPSwIQQBpcpj8jx1W96dLbdigZqmUWOdQRMnAmgjA==", - "requires": { - "base-x": "3.0.4" - } - } } }, "cipher-base": { "version": "1.0.4", - "resolved": "https://registry.js.ipfs.io/cipher-base/-/cipher-base-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", "requires": { "inherits": "^2.0.1", @@ -6819,17 +6675,17 @@ }, "circular-json": { "version": "0.3.3", - "resolved": "https://registry.js.ipfs.io/circular-json/-/circular-json-0.3.3.tgz", + "resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.3.3.tgz", "integrity": "sha512-UZK3NBx2Mca+b5LsG7bY183pHWt5Y1xts4P3Pz7ENTwGVnJOUWbRb3ocjvX7hx9tq/yTAdclXm9sZ38gNuem4A==" }, "class-is": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/class-is/-/class-is-1.1.0.tgz", + "resolved": "http://registry.npmjs.org/class-is/-/class-is-1.1.0.tgz", "integrity": "sha512-rhjH9AG1fvabIDoGRVH587413LPjTZgmDF9fOFCbFJQV4yuocX1mHxxvXI4g3cGwbVY9wAYIoKlg1N79frJKQw==" }, "class-utils": { "version": "0.3.6", - "resolved": "https://registry.js.ipfs.io/class-utils/-/class-utils-0.3.6.tgz", + "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", "requires": { "arr-union": "^3.1.0", @@ -6840,7 +6696,7 @@ "dependencies": { "define-property": { "version": "0.2.5", - "resolved": "https://registry.js.ipfs.io/define-property/-/define-property-0.2.5.tgz", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "requires": { "is-descriptor": "^0.1.0" @@ -6850,12 +6706,12 @@ }, "classnames": { "version": "2.2.6", - "resolved": "https://registry.js.ipfs.io/classnames/-/classnames-2.2.6.tgz", + "resolved": "https://registry.npmjs.org/classnames/-/classnames-2.2.6.tgz", "integrity": "sha512-JR/iSQOSt+LQIWwrwEzJ9uk0xfN3mTVYMwt1Ir5mUcSN6pU+V4zQFFaJsclJbPuAUQH+yfWef6tm7l1quW3C8Q==" }, "clean-documentation-theme": { "version": "0.5.2", - "resolved": "https://registry.js.ipfs.io/clean-documentation-theme/-/clean-documentation-theme-0.5.2.tgz", + "resolved": "https://registry.npmjs.org/clean-documentation-theme/-/clean-documentation-theme-0.5.2.tgz", "integrity": "sha512-I57pY8V/TM76QsWDu6y+cb2GqyrRW3L9VLfMTHQaXqbmuqn2Jslf4mJc5di9GkOnLYErvCJnD1g69XRS69yN4g==", "dev": true, "requires": { @@ -6879,7 +6735,7 @@ "dependencies": { "babel-core": { "version": "6.26.3", - "resolved": "https://registry.js.ipfs.io/babel-core/-/babel-core-6.26.3.tgz", + "resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.26.3.tgz", "integrity": "sha512-6jyFLuDmeidKmUEb3NM+/yawG0M2bDZ9Z1qbZP59cyHLz8kYGKYwpJP0UwUKKUiTRNvxfLesJnTedqczP7cTDA==", "dev": true, "requires": { @@ -6906,13 +6762,13 @@ }, "babylon": { "version": "6.18.0", - "resolved": "https://registry.js.ipfs.io/babylon/-/babylon-6.18.0.tgz", + "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz", "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==", "dev": true }, "cliui": { "version": "3.2.0", - "resolved": "https://registry.js.ipfs.io/cliui/-/cliui-3.2.0.tgz", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz", "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=", "dev": true, "requires": { @@ -6923,7 +6779,7 @@ "dependencies": { "string-width": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/string-width/-/string-width-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", "dev": true, "requires": { @@ -6936,7 +6792,7 @@ }, "debug": { "version": "2.6.9", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, "requires": { @@ -6945,7 +6801,7 @@ }, "documentation": { "version": "5.5.0", - "resolved": "https://registry.js.ipfs.io/documentation/-/documentation-5.5.0.tgz", + "resolved": "http://registry.npmjs.org/documentation/-/documentation-5.5.0.tgz", "integrity": "sha512-Aod3HOI+8zMhwWztDlECRsDfJ8SFu4oADvipOLq3gnWKy4Cpg2oF5AWT+U6PcX85KuguDI6c+q+2YwYEx99B/A==", "dev": true, "requires": { @@ -7002,7 +6858,7 @@ "dependencies": { "vinyl-fs": { "version": "3.0.3", - "resolved": "https://registry.js.ipfs.io/vinyl-fs/-/vinyl-fs-3.0.3.tgz", + "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-3.0.3.tgz", "integrity": "sha512-vIu34EkyNyJxmP0jscNzWBSygh7VWhqun6RmqVfXePrOwi9lhvRs//dOaGOTRUQr4tx7/zd26Tk5WeSVZitgng==", "dev": true, "requires": { @@ -7029,7 +6885,7 @@ }, "is-fullwidth-code-point": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", "dev": true, "requires": { @@ -7038,13 +6894,13 @@ }, "json5": { "version": "0.5.1", - "resolved": "https://registry.js.ipfs.io/json5/-/json5-0.5.1.tgz", + "resolved": "http://registry.npmjs.org/json5/-/json5-0.5.1.tgz", "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=", "dev": true }, "load-json-file": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/load-json-file/-/load-json-file-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", "dev": true, "requires": { @@ -7056,13 +6912,13 @@ }, "mime": { "version": "1.6.0", - "resolved": "https://registry.js.ipfs.io/mime/-/mime-1.6.0.tgz", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", "dev": true }, "path-type": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/path-type/-/path-type-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", "dev": true, "requires": { @@ -7071,7 +6927,7 @@ }, "react": { "version": "15.6.2", - "resolved": "https://registry.js.ipfs.io/react/-/react-15.6.2.tgz", + "resolved": "https://registry.npmjs.org/react/-/react-15.6.2.tgz", "integrity": "sha1-26BDSrQ5z+gvEI8PURZjkIF5qnI=", "dev": true, "requires": { @@ -7084,7 +6940,7 @@ }, "react-dom": { "version": "15.6.2", - "resolved": "https://registry.js.ipfs.io/react-dom/-/react-dom-15.6.2.tgz", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-15.6.2.tgz", "integrity": "sha1-Qc+t9pO3V/rycIRDodH9WgK+9zA=", "dev": true, "requires": { @@ -7096,7 +6952,7 @@ }, "read-pkg": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/read-pkg/-/read-pkg-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", "dev": true, "requires": { @@ -7107,7 +6963,7 @@ }, "read-pkg-up": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/read-pkg-up/-/read-pkg-up-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", "dev": true, "requires": { @@ -7117,7 +6973,7 @@ }, "yargs": { "version": "9.0.1", - "resolved": "https://registry.js.ipfs.io/yargs/-/yargs-9.0.1.tgz", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-9.0.1.tgz", "integrity": "sha1-UqzCP+7Kw0BCB47njAwAf1CF20w=", "dev": true, "requires": { @@ -7138,7 +6994,7 @@ "dependencies": { "load-json-file": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/load-json-file/-/load-json-file-2.0.0.tgz", + "resolved": "http://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz", "integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=", "dev": true, "requires": { @@ -7150,7 +7006,7 @@ }, "parse-json": { "version": "2.2.0", - "resolved": "https://registry.js.ipfs.io/parse-json/-/parse-json-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", "dev": true, "requires": { @@ -7159,7 +7015,7 @@ }, "path-type": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/path-type/-/path-type-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz", "integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=", "dev": true, "requires": { @@ -7168,13 +7024,13 @@ }, "pify": { "version": "2.3.0", - "resolved": "https://registry.js.ipfs.io/pify/-/pify-2.3.0.tgz", + "resolved": "http://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", "dev": true }, "read-pkg": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/read-pkg/-/read-pkg-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz", "integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=", "dev": true, "requires": { @@ -7185,7 +7041,7 @@ }, "read-pkg-up": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/read-pkg-up/-/read-pkg-up-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz", "integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=", "dev": true, "requires": { @@ -7197,7 +7053,7 @@ }, "yargs-parser": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/yargs-parser/-/yargs-parser-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-7.0.0.tgz", "integrity": "sha1-jQrELxbqVd69MyyvTEA4s+P139k=", "dev": true, "requires": { @@ -7208,12 +7064,12 @@ }, "cli-boxes": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/cli-boxes/-/cli-boxes-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-1.0.0.tgz", "integrity": "sha1-T6kXw+WclKAEzWH47lCdplFocUM=" }, "cli-cursor": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/cli-cursor/-/cli-cursor-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-2.1.0.tgz", "integrity": "sha1-s12sN2R5+sw+lHR9QdDQ9SOP/LU=", "requires": { "restore-cursor": "^2.0.0" @@ -7221,7 +7077,7 @@ }, "cli-spinners": { "version": "0.1.2", - "resolved": "https://registry.js.ipfs.io/cli-spinners/-/cli-spinners-0.1.2.tgz", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-0.1.2.tgz", "integrity": "sha1-u3ZNiOGF+54eaiofGXcjGPYF4xw=", "dev": true }, @@ -7237,7 +7093,7 @@ }, "cli-truncate": { "version": "0.2.1", - "resolved": "https://registry.js.ipfs.io/cli-truncate/-/cli-truncate-0.2.1.tgz", + "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-0.2.1.tgz", "integrity": "sha1-nxXPuwcFAFNpIWxiasfQWrkN1XQ=", "dev": true, "requires": { @@ -7247,7 +7103,7 @@ "dependencies": { "is-fullwidth-code-point": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", "dev": true, "requires": { @@ -7256,13 +7112,13 @@ }, "slice-ansi": { "version": "0.0.4", - "resolved": "https://registry.js.ipfs.io/slice-ansi/-/slice-ansi-0.0.4.tgz", + "resolved": "http://registry.npmjs.org/slice-ansi/-/slice-ansi-0.0.4.tgz", "integrity": "sha1-7b+JA/ZvfOL46v1s7tZeJkyDGzU=", "dev": true }, "string-width": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/string-width/-/string-width-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", "dev": true, "requires": { @@ -7275,12 +7131,12 @@ }, "cli-width": { "version": "2.2.0", - "resolved": "https://registry.js.ipfs.io/cli-width/-/cli-width-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.0.tgz", "integrity": "sha1-/xnt6Kml5XkyQUewwR8PvLq+1jk=" }, "clipboard": { "version": "2.0.4", - "resolved": "https://registry.js.ipfs.io/clipboard/-/clipboard-2.0.4.tgz", + "resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.4.tgz", "integrity": "sha512-Vw26VSLRpJfBofiVaFb/I8PVfdI1OxKcYShe6fm0sP/DtmiWQNCjhM/okTvdCo0G+lMMm1rMYbk4IK4x1X+kgQ==", "optional": true, "requires": { @@ -7300,7 +7156,7 @@ }, "cliui": { "version": "4.1.0", - "resolved": "https://registry.js.ipfs.io/cliui/-/cliui-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-4.1.0.tgz", "integrity": "sha512-4FG+RSG9DL7uEwRUZXZn3SS34DiDPfzP0VOiEwtUWlE+AR2EIg+hSyvrIgUUfhdgR/UkAeW2QHgeP+hWrXs7jQ==", "requires": { "string-width": "^2.1.1", @@ -7310,12 +7166,12 @@ "dependencies": { "ansi-regex": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/ansi-regex/-/ansi-regex-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" }, "strip-ansi": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/strip-ansi/-/strip-ansi-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "requires": { "ansi-regex": "^3.0.0" @@ -7325,12 +7181,12 @@ }, "clone": { "version": "1.0.4", - "resolved": "https://registry.js.ipfs.io/clone/-/clone-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=" }, "clone-buffer": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/clone-buffer/-/clone-buffer-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz", "integrity": "sha1-4+JbIHrE5wGvch4staFnksrD3Fg=", "dev": true }, @@ -7357,7 +7213,7 @@ }, "clone-regexp": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/clone-regexp/-/clone-regexp-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/clone-regexp/-/clone-regexp-1.0.1.tgz", "integrity": "sha512-Fcij9IwRW27XedRIJnSOEupS7RVcXtObJXbcUOX93UCLqqOdRpkvzKywOOSizmEK/Is3S/RHX9dLdfo6R1Q1mw==", "dev": true, "requires": { @@ -7367,7 +7223,7 @@ }, "clone-response": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/clone-response/-/clone-response-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/clone-response/-/clone-response-1.0.2.tgz", "integrity": "sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=", "requires": { "mimic-response": "^1.0.0" @@ -7375,13 +7231,13 @@ }, "clone-stats": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/clone-stats/-/clone-stats-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-1.0.0.tgz", "integrity": "sha1-s3gt/4u1R04Yuba/D9/ngvh3doA=", "dev": true }, "cloneable-readable": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/cloneable-readable/-/cloneable-readable-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/cloneable-readable/-/cloneable-readable-1.1.2.tgz", "integrity": "sha512-Bq6+4t+lbM8vhTs/Bef5c5AdEMtapp/iFb6+s4/Hh9MVTt8OLKH7ZOOZSCT+Ys7hsHvqv0GuMPJ1lnQJVHvxpg==", "dev": true, "requires": { @@ -7392,7 +7248,7 @@ }, "coa": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/coa/-/coa-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/coa/-/coa-2.0.1.tgz", "integrity": "sha512-5wfTTO8E2/ja4jFSxePXlG5nRu5bBtL/r1HCIpJW/lzT6yDtKl0u0Z4o/Vpz32IpKmBn7HerheEZQgA9N2DarQ==", "requires": { "q": "^1.1.2" @@ -7400,12 +7256,12 @@ }, "code-point-at": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/code-point-at/-/code-point-at-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=" }, "codecov": { "version": "3.1.0", - "resolved": "https://registry.js.ipfs.io/codecov/-/codecov-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/codecov/-/codecov-3.1.0.tgz", "integrity": "sha512-aWQc/rtHbcWEQLka6WmBAOpV58J2TwyXqlpAQGhQaSiEUoigTTUk6lLd2vB3kXkhnDyzyH74RXfmV4dq2txmdA==", "dev": true, "requires": { @@ -7418,12 +7274,12 @@ }, "collapse-white-space": { "version": "1.0.4", - "resolved": "https://registry.js.ipfs.io/collapse-white-space/-/collapse-white-space-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/collapse-white-space/-/collapse-white-space-1.0.4.tgz", "integrity": "sha512-YfQ1tAUZm561vpYD+5eyWN8+UsceQbSrqqlc/6zDY2gtAE+uZLSdkkovhnGpmCThsvKBFakq4EdY/FF93E8XIw==" }, "collection-visit": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/collection-visit/-/collection-visit-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", "requires": { "map-visit": "^1.0.0", @@ -7432,7 +7288,7 @@ }, "color": { "version": "3.1.0", - "resolved": "https://registry.js.ipfs.io/color/-/color-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/color/-/color-3.1.0.tgz", "integrity": "sha512-CwyopLkuRYO5ei2EpzpIh6LqJMt6Mt+jZhO5VI5f/wJLZriXQE32/SSqzmrh+QB+AZT81Cj8yv+7zwToW8ahZg==", "requires": { "color-convert": "^1.9.1", @@ -7441,7 +7297,7 @@ }, "color-convert": { "version": "1.9.3", - "resolved": "https://registry.js.ipfs.io/color-convert/-/color-convert-1.9.3.tgz", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "requires": { "color-name": "1.1.3" @@ -7449,12 +7305,12 @@ }, "color-name": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/color-name/-/color-name-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" }, "color-string": { "version": "1.5.3", - "resolved": "https://registry.js.ipfs.io/color-string/-/color-string-1.5.3.tgz", + "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.5.3.tgz", "integrity": "sha512-dC2C5qeWoYkxki5UAXapdjqO672AM4vZuPGRQfO8b5HKuKGBbKWpITyDYN7TOFKvRW7kOgAn3746clDBMDJyQw==", "requires": { "color-name": "^1.0.0", @@ -7463,12 +7319,12 @@ }, "colors": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/colors/-/colors-1.1.2.tgz", + "resolved": "http://registry.npmjs.org/colors/-/colors-1.1.2.tgz", "integrity": "sha1-FopHAXVran9RoSzgyXv6KMCE7WM=" }, "combine-lists": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/combine-lists/-/combine-lists-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/combine-lists/-/combine-lists-1.0.1.tgz", "integrity": "sha1-RYwH4J4NkA/Ci3Cj/sLazR0st/Y=", "dev": true, "requires": { @@ -7477,7 +7333,7 @@ }, "combined-stream": { "version": "1.0.7", - "resolved": "https://registry.js.ipfs.io/combined-stream/-/combined-stream-1.0.7.tgz", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.7.tgz", "integrity": "sha512-brWl9y6vOB1xYPZcpZde3N9zDByXTosAeMDo4p1wzo6UMOX4vumB+TP1RZ76sfE6Md68Q0NJSrE/gbezd4Ul+w==", "dev": true, "requires": { @@ -7486,7 +7342,7 @@ }, "comma-separated-tokens": { "version": "1.0.5", - "resolved": "https://registry.js.ipfs.io/comma-separated-tokens/-/comma-separated-tokens-1.0.5.tgz", + "resolved": "https://registry.npmjs.org/comma-separated-tokens/-/comma-separated-tokens-1.0.5.tgz", "integrity": "sha512-Cg90/fcK93n0ecgYTAz1jaA3zvnQ0ExlmKY1rdbyHqAx6BHxwoJc+J7HDu0iuQ7ixEs1qaa+WyQ6oeuBpYP1iA==", "dev": true, "requires": { @@ -7495,17 +7351,17 @@ }, "command-exists": { "version": "1.2.8", - "resolved": "https://registry.js.ipfs.io/command-exists/-/command-exists-1.2.8.tgz", + "resolved": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.8.tgz", "integrity": "sha512-PM54PkseWbiiD/mMsbvW351/u+dafwTJ0ye2qB60G1aGQP9j3xK2gmMDc+R34L3nDtx4qMCitXT75mkbkGJDLw==" }, "commander": { "version": "2.19.0", - "resolved": "https://registry.js.ipfs.io/commander/-/commander-2.19.0.tgz", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.19.0.tgz", "integrity": "sha512-6tvAOO+D6OENvRAh524Dh9jcfKTYDQAqvqezbCW82xj5X0pSrcpxtvRKHLG0yBY6SD7PSDrJaj+0AiOcKVd1Xg==" }, "commitlint": { "version": "7.2.1", - "resolved": "https://registry.js.ipfs.io/commitlint/-/commitlint-7.2.1.tgz", + "resolved": "https://registry.npmjs.org/commitlint/-/commitlint-7.2.1.tgz", "integrity": "sha512-P0TB+bjQleuNK6S22yelvsUJygxfIBtYQjfpuAOOYbUyw46k3hfXImR39WLofl9SPDGr3burcDo8eBgHgvzXRw==", "dev": true, "requires": { @@ -7516,7 +7372,7 @@ "dependencies": { "@commitlint/cli": { "version": "7.2.1", - "resolved": "https://registry.js.ipfs.io/@commitlint/cli/-/cli-7.2.1.tgz", + "resolved": "https://registry.npmjs.org/@commitlint/cli/-/cli-7.2.1.tgz", "integrity": "sha512-PUHWGoQOx8m6ZSpZPSHb+YISFAvW7jiWvCJOQiViKHZC8CLKu4bjyc/AwP8gBte0RsTGAu1ekiitp5Q0NcLGcA==", "dev": true, "requires": { @@ -7536,7 +7392,7 @@ }, "chalk": { "version": "2.3.1", - "resolved": "https://registry.js.ipfs.io/chalk/-/chalk-2.3.1.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-2.3.1.tgz", "integrity": "sha512-QUU4ofkDoMIVO7hcx1iPTISs88wsO8jA92RQIm4JAwZvFGGAV2hSAA1NX7oVj2Ej2Q6NDTcRDjPTFrMCRZoJ6g==", "dev": true, "requires": { @@ -7547,13 +7403,13 @@ }, "get-stdin": { "version": "5.0.1", - "resolved": "https://registry.js.ipfs.io/get-stdin/-/get-stdin-5.0.1.tgz", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-5.0.1.tgz", "integrity": "sha1-Ei4WFZHiH/TFJTAwVpPyDmOTo5g=", "dev": true }, "load-json-file": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/load-json-file/-/load-json-file-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", "dev": true, "requires": { @@ -7565,7 +7421,7 @@ }, "meow": { "version": "5.0.0", - "resolved": "https://registry.js.ipfs.io/meow/-/meow-5.0.0.tgz", + "resolved": "https://registry.npmjs.org/meow/-/meow-5.0.0.tgz", "integrity": "sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==", "dev": true, "requires": { @@ -7582,7 +7438,7 @@ }, "path-type": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/path-type/-/path-type-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", "dev": true, "requires": { @@ -7591,7 +7447,7 @@ }, "read-pkg": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/read-pkg/-/read-pkg-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", "dev": true, "requires": { @@ -7602,7 +7458,7 @@ }, "read-pkg-up": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/read-pkg-up/-/read-pkg-up-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", "dev": true, "requires": { @@ -7612,13 +7468,13 @@ }, "resolve-from": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/resolve-from/-/resolve-from-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "dev": true }, "yargs-parser": { "version": "10.1.0", - "resolved": "https://registry.js.ipfs.io/yargs-parser/-/yargs-parser-10.1.0.tgz", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.1.0.tgz", "integrity": "sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==", "dev": true, "requires": { @@ -7629,17 +7485,17 @@ }, "common-tags": { "version": "1.8.0", - "resolved": "https://registry.js.ipfs.io/common-tags/-/common-tags-1.8.0.tgz", + "resolved": "https://registry.npmjs.org/common-tags/-/common-tags-1.8.0.tgz", "integrity": "sha512-6P6g0uetGpW/sdyUy/iQQCbFF0kWVMSIVSyYz7Zgjcgh8mgw8PQzDNZeyZ5DQ2gM7LBoZPHmnjz8rUthkBG5tw==" }, "commondir": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/commondir/-/commondir-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" }, "compare-func": { "version": "1.3.2", - "resolved": "https://registry.js.ipfs.io/compare-func/-/compare-func-1.3.2.tgz", + "resolved": "https://registry.npmjs.org/compare-func/-/compare-func-1.3.2.tgz", "integrity": "sha1-md0LpFfh+bxyKxLAjsM+6rMfpkg=", "dev": true, "requires": { @@ -7649,7 +7505,7 @@ "dependencies": { "dot-prop": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/dot-prop/-/dot-prop-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-3.0.0.tgz", "integrity": "sha1-G3CK8JSknJoOfbyteQq6U52sEXc=", "dev": true, "requires": { @@ -7660,12 +7516,12 @@ }, "component-bind": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/component-bind/-/component-bind-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz", "integrity": "sha1-AMYIq33Nk4l8AAllGx06jh5zu9E=" }, "component-clone": { "version": "0.2.2", - "resolved": "https://registry.js.ipfs.io/component-clone/-/component-clone-0.2.2.tgz", + "resolved": "https://registry.npmjs.org/component-clone/-/component-clone-0.2.2.tgz", "integrity": "sha1-x/WXmCKID62M+wliuikYbQYe4E8=", "requires": { "component-type": "*" @@ -7673,27 +7529,27 @@ }, "component-emitter": { "version": "1.2.1", - "resolved": "https://registry.js.ipfs.io/component-emitter/-/component-emitter-1.2.1.tgz", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz", "integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=" }, "component-inherit": { "version": "0.0.3", - "resolved": "https://registry.js.ipfs.io/component-inherit/-/component-inherit-0.0.3.tgz", + "resolved": "https://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz", "integrity": "sha1-ZF/ErfWLcrZJ1crmUTVhnbJv8UM=" }, "component-props": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/component-props/-/component-props-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/component-props/-/component-props-1.1.1.tgz", "integrity": "sha1-+bffm5kntubZfJvScqqGdnDzSUQ=" }, "component-raf": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/component-raf/-/component-raf-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/component-raf/-/component-raf-1.2.0.tgz", "integrity": "sha1-srxy1D8bAU/eeks8RHx2S8c8y6o=" }, "component-tween": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/component-tween/-/component-tween-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/component-tween/-/component-tween-1.2.0.tgz", "integrity": "sha1-zDnOXbqwW1KCX0HRlHY4oLAbK4o=", "requires": { "component-clone": "0.2.2", @@ -7704,19 +7560,19 @@ "dependencies": { "component-emitter": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/component-emitter/-/component-emitter-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.0.tgz", "integrity": "sha1-zNETqGOI0GSC0D3j/H35hSa6jv4=" } } }, "component-type": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/component-type/-/component-type-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/component-type/-/component-type-1.1.0.tgz", "integrity": "sha1-lbZmqtU+XI0fK+E1xFtdSZGXwMU=" }, "component-xor": { "version": "0.0.4", - "resolved": "https://registry.js.ipfs.io/component-xor/-/component-xor-0.0.4.tgz", + "resolved": "https://registry.npmjs.org/component-xor/-/component-xor-0.0.4.tgz", "integrity": "sha1-xV2DzMG5TNUImk6T+niRxyY+Wao=" }, "compressible": { @@ -7750,7 +7606,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { "ms": "2.0.0" @@ -7760,12 +7616,12 @@ }, "concat-map": { "version": "0.0.1", - "resolved": "https://registry.js.ipfs.io/concat-map/-/concat-map-0.0.1.tgz", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" }, "concat-stream": { "version": "1.6.2", - "resolved": "https://registry.js.ipfs.io/concat-stream/-/concat-stream-1.6.2.tgz", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", "requires": { "buffer-from": "^1.0.0", @@ -7776,7 +7632,7 @@ }, "configstore": { "version": "3.1.2", - "resolved": "https://registry.js.ipfs.io/configstore/-/configstore-3.1.2.tgz", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-3.1.2.tgz", "integrity": "sha512-vtv5HtGjcYUgFrXc6Kx747B83MRRVS5R1VTEQoXvuP+kMI+if6uywV0nDGoiydJRy4yk7h9od5Og0kxx4zUXmw==", "requires": { "dot-prop": "^4.1.0", @@ -7794,7 +7650,7 @@ }, "connect": { "version": "3.6.6", - "resolved": "https://registry.js.ipfs.io/connect/-/connect-3.6.6.tgz", + "resolved": "https://registry.npmjs.org/connect/-/connect-3.6.6.tgz", "integrity": "sha1-Ce/2xVr3I24TcTWnJXSFi2eG9SQ=", "dev": true, "requires": { @@ -7806,7 +7662,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, "requires": { @@ -7815,7 +7671,7 @@ }, "finalhandler": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/finalhandler/-/finalhandler-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.0.tgz", "integrity": "sha1-zgtoVbRYU+eRsvzGgARtiCU91/U=", "dev": true, "requires": { @@ -7830,7 +7686,7 @@ }, "statuses": { "version": "1.3.1", - "resolved": "https://registry.js.ipfs.io/statuses/-/statuses-1.3.1.tgz", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz", "integrity": "sha1-+vUbnrdKrvOzrPStX2Gr8ky3uT4=", "dev": true } @@ -7843,7 +7699,7 @@ }, "console-browserify": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/console-browserify/-/console-browserify-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz", "integrity": "sha1-8CQcRXMKn8YyOyBtvzjtx0HQuxA=", "requires": { "date-now": "^0.1.4" @@ -7851,22 +7707,22 @@ }, "console-control-strings": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/console-control-strings/-/console-control-strings-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=" }, "constants-browserify": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/constants-browserify/-/constants-browserify-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", "integrity": "sha1-wguW2MYXdIqvHBYCF2DNJ/y4y3U=" }, "contains-path": { "version": "0.1.0", - "resolved": "https://registry.js.ipfs.io/contains-path/-/contains-path-0.1.0.tgz", + "resolved": "https://registry.npmjs.org/contains-path/-/contains-path-0.1.0.tgz", "integrity": "sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo=" }, "content": { "version": "3.0.7", - "resolved": "https://registry.js.ipfs.io/content/-/content-3.0.7.tgz", + "resolved": "https://registry.npmjs.org/content/-/content-3.0.7.tgz", "integrity": "sha512-LXtnSnvE+Z1Cjpa3P9gh9kb396qV4MqpfwKy777BOSF8n6nw2vAi03tHNl0/XRqZUyzVzY/+nMXOZVnEapWzdg==", "requires": { "boom": "5.x.x" @@ -7874,7 +7730,7 @@ "dependencies": { "boom": { "version": "5.2.0", - "resolved": "https://registry.js.ipfs.io/boom/-/boom-5.2.0.tgz", + "resolved": "https://registry.npmjs.org/boom/-/boom-5.2.0.tgz", "integrity": "sha512-Z5BTk6ZRe4tXXQlkqftmsAUANpXmuwlsF5Oov8ThoMbQRzdGTA1ngYRW160GexgOgjsFOKJz0LYhoNi+2AMBUw==", "requires": { "hoek": "4.x.x" @@ -7884,23 +7740,23 @@ }, "content-disposition": { "version": "0.5.2", - "resolved": "https://registry.js.ipfs.io/content-disposition/-/content-disposition-0.5.2.tgz", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz", "integrity": "sha1-DPaLud318r55YcOoUXjLhdunjLQ=" }, "content-type": { "version": "1.0.4", - "resolved": "https://registry.js.ipfs.io/content-type/-/content-type-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" }, "continuable-cache": { "version": "0.3.1", - "resolved": "https://registry.js.ipfs.io/continuable-cache/-/continuable-cache-0.3.1.tgz", + "resolved": "https://registry.npmjs.org/continuable-cache/-/continuable-cache-0.3.1.tgz", "integrity": "sha1-vXJ6f67XfnH/OYWskzUakSczrQ8=", "dev": true }, "conventional-changelog": { "version": "2.0.3", - "resolved": "https://registry.js.ipfs.io/conventional-changelog/-/conventional-changelog-2.0.3.tgz", + "resolved": "https://registry.npmjs.org/conventional-changelog/-/conventional-changelog-2.0.3.tgz", "integrity": "sha512-4bcII9cJHSKb2qi9e8qGF6aJHLf/AB0dokhyR+X6QILTMl77s4l163vK+reXhajvfOYbbHQvsrWybr5+PKZwNA==", "dev": true, "requires": { @@ -7919,7 +7775,7 @@ }, "conventional-changelog-angular": { "version": "1.6.6", - "resolved": "https://registry.js.ipfs.io/conventional-changelog-angular/-/conventional-changelog-angular-1.6.6.tgz", + "resolved": "http://registry.npmjs.org/conventional-changelog-angular/-/conventional-changelog-angular-1.6.6.tgz", "integrity": "sha512-suQnFSqCxRwyBxY68pYTsFkG0taIdinHLNEAX5ivtw8bCRnIgnpvcHmlR/yjUyZIrNPYAoXlY1WiEKWgSE4BNg==", "dev": true, "requires": { @@ -7929,7 +7785,7 @@ }, "conventional-changelog-atom": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/conventional-changelog-atom/-/conventional-changelog-atom-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-2.0.1.tgz", "integrity": "sha512-9BniJa4gLwL20Sm7HWSNXd0gd9c5qo49gCi8nylLFpqAHhkFTj7NQfROq3f1VpffRtzfTQp4VKU5nxbe2v+eZQ==", "dev": true, "requires": { @@ -7938,7 +7794,7 @@ }, "conventional-changelog-codemirror": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/conventional-changelog-codemirror/-/conventional-changelog-codemirror-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/conventional-changelog-codemirror/-/conventional-changelog-codemirror-2.0.1.tgz", "integrity": "sha512-23kT5IZWa+oNoUaDUzVXMYn60MCdOygTA2I+UjnOMiYVhZgmVwNd6ri/yDlmQGXHqbKhNR5NoXdBzSOSGxsgIQ==", "dev": true, "requires": { @@ -7947,7 +7803,7 @@ }, "conventional-changelog-core": { "version": "3.1.5", - "resolved": "https://registry.js.ipfs.io/conventional-changelog-core/-/conventional-changelog-core-3.1.5.tgz", + "resolved": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-3.1.5.tgz", "integrity": "sha512-iwqAotS4zk0wA4S84YY1JCUG7X3LxaRjJxuUo6GI4dZuIy243j5nOg/Ora35ExT4DOiw5dQbMMQvw2SUjh6moQ==", "dev": true, "requires": { @@ -7968,7 +7824,7 @@ "dependencies": { "conventional-commits-parser": { "version": "3.0.1", - "resolved": "https://registry.js.ipfs.io/conventional-commits-parser/-/conventional-commits-parser-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-3.0.1.tgz", "integrity": "sha512-P6U5UOvDeidUJ8ebHVDIoXzI7gMlQ1OF/id6oUvp8cnZvOXMt1n8nYl74Ey9YMn0uVQtxmCtjPQawpsssBWtGg==", "dev": true, "requires": { @@ -7983,7 +7839,7 @@ }, "git-raw-commits": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/git-raw-commits/-/git-raw-commits-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/git-raw-commits/-/git-raw-commits-2.0.0.tgz", "integrity": "sha512-w4jFEJFgKXMQJ0H0ikBk2S+4KP2VEjhCvLCNqbNRQC8BgGWgLKNCO7a9K9LI+TVT7Gfoloje502sEnctibffgg==", "dev": true, "requires": { @@ -7996,7 +7852,7 @@ }, "load-json-file": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/load-json-file/-/load-json-file-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", "dev": true, "requires": { @@ -8008,7 +7864,7 @@ }, "path-type": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/path-type/-/path-type-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", "dev": true, "requires": { @@ -8017,7 +7873,7 @@ }, "read-pkg": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/read-pkg/-/read-pkg-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", "dev": true, "requires": { @@ -8028,7 +7884,7 @@ }, "read-pkg-up": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/read-pkg-up/-/read-pkg-up-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", "dev": true, "requires": { @@ -8040,7 +7896,7 @@ }, "conventional-changelog-ember": { "version": "2.0.2", - "resolved": "https://registry.js.ipfs.io/conventional-changelog-ember/-/conventional-changelog-ember-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-2.0.2.tgz", "integrity": "sha512-qtZbA3XefO/n6DDmkYywDYi6wDKNNc98MMl2F9PKSaheJ25Trpi3336W8fDlBhq0X+EJRuseceAdKLEMmuX2tg==", "dev": true, "requires": { @@ -8049,7 +7905,7 @@ }, "conventional-changelog-eslint": { "version": "3.0.1", - "resolved": "https://registry.js.ipfs.io/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-3.0.1.tgz", "integrity": "sha512-yH3+bYrtvgKxSFChUBQnKNh9/U9kN2JElYBm253VpYs5wXhPHVc9ENcuVGWijh24nnOkei7wEJmnmUzgZ4ok+A==", "dev": true, "requires": { @@ -8058,7 +7914,7 @@ }, "conventional-changelog-express": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/conventional-changelog-express/-/conventional-changelog-express-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/conventional-changelog-express/-/conventional-changelog-express-2.0.1.tgz", "integrity": "sha512-G6uCuCaQhLxdb4eEfAIHpcfcJ2+ao3hJkbLrw/jSK/eROeNfnxCJasaWdDAfFkxsbpzvQT4W01iSynU3OoPLIw==", "dev": true, "requires": { @@ -8067,7 +7923,7 @@ }, "conventional-changelog-jquery": { "version": "0.1.0", - "resolved": "https://registry.js.ipfs.io/conventional-changelog-jquery/-/conventional-changelog-jquery-0.1.0.tgz", + "resolved": "http://registry.npmjs.org/conventional-changelog-jquery/-/conventional-changelog-jquery-0.1.0.tgz", "integrity": "sha1-Agg5cWLjhGmG5xJztsecW1+A9RA=", "dev": true, "requires": { @@ -8076,7 +7932,7 @@ }, "conventional-changelog-jscs": { "version": "0.1.0", - "resolved": "https://registry.js.ipfs.io/conventional-changelog-jscs/-/conventional-changelog-jscs-0.1.0.tgz", + "resolved": "https://registry.npmjs.org/conventional-changelog-jscs/-/conventional-changelog-jscs-0.1.0.tgz", "integrity": "sha1-BHnrRDzH1yxYvwvPDvHURKkvDlw=", "dev": true, "requires": { @@ -8085,7 +7941,7 @@ }, "conventional-changelog-jshint": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/conventional-changelog-jshint/-/conventional-changelog-jshint-2.0.1.tgz", "integrity": "sha512-kRFJsCOZzPFm2tzRHULWP4tauGMvccOlXYf3zGeuSW4U0mZhk5NsjnRZ7xFWrTFPlCLV+PNmHMuXp5atdoZmEg==", "dev": true, "requires": { @@ -8095,13 +7951,13 @@ }, "conventional-changelog-preset-loader": { "version": "2.0.2", - "resolved": "https://registry.js.ipfs.io/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-2.0.2.tgz", "integrity": "sha512-pBY+qnUoJPXAXXqVGwQaVmcye05xi6z231QM98wHWamGAmu/ghkBprQAwmF5bdmyobdVxiLhPY3PrCfSeUNzRQ==", "dev": true }, "conventional-changelog-writer": { "version": "4.0.2", - "resolved": "https://registry.js.ipfs.io/conventional-changelog-writer/-/conventional-changelog-writer-4.0.2.tgz", + "resolved": "https://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-4.0.2.tgz", "integrity": "sha512-d8/FQY/fix2xXEBUhOo8u3DCbyEw3UOQgYHxLsPDw+wHUDma/GQGAGsGtoH876WyNs32fViHmTOUrgRKVLvBug==", "dev": true, "requires": { @@ -8119,7 +7975,7 @@ "dependencies": { "split": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/split/-/split-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/split/-/split-1.0.1.tgz", "integrity": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==", "dev": true, "requires": { @@ -8130,7 +7986,7 @@ }, "conventional-commits-filter": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/conventional-commits-filter/-/conventional-commits-filter-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-2.0.1.tgz", "integrity": "sha512-92OU8pz/977udhBjgPEbg3sbYzIxMDFTlQT97w7KdhR9igNqdJvy8smmedAAgn4tPiqseFloKkrVfbXCVd+E7A==", "dev": true, "requires": { @@ -8140,7 +7996,7 @@ }, "conventional-commits-parser": { "version": "2.1.7", - "resolved": "https://registry.js.ipfs.io/conventional-commits-parser/-/conventional-commits-parser-2.1.7.tgz", + "resolved": "http://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-2.1.7.tgz", "integrity": "sha512-BoMaddIEJ6B4QVMSDu9IkVImlGOSGA1I2BQyOZHeLQ6qVOJLcLKn97+fL6dGbzWEiqDzfH4OkcveULmeq2MHFQ==", "dev": true, "requires": { @@ -8155,7 +8011,7 @@ }, "conventional-github-releaser": { "version": "2.0.2", - "resolved": "https://registry.js.ipfs.io/conventional-github-releaser/-/conventional-github-releaser-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/conventional-github-releaser/-/conventional-github-releaser-2.0.2.tgz", "integrity": "sha512-31dt3fbsl1nS8oODerFbUu+vY0rp99l3U+WscK4+FD5Gl9VzHuplOz1L5dFpvM3ffchxmOIaPxmrtViQbhGU+w==", "dev": true, "requires": { @@ -8174,7 +8030,7 @@ "dependencies": { "conventional-changelog": { "version": "1.1.24", - "resolved": "https://registry.js.ipfs.io/conventional-changelog/-/conventional-changelog-1.1.24.tgz", + "resolved": "https://registry.npmjs.org/conventional-changelog/-/conventional-changelog-1.1.24.tgz", "integrity": "sha512-2WcSUst4Y3Z4hHvoMTWXMJr/DmgVdLiMOVY1Kak2LfFz+GIz2KDp5naqbFesYbfXPmaZ5p491dO0FWZIJoJw1Q==", "dev": true, "requires": { @@ -8193,7 +8049,7 @@ }, "conventional-changelog-atom": { "version": "0.2.8", - "resolved": "https://registry.js.ipfs.io/conventional-changelog-atom/-/conventional-changelog-atom-0.2.8.tgz", + "resolved": "http://registry.npmjs.org/conventional-changelog-atom/-/conventional-changelog-atom-0.2.8.tgz", "integrity": "sha512-8pPZqhMbrnltNBizjoDCb/Sz85KyUXNDQxuAEYAU5V/eHn0okMBVjqc8aHWYpHrytyZWvMGbayOlDv7i8kEf6g==", "dev": true, "requires": { @@ -8202,7 +8058,7 @@ }, "conventional-changelog-codemirror": { "version": "0.3.8", - "resolved": "https://registry.js.ipfs.io/conventional-changelog-codemirror/-/conventional-changelog-codemirror-0.3.8.tgz", + "resolved": "http://registry.npmjs.org/conventional-changelog-codemirror/-/conventional-changelog-codemirror-0.3.8.tgz", "integrity": "sha512-3HFZKtBXTaUCHvz7ai6nk2+psRIkldDoNzCsom0egDtVmPsvvHZkzjynhdQyULfacRSsBTaiQ0ol6nBOL4dDiQ==", "dev": true, "requires": { @@ -8211,7 +8067,7 @@ }, "conventional-changelog-core": { "version": "2.0.11", - "resolved": "https://registry.js.ipfs.io/conventional-changelog-core/-/conventional-changelog-core-2.0.11.tgz", + "resolved": "https://registry.npmjs.org/conventional-changelog-core/-/conventional-changelog-core-2.0.11.tgz", "integrity": "sha512-HvTE6RlqeEZ/NFPtQeFLsIDOLrGP3bXYr7lFLMhCVsbduF1MXIe8OODkwMFyo1i9ku9NWBwVnVn0jDmIFXjDRg==", "dev": true, "requires": { @@ -8232,7 +8088,7 @@ }, "conventional-changelog-ember": { "version": "0.3.12", - "resolved": "https://registry.js.ipfs.io/conventional-changelog-ember/-/conventional-changelog-ember-0.3.12.tgz", + "resolved": "https://registry.npmjs.org/conventional-changelog-ember/-/conventional-changelog-ember-0.3.12.tgz", "integrity": "sha512-mmJzA7uzbrOqeF89dMMi6z17O07ORTXlTMArnLG9ZTX4oLaKNolUlxFUFlFm9JUoVWajVpaHQWjxH1EOQ+ARoQ==", "dev": true, "requires": { @@ -8241,7 +8097,7 @@ }, "conventional-changelog-eslint": { "version": "1.0.9", - "resolved": "https://registry.js.ipfs.io/conventional-changelog-eslint/-/conventional-changelog-eslint-1.0.9.tgz", + "resolved": "http://registry.npmjs.org/conventional-changelog-eslint/-/conventional-changelog-eslint-1.0.9.tgz", "integrity": "sha512-h87nfVh2fdk9fJIvz26wCBsbDC/KxqCc5wSlNMZbXcARtbgNbNDIF7Y7ctokFdnxkzVdaHsbINkh548T9eBA7Q==", "dev": true, "requires": { @@ -8250,7 +8106,7 @@ }, "conventional-changelog-express": { "version": "0.3.6", - "resolved": "https://registry.js.ipfs.io/conventional-changelog-express/-/conventional-changelog-express-0.3.6.tgz", + "resolved": "http://registry.npmjs.org/conventional-changelog-express/-/conventional-changelog-express-0.3.6.tgz", "integrity": "sha512-3iWVtBJZ9RnRnZveNDzOD8QRn6g6vUif0qVTWWyi5nUIAbuN1FfPVyKdAlJJfp5Im+dE8Kiy/d2SpaX/0X678Q==", "dev": true, "requires": { @@ -8259,7 +8115,7 @@ }, "conventional-changelog-jshint": { "version": "0.3.8", - "resolved": "https://registry.js.ipfs.io/conventional-changelog-jshint/-/conventional-changelog-jshint-0.3.8.tgz", + "resolved": "http://registry.npmjs.org/conventional-changelog-jshint/-/conventional-changelog-jshint-0.3.8.tgz", "integrity": "sha512-hn9QU4ZI/5V50wKPJNPGT4gEWgiBFpV6adieILW4MaUFynuDYOvQ71EMSj3EznJyKi/KzuXpc9dGmX8njZMjig==", "dev": true, "requires": { @@ -8269,13 +8125,13 @@ }, "conventional-changelog-preset-loader": { "version": "1.1.8", - "resolved": "https://registry.js.ipfs.io/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-1.1.8.tgz", + "resolved": "http://registry.npmjs.org/conventional-changelog-preset-loader/-/conventional-changelog-preset-loader-1.1.8.tgz", "integrity": "sha512-MkksM4G4YdrMlT2MbTsV2F6LXu/hZR0Tc/yenRrDIKRwBl/SP7ER4ZDlglqJsCzLJi4UonBc52Bkm5hzrOVCcw==", "dev": true }, "conventional-changelog-writer": { "version": "3.0.9", - "resolved": "https://registry.js.ipfs.io/conventional-changelog-writer/-/conventional-changelog-writer-3.0.9.tgz", + "resolved": "http://registry.npmjs.org/conventional-changelog-writer/-/conventional-changelog-writer-3.0.9.tgz", "integrity": "sha512-n9KbsxlJxRQsUnK6wIBRnARacvNnN4C/nxnxCkH+B/R1JS2Fa+DiP1dU4I59mEDEjgnFaN2+9wr1P1s7GYB5/Q==", "dev": true, "requires": { @@ -8293,7 +8149,7 @@ }, "conventional-commits-filter": { "version": "1.1.6", - "resolved": "https://registry.js.ipfs.io/conventional-commits-filter/-/conventional-commits-filter-1.1.6.tgz", + "resolved": "http://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-1.1.6.tgz", "integrity": "sha512-KcDgtCRKJCQhyk6VLT7zR+ZOyCnerfemE/CsR3iQpzRRFbLEs0Y6rwk3mpDvtOh04X223z+1xyJ582Stfct/0Q==", "dev": true, "requires": { @@ -8303,7 +8159,7 @@ }, "find-up": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/find-up/-/find-up-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", "dev": true, "requires": { @@ -8313,7 +8169,7 @@ }, "git-semver-tags": { "version": "1.3.6", - "resolved": "https://registry.js.ipfs.io/git-semver-tags/-/git-semver-tags-1.3.6.tgz", + "resolved": "http://registry.npmjs.org/git-semver-tags/-/git-semver-tags-1.3.6.tgz", "integrity": "sha512-2jHlJnln4D/ECk9FxGEBh3k44wgYdWjWDtMmJPaecjoRmxKo3Y1Lh8GMYuOPu04CHw86NTAODchYjC5pnpMQig==", "dev": true, "requires": { @@ -8323,7 +8179,7 @@ }, "load-json-file": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/load-json-file/-/load-json-file-1.1.0.tgz", + "resolved": "http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", "dev": true, "requires": { @@ -8336,7 +8192,7 @@ }, "parse-json": { "version": "2.2.0", - "resolved": "https://registry.js.ipfs.io/parse-json/-/parse-json-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", "dev": true, "requires": { @@ -8345,7 +8201,7 @@ }, "path-exists": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/path-exists/-/path-exists-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", "dev": true, "requires": { @@ -8354,7 +8210,7 @@ }, "path-type": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/path-type/-/path-type-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", "dev": true, "requires": { @@ -8365,13 +8221,13 @@ }, "pify": { "version": "2.3.0", - "resolved": "https://registry.js.ipfs.io/pify/-/pify-2.3.0.tgz", + "resolved": "http://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", "dev": true }, "read-pkg": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/read-pkg/-/read-pkg-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", "dev": true, "requires": { @@ -8382,7 +8238,7 @@ }, "read-pkg-up": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/read-pkg-up/-/read-pkg-up-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", "dev": true, "requires": { @@ -8392,7 +8248,7 @@ }, "split": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/split/-/split-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/split/-/split-1.0.1.tgz", "integrity": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==", "dev": true, "requires": { @@ -8401,7 +8257,7 @@ }, "strip-bom": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/strip-bom/-/strip-bom-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", "dev": true, "requires": { @@ -8412,12 +8268,12 @@ }, "convert-hrtime": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/convert-hrtime/-/convert-hrtime-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/convert-hrtime/-/convert-hrtime-2.0.0.tgz", "integrity": "sha1-Gb+yyRYvnhHC8Ewsed4rfoCVxic=" }, "convert-source-map": { "version": "1.6.0", - "resolved": "https://registry.js.ipfs.io/convert-source-map/-/convert-source-map-1.6.0.tgz", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.6.0.tgz", "integrity": "sha512-eFu7XigvxdZ1ETfbgPBohgyQ/Z++C0eEhTor0qRwBw9unw+L0/6V8wkSuGgzdThkiS5lSpdptOQPD8Ak40a+7A==", "requires": { "safe-buffer": "~5.1.1" @@ -8425,17 +8281,17 @@ }, "cookie": { "version": "0.3.1", - "resolved": "https://registry.js.ipfs.io/cookie/-/cookie-0.3.1.tgz", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz", "integrity": "sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=" }, "cookie-signature": { "version": "1.0.6", - "resolved": "https://registry.js.ipfs.io/cookie-signature/-/cookie-signature-1.0.6.tgz", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" }, "copy-concurrently": { "version": "1.0.5", - "resolved": "https://registry.js.ipfs.io/copy-concurrently/-/copy-concurrently-1.0.5.tgz", + "resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz", "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==", "requires": { "aproba": "^1.1.1", @@ -8448,12 +8304,12 @@ }, "copy-descriptor": { "version": "0.1.1", - "resolved": "https://registry.js.ipfs.io/copy-descriptor/-/copy-descriptor-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" }, "copyfiles": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/copyfiles/-/copyfiles-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/copyfiles/-/copyfiles-1.2.0.tgz", "integrity": "sha1-qNo6xBqiIgrim9PFi2mEKU8sWTw=", "requires": { "glob": "^7.0.5", @@ -8466,7 +8322,7 @@ }, "core-js": { "version": "2.5.7", - "resolved": "https://registry.js.ipfs.io/core-js/-/core-js-2.5.7.tgz", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.5.7.tgz", "integrity": "sha512-RszJCAxg/PP6uzXVXL6BsxSXx/B05oJAQ2vkJRjyjrEcNVycaqOmNb5OTxZPE3xa5gwZduqza6L9JOCenh/Ecw==" }, "core-js-compat": { @@ -8534,12 +8390,12 @@ }, "core-util-is": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/core-util-is/-/core-util-is-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=" }, "cosmiconfig": { "version": "5.0.7", - "resolved": "https://registry.js.ipfs.io/cosmiconfig/-/cosmiconfig-5.0.7.tgz", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.0.7.tgz", "integrity": "sha512-PcLqxTKiDmNT6pSpy4N6KtuPwb53W+2tzNvwOZw0WH9N6O0vLIBq0x8aj8Oj75ere4YcGi48bDFCL+3fRJdlNA==", "requires": { "import-fresh": "^2.0.0", @@ -8550,7 +8406,7 @@ }, "create-ecdh": { "version": "4.0.3", - "resolved": "https://registry.js.ipfs.io/create-ecdh/-/create-ecdh-4.0.3.tgz", + "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.3.tgz", "integrity": "sha512-GbEHQPMOswGpKXM9kCWVrremUcBmjteUaQ01T9rkKCPDXfUHX0IoP9LpHYo2NPFampa4e+/pFDc3jQdxrxQLaw==", "requires": { "bn.js": "^4.1.0", @@ -8559,7 +8415,7 @@ }, "create-error-class": { "version": "3.0.2", - "resolved": "https://registry.js.ipfs.io/create-error-class/-/create-error-class-3.0.2.tgz", + "resolved": "https://registry.npmjs.org/create-error-class/-/create-error-class-3.0.2.tgz", "integrity": "sha1-Br56vvlHo/FKMP1hBnHUAbyot7Y=", "requires": { "capture-stack-trace": "^1.0.0" @@ -8567,7 +8423,7 @@ }, "create-hash": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/create-hash/-/create-hash-1.2.0.tgz", + "resolved": "http://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", "requires": { "cipher-base": "^1.0.1", @@ -8579,7 +8435,7 @@ }, "create-hmac": { "version": "1.1.7", - "resolved": "https://registry.js.ipfs.io/create-hmac/-/create-hmac-1.1.7.tgz", + "resolved": "http://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", "requires": { "cipher-base": "^1.0.3", @@ -8592,7 +8448,7 @@ }, "create-react-class": { "version": "15.6.3", - "resolved": "https://registry.js.ipfs.io/create-react-class/-/create-react-class-15.6.3.tgz", + "resolved": "https://registry.npmjs.org/create-react-class/-/create-react-class-15.6.3.tgz", "integrity": "sha512-M+/3Q6E6DLO6Yx3OwrWjwHBnvfXXYA7W+dFjt/ZDBemHO1DDZhsalX/NUtnTYclN6GfnBDRh4qRHjcDHmlJBJg==", "dev": true, "requires": { @@ -8603,7 +8459,7 @@ }, "create-react-context": { "version": "0.2.3", - "resolved": "https://registry.js.ipfs.io/create-react-context/-/create-react-context-0.2.3.tgz", + "resolved": "https://registry.npmjs.org/create-react-context/-/create-react-context-0.2.3.tgz", "integrity": "sha512-CQBmD0+QGgTaxDL3OX1IDXYqjkp2It4RIbcb99jS6AEg27Ga+a9G3JtK6SIu0HBwPLZlmwt9F7UwWA4Bn92Rag==", "requires": { "fbjs": "^0.8.0", @@ -8612,7 +8468,7 @@ }, "cross-fetch": { "version": "2.2.2", - "resolved": "https://registry.js.ipfs.io/cross-fetch/-/cross-fetch-2.2.2.tgz", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-2.2.2.tgz", "integrity": "sha1-pH/09/xxLauo9qaVoRyUhEDUVyM=", "requires": { "node-fetch": "2.1.2", @@ -8621,19 +8477,19 @@ "dependencies": { "node-fetch": { "version": "2.1.2", - "resolved": "https://registry.js.ipfs.io/node-fetch/-/node-fetch-2.1.2.tgz", + "resolved": "http://registry.npmjs.org/node-fetch/-/node-fetch-2.1.2.tgz", "integrity": "sha1-q4hOjn5X44qUR1POxwb3iNF2i7U=" }, "whatwg-fetch": { "version": "2.0.4", - "resolved": "https://registry.js.ipfs.io/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz", + "resolved": "http://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-2.0.4.tgz", "integrity": "sha512-dcQ1GWpOD/eEQ97k66aiEVpNnapVj90/+R+SXTPYGHpYBBypfKJEQjLrvMZ7YXbKm21gXd4NcuxUTjiv1YtLng==" } } }, "cross-spawn": { "version": "5.1.0", - "resolved": "https://registry.js.ipfs.io/cross-spawn/-/cross-spawn-5.1.0.tgz", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz", "integrity": "sha1-6L0O/uWPz/b4+UUQoKVUu/ojVEk=", "requires": { "lru-cache": "^4.0.1", @@ -8643,7 +8499,7 @@ "dependencies": { "lru-cache": { "version": "4.1.5", - "resolved": "https://registry.js.ipfs.io/lru-cache/-/lru-cache-4.1.5.tgz", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", "requires": { "pseudomap": "^1.0.2", @@ -8654,30 +8510,12 @@ }, "crypt": { "version": "0.0.2", - "resolved": "https://registry.js.ipfs.io/crypt/-/crypt-0.0.2.tgz", + "resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz", "integrity": "sha1-iNf/fsDfuG9xPch7u0LQRNPmxBs=" }, - "cryptiles": { - "version": "3.1.4", - "resolved": "https://registry.js.ipfs.io/cryptiles/-/cryptiles-3.1.4.tgz", - "integrity": "sha512-8I1sgZHfVwcSOY6mSGpVU3lw/GSIZvusg8dD2+OGehCJpOhQRLNcH0qb9upQnOH4XhgxxFJSg6E2kx95deb1Tw==", - "requires": { - "boom": "5.x.x" - }, - "dependencies": { - "boom": { - "version": "5.2.0", - "resolved": "https://registry.js.ipfs.io/boom/-/boom-5.2.0.tgz", - "integrity": "sha512-Z5BTk6ZRe4tXXQlkqftmsAUANpXmuwlsF5Oov8ThoMbQRzdGTA1ngYRW160GexgOgjsFOKJz0LYhoNi+2AMBUw==", - "requires": { - "hoek": "4.x.x" - } - } - } - }, "crypto-browserify": { "version": "3.12.0", - "resolved": "https://registry.js.ipfs.io/crypto-browserify/-/crypto-browserify-3.12.0.tgz", + "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", "requires": { "browserify-cipher": "^1.0.0", @@ -8695,12 +8533,12 @@ }, "crypto-random-string": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/crypto-random-string/-/crypto-random-string-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/crypto-random-string/-/crypto-random-string-1.0.0.tgz", "integrity": "sha1-ojD2T1aDEOFJgAmUB5DsmVRbyn4=" }, "css-color-converter": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/css-color-converter/-/css-color-converter-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/css-color-converter/-/css-color-converter-1.1.0.tgz", "integrity": "sha1-wufZPC6WyK2Msax6Hy5J2AUq3jY=", "requires": { "color-convert": "^0.5.2", @@ -8709,14 +8547,14 @@ "dependencies": { "color-convert": { "version": "0.5.3", - "resolved": "https://registry.js.ipfs.io/color-convert/-/color-convert-0.5.3.tgz", + "resolved": "http://registry.npmjs.org/color-convert/-/color-convert-0.5.3.tgz", "integrity": "sha1-vbbGnOZg+t/+CwAHzER+G59ygr0=" } } }, "css-color-function": { "version": "1.3.3", - "resolved": "https://registry.js.ipfs.io/css-color-function/-/css-color-function-1.3.3.tgz", + "resolved": "https://registry.npmjs.org/css-color-function/-/css-color-function-1.3.3.tgz", "integrity": "sha1-jtJMLAIFBzM5+voAS8jBQfzLKC4=", "requires": { "balanced-match": "0.1.0", @@ -8727,12 +8565,12 @@ "dependencies": { "balanced-match": { "version": "0.1.0", - "resolved": "https://registry.js.ipfs.io/balanced-match/-/balanced-match-0.1.0.tgz", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.1.0.tgz", "integrity": "sha1-tQS9BYabOSWd0MXvw12EMXbczEo=" }, "color": { "version": "0.11.4", - "resolved": "https://registry.js.ipfs.io/color/-/color-0.11.4.tgz", + "resolved": "http://registry.npmjs.org/color/-/color-0.11.4.tgz", "integrity": "sha1-bXtcdPtl6EHNSHkq0e1eB7kE12Q=", "requires": { "clone": "^1.0.2", @@ -8742,7 +8580,7 @@ }, "color-string": { "version": "0.3.0", - "resolved": "https://registry.js.ipfs.io/color-string/-/color-string-0.3.0.tgz", + "resolved": "http://registry.npmjs.org/color-string/-/color-string-0.3.0.tgz", "integrity": "sha1-J9RvtnAlxcL6JZk7+/V55HhBuZE=", "requires": { "color-name": "^1.0.0" @@ -8752,12 +8590,12 @@ }, "css-color-names": { "version": "0.0.4", - "resolved": "https://registry.js.ipfs.io/css-color-names/-/css-color-names-0.0.4.tgz", + "resolved": "http://registry.npmjs.org/css-color-names/-/css-color-names-0.0.4.tgz", "integrity": "sha1-gIrcLnnPhHOAabZGyyDsJ762KeA=" }, "css-declaration-sorter": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-4.0.1.tgz", "integrity": "sha512-BcxQSKTSEEQUftYpBVnsH4SF05NTuBokb19/sBt6asXGKZ/6VP7PLG1CBCkFDYOnhXhPh0jMhO6xZ71oYHXHBA==", "requires": { "postcss": "^7.0.1", @@ -8796,7 +8634,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -8811,7 +8649,7 @@ }, "css-loader": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/css-loader/-/css-loader-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-1.0.1.tgz", "integrity": "sha512-+ZHAZm/yqvJ2kDtPne3uX0C+Vr3Zn5jFn2N4HywtS5ujwvsVkyg0VArEXpl3BgczDA8anieki1FIzhchX4yrDw==", "requires": { "babel-code-frame": "^6.26.0", @@ -8830,7 +8668,7 @@ }, "css-modules-loader-core": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/css-modules-loader-core/-/css-modules-loader-core-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/css-modules-loader-core/-/css-modules-loader-core-1.1.0.tgz", "integrity": "sha1-WQhmgpShvs0mGuCkziGwtVHyHRY=", "dev": true, "requires": { @@ -8844,13 +8682,13 @@ "dependencies": { "ansi-styles": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/ansi-styles/-/ansi-styles-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", "dev": true }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -8863,7 +8701,7 @@ "dependencies": { "supports-color": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", "dev": true } @@ -8871,13 +8709,13 @@ }, "has-flag": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/has-flag/-/has-flag-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=", "dev": true }, "postcss": { "version": "6.0.1", - "resolved": "https://registry.js.ipfs.io/postcss/-/postcss-6.0.1.tgz", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.1.tgz", "integrity": "sha1-AA29H47vIXqjaLmiEsX8QLKo8/I=", "dev": true, "requires": { @@ -8888,7 +8726,7 @@ }, "postcss-modules-extract-imports": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.1.0.tgz", "integrity": "sha1-thTJcgvmgW6u41+zpfqh26agXds=", "dev": true, "requires": { @@ -8897,7 +8735,7 @@ }, "supports-color": { "version": "3.2.3", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-3.2.3.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", "dev": true, "requires": { @@ -8908,7 +8746,7 @@ }, "css-select": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/css-select/-/css-select-1.2.0.tgz", + "resolved": "http://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz", "integrity": "sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=", "requires": { "boolbase": "~1.0.0", @@ -8919,12 +8757,12 @@ }, "css-select-base-adapter": { "version": "0.1.1", - "resolved": "https://registry.js.ipfs.io/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/css-select-base-adapter/-/css-select-base-adapter-0.1.1.tgz", "integrity": "sha512-jQVeeRG70QI08vSTwf1jHxp74JoZsr2XSgETae8/xC8ovSnL2WF87GTLO86Sbwdt2lK4Umg4HnnwMO4YF3Ce7w==" }, "css-selector-tokenizer": { "version": "0.7.1", - "resolved": "https://registry.js.ipfs.io/css-selector-tokenizer/-/css-selector-tokenizer-0.7.1.tgz", + "resolved": "https://registry.npmjs.org/css-selector-tokenizer/-/css-selector-tokenizer-0.7.1.tgz", "integrity": "sha512-xYL0AMZJ4gFzJQsHUKa5jiWWi2vH77WVNg7JYRyewwj6oPh4yb/y6Y9ZCw9dsj/9UauMhtuxR+ogQd//EdEVNA==", "requires": { "cssesc": "^0.1.0", @@ -8934,12 +8772,12 @@ "dependencies": { "jsesc": { "version": "0.5.0", - "resolved": "https://registry.js.ipfs.io/jsesc/-/jsesc-0.5.0.tgz", + "resolved": "http://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=" }, "regexpu-core": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/regexpu-core/-/regexpu-core-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-1.0.0.tgz", "integrity": "sha1-hqdj9Y7k18L2sQLkdkBQ3n7ZDGs=", "requires": { "regenerate": "^1.2.1", @@ -8949,12 +8787,12 @@ }, "regjsgen": { "version": "0.2.0", - "resolved": "https://registry.js.ipfs.io/regjsgen/-/regjsgen-0.2.0.tgz", + "resolved": "http://registry.npmjs.org/regjsgen/-/regjsgen-0.2.0.tgz", "integrity": "sha1-bAFq3qxVT3WCP+N6wFuS1aTtsfc=" }, "regjsparser": { "version": "0.1.5", - "resolved": "https://registry.js.ipfs.io/regjsparser/-/regjsparser-0.1.5.tgz", + "resolved": "http://registry.npmjs.org/regjsparser/-/regjsparser-0.1.5.tgz", "integrity": "sha1-fuj4Tcb6eS0/0K4ijSS9lJ6tIFw=", "requires": { "jsesc": "~0.5.0" @@ -8964,7 +8802,7 @@ }, "css-tree": { "version": "1.0.0-alpha.28", - "resolved": "https://registry.js.ipfs.io/css-tree/-/css-tree-1.0.0-alpha.28.tgz", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.28.tgz", "integrity": "sha512-joNNW1gCp3qFFzj4St6zk+Wh/NBv0vM5YbEreZk0SD4S23S+1xBKb6cLDg2uj4P4k/GUMlIm6cKIDqIG+vdt0w==", "requires": { "mdn-data": "~1.1.0", @@ -8973,22 +8811,22 @@ }, "css-unit-converter": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/css-unit-converter/-/css-unit-converter-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/css-unit-converter/-/css-unit-converter-1.1.1.tgz", "integrity": "sha1-2bkoGtz9jO2TW9urqDeGiX9k6ZY=" }, "css-url-regex": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/css-url-regex/-/css-url-regex-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/css-url-regex/-/css-url-regex-1.1.0.tgz", "integrity": "sha1-g4NCMMyfdMRX3lnuvRVD/uuDt+w=" }, "css-what": { "version": "2.1.2", - "resolved": "https://registry.js.ipfs.io/css-what/-/css-what-2.1.2.tgz", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.2.tgz", "integrity": "sha512-wan8dMWQ0GUeF7DGEPVjhHemVW/vy6xUYmFzRY8RYqgA0JtXC9rJmbScBjqSu6dg9q0lwPQy6ZAmJVr3PPTvqQ==" }, "cssesc": { "version": "0.1.0", - "resolved": "https://registry.js.ipfs.io/cssesc/-/cssesc-0.1.0.tgz", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-0.1.0.tgz", "integrity": "sha1-yBSQPkViM3GgR3tAEJqq++6t27Q=" }, "cssnano": { @@ -9034,7 +8872,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -9116,7 +8954,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -9131,17 +8969,17 @@ }, "cssnano-util-get-arguments": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/cssnano-util-get-arguments/-/cssnano-util-get-arguments-4.0.0.tgz", "integrity": "sha1-7ToIKZ8h11dBsg87gfGU7UnMFQ8=" }, "cssnano-util-get-match": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/cssnano-util-get-match/-/cssnano-util-get-match-4.0.0.tgz", "integrity": "sha1-wOTKB/U4a7F+xeUiULT1lhNlFW0=" }, "cssnano-util-raw-cache": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/cssnano-util-raw-cache/-/cssnano-util-raw-cache-4.0.1.tgz", "integrity": "sha512-qLuYtWK2b2Dy55I8ZX3ky1Z16WYsx544Q0UWViebptpwn/xDBmog2TLg4f+DBMg1rJ6JDWtn96WHbOKDWt1WQA==", "requires": { "postcss": "^7.0.0" @@ -9179,7 +9017,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -9194,12 +9032,12 @@ }, "cssnano-util-same-parent": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz", "integrity": "sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q==" }, "csso": { "version": "3.5.1", - "resolved": "https://registry.js.ipfs.io/csso/-/csso-3.5.1.tgz", + "resolved": "https://registry.npmjs.org/csso/-/csso-3.5.1.tgz", "integrity": "sha512-vrqULLffYU1Q2tLdJvaCYbONStnfkfimRxXNaGjxMldI0C7JPBC4rB1RyjhfdZ4m1frm8pM9uRPKH3d2knZ8gg==", "requires": { "css-tree": "1.0.0-alpha.29" @@ -9207,7 +9045,7 @@ "dependencies": { "css-tree": { "version": "1.0.0-alpha.29", - "resolved": "https://registry.js.ipfs.io/css-tree/-/css-tree-1.0.0-alpha.29.tgz", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.0.0-alpha.29.tgz", "integrity": "sha512-sRNb1XydwkW9IOci6iB2xmy8IGCj6r/fr+JWitvJ2JxQRPzN3T4AGGVWCMlVmVwM1gtgALJRmGIlWv5ppnGGkg==", "requires": { "mdn-data": "~1.1.0", @@ -9218,14 +9056,14 @@ }, "cssom": { "version": "0.3.4", - "resolved": "https://registry.js.ipfs.io/cssom/-/cssom-0.3.4.tgz", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.4.tgz", "integrity": "sha512-+7prCSORpXNeR4/fUP3rL+TzqtiFfhMvTd7uEqMdgPvLPt4+uzFUeufx5RHjGTACCargg/DiEt/moMQmvnfkog==", "dev": true, "optional": true }, "cssstyle": { "version": "0.2.37", - "resolved": "https://registry.js.ipfs.io/cssstyle/-/cssstyle-0.2.37.tgz", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-0.2.37.tgz", "integrity": "sha1-VBCXI0yyUTyDzu06zdwn/yeYfVQ=", "dev": true, "optional": true, @@ -9240,12 +9078,12 @@ }, "cuint": { "version": "0.2.2", - "resolved": "https://registry.js.ipfs.io/cuint/-/cuint-0.2.2.tgz", + "resolved": "https://registry.npmjs.org/cuint/-/cuint-0.2.2.tgz", "integrity": "sha1-QICG1AlVDCYxFVYZ6fp7ytw7mRs=" }, "currently-unhandled": { "version": "0.4.1", - "resolved": "https://registry.js.ipfs.io/currently-unhandled/-/currently-unhandled-0.4.1.tgz", + "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=", "requires": { "array-find-index": "^1.0.1" @@ -9253,13 +9091,13 @@ }, "custom-event": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/custom-event/-/custom-event-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz", "integrity": "sha1-XQKkaFCt8bSjF5RqOSj8y1v9BCU=", "dev": true }, "cyclist": { "version": "0.2.2", - "resolved": "https://registry.js.ipfs.io/cyclist/-/cyclist-0.2.2.tgz", + "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-0.2.2.tgz", "integrity": "sha1-GzN5LhHpFKL9bW7WRHRkRE5fpkA=" }, "cypress": { @@ -9302,13 +9140,13 @@ "dependencies": { "ansi-escapes": { "version": "1.4.0", - "resolved": "https://registry.js.ipfs.io/ansi-escapes/-/ansi-escapes-1.4.0.tgz", + "resolved": "http://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz", "integrity": "sha1-06ioOzGapneTZisT52HHkRQiMG4=", "dev": true }, "bluebird": { "version": "3.5.0", - "resolved": "https://registry.js.ipfs.io/bluebird/-/bluebird-3.5.0.tgz", + "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.0.tgz", "integrity": "sha1-eRQg1/VR7qKJdFOop3ZT+WYG1nw=", "dev": true }, @@ -9325,7 +9163,7 @@ }, "cli-cursor": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/cli-cursor/-/cli-cursor-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz", "integrity": "sha1-ZNo/fValRBLll5S9Ytw1KV6PKYc=", "dev": true, "requires": { @@ -9340,7 +9178,7 @@ }, "cross-spawn": { "version": "6.0.5", - "resolved": "https://registry.js.ipfs.io/cross-spawn/-/cross-spawn-6.0.5.tgz", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", "dev": true, "requires": { @@ -9353,7 +9191,7 @@ }, "execa": { "version": "0.10.0", - "resolved": "https://registry.js.ipfs.io/execa/-/execa-0.10.0.tgz", + "resolved": "https://registry.npmjs.org/execa/-/execa-0.10.0.tgz", "integrity": "sha512-7XOMnz8Ynx1gGo/3hyV9loYNPWM94jG3+3T3Y8tsfSstFmETmENCMU/A/zj8Lyaj1lkgEepKepvd6240tBRvlw==", "dev": true, "requires": { @@ -9368,7 +9206,7 @@ }, "figures": { "version": "1.7.0", - "resolved": "https://registry.js.ipfs.io/figures/-/figures-1.7.0.tgz", + "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz", "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", "dev": true, "requires": { @@ -9378,7 +9216,7 @@ }, "fs-extra": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/fs-extra/-/fs-extra-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.1.tgz", "integrity": "sha1-f8DGyJV/mD9X8waiTlud3Y0N2IA=", "dev": true, "requires": { @@ -9389,7 +9227,7 @@ }, "indent-string": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/indent-string/-/indent-string-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", "dev": true, "requires": { @@ -9398,7 +9236,7 @@ }, "jsonfile": { "version": "3.0.1", - "resolved": "https://registry.js.ipfs.io/jsonfile/-/jsonfile-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-3.0.1.tgz", "integrity": "sha1-pezG9l9T9mLEQVx2daAzHQmS7GY=", "dev": true, "requires": { @@ -9407,7 +9245,7 @@ }, "listr": { "version": "0.12.0", - "resolved": "https://registry.js.ipfs.io/listr/-/listr-0.12.0.tgz", + "resolved": "https://registry.npmjs.org/listr/-/listr-0.12.0.tgz", "integrity": "sha1-a84sD1YD+klYDqF81qAMwOX6RRo=", "dev": true, "requires": { @@ -9437,7 +9275,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -9450,7 +9288,7 @@ }, "log-symbols": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/log-symbols/-/log-symbols-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz", "integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=", "dev": true, "requires": { @@ -9459,7 +9297,7 @@ }, "supports-color": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", "dev": true } @@ -9467,7 +9305,7 @@ }, "listr-update-renderer": { "version": "0.2.0", - "resolved": "https://registry.js.ipfs.io/listr-update-renderer/-/listr-update-renderer-0.2.0.tgz", + "resolved": "https://registry.npmjs.org/listr-update-renderer/-/listr-update-renderer-0.2.0.tgz", "integrity": "sha1-yoDhd5tOcCZoB+ju0a1qvjmFUPk=", "dev": true, "requires": { @@ -9489,7 +9327,7 @@ }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -9502,13 +9340,13 @@ }, "indent-string": { "version": "3.2.0", - "resolved": "https://registry.js.ipfs.io/indent-string/-/indent-string-3.2.0.tgz", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", "dev": true }, "log-symbols": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/log-symbols/-/log-symbols-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz", "integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=", "dev": true, "requires": { @@ -9517,7 +9355,7 @@ }, "supports-color": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", "dev": true } @@ -9525,7 +9363,7 @@ }, "log-symbols": { "version": "2.2.0", - "resolved": "https://registry.js.ipfs.io/log-symbols/-/log-symbols-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", "dev": true, "requires": { @@ -9534,7 +9372,7 @@ }, "log-update": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/log-update/-/log-update-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-1.0.2.tgz", "integrity": "sha1-GZKfZMQJPS0ucHWh2tivWcKWuNE=", "dev": true, "requires": { @@ -9550,19 +9388,19 @@ }, "onetime": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/onetime/-/onetime-1.1.0.tgz", + "resolved": "http://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz", "integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=", "dev": true }, "ramda": { "version": "0.24.1", - "resolved": "https://registry.js.ipfs.io/ramda/-/ramda-0.24.1.tgz", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.24.1.tgz", "integrity": "sha1-w7d1UZfzW43DUCIoJixMkd22uFc=", "dev": true }, "restore-cursor": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/restore-cursor/-/restore-cursor-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz", "integrity": "sha1-NGYfRohjJ/7SmRR5FSJS35LapUE=", "dev": true, "requires": { @@ -9572,7 +9410,7 @@ }, "rxjs": { "version": "5.5.12", - "resolved": "https://registry.js.ipfs.io/rxjs/-/rxjs-5.5.12.tgz", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-5.5.12.tgz", "integrity": "sha512-xx2itnL5sBbqeeiVgNPVuQQ1nC8Jp2WfNJhXWHmElW9YmrpS9UVnNzhP3EH3HFqexO5Tlp8GhYY+WEcqcVMvGw==", "dev": true, "requires": { @@ -9581,7 +9419,7 @@ }, "symbol-observable": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/symbol-observable/-/symbol-observable-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.0.1.tgz", "integrity": "sha1-g0D8RwLDEi310iKI+IKD9RPT/dQ=", "dev": true }, @@ -9598,12 +9436,12 @@ }, "damerau-levenshtein": { "version": "1.0.4", - "resolved": "https://registry.js.ipfs.io/damerau-levenshtein/-/damerau-levenshtein-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.4.tgz", "integrity": "sha1-AxkcQyy27qFou3fzpV/9zLiXhRQ=" }, "dargs": { "version": "4.1.0", - "resolved": "https://registry.js.ipfs.io/dargs/-/dargs-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/dargs/-/dargs-4.1.0.tgz", "integrity": "sha1-A6nbtLXC8Tm/FK5T8LiipqhvThc=", "dev": true, "requires": { @@ -9612,7 +9450,7 @@ }, "dashdash": { "version": "1.14.1", - "resolved": "https://registry.js.ipfs.io/dashdash/-/dashdash-1.14.1.tgz", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", "dev": true, "requires": { @@ -9621,17 +9459,16 @@ }, "data-queue": { "version": "0.0.3", - "resolved": "https://registry.js.ipfs.io/data-queue/-/data-queue-0.0.3.tgz", + "resolved": "https://registry.npmjs.org/data-queue/-/data-queue-0.0.3.tgz", "integrity": "sha512-6YOUFa/+lXklPO42RF4zIzzphG01Jp1eoWolzkQb6z5oVsSThLibZ63VmAze3KuIMTglFt551q8j0Zaswx5vGQ==" }, "datastore-core": { - "version": "0.6.0", - "resolved": "https://registry.js.ipfs.io/datastore-core/-/datastore-core-0.6.0.tgz", - "integrity": "sha512-xWMnzq4G3BQ12Nt5YYyYNGOO07pFUzPlphHJxkuwDD4NGR0pSwT4pHnTx+OndXDVsIHijTGGM8flKFE3196mvw==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/datastore-core/-/datastore-core-0.6.1.tgz", + "integrity": "sha512-bPMmMEHu96EaFS+OXeyjC0C1YnnQFiybvMszduYya7xlCpKiK24YgF/YZm1STj0IjI9zub9UkNw3eIBos2z9cw==", "requires": { "async": "^2.6.1", "interface-datastore": "~0.6.0", - "left-pad": "^1.3.0", "pull-many": "^1.0.8", "pull-stream": "^3.6.9" }, @@ -9714,35 +9551,35 @@ }, "date-fns": { "version": "1.29.0", - "resolved": "https://registry.js.ipfs.io/date-fns/-/date-fns-1.29.0.tgz", + "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-1.29.0.tgz", "integrity": "sha512-lbTXWZ6M20cWH8N9S6afb0SBm6tMk+uUg6z3MqHPKE9atmsY3kJkTm8vKe93izJ2B2+q5MV990sM2CHgtAZaOw==", "dev": true }, "date-format": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/date-format/-/date-format-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/date-format/-/date-format-1.2.0.tgz", "integrity": "sha1-YV6CjiM90aubua4JUODOzPpuytg=", "dev": true }, "date-now": { "version": "0.1.4", - "resolved": "https://registry.js.ipfs.io/date-now/-/date-now-0.1.4.tgz", + "resolved": "https://registry.npmjs.org/date-now/-/date-now-0.1.4.tgz", "integrity": "sha1-6vQ5/U1ISK105cx9vvIAZyueNFs=" }, "dateformat": { "version": "3.0.3", - "resolved": "https://registry.js.ipfs.io/dateformat/-/dateformat-3.0.3.tgz", + "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-3.0.3.tgz", "integrity": "sha512-jyCETtSl3VMZMWeRo7iY1FL19ges1t55hMo5yaam4Jrsm5EPL89UQkoQRyiI+Yf4k8r2ZpdngkV8hr1lIdjb3Q==" }, "de-indent": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/de-indent/-/de-indent-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/de-indent/-/de-indent-1.0.2.tgz", "integrity": "sha1-sgOOhG3DO6pXlhKNCAS0VbjB4h0=", "dev": true }, "debug": { "version": "3.1.0", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", "requires": { "ms": "2.0.0" @@ -9750,12 +9587,12 @@ }, "decamelize": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/decamelize/-/decamelize-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" }, "decamelize-keys": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/decamelize-keys/-/decamelize-keys-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.0.tgz", "integrity": "sha1-0XGoeTMlKAfrPLYdwcFEXQeN8tk=", "dev": true, "requires": { @@ -9765,7 +9602,7 @@ "dependencies": { "map-obj": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/map-obj/-/map-obj-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", "dev": true } @@ -9773,12 +9610,12 @@ }, "decode-uri-component": { "version": "0.2.0", - "resolved": "https://registry.js.ipfs.io/decode-uri-component/-/decode-uri-component-0.2.0.tgz", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" }, "decompress-response": { "version": "3.3.0", - "resolved": "https://registry.js.ipfs.io/decompress-response/-/decompress-response-3.3.0.tgz", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-3.3.0.tgz", "integrity": "sha1-gKTdMjdIOEv6JICDYirt7Jgq3/M=", "requires": { "mimic-response": "^1.0.0" @@ -9786,13 +9623,13 @@ }, "dedent": { "version": "0.7.0", - "resolved": "https://registry.js.ipfs.io/dedent/-/dedent-0.7.0.tgz", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", "integrity": "sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=", "dev": true }, "deep-eql": { "version": "3.0.1", - "resolved": "https://registry.js.ipfs.io/deep-eql/-/deep-eql-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-3.0.1.tgz", "integrity": "sha512-+QeIQyN5ZuO+3Uk5DYh6/1eKO0m0YmJFGNmFHGACpf1ClL1nmlV/p4gNgbl2pJGxgXb4faqo6UE+M5ACEMyVcw==", "dev": true, "requires": { @@ -9801,17 +9638,17 @@ }, "deep-equal": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/deep-equal/-/deep-equal-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.0.1.tgz", "integrity": "sha1-9dJgKStmDghO/0zbyfCK0yR0SLU=" }, "deep-extend": { "version": "0.6.0", - "resolved": "https://registry.js.ipfs.io/deep-extend/-/deep-extend-0.6.0.tgz", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==" }, "deep-is": { "version": "0.1.3", - "resolved": "https://registry.js.ipfs.io/deep-is/-/deep-is-0.1.3.tgz", + "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz", "integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=" }, "default-gateway": { @@ -9825,7 +9662,7 @@ "dependencies": { "cross-spawn": { "version": "6.0.5", - "resolved": "https://registry.js.ipfs.io/cross-spawn/-/cross-spawn-6.0.5.tgz", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", "requires": { "nice-try": "^1.0.4", @@ -9875,7 +9712,7 @@ }, "define-properties": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/define-properties/-/define-properties-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", "requires": { "object-keys": "^1.0.12" @@ -9883,7 +9720,7 @@ }, "define-property": { "version": "2.0.2", - "resolved": "https://registry.js.ipfs.io/define-property/-/define-property-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", "requires": { "is-descriptor": "^1.0.2", @@ -9892,7 +9729,7 @@ "dependencies": { "is-accessor-descriptor": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "requires": { "kind-of": "^6.0.0" @@ -9900,7 +9737,7 @@ }, "is-data-descriptor": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "requires": { "kind-of": "^6.0.0" @@ -9908,7 +9745,7 @@ }, "is-descriptor": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/is-descriptor/-/is-descriptor-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "requires": { "is-accessor-descriptor": "^1.0.0", @@ -9920,13 +9757,13 @@ }, "defined": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/defined/-/defined-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/defined/-/defined-1.0.0.tgz", "integrity": "sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM=", "dev": true }, "del": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/del/-/del-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/del/-/del-3.0.0.tgz", "integrity": "sha1-U+z2mf/LyzljdpGrE7rxYIGXZuU=", "requires": { "globby": "^6.1.0", @@ -9939,34 +9776,34 @@ }, "delayed-stream": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/delayed-stream/-/delayed-stream-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", "dev": true }, "delegate": { "version": "3.2.0", - "resolved": "https://registry.js.ipfs.io/delegate/-/delegate-3.2.0.tgz", + "resolved": "https://registry.npmjs.org/delegate/-/delegate-3.2.0.tgz", "integrity": "sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==", "optional": true }, "delegates": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/delegates/-/delegates-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=" }, "delimit-stream": { "version": "0.1.0", - "resolved": "https://registry.js.ipfs.io/delimit-stream/-/delimit-stream-0.1.0.tgz", + "resolved": "https://registry.npmjs.org/delimit-stream/-/delimit-stream-0.1.0.tgz", "integrity": "sha1-m4MZR3wOX4rrPONXrjBfwl6hzSs=" }, "depd": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/depd/-/depd-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" }, "des.js": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/des.js/-/des.js-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.0.tgz", "integrity": "sha1-wHTS4qpqipoH29YfmhXCzYPsjsw=", "requires": { "inherits": "^2.0.1", @@ -9975,12 +9812,12 @@ }, "destroy": { "version": "1.0.4", - "resolved": "https://registry.js.ipfs.io/destroy/-/destroy-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" }, "detab": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/detab/-/detab-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/detab/-/detab-2.0.1.tgz", "integrity": "sha512-/hhdqdQc5thGrqzjyO/pz76lDZ5GSuAs6goxOaKTsvPk7HNnzAyFN5lyHgqpX4/s1i66K8qMGj+VhA9504x7DQ==", "dev": true, "requires": { @@ -9989,28 +9826,28 @@ }, "detect-file": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/detect-file/-/detect-file-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz", "integrity": "sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=", "dev": true }, "detect-indent": { "version": "5.0.0", - "resolved": "https://registry.js.ipfs.io/detect-indent/-/detect-indent-5.0.0.tgz", + "resolved": "https://registry.npmjs.org/detect-indent/-/detect-indent-5.0.0.tgz", "integrity": "sha1-OHHMCmoALow+Wzz38zYmRnXwa50=" }, "detect-libc": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/detect-libc/-/detect-libc-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", "integrity": "sha1-+hN8S9aY7fVc1c0CrFWfkaTEups=" }, "detect-node": { "version": "2.0.4", - "resolved": "https://registry.js.ipfs.io/detect-node/-/detect-node-2.0.4.tgz", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.4.tgz", "integrity": "sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==" }, "detect-port": { "version": "1.3.0", - "resolved": "https://registry.js.ipfs.io/detect-port/-/detect-port-1.3.0.tgz", + "resolved": "https://registry.npmjs.org/detect-port/-/detect-port-1.3.0.tgz", "integrity": "sha512-E+B1gzkl2gqxt1IhUzwjrxBKRqx1UzC3WLONHinn8S3T6lwV/agVCyitiFOsGJ/eYuEUBvD71MZHy3Pv1G9doQ==", "requires": { "address": "^1.0.1", @@ -10019,7 +9856,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { "ms": "2.0.0" @@ -10029,7 +9866,7 @@ }, "detective": { "version": "4.7.1", - "resolved": "https://registry.js.ipfs.io/detective/-/detective-4.7.1.tgz", + "resolved": "https://registry.npmjs.org/detective/-/detective-4.7.1.tgz", "integrity": "sha512-H6PmeeUcZloWtdt4DAkFyzFL94arpHr3NOwwmVILFiy+9Qd4JTxxXrzfyGk/lmct2qVGBwTSwSXagqu2BxmWig==", "dev": true, "requires": { @@ -10039,7 +9876,7 @@ }, "devcert-san": { "version": "0.3.3", - "resolved": "https://registry.js.ipfs.io/devcert-san/-/devcert-san-0.3.3.tgz", + "resolved": "https://registry.npmjs.org/devcert-san/-/devcert-san-0.3.3.tgz", "integrity": "sha1-qnckR0Gy2DF3HAEfIu4l45atS6k=", "requires": { "@types/configstore": "^2.1.1", @@ -10062,7 +9899,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { "ms": "2.0.0" @@ -10072,13 +9909,13 @@ }, "di": { "version": "0.0.1", - "resolved": "https://registry.js.ipfs.io/di/-/di-0.0.1.tgz", + "resolved": "https://registry.npmjs.org/di/-/di-0.0.1.tgz", "integrity": "sha1-gGZJMmzqp8qjMG112YXqJ0i6kTw=", "dev": true }, "dicer": { "version": "0.2.5", - "resolved": "https://registry.js.ipfs.io/dicer/-/dicer-0.2.5.tgz", + "resolved": "https://registry.npmjs.org/dicer/-/dicer-0.2.5.tgz", "integrity": "sha1-WZbAhrszIYyBLAkL3cCc0S+stw8=", "requires": { "readable-stream": "1.1.x", @@ -10087,12 +9924,12 @@ "dependencies": { "isarray": { "version": "0.0.1", - "resolved": "https://registry.js.ipfs.io/isarray/-/isarray-0.0.1.tgz", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" }, "readable-stream": { "version": "1.1.14", - "resolved": "https://registry.js.ipfs.io/readable-stream/-/readable-stream-1.1.14.tgz", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", "requires": { "core-util-is": "~1.0.0", @@ -10103,20 +9940,20 @@ }, "string_decoder": { "version": "0.10.31", - "resolved": "https://registry.js.ipfs.io/string_decoder/-/string_decoder-0.10.31.tgz", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=" } } }, "diff": { "version": "1.4.0", - "resolved": "https://registry.js.ipfs.io/diff/-/diff-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/diff/-/diff-1.4.0.tgz", "integrity": "sha1-fyjS657nsVqX79ic5j3P2qPMur8=", "dev": true }, "diffie-hellman": { "version": "5.0.3", - "resolved": "https://registry.js.ipfs.io/diffie-hellman/-/diffie-hellman-5.0.3.tgz", + "resolved": "http://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", "requires": { "bn.js": "^4.1.0", @@ -10126,7 +9963,7 @@ }, "dir-glob": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/dir-glob/-/dir-glob-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.0.0.tgz", "integrity": "sha512-37qirFDz8cA5fimp9feo43fSuRo2gHwaIn6dXL8Ber1dGwUosDrGZeCCXq57WnIqE4aQ+u3eQZzsk1yOzhdwag==", "requires": { "arrify": "^1.0.1", @@ -10135,7 +9972,7 @@ "dependencies": { "path-type": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/path-type/-/path-type-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", "requires": { "pify": "^3.0.0" @@ -10145,7 +9982,7 @@ }, "disparity": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/disparity/-/disparity-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/disparity/-/disparity-2.0.0.tgz", "integrity": "sha1-V92stHMkrl9Y0swNqIbbTOnutxg=", "dev": true, "requires": { @@ -10155,25 +9992,25 @@ "dependencies": { "ansi-styles": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/ansi-styles/-/ansi-styles-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", "dev": true } } }, "dlv": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.2.tgz", - "integrity": "sha512-xxD4VSH67GbRvSGUrckvha94RD7hjgOH7rqGxiytLpkaeMvixOHFZTGFK6EkIm3T761OVHT8ABHmGkq9gXgu6Q==" + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" }, "dns-equal": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/dns-equal/-/dns-equal-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", "integrity": "sha1-s55/HabrCnW6nBcySzR1PEfgZU0=" }, "dns-packet": { "version": "1.3.1", - "resolved": "https://registry.js.ipfs.io/dns-packet/-/dns-packet-1.3.1.tgz", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz", "integrity": "sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==", "requires": { "ip": "^1.1.0", @@ -10182,7 +10019,7 @@ }, "dns-txt": { "version": "2.0.2", - "resolved": "https://registry.js.ipfs.io/dns-txt/-/dns-txt-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/dns-txt/-/dns-txt-2.0.2.tgz", "integrity": "sha1-uR2Ab10nGI5Ks+fRB9iBocxGQrY=", "requires": { "buffer-indexof": "^1.0.0" @@ -10190,7 +10027,7 @@ }, "doctrine": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/doctrine/-/doctrine-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-2.1.0.tgz", "integrity": "sha512-35mSku4ZXK0vfCuHEDAwt55dg2jNajHZ1odvF+8SSr82EsZY4QmXfuWso8oEd8zRhVObSN18aM0CjSdoBX7zIw==", "requires": { "esutils": "^2.0.2" @@ -10198,7 +10035,7 @@ }, "doctrine-temporary-fork": { "version": "2.0.0-alpha-allowarrayindex", - "resolved": "https://registry.js.ipfs.io/doctrine-temporary-fork/-/doctrine-temporary-fork-2.0.0-alpha-allowarrayindex.tgz", + "resolved": "https://registry.npmjs.org/doctrine-temporary-fork/-/doctrine-temporary-fork-2.0.0-alpha-allowarrayindex.tgz", "integrity": "sha1-QAFahn6yfnWybIKLcVJPE3+J+fA=", "dev": true, "requires": { @@ -10208,7 +10045,7 @@ }, "documentation": { "version": "9.0.0-alpha.1", - "resolved": "https://registry.js.ipfs.io/documentation/-/documentation-9.0.0-alpha.1.tgz", + "resolved": "https://registry.npmjs.org/documentation/-/documentation-9.0.0-alpha.1.tgz", "integrity": "sha512-a3HUcoN/cdjLuiJT6EnobsZ/B0uhgmhYmLunqMw+IqAErd2AoaKp8cZcA8WFOqXAMdlmQIEmWkiINstTc3MYyQ==", "dev": true, "requires": { @@ -10281,19 +10118,19 @@ "dependencies": { "@babel/parser": { "version": "7.1.3", - "resolved": "https://registry.js.ipfs.io/@babel/parser/-/parser-7.1.3.tgz", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.1.3.tgz", "integrity": "sha512-gqmspPZOMW3MIRb9HlrnbZHXI1/KHTOroBwN1NcLL6pWxzqzEKGvRTq0W/PxS45OtQGbaFikSQpkS5zbnsQm2w==", "dev": true }, "babelify": { "version": "10.0.0", - "resolved": "https://registry.js.ipfs.io/babelify/-/babelify-10.0.0.tgz", + "resolved": "https://registry.npmjs.org/babelify/-/babelify-10.0.0.tgz", "integrity": "sha512-X40FaxyH7t3X+JFAKvb1H9wooWKLRCi8pg3m8poqtdZaIng+bjzp9RvKQCvRjF9isHiPkXspbbXT/zwXLtwgwg==", "dev": true }, "cliui": { "version": "3.2.0", - "resolved": "https://registry.js.ipfs.io/cliui/-/cliui-3.2.0.tgz", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-3.2.0.tgz", "integrity": "sha1-EgYBU3qRbSmUD5NNo7SNWFo5IT0=", "dev": true, "requires": { @@ -10304,7 +10141,7 @@ "dependencies": { "string-width": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/string-width/-/string-width-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", "dev": true, "requires": { @@ -10317,7 +10154,7 @@ }, "doctrine-temporary-fork": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/doctrine-temporary-fork/-/doctrine-temporary-fork-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/doctrine-temporary-fork/-/doctrine-temporary-fork-2.0.1.tgz", "integrity": "sha512-+GQh3niRkKtSr7cKDo8po+NHkJZyC2Ebwvjz9fvq0ReQr9kIDS6BY9MDrzx+KbbLxvSj3vD/eUaeIoURHzEAFQ==", "dev": true, "requires": { @@ -10326,7 +10163,7 @@ }, "find-up": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/find-up/-/find-up-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "dev": true, "requires": { @@ -10335,13 +10172,13 @@ }, "get-port": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/get-port/-/get-port-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/get-port/-/get-port-4.0.0.tgz", "integrity": "sha512-Yy3yNI2oShgbaWg4cmPhWjkZfktEvpKI09aDX4PZzNtlU9obuYrX7x2mumQsrNxlF+Ls7OtMQW/u+X4s896bOQ==", "dev": true }, "git-url-parse": { "version": "10.1.0", - "resolved": "https://registry.js.ipfs.io/git-url-parse/-/git-url-parse-10.1.0.tgz", + "resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-10.1.0.tgz", "integrity": "sha512-goZOORAtFjU1iG+4zZgWq+N7It09PqS3Xsy43ZwhP5unDD0tTSmXTpqULHodMdJXGejm3COwXIhIRT6Z8DYVZQ==", "dev": true, "requires": { @@ -10350,7 +10187,7 @@ }, "hast-util-to-html": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/hast-util-to-html/-/hast-util-to-html-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-4.0.1.tgz", "integrity": "sha512-2emzwyf0xEsc4TBIPmDJmBttIw8R4SXAJiJZoiRR/s47ODYWgOqNoDbf2SJAbMbfNdFWMiCSOrI3OVnX6Qq2Mg==", "dev": true, "requires": { @@ -10368,13 +10205,13 @@ }, "is-buffer": { "version": "2.0.3", - "resolved": "https://registry.js.ipfs.io/is-buffer/-/is-buffer-2.0.3.tgz", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.3.tgz", "integrity": "sha512-U15Q7MXTuZlrbymiz95PJpZxu8IlipAp4dtS3wOdgPXx3mqBnslrWU14kxfHB+Py/+2PVKSr37dMAgM2A4uArw==", "dev": true }, "is-fullwidth-code-point": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", "dev": true, "requires": { @@ -10383,7 +10220,7 @@ }, "load-json-file": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/load-json-file/-/load-json-file-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", "dev": true, "requires": { @@ -10395,7 +10232,7 @@ "dependencies": { "pify": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/pify/-/pify-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", "dev": true } @@ -10403,7 +10240,7 @@ }, "locate-path": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/locate-path/-/locate-path-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "dev": true, "requires": { @@ -10413,7 +10250,7 @@ }, "module-deps-sortable": { "version": "5.0.0", - "resolved": "https://registry.js.ipfs.io/module-deps-sortable/-/module-deps-sortable-5.0.0.tgz", + "resolved": "https://registry.npmjs.org/module-deps-sortable/-/module-deps-sortable-5.0.0.tgz", "integrity": "sha512-bnGGeghQmz/t/6771/KC4FmxpVm126iR6AAzzq4N6hVZQVl4+ZZBv+VF3PJmDyxXtVtgcgTSSP7NL+jq1QAHrg==", "dev": true, "requires": { @@ -10435,7 +10272,7 @@ "dependencies": { "concat-stream": { "version": "1.5.2", - "resolved": "https://registry.js.ipfs.io/concat-stream/-/concat-stream-1.5.2.tgz", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.2.tgz", "integrity": "sha1-cIl4Yk2FavQaWnQd790mHadSwmY=", "dev": true, "requires": { @@ -10446,7 +10283,7 @@ "dependencies": { "readable-stream": { "version": "2.0.6", - "resolved": "https://registry.js.ipfs.io/readable-stream/-/readable-stream-2.0.6.tgz", + "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz", "integrity": "sha1-j5A0HmilPMySh4jaz80Rs265t44=", "dev": true, "requires": { @@ -10464,7 +10301,7 @@ }, "p-limit": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/p-limit/-/p-limit-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.0.0.tgz", "integrity": "sha512-fl5s52lI5ahKCernzzIyAP0QAZbGIovtVHGwpcu1Jr/EpzLVDI2myISHwGqK7m8uQFugVWSrbxH7XnhGtvEc+A==", "dev": true, "requires": { @@ -10473,7 +10310,7 @@ }, "p-locate": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/p-locate/-/p-locate-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", "dev": true, "requires": { @@ -10482,13 +10319,13 @@ }, "p-try": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/p-try/-/p-try-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.0.0.tgz", "integrity": "sha512-hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQQ==", "dev": true }, "path-type": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/path-type/-/path-type-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", "dev": true, "requires": { @@ -10497,7 +10334,7 @@ "dependencies": { "pify": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/pify/-/pify-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", "dev": true } @@ -10505,19 +10342,19 @@ }, "pify": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/pify/-/pify-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", "dev": true }, "process-nextick-args": { "version": "1.0.7", - "resolved": "https://registry.js.ipfs.io/process-nextick-args/-/process-nextick-args-1.0.7.tgz", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=", "dev": true }, "property-information": { "version": "4.2.0", - "resolved": "https://registry.js.ipfs.io/property-information/-/property-information-4.2.0.tgz", + "resolved": "https://registry.npmjs.org/property-information/-/property-information-4.2.0.tgz", "integrity": "sha512-TlgDPagHh+eBKOnH2VYvk8qbwsCG/TAJdmTL7f1PROUcSO8qt/KSmShEQ/OKvock8X9tFjtqjCScyOkkkvIKVQ==", "dev": true, "requires": { @@ -10526,7 +10363,7 @@ }, "read-pkg": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/read-pkg/-/read-pkg-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", "dev": true, "requires": { @@ -10537,7 +10374,7 @@ }, "read-pkg-up": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/read-pkg-up/-/read-pkg-up-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-4.0.0.tgz", "integrity": "sha512-6etQSH7nJGsK0RbG/2TeDzZFa8shjQ1um+SwQQ5cwKy0dhSXdOncEhb1CPpvQG4h7FyOV6EB6YlV0yJvZQNAkA==", "dev": true, "requires": { @@ -10547,7 +10384,7 @@ }, "remark-html": { "version": "8.0.0", - "resolved": "https://registry.js.ipfs.io/remark-html/-/remark-html-8.0.0.tgz", + "resolved": "https://registry.npmjs.org/remark-html/-/remark-html-8.0.0.tgz", "integrity": "sha512-3V2391GL3hxKhrkzYOyfPpxJ6taIKLCfuLVqumeWQOk3H9nTtSQ8St8kMYkBVIEAquXN1chT83qJ/2lAW+dpEg==", "dev": true, "requires": { @@ -10559,13 +10396,13 @@ }, "string_decoder": { "version": "0.10.31", - "resolved": "https://registry.js.ipfs.io/string_decoder/-/string_decoder-0.10.31.tgz", + "resolved": "http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", "dev": true }, "vfile": { "version": "3.0.1", - "resolved": "https://registry.js.ipfs.io/vfile/-/vfile-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-3.0.1.tgz", "integrity": "sha512-y7Y3gH9BsUSdD4KzHsuMaCzRjglXN0W2EcMf0gpvu6+SbsGhMje7xDc8AEoeXy6mIwCKMI6BkjMsRjzQbhMEjQ==", "dev": true, "requires": { @@ -10577,7 +10414,7 @@ }, "vfile-reporter": { "version": "5.1.1", - "resolved": "https://registry.js.ipfs.io/vfile-reporter/-/vfile-reporter-5.1.1.tgz", + "resolved": "https://registry.npmjs.org/vfile-reporter/-/vfile-reporter-5.1.1.tgz", "integrity": "sha512-A/cfKvfVmeEmAKx1yyOWggCjC/k184Vkl5pVJAw5CEdppHd5FHBVcdyJ1JBSqIdJjJqyhZY4ZD3JycHr/uwmlA==", "dev": true, "requires": { @@ -10591,7 +10428,7 @@ }, "vinyl-fs": { "version": "3.0.3", - "resolved": "https://registry.js.ipfs.io/vinyl-fs/-/vinyl-fs-3.0.3.tgz", + "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-3.0.3.tgz", "integrity": "sha512-vIu34EkyNyJxmP0jscNzWBSygh7VWhqun6RmqVfXePrOwi9lhvRs//dOaGOTRUQr4tx7/zd26Tk5WeSVZitgng==", "dev": true, "requires": { @@ -10616,7 +10453,7 @@ }, "yargs": { "version": "9.0.1", - "resolved": "https://registry.js.ipfs.io/yargs/-/yargs-9.0.1.tgz", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-9.0.1.tgz", "integrity": "sha1-UqzCP+7Kw0BCB47njAwAf1CF20w=", "dev": true, "requires": { @@ -10637,7 +10474,7 @@ "dependencies": { "find-up": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/find-up/-/find-up-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", "dev": true, "requires": { @@ -10646,7 +10483,7 @@ }, "load-json-file": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/load-json-file/-/load-json-file-2.0.0.tgz", + "resolved": "http://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz", "integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=", "dev": true, "requires": { @@ -10658,7 +10495,7 @@ }, "locate-path": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/locate-path/-/locate-path-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", "dev": true, "requires": { @@ -10668,7 +10505,7 @@ }, "p-limit": { "version": "1.3.0", - "resolved": "https://registry.js.ipfs.io/p-limit/-/p-limit-1.3.0.tgz", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", "dev": true, "requires": { @@ -10677,7 +10514,7 @@ }, "p-locate": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/p-locate/-/p-locate-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", "dev": true, "requires": { @@ -10686,13 +10523,13 @@ }, "p-try": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/p-try/-/p-try-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=", "dev": true }, "parse-json": { "version": "2.2.0", - "resolved": "https://registry.js.ipfs.io/parse-json/-/parse-json-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", "dev": true, "requires": { @@ -10701,7 +10538,7 @@ }, "path-type": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/path-type/-/path-type-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz", "integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=", "dev": true, "requires": { @@ -10710,13 +10547,13 @@ }, "pify": { "version": "2.3.0", - "resolved": "https://registry.js.ipfs.io/pify/-/pify-2.3.0.tgz", + "resolved": "http://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", "dev": true }, "read-pkg": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/read-pkg/-/read-pkg-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz", "integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=", "dev": true, "requires": { @@ -10727,7 +10564,7 @@ }, "read-pkg-up": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/read-pkg-up/-/read-pkg-up-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz", "integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=", "dev": true, "requires": { @@ -10739,7 +10576,7 @@ }, "yargs-parser": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/yargs-parser/-/yargs-parser-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-7.0.0.tgz", "integrity": "sha1-jQrELxbqVd69MyyvTEA4s+P139k=", "dev": true, "requires": { @@ -10750,7 +10587,7 @@ }, "documentation-theme-utils": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/documentation-theme-utils/-/documentation-theme-utils-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/documentation-theme-utils/-/documentation-theme-utils-3.0.0.tgz", "integrity": "sha1-itJslFw3FNV0RRvmQCUKCkKOVk0=", "dev": true, "requires": { @@ -10761,7 +10598,7 @@ "dependencies": { "doctrine": { "version": "1.5.0", - "resolved": "https://registry.js.ipfs.io/doctrine/-/doctrine-1.5.0.tgz", + "resolved": "http://registry.npmjs.org/doctrine/-/doctrine-1.5.0.tgz", "integrity": "sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=", "dev": true, "requires": { @@ -10773,7 +10610,7 @@ }, "dom-converter": { "version": "0.2.0", - "resolved": "https://registry.js.ipfs.io/dom-converter/-/dom-converter-0.2.0.tgz", + "resolved": "https://registry.npmjs.org/dom-converter/-/dom-converter-0.2.0.tgz", "integrity": "sha512-gd3ypIPfOMr9h5jIKq8E3sHOTCjeirnl0WK5ZdS1AW0Odt0b1PaWaHdJ4Qk4klv+YB9aJBS7mESXjFoDQPu6DA==", "requires": { "utila": "~0.4" @@ -10781,7 +10618,7 @@ }, "dom-helpers": { "version": "3.4.0", - "resolved": "https://registry.js.ipfs.io/dom-helpers/-/dom-helpers-3.4.0.tgz", + "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-3.4.0.tgz", "integrity": "sha512-LnuPJ+dwqKDIyotW1VzmOZ5TONUN7CwkCR5hrgawTUbkBGYdeoNLZo6nNfGkCrjtE1nXXaj7iMMpDa8/d9WoIA==", "requires": { "@babel/runtime": "^7.1.2" @@ -10789,7 +10626,7 @@ }, "dom-iterator": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/dom-iterator/-/dom-iterator-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/dom-iterator/-/dom-iterator-1.0.0.tgz", "integrity": "sha512-7dsMOQI07EMU98gQM8NSB3GsAiIeBYIPKpnxR3c9xOvdvBjChAcOM0iJ222I3p5xyiZO9e5oggkNaCusuTdYig==", "requires": { "component-props": "1.1.1", @@ -10798,7 +10635,7 @@ }, "dom-serialize": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/dom-serialize/-/dom-serialize-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/dom-serialize/-/dom-serialize-2.2.1.tgz", "integrity": "sha1-ViromZ9Evl6jB29UGdzVnrQ6yVs=", "dev": true, "requires": { @@ -10810,7 +10647,7 @@ }, "dom-serializer": { "version": "0.1.0", - "resolved": "https://registry.js.ipfs.io/dom-serializer/-/dom-serializer-0.1.0.tgz", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz", "integrity": "sha1-BzxpdUbOB4DOI75KKOKT5AvDDII=", "requires": { "domelementtype": "~1.1.1", @@ -10819,24 +10656,24 @@ "dependencies": { "domelementtype": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/domelementtype/-/domelementtype-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz", "integrity": "sha1-vSh3PiZCiBrsUVRJJCmcXNgiGFs=" } } }, "dom-walk": { "version": "0.1.1", - "resolved": "https://registry.js.ipfs.io/dom-walk/-/dom-walk-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/dom-walk/-/dom-walk-0.1.1.tgz", "integrity": "sha1-ZyIm3HTI95mtNTB9+TaroRrNYBg=" }, "domain-browser": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/domain-browser/-/domain-browser-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==" }, "domelementtype": { "version": "1.2.1", - "resolved": "https://registry.js.ipfs.io/domelementtype/-/domelementtype-1.2.1.tgz", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.2.1.tgz", "integrity": "sha512-SQVCLFS2E7G5CRCMdn6K9bIhRj1bS6QBWZfF0TUPh4V/BbqrQ619IdSS3/izn0FZ+9l+uODzaZjb08fjOfablA==" }, "domhandler": { @@ -10849,7 +10686,7 @@ }, "domutils": { "version": "1.5.1", - "resolved": "https://registry.js.ipfs.io/domutils/-/domutils-1.5.1.tgz", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz", "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=", "requires": { "dom-serializer": "0", @@ -10858,7 +10695,7 @@ }, "dot-prop": { "version": "4.2.0", - "resolved": "https://registry.js.ipfs.io/dot-prop/-/dot-prop-4.2.0.tgz", + "resolved": "https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz", "integrity": "sha512-tUMXrxlExSW6U2EXiiKGSBVdYgtV8qlHL+C10TsW4PURY/ic+eaysnSkwB4kA/mBlCyy/IKDJ+Lc3wbWeaXtuQ==", "requires": { "is-obj": "^1.0.0" @@ -10866,12 +10703,12 @@ }, "dotenv": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/dotenv/-/dotenv-4.0.0.tgz", + "resolved": "http://registry.npmjs.org/dotenv/-/dotenv-4.0.0.tgz", "integrity": "sha1-hk7xN5rO1Vzm+V3r7NzhefegzR0=" }, "drbg.js": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/drbg.js/-/drbg.js-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/drbg.js/-/drbg.js-1.0.1.tgz", "integrity": "sha1-Pja2xCs3BDgjzbwzLVjzHiRFSAs=", "requires": { "browserify-aes": "^1.0.6", @@ -10881,12 +10718,12 @@ }, "duplexer": { "version": "0.1.1", - "resolved": "https://registry.js.ipfs.io/duplexer/-/duplexer-0.1.1.tgz", + "resolved": "http://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz", "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=" }, "duplexer2": { "version": "0.1.4", - "resolved": "https://registry.js.ipfs.io/duplexer2/-/duplexer2-0.1.4.tgz", + "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.1.4.tgz", "integrity": "sha1-ixLauHjA1p4+eJEFFmKjL8a93ME=", "dev": true, "requires": { @@ -10895,12 +10732,12 @@ }, "duplexer3": { "version": "0.1.4", - "resolved": "https://registry.js.ipfs.io/duplexer3/-/duplexer3-0.1.4.tgz", + "resolved": "https://registry.npmjs.org/duplexer3/-/duplexer3-0.1.4.tgz", "integrity": "sha1-7gHdHKwO08vH/b6jfcCo8c4ALOI=" }, "duplexify": { "version": "3.6.1", - "resolved": "https://registry.js.ipfs.io/duplexify/-/duplexify-3.6.1.tgz", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.6.1.tgz", "integrity": "sha512-vM58DwdnKmty+FSPzT14K9JXb90H+j5emaR4KYbr2KTIz00WHGbWOe5ghQTx233ZCLZtrGDALzKwcjEtSt35mA==", "requires": { "end-of-stream": "^1.0.0", @@ -10911,12 +10748,12 @@ }, "ease-component": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/ease-component/-/ease-component-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/ease-component/-/ease-component-1.0.0.tgz", "integrity": "sha1-s3VybbC1sEWVt3RAOW/sfapdd8k=" }, "ecc-jsbn": { "version": "0.1.2", - "resolved": "https://registry.js.ipfs.io/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", "dev": true, "requires": { @@ -10926,35 +10763,35 @@ }, "edge-launcher": { "version": "1.2.2", - "resolved": "https://registry.js.ipfs.io/edge-launcher/-/edge-launcher-1.2.2.tgz", + "resolved": "https://registry.npmjs.org/edge-launcher/-/edge-launcher-1.2.2.tgz", "integrity": "sha1-60Cq+9Bnpup27/+rBke81VCbN7I=", "dev": true }, "ee-first": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/ee-first/-/ee-first-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" }, "ejs": { "version": "2.6.1", - "resolved": "https://registry.js.ipfs.io/ejs/-/ejs-2.6.1.tgz", + "resolved": "https://registry.npmjs.org/ejs/-/ejs-2.6.1.tgz", "integrity": "sha512-0xy4A/twfrRCnkhfk8ErDi5DqdAsAqeGxht4xkCUrsvhhbQNs7E+4jV0CN7+NKIY0aHE72+XvqtBIXzD31ZbXQ==", "dev": true }, "electron-to-chromium": { "version": "1.3.85", - "resolved": "https://registry.js.ipfs.io/electron-to-chromium/-/electron-to-chromium-1.3.85.tgz", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.85.tgz", "integrity": "sha512-kWSDVVF9t3mft2OHVZy4K85X2beP6c6mFm3teFS/mLSDJpQwuFIWHrULCX+w6H1E55ZYmFRlT+ATAFRwhrYzsw==" }, "elegant-spinner": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/elegant-spinner/-/elegant-spinner-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/elegant-spinner/-/elegant-spinner-1.0.1.tgz", "integrity": "sha1-2wQ1IcldfjA/2PNFvtwzSc+wcp4=", "dev": true }, "elliptic": { "version": "6.4.1", - "resolved": "https://registry.js.ipfs.io/elliptic/-/elliptic-6.4.1.tgz", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.4.1.tgz", "integrity": "sha512-BsXLz5sqX8OHcsh7CqBMztyXARmGQ3LWPtGjJi6DiJHq5C/qvi9P3OqgswKSDftbu8+IoI/QDTAm2fFnQ9SZSQ==", "requires": { "bn.js": "^4.4.0", @@ -10968,7 +10805,7 @@ }, "email-addresses": { "version": "3.0.3", - "resolved": "https://registry.js.ipfs.io/email-addresses/-/email-addresses-3.0.3.tgz", + "resolved": "https://registry.npmjs.org/email-addresses/-/email-addresses-3.0.3.tgz", "integrity": "sha512-kUlSC06PVvvjlMRpNIl3kR1NRXLEe86VQ7N0bQeaCZb2g+InShCeHQp/JvyYNTugMnRN2NvJhHlc3q12MWbbpg==", "dev": true }, @@ -10979,17 +10816,17 @@ }, "emojis-list": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/emojis-list/-/emojis-list-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-2.1.0.tgz", "integrity": "sha1-TapNnbAPmBmIDHn6RXrlsJof04k=" }, "encodeurl": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/encodeurl/-/encodeurl-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" }, "encoding": { "version": "0.1.12", - "resolved": "https://registry.js.ipfs.io/encoding/-/encoding-0.1.12.tgz", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.12.tgz", "integrity": "sha1-U4tm8+5izRq1HsMjgp0flIDHS+s=", "requires": { "iconv-lite": "~0.4.13" @@ -11008,7 +10845,7 @@ }, "end-of-stream": { "version": "1.4.1", - "resolved": "https://registry.js.ipfs.io/end-of-stream/-/end-of-stream-1.4.1.tgz", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.1.tgz", "integrity": "sha512-1MkrZNvWTKCaigbn+W15elq2BB/L22nqrSY5DKlo3X6+vclJm8Bb5djXJBmEX6fS3+zCh/F4VBK5Z2KxJt4s2Q==", "requires": { "once": "^1.4.0" @@ -11016,7 +10853,7 @@ }, "engine.io": { "version": "3.3.2", - "resolved": "https://registry.js.ipfs.io/engine.io/-/engine.io-3.3.2.tgz", + "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-3.3.2.tgz", "integrity": "sha512-AsaA9KG7cWPXWHp5FvHdDWY3AMWeZ8x+2pUVLcn71qE5AtAzgGbxuclOytygskw8XGmiQafTmnI9Bix3uihu2w==", "requires": { "accepts": "~1.3.4", @@ -11029,7 +10866,7 @@ }, "engine.io-client": { "version": "3.3.1", - "resolved": "https://registry.js.ipfs.io/engine.io-client/-/engine.io-client-3.3.1.tgz", + "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.3.1.tgz", "integrity": "sha512-q66JBFuQcy7CSlfAz9L3jH+v7DTT3i6ZEadYcVj2pOs8/0uJHLxKX3WBkGTvULJMdz0tUCyJag0aKT/dpXL9BQ==", "requires": { "component-emitter": "1.2.1", @@ -11047,7 +10884,7 @@ }, "engine.io-parser": { "version": "2.1.3", - "resolved": "https://registry.js.ipfs.io/engine.io-parser/-/engine.io-parser-2.1.3.tgz", + "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.1.3.tgz", "integrity": "sha512-6HXPre2O4Houl7c4g7Ic/XzPnHBvaEmN90vtRO9uLmwtRqQmTOw0QMevL1TOfL2Cpu1VzsaTmMotQgMdkzGkVA==", "requires": { "after": "0.8.2", @@ -11059,7 +10896,7 @@ }, "enhanced-resolve": { "version": "4.1.0", - "resolved": "https://registry.js.ipfs.io/enhanced-resolve/-/enhanced-resolve-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-4.1.0.tgz", "integrity": "sha512-F/7vkyTtyc/llOIn8oWclcB25KdRaiPBpZYDgJHgh/UHtpgT2p2eldQgtQnLtUvfMKPKxbRaQM/hHkvLHt1Vng==", "requires": { "graceful-fs": "^4.1.2", @@ -11069,33 +10906,33 @@ }, "enquire.js": { "version": "2.1.6", - "resolved": "https://registry.js.ipfs.io/enquire.js/-/enquire.js-2.1.6.tgz", + "resolved": "https://registry.npmjs.org/enquire.js/-/enquire.js-2.1.6.tgz", "integrity": "sha1-PoeAybi4NQhMP2DhZtvDwqPImBQ=" }, "ent": { "version": "2.2.0", - "resolved": "https://registry.js.ipfs.io/ent/-/ent-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/ent/-/ent-2.2.0.tgz", "integrity": "sha1-6WQhkyWiHQX0RGai9obtbOX13R0=", "dev": true }, "entities": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/entities/-/entities-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==" }, "envinfo": { "version": "5.12.1", - "resolved": "https://registry.js.ipfs.io/envinfo/-/envinfo-5.12.1.tgz", + "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-5.12.1.tgz", "integrity": "sha512-pwdo0/G3CIkQ0y6PCXq4RdkvId2elvtPCJMG0konqlrfkWQbf1DWeH9K2b/cvu2YgGvPPTOnonZxXM1gikFu1w==" }, "eol": { "version": "0.8.1", - "resolved": "https://registry.js.ipfs.io/eol/-/eol-0.8.1.tgz", + "resolved": "https://registry.npmjs.org/eol/-/eol-0.8.1.tgz", "integrity": "sha1-3vwyJJkMfspzuzRGGlbPncJHYdA=" }, "epimetheus": { "version": "1.0.92", - "resolved": "https://registry.js.ipfs.io/epimetheus/-/epimetheus-1.0.92.tgz", + "resolved": "https://registry.npmjs.org/epimetheus/-/epimetheus-1.0.92.tgz", "integrity": "sha512-rZqoUT63Xu3z5wPpTFPWkrIileJ9deOx/k/0ZPTiMSKBtPmJ9RzNrlo/M2UWvky7h8clrgc/s2uciq2mfruKrA==", "requires": { "prom-client": "^10.0.0" @@ -11103,7 +10940,7 @@ "dependencies": { "prom-client": { "version": "10.2.3", - "resolved": "https://registry.js.ipfs.io/prom-client/-/prom-client-10.2.3.tgz", + "resolved": "https://registry.npmjs.org/prom-client/-/prom-client-10.2.3.tgz", "integrity": "sha512-Xboq5+TdUwuQtSSDRZRNnb5NprINlgQN999VqUjZxnLKydUNLeIPx6Eiahg6oJua3XBg2TGnh5Cth1s4I6+r7g==", "requires": { "tdigest": "^0.1.1" @@ -11113,12 +10950,12 @@ }, "err-code": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/err-code/-/err-code-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/err-code/-/err-code-1.1.2.tgz", "integrity": "sha1-BuARbTAo9q70gGhJ6w6mp0iuaWA=" }, "errno": { "version": "0.1.7", - "resolved": "https://registry.js.ipfs.io/errno/-/errno-0.1.7.tgz", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.7.tgz", "integrity": "sha512-MfrRBDWzIWifgq6tJj60gkAwtLNb6sQPlcFrSOflcP1aFmmruKQ2wRnze/8V6kgyz7H3FF8Npzv78mZ7XLLflg==", "requires": { "prr": "~1.0.1" @@ -11126,7 +10963,7 @@ }, "error": { "version": "7.0.2", - "resolved": "https://registry.js.ipfs.io/error/-/error-7.0.2.tgz", + "resolved": "https://registry.npmjs.org/error/-/error-7.0.2.tgz", "integrity": "sha1-pfdf/02ZJhJt2sDqXcOOaJFTywI=", "dev": true, "requires": { @@ -11136,7 +10973,7 @@ }, "error-ex": { "version": "1.3.2", - "resolved": "https://registry.js.ipfs.io/error-ex/-/error-ex-1.3.2.tgz", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", "requires": { "is-arrayish": "^0.2.1" @@ -11144,7 +10981,7 @@ }, "error-stack-parser": { "version": "2.0.2", - "resolved": "https://registry.js.ipfs.io/error-stack-parser/-/error-stack-parser-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/error-stack-parser/-/error-stack-parser-2.0.2.tgz", "integrity": "sha512-E1fPutRDdIj/hohG0UpT5mayXNCxXP9d+snxFsPU9X0XgccOumKraa3juDMwTUyi7+Bu5+mCGagjg4IYeNbOdw==", "requires": { "stackframe": "^1.0.4" @@ -11152,7 +10989,7 @@ }, "es-abstract": { "version": "1.12.0", - "resolved": "https://registry.js.ipfs.io/es-abstract/-/es-abstract-1.12.0.tgz", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.12.0.tgz", "integrity": "sha512-C8Fx/0jFmV5IPoMOFPA9P9G5NtqW+4cOPit3MIuvR2t7Ag2K15EJTpxnHAYTzL+aYQJIESYeXZmDBfOBE1HcpA==", "requires": { "es-to-primitive": "^1.1.1", @@ -11164,7 +11001,7 @@ }, "es-to-primitive": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/es-to-primitive/-/es-to-primitive-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.0.tgz", "integrity": "sha512-qZryBOJjV//LaxLTV6UC//WewneB3LcXOL9NP++ozKVXsIIIpm/2c13UDiD9Jp2eThsecw9m3jPqDwTyobcdbg==", "requires": { "is-callable": "^1.1.4", @@ -11174,22 +11011,22 @@ }, "es6-promisify": { "version": "6.0.1", - "resolved": "https://registry.js.ipfs.io/es6-promisify/-/es6-promisify-6.0.1.tgz", + "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-6.0.1.tgz", "integrity": "sha512-J3ZkwbEnnO+fGAKrjVpeUAnZshAdfZvbhQpqfIH9kSAspReRC4nJnu8ewm55b4y9ElyeuhCTzJD0XiH8Tsbhlw==" }, "escape-html": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/escape-html/-/escape-html-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" }, "escape-string-regexp": { "version": "1.0.5", - "resolved": "https://registry.js.ipfs.io/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" }, "escodegen": { "version": "1.11.0", - "resolved": "https://registry.js.ipfs.io/escodegen/-/escodegen-1.11.0.tgz", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-1.11.0.tgz", "integrity": "sha512-IeMV45ReixHS53K/OmfKAIztN/igDHzTJUhZM3k1jMhIZWjk45SMwAtBsEXiJp3vSPmTcu6CXn7mDvFHRN66fw==", "dev": true, "optional": true, @@ -11203,14 +11040,14 @@ "dependencies": { "esprima": { "version": "3.1.3", - "resolved": "https://registry.js.ipfs.io/esprima/-/esprima-3.1.3.tgz", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-3.1.3.tgz", "integrity": "sha1-/cpRzuYTOJXjyI1TXOSdv/YqRjM=", "dev": true, "optional": true }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true, "optional": true @@ -11219,7 +11056,7 @@ }, "eslint": { "version": "5.9.0", - "resolved": "https://registry.js.ipfs.io/eslint/-/eslint-5.9.0.tgz", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-5.9.0.tgz", "integrity": "sha512-g4KWpPdqN0nth+goDNICNXGfJF7nNnepthp46CAlJoJtC5K/cLu3NgCM3AHu1CkJ5Hzt9V0Y0PBAO6Ay/gGb+w==", "requires": { "@babel/code-frame": "^7.0.0", @@ -11264,17 +11101,17 @@ "dependencies": { "acorn": { "version": "6.0.4", - "resolved": "https://registry.js.ipfs.io/acorn/-/acorn-6.0.4.tgz", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.0.4.tgz", "integrity": "sha512-VY4i5EKSKkofY2I+6QLTbTTN/UvEQPCo6eiwzzSaSWfpaDhOmStMCMod6wmuPciNq+XS0faCglFu2lHZpdHUtg==" }, "acorn-jsx": { "version": "5.0.1", - "resolved": "https://registry.js.ipfs.io/acorn-jsx/-/acorn-jsx-5.0.1.tgz", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.0.1.tgz", "integrity": "sha512-HJ7CfNHrfJLlNTzIEUTj43LNWGkqpRLxm3YjAlcD0ACydk9XynzYsCBHxut+iqt+1aBXkx9UP/w/ZqMr13XIzg==" }, "ajv": { "version": "6.6.1", - "resolved": "https://registry.js.ipfs.io/ajv/-/ajv-6.6.1.tgz", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.6.1.tgz", "integrity": "sha512-ZoJjft5B+EJBjUyu9C9Hc0OZyPZSSlOF+plzouTrg6UlA8f+e/n8NIgBFG/9tppJtpPWfthHakK7juJdNDODww==", "requires": { "fast-deep-equal": "^2.0.1", @@ -11285,17 +11122,17 @@ }, "ansi-regex": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/ansi-regex/-/ansi-regex-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" }, "chardet": { "version": "0.7.0", - "resolved": "https://registry.js.ipfs.io/chardet/-/chardet-0.7.0.tgz", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==" }, "cross-spawn": { "version": "6.0.5", - "resolved": "https://registry.js.ipfs.io/cross-spawn/-/cross-spawn-6.0.5.tgz", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", "requires": { "nice-try": "^1.0.4", @@ -11307,7 +11144,7 @@ }, "debug": { "version": "4.1.0", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz", "integrity": "sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==", "requires": { "ms": "^2.1.1" @@ -11315,7 +11152,7 @@ }, "eslint-scope": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/eslint-scope/-/eslint-scope-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.0.tgz", "integrity": "sha512-1G6UTDi7Jc1ELFwnR58HV4fK9OQK4S6N985f166xqXxpjU6plxFISJa2Ba9KCQuFa8RCnj/lSFJbHo7UFDBnUA==", "requires": { "esrecurse": "^4.1.0", @@ -11324,7 +11161,7 @@ }, "espree": { "version": "4.1.0", - "resolved": "https://registry.js.ipfs.io/espree/-/espree-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/espree/-/espree-4.1.0.tgz", "integrity": "sha512-I5BycZW6FCVIub93TeVY1s7vjhP9CY6cXCznIRfiig7nRviKZYdRnj/sHEWC6A7WE9RDWOFq9+7OsWSYz8qv2w==", "requires": { "acorn": "^6.0.2", @@ -11334,7 +11171,7 @@ }, "external-editor": { "version": "3.0.3", - "resolved": "https://registry.js.ipfs.io/external-editor/-/external-editor-3.0.3.tgz", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.0.3.tgz", "integrity": "sha512-bn71H9+qWoOQKyZDo25mOMVpSmXROAsTJVVVYzrrtol3d4y+AsKjf4Iwl2Q+IuT0kFSQ1qo166UuIwqYq7mGnA==", "requires": { "chardet": "^0.7.0", @@ -11344,17 +11181,17 @@ }, "fast-deep-equal": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=" }, "ignore": { "version": "4.0.6", - "resolved": "https://registry.js.ipfs.io/ignore/-/ignore-4.0.6.tgz", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==" }, "inquirer": { "version": "6.2.0", - "resolved": "https://registry.js.ipfs.io/inquirer/-/inquirer-6.2.0.tgz", + "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-6.2.0.tgz", "integrity": "sha512-QIEQG4YyQ2UYZGDC4srMZ7BjHOmNk1lR2JQj5UknBapklm6WHA+VVH7N+sUdX3A7NeCfGF8o4X1S3Ao7nAcIeg==", "requires": { "ansi-escapes": "^3.0.0", @@ -11374,22 +11211,22 @@ }, "json-schema-traverse": { "version": "0.4.1", - "resolved": "https://registry.js.ipfs.io/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" }, "ms": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/ms/-/ms-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" }, "regexpp": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/regexpp/-/regexpp-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-2.0.1.tgz", "integrity": "sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==" }, "slice-ansi": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/slice-ansi/-/slice-ansi-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.0.0.tgz", "integrity": "sha512-4j2WTWjp3GsZ+AOagyzVbzp4vWGtZ0hEZ/gDY/uTvm6MTxUfTUIsnMIFb1bn8o0RuXiqUw15H1bue8f22Vw2oQ==", "requires": { "ansi-styles": "^3.2.0", @@ -11399,7 +11236,7 @@ }, "strip-ansi": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/strip-ansi/-/strip-ansi-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "requires": { "ansi-regex": "^3.0.0" @@ -11407,7 +11244,7 @@ }, "table": { "version": "5.1.1", - "resolved": "https://registry.js.ipfs.io/table/-/table-5.1.1.tgz", + "resolved": "https://registry.npmjs.org/table/-/table-5.1.1.tgz", "integrity": "sha512-NUjapYb/qd4PeFW03HnAuOJ7OMcBkJlqeClWxeNlQ0lXGSb52oZXGzkO0/I0ARegQ2eUT1g2VDJH0eUxDRcHmw==", "requires": { "ajv": "^6.6.1", @@ -11418,7 +11255,7 @@ }, "tmp": { "version": "0.0.33", - "resolved": "https://registry.js.ipfs.io/tmp/-/tmp-0.0.33.tgz", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", "requires": { "os-tmpdir": "~1.0.2" @@ -11428,7 +11265,7 @@ }, "eslint-config-aegir": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/eslint-config-aegir/-/eslint-config-aegir-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/eslint-config-aegir/-/eslint-config-aegir-1.0.1.tgz", "integrity": "sha1-UxLUvPBj4sbz7Pdhm66PDNTMegQ=", "dev": true, "requires": { @@ -11441,13 +11278,13 @@ "dependencies": { "eslint-config-standard": { "version": "10.2.1", - "resolved": "https://registry.js.ipfs.io/eslint-config-standard/-/eslint-config-standard-10.2.1.tgz", + "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-10.2.1.tgz", "integrity": "sha1-wGHk0GbzedwXzVYsZOgZtN1FRZE=", "dev": true }, "eslint-plugin-node": { "version": "5.2.1", - "resolved": "https://registry.js.ipfs.io/eslint-plugin-node/-/eslint-plugin-node-5.2.1.tgz", + "resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-5.2.1.tgz", "integrity": "sha512-xhPXrh0Vl/b7870uEbaumb2Q+LxaEcOQ3kS1jtIXanBAwpMre1l5q/l2l/hESYJGEFKuI78bp6Uw50hlpr7B+g==", "dev": true, "requires": { @@ -11459,19 +11296,19 @@ }, "eslint-plugin-promise": { "version": "3.8.0", - "resolved": "https://registry.js.ipfs.io/eslint-plugin-promise/-/eslint-plugin-promise-3.8.0.tgz", + "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-3.8.0.tgz", "integrity": "sha512-JiFL9UFR15NKpHyGii1ZcvmtIqa3UTwiDAGb8atSffe43qJ3+1czVGN6UtkklpcJ2DVnqvTMzEKRaJdBkAL2aQ==", "dev": true }, "eslint-plugin-standard": { "version": "3.1.0", - "resolved": "https://registry.js.ipfs.io/eslint-plugin-standard/-/eslint-plugin-standard-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/eslint-plugin-standard/-/eslint-plugin-standard-3.1.0.tgz", "integrity": "sha512-fVcdyuKRr0EZ4fjWl3c+gp1BANFJD1+RaWa2UPYfMZ6jCtp5RG00kSaXnK/dE5sYzt4kaWJ9qdxqUfc0d9kX0w==", "dev": true }, "semver": { "version": "5.3.0", - "resolved": "https://registry.js.ipfs.io/semver/-/semver-5.3.0.tgz", + "resolved": "http://registry.npmjs.org/semver/-/semver-5.3.0.tgz", "integrity": "sha1-myzl094C0XxgEq0yaqa00M9U+U8=", "dev": true } @@ -11487,13 +11324,13 @@ }, "eslint-config-standard": { "version": "12.0.0", - "resolved": "https://registry.js.ipfs.io/eslint-config-standard/-/eslint-config-standard-12.0.0.tgz", + "resolved": "https://registry.npmjs.org/eslint-config-standard/-/eslint-config-standard-12.0.0.tgz", "integrity": "sha512-COUz8FnXhqFitYj4DTqHzidjIL/t4mumGZto5c7DrBpvWoie+Sn3P4sLEzUGeYhRElWuFEf8K1S1EfvD1vixCQ==", "dev": true }, "eslint-import-resolver-node": { "version": "0.3.2", - "resolved": "https://registry.js.ipfs.io/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz", "integrity": "sha512-sfmTqJfPSizWu4aymbPr4Iidp5yKm8yDkHp+Ir3YiTHiiDfxh69mOUsmiqW6RZ9zRXFaF64GtYmN7e+8GHBv6Q==", "requires": { "debug": "^2.6.9", @@ -11502,7 +11339,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { "ms": "2.0.0" @@ -11524,7 +11361,7 @@ }, "eslint-module-utils": { "version": "2.2.0", - "resolved": "https://registry.js.ipfs.io/eslint-module-utils/-/eslint-module-utils-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.2.0.tgz", "integrity": "sha1-snA2LNiLGkitMIl2zn+lTphBF0Y=", "requires": { "debug": "^2.6.8", @@ -11533,7 +11370,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { "ms": "2.0.0" @@ -11541,7 +11378,7 @@ }, "find-up": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/find-up/-/find-up-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", "requires": { "path-exists": "^2.0.0", @@ -11550,7 +11387,7 @@ }, "path-exists": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/path-exists/-/path-exists-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", "requires": { "pinkie-promise": "^2.0.0" @@ -11558,7 +11395,7 @@ }, "pkg-dir": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/pkg-dir/-/pkg-dir-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-1.0.0.tgz", "integrity": "sha1-ektQio1bstYp1EcFb/TpyTFM89Q=", "requires": { "find-up": "^1.0.0" @@ -11568,7 +11405,7 @@ }, "eslint-plugin-es": { "version": "1.4.0", - "resolved": "https://registry.js.ipfs.io/eslint-plugin-es/-/eslint-plugin-es-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/eslint-plugin-es/-/eslint-plugin-es-1.4.0.tgz", "integrity": "sha512-XfFmgFdIUDgvaRAlaXUkxrRg5JSADoRC8IkKLc/cISeR3yHVMefFHQZpcyXXEUUPHfy5DwviBcrfqlyqEwlQVw==", "dev": true, "requires": { @@ -11578,7 +11415,7 @@ "dependencies": { "regexpp": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/regexpp/-/regexpp-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-2.0.1.tgz", "integrity": "sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==", "dev": true } @@ -11586,7 +11423,7 @@ }, "eslint-plugin-flowtype": { "version": "2.50.3", - "resolved": "https://registry.js.ipfs.io/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.50.3.tgz", + "resolved": "https://registry.npmjs.org/eslint-plugin-flowtype/-/eslint-plugin-flowtype-2.50.3.tgz", "integrity": "sha512-X+AoKVOr7Re0ko/yEXyM5SSZ0tazc6ffdIOocp2fFUlWoDt7DV0Bz99mngOkAFLOAWjqRA5jPwqUCbrx13XoxQ==", "requires": { "lodash": "^4.17.10" @@ -11603,7 +11440,7 @@ }, "eslint-plugin-import": { "version": "2.14.0", - "resolved": "https://registry.js.ipfs.io/eslint-plugin-import/-/eslint-plugin-import-2.14.0.tgz", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.14.0.tgz", "integrity": "sha512-FpuRtniD/AY6sXByma2Wr0TXvXJ4nA/2/04VPlfpmUDPOpOY264x+ILiwnrk/k4RINgDAyFZByxqPUbSQ5YE7g==", "requires": { "contains-path": "^0.1.0", @@ -11620,7 +11457,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { "ms": "2.0.0" @@ -11628,7 +11465,7 @@ }, "doctrine": { "version": "1.5.0", - "resolved": "https://registry.js.ipfs.io/doctrine/-/doctrine-1.5.0.tgz", + "resolved": "http://registry.npmjs.org/doctrine/-/doctrine-1.5.0.tgz", "integrity": "sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=", "requires": { "esutils": "^2.0.2", @@ -11654,13 +11491,13 @@ }, "eslint-plugin-no-only-tests": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/eslint-plugin-no-only-tests/-/eslint-plugin-no-only-tests-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/eslint-plugin-no-only-tests/-/eslint-plugin-no-only-tests-2.1.0.tgz", "integrity": "sha512-T02dNNDj7sKJNvH7YLKqgv4+BDupxKG4OgadF0AecDHrYTb9hlosxqCgZbFKt28C7Ueof6ziCtEh6rnPvN4YYA==", "dev": true }, "eslint-plugin-node": { "version": "8.0.0", - "resolved": "https://registry.js.ipfs.io/eslint-plugin-node/-/eslint-plugin-node-8.0.0.tgz", + "resolved": "https://registry.npmjs.org/eslint-plugin-node/-/eslint-plugin-node-8.0.0.tgz", "integrity": "sha512-Y+ln8iQ52scz9+rSPnSWRaAxeWaoJZ4wIveDR0vLHkuSZGe44Vk1J4HX7WvEP5Cm+iXPE8ixo7OM7gAO3/OKpQ==", "dev": true, "requires": { @@ -11674,7 +11511,7 @@ "dependencies": { "ignore": { "version": "5.0.4", - "resolved": "https://registry.js.ipfs.io/ignore/-/ignore-5.0.4.tgz", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.0.4.tgz", "integrity": "sha512-WLsTMEhsQuXpCiG173+f3aymI43SXa+fB1rSfbzyP4GkPP+ZFVuO0/3sFUGNBtifisPeDcl/uD/Y2NxZ7xFq4g==", "dev": true } @@ -11682,13 +11519,13 @@ }, "eslint-plugin-promise": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/eslint-plugin-promise/-/eslint-plugin-promise-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/eslint-plugin-promise/-/eslint-plugin-promise-4.0.1.tgz", "integrity": "sha512-Si16O0+Hqz1gDHsys6RtFRrW7cCTB6P7p3OJmKp3Y3dxpQE2qwOA7d3xnV+0mBmrPoi0RBnxlCKvqu70te6wjg==", "dev": true }, "eslint-plugin-react": { "version": "7.11.1", - "resolved": "https://registry.js.ipfs.io/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.11.1.tgz", "integrity": "sha512-cVVyMadRyW7qsIUh3FHp3u6QHNhOgVrLQYdQEB1bPWBsgbNCHdFAeNMquBMCcZJu59eNthX053L70l7gRt4SCw==", "requires": { "array-includes": "^3.0.3", @@ -11700,13 +11537,13 @@ }, "eslint-plugin-standard": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/eslint-plugin-standard/-/eslint-plugin-standard-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/eslint-plugin-standard/-/eslint-plugin-standard-4.0.0.tgz", "integrity": "sha512-OwxJkR6TQiYMmt1EsNRMe5qG3GsbjlcOhbGUBY4LtavF9DsLaTcoR+j2Tdjqi23oUwKNUqX7qcn5fPStafMdlA==", "dev": true }, "eslint-scope": { "version": "3.7.1", - "resolved": "https://registry.js.ipfs.io/eslint-scope/-/eslint-scope-3.7.1.tgz", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-3.7.1.tgz", "integrity": "sha1-PWPD7f2gLgbgGkUq2IyqzHzctug=", "requires": { "esrecurse": "^4.1.0", @@ -11715,22 +11552,22 @@ }, "eslint-utils": { "version": "1.3.1", - "resolved": "https://registry.js.ipfs.io/eslint-utils/-/eslint-utils-1.3.1.tgz", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-1.3.1.tgz", "integrity": "sha512-Z7YjnIldX+2XMcjr7ZkgEsOj/bREONV60qYeB/bjMAqqqZ4zxKyWX+BOUkdmRmA9riiIPVvo5x86m5elviOk0Q==" }, "eslint-visitor-keys": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz", "integrity": "sha512-qzm/XxIbxm/FHyH341ZrbnMUpe+5Bocte9xkmFMzPMjRaZMcXww+MpBptFvtU+79L362nqiLhekCxCxDPaUMBQ==" }, "esprima": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/esprima/-/esprima-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" }, "esquery": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/esquery/-/esquery-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.0.1.tgz", "integrity": "sha512-SmiyZ5zIWH9VM+SRUReLS5Q8a7GxtRdxEBVZpm98rJM7Sb+A9DVCndXfkeFUd3byderg+EbDkfnevfCwynWaNA==", "requires": { "estraverse": "^4.0.0" @@ -11738,7 +11575,7 @@ }, "esrecurse": { "version": "4.2.1", - "resolved": "https://registry.js.ipfs.io/esrecurse/-/esrecurse-4.2.1.tgz", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.2.1.tgz", "integrity": "sha512-64RBB++fIOAXPw3P9cy89qfMlvZEXZkqqJkjqqXIvzP5ezRZjW+lPWjw35UX/3EhUPFYbg5ER4JYgDw4007/DQ==", "requires": { "estraverse": "^4.1.0" @@ -11746,27 +11583,27 @@ }, "estraverse": { "version": "4.2.0", - "resolved": "https://registry.js.ipfs.io/estraverse/-/estraverse-4.2.0.tgz", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.2.0.tgz", "integrity": "sha1-De4/7TH81GlhjOc0IJn8GvoL2xM=" }, "esutils": { "version": "2.0.2", - "resolved": "https://registry.js.ipfs.io/esutils/-/esutils-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz", "integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=" }, "etag": { "version": "1.8.1", - "resolved": "https://registry.js.ipfs.io/etag/-/etag-1.8.1.tgz", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" }, "ethereum-common": { "version": "0.0.18", - "resolved": "https://registry.js.ipfs.io/ethereum-common/-/ethereum-common-0.0.18.tgz", + "resolved": "https://registry.npmjs.org/ethereum-common/-/ethereum-common-0.0.18.tgz", "integrity": "sha1-L9w1dvIykDNYl26znaeDIT/5Uj8=" }, "ethereumjs-account": { "version": "2.0.5", - "resolved": "https://registry.js.ipfs.io/ethereumjs-account/-/ethereumjs-account-2.0.5.tgz", + "resolved": "https://registry.npmjs.org/ethereumjs-account/-/ethereumjs-account-2.0.5.tgz", "integrity": "sha512-bgDojnXGjhMwo6eXQC0bY6UK2liSFUSMwwylOmQvZbSl/D7NXQ3+vrGO46ZeOgjGfxXmgIeVNDIiHw7fNZM4VA==", "requires": { "ethereumjs-util": "^5.0.0", @@ -11788,7 +11625,7 @@ "dependencies": { "abstract-leveldown": { "version": "2.6.3", - "resolved": "https://registry.js.ipfs.io/abstract-leveldown/-/abstract-leveldown-2.6.3.tgz", + "resolved": "https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-2.6.3.tgz", "integrity": "sha512-2++wDf/DYqkPR3o5tbfdhF96EfMApo1GpPfzOsR/ZYXdkSmELlvOOEAl9iKkRsktMPHdGjO4rtkBpf2I7TiTeA==", "requires": { "xtend": "~4.0.0" @@ -11804,7 +11641,7 @@ }, "deferred-leveldown": { "version": "1.2.2", - "resolved": "https://registry.js.ipfs.io/deferred-leveldown/-/deferred-leveldown-1.2.2.tgz", + "resolved": "https://registry.npmjs.org/deferred-leveldown/-/deferred-leveldown-1.2.2.tgz", "integrity": "sha512-uukrWD2bguRtXilKt6cAWKyoXrTSMo5m7crUdLfWQmu8kIm88w3QZoUL+6nhpfKVmhHANER6Re3sKoNoZ3IKMA==", "requires": { "abstract-leveldown": "~2.6.0" @@ -11812,17 +11649,17 @@ }, "isarray": { "version": "0.0.1", - "resolved": "https://registry.js.ipfs.io/isarray/-/isarray-0.0.1.tgz", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" }, "level-codec": { "version": "7.0.1", - "resolved": "https://registry.js.ipfs.io/level-codec/-/level-codec-7.0.1.tgz", + "resolved": "https://registry.npmjs.org/level-codec/-/level-codec-7.0.1.tgz", "integrity": "sha512-Ua/R9B9r3RasXdRmOtd+t9TCOEIIlts+TN/7XTT2unhDaL6sJn83S3rUyljbr6lVtw49N3/yA0HHjpV6Kzb2aQ==" }, "level-errors": { "version": "1.0.5", - "resolved": "https://registry.js.ipfs.io/level-errors/-/level-errors-1.0.5.tgz", + "resolved": "https://registry.npmjs.org/level-errors/-/level-errors-1.0.5.tgz", "integrity": "sha512-/cLUpQduF6bNrWuAC4pwtUKA5t669pCsCi2XbmojG2tFeOr9j6ShtdDCtFFQO1DRt+EVZhx9gPzP9G2bUaG4ig==", "requires": { "errno": "~0.1.1" @@ -11830,7 +11667,7 @@ }, "level-iterator-stream": { "version": "1.3.1", - "resolved": "https://registry.js.ipfs.io/level-iterator-stream/-/level-iterator-stream-1.3.1.tgz", + "resolved": "https://registry.npmjs.org/level-iterator-stream/-/level-iterator-stream-1.3.1.tgz", "integrity": "sha1-5Dt4sagUPm+pek9IXrjqUwNS8u0=", "requires": { "inherits": "^2.0.1", @@ -11841,7 +11678,7 @@ "dependencies": { "readable-stream": { "version": "1.1.14", - "resolved": "https://registry.js.ipfs.io/readable-stream/-/readable-stream-1.1.14.tgz", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", "requires": { "core-util-is": "~1.0.0", @@ -11854,7 +11691,7 @@ }, "levelup": { "version": "1.3.9", - "resolved": "https://registry.js.ipfs.io/levelup/-/levelup-1.3.9.tgz", + "resolved": "https://registry.npmjs.org/levelup/-/levelup-1.3.9.tgz", "integrity": "sha512-VVGHfKIlmw8w1XqpGOAGwq6sZm2WwWLmlDcULkKWQXEA5EopA8OBNJ2Ck2v6bdk8HeEZSbCSEgzXadyQFm76sQ==", "requires": { "deferred-leveldown": "~1.2.1", @@ -11868,7 +11705,7 @@ }, "merkle-patricia-tree": { "version": "2.3.2", - "resolved": "https://registry.js.ipfs.io/merkle-patricia-tree/-/merkle-patricia-tree-2.3.2.tgz", + "resolved": "https://registry.npmjs.org/merkle-patricia-tree/-/merkle-patricia-tree-2.3.2.tgz", "integrity": "sha512-81PW5m8oz/pz3GvsAwbauj7Y00rqm81Tzad77tHBwU7pIAtN+TJnMSOJhxBKflSVYhptMMb9RskhqHqrSm1V+g==", "requires": { "async": "^1.4.2", @@ -11883,19 +11720,19 @@ "dependencies": { "async": { "version": "1.5.2", - "resolved": "https://registry.js.ipfs.io/async/-/async-1.5.2.tgz", + "resolved": "https://registry.npmjs.org/async/-/async-1.5.2.tgz", "integrity": "sha1-7GphrlZIDAw8skHJVhjiCJL5Zyo=" } } }, "semver": { "version": "5.4.1", - "resolved": "https://registry.js.ipfs.io/semver/-/semver-5.4.1.tgz", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz", "integrity": "sha512-WfG/X9+oATh81XtllIo/I8gOiY9EXRdv1cQdyykeXK17YcUW3EXUAi2To4pcH6nZtJPr7ZOpM5OMyWJZm+8Rsg==" }, "string_decoder": { "version": "0.10.31", - "resolved": "https://registry.js.ipfs.io/string_decoder/-/string_decoder-0.10.31.tgz", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=" } } @@ -11907,7 +11744,7 @@ }, "ethereumjs-tx": { "version": "1.3.7", - "resolved": "https://registry.js.ipfs.io/ethereumjs-tx/-/ethereumjs-tx-1.3.7.tgz", + "resolved": "https://registry.npmjs.org/ethereumjs-tx/-/ethereumjs-tx-1.3.7.tgz", "integrity": "sha512-wvLMxzt1RPhAQ9Yi3/HKZTn0FZYpnsmQdbKYfUUpi4j1SEIcbkd9tndVjcPrufY3V7j2IebOpC00Zp2P/Ay2kA==", "requires": { "ethereum-common": "^0.0.18", @@ -11916,7 +11753,7 @@ }, "ethereumjs-util": { "version": "5.2.0", - "resolved": "https://registry.js.ipfs.io/ethereumjs-util/-/ethereumjs-util-5.2.0.tgz", + "resolved": "https://registry.npmjs.org/ethereumjs-util/-/ethereumjs-util-5.2.0.tgz", "integrity": "sha512-CJAKdI0wgMbQFLlLRtZKGcy/L6pzVRgelIZqRqNbuVFM3K9VEnyfbcvz0ncWMRNCe4kaHWjwRYQcYMucmwsnWA==", "requires": { "bn.js": "^4.11.0", @@ -11930,7 +11767,7 @@ }, "ethjs-util": { "version": "0.1.6", - "resolved": "https://registry.js.ipfs.io/ethjs-util/-/ethjs-util-0.1.6.tgz", + "resolved": "https://registry.npmjs.org/ethjs-util/-/ethjs-util-0.1.6.tgz", "integrity": "sha512-CUnVOQq7gSpDHZVVrQW8ExxUETWrnrvXYvYz55wOU8Uj4VCgw56XC2B/fVqQN+f7gmrnRHSLVnFAwsCuNwji8w==", "requires": { "is-hex-prefixed": "1.0.0", @@ -11944,7 +11781,7 @@ }, "event-stream": { "version": "3.3.4", - "resolved": "https://registry.js.ipfs.io/event-stream/-/event-stream-3.3.4.tgz", + "resolved": "http://registry.npmjs.org/event-stream/-/event-stream-3.3.4.tgz", "integrity": "sha1-SrTJoPWlTbkzi0w02Gv86PSzVXE=", "dev": true, "requires": { @@ -11964,17 +11801,17 @@ }, "eventemitter3": { "version": "3.1.0", - "resolved": "https://registry.js.ipfs.io/eventemitter3/-/eventemitter3-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.0.tgz", "integrity": "sha512-ivIvhpq/Y0uSjcHDcOIccjmYjGLcP09MFGE7ysAwkAvkXfpZlC985pH2/ui64DKazbTW/4kN3yqozUxlXzI6cA==" }, "events": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/events/-/events-1.1.1.tgz", + "resolved": "http://registry.npmjs.org/events/-/events-1.1.1.tgz", "integrity": "sha1-nr23Y1rQmccNzEwqH1AEKI6L2SQ=" }, "eventsource": { "version": "0.1.6", - "resolved": "https://registry.js.ipfs.io/eventsource/-/eventsource-0.1.6.tgz", + "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-0.1.6.tgz", "integrity": "sha1-Cs7ehJ7X3RzMMsgRuxG5RNTykjI=", "requires": { "original": ">=0.0.5" @@ -11982,7 +11819,7 @@ }, "evp_bytestokey": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", "requires": { "md5.js": "^1.3.4", @@ -11991,7 +11828,7 @@ }, "execa": { "version": "0.8.0", - "resolved": "https://registry.js.ipfs.io/execa/-/execa-0.8.0.tgz", + "resolved": "https://registry.npmjs.org/execa/-/execa-0.8.0.tgz", "integrity": "sha1-2NdrvBtVIX7RkP1t1J08d07PyNo=", "requires": { "cross-spawn": "^5.0.1", @@ -12005,7 +11842,7 @@ }, "execall": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/execall/-/execall-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/execall/-/execall-1.0.0.tgz", "integrity": "sha1-c9CQTjlbPKsGWLCNCewlMH8pu3M=", "dev": true, "requires": { @@ -12014,7 +11851,7 @@ }, "executable": { "version": "4.1.1", - "resolved": "https://registry.js.ipfs.io/executable/-/executable-4.1.1.tgz", + "resolved": "https://registry.npmjs.org/executable/-/executable-4.1.1.tgz", "integrity": "sha512-8iA79xD3uAch729dUG8xaaBBFGaEa0wdD2VkYLFHwlqosEj/jT66AzcreRDSgV7ehnNLBW2WR5jIXwGKjVdTLg==", "dev": true, "requires": { @@ -12023,7 +11860,7 @@ "dependencies": { "pify": { "version": "2.3.0", - "resolved": "https://registry.js.ipfs.io/pify/-/pify-2.3.0.tgz", + "resolved": "http://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", "dev": true } @@ -12031,18 +11868,18 @@ }, "exenv": { "version": "1.2.2", - "resolved": "https://registry.js.ipfs.io/exenv/-/exenv-1.2.2.tgz", + "resolved": "https://registry.npmjs.org/exenv/-/exenv-1.2.2.tgz", "integrity": "sha1-KueOhdmJQVhnCwPUe+wfA72Ru50=" }, "exit-hook": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/exit-hook/-/exit-hook-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/exit-hook/-/exit-hook-1.1.1.tgz", "integrity": "sha1-8FyiM7SMBdVP/wd2XfhQfpXAL/g=", "dev": true }, "expand-braces": { "version": "0.1.2", - "resolved": "https://registry.js.ipfs.io/expand-braces/-/expand-braces-0.1.2.tgz", + "resolved": "https://registry.npmjs.org/expand-braces/-/expand-braces-0.1.2.tgz", "integrity": "sha1-SIsdHSRRyz06axks/AMPRMWFX+o=", "dev": true, "requires": { @@ -12053,13 +11890,13 @@ "dependencies": { "array-unique": { "version": "0.2.1", - "resolved": "https://registry.js.ipfs.io/array-unique/-/array-unique-0.2.1.tgz", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz", "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=", "dev": true }, "braces": { "version": "0.1.5", - "resolved": "https://registry.js.ipfs.io/braces/-/braces-0.1.5.tgz", + "resolved": "https://registry.npmjs.org/braces/-/braces-0.1.5.tgz", "integrity": "sha1-wIVxEIUpHYt1/ddOqw+FlygHEeY=", "dev": true, "requires": { @@ -12068,7 +11905,7 @@ }, "expand-range": { "version": "0.1.1", - "resolved": "https://registry.js.ipfs.io/expand-range/-/expand-range-0.1.1.tgz", + "resolved": "http://registry.npmjs.org/expand-range/-/expand-range-0.1.1.tgz", "integrity": "sha1-TLjtoJk8pW+k9B/ELzy7TMrf8EQ=", "dev": true, "requires": { @@ -12078,13 +11915,13 @@ }, "is-number": { "version": "0.1.1", - "resolved": "https://registry.js.ipfs.io/is-number/-/is-number-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-0.1.1.tgz", "integrity": "sha1-aaevEWlj1HIG7JvZtIoUIW8eOAY=", "dev": true }, "repeat-string": { "version": "0.2.2", - "resolved": "https://registry.js.ipfs.io/repeat-string/-/repeat-string-0.2.2.tgz", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-0.2.2.tgz", "integrity": "sha1-x6jTI2BoNiBZp+RlH8aITosftK4=", "dev": true } @@ -12092,7 +11929,7 @@ }, "expand-brackets": { "version": "2.1.4", - "resolved": "https://registry.js.ipfs.io/expand-brackets/-/expand-brackets-2.1.4.tgz", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", "requires": { "debug": "^2.3.3", @@ -12106,7 +11943,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { "ms": "2.0.0" @@ -12114,7 +11951,7 @@ }, "define-property": { "version": "0.2.5", - "resolved": "https://registry.js.ipfs.io/define-property/-/define-property-0.2.5.tgz", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "requires": { "is-descriptor": "^0.1.0" @@ -12122,7 +11959,7 @@ }, "extend-shallow": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/extend-shallow/-/extend-shallow-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "requires": { "is-extendable": "^0.1.0" @@ -12132,7 +11969,7 @@ }, "expand-range": { "version": "1.8.2", - "resolved": "https://registry.js.ipfs.io/expand-range/-/expand-range-1.8.2.tgz", + "resolved": "http://registry.npmjs.org/expand-range/-/expand-range-1.8.2.tgz", "integrity": "sha1-opnv/TNf4nIeuujiV+x5ZE/IUzc=", "dev": true, "requires": { @@ -12141,7 +11978,7 @@ "dependencies": { "fill-range": { "version": "2.2.4", - "resolved": "https://registry.js.ipfs.io/fill-range/-/fill-range-2.2.4.tgz", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-2.2.4.tgz", "integrity": "sha512-cnrcCbj01+j2gTG921VZPnHbjmdAf8oQV/iGeV2kZxGSyfYjjTyY79ErsK1WJWMpw6DaApEX72binqJE+/d+5Q==", "dev": true, "requires": { @@ -12154,7 +11991,7 @@ }, "is-number": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/is-number/-/is-number-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-2.1.0.tgz", "integrity": "sha1-Afy7s5NGOlSPL0ZszhbezknbkI8=", "dev": true, "requires": { @@ -12163,7 +12000,7 @@ }, "isobject": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/isobject/-/isobject-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", "dev": true, "requires": { @@ -12172,7 +12009,7 @@ }, "kind-of": { "version": "3.2.2", - "resolved": "https://registry.js.ipfs.io/kind-of/-/kind-of-3.2.2.tgz", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { @@ -12183,12 +12020,12 @@ }, "expand-template": { "version": "2.0.3", - "resolved": "https://registry.js.ipfs.io/expand-template/-/expand-template-2.0.3.tgz", + "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz", "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==" }, "expand-tilde": { "version": "2.0.2", - "resolved": "https://registry.js.ipfs.io/expand-tilde/-/expand-tilde-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz", "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=", "requires": { "homedir-polyfill": "^1.0.1" @@ -12196,12 +12033,12 @@ }, "explain-error": { "version": "1.0.4", - "resolved": "https://registry.js.ipfs.io/explain-error/-/explain-error-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/explain-error/-/explain-error-1.0.4.tgz", "integrity": "sha1-p5PTrAytTGq1cemWj7urbLJTKSk=" }, "express": { "version": "4.16.4", - "resolved": "https://registry.js.ipfs.io/express/-/express-4.16.4.tgz", + "resolved": "https://registry.npmjs.org/express/-/express-4.16.4.tgz", "integrity": "sha512-j12Uuyb4FMrd/qQAm6uCHAkPtO8FDTRJZBDd5D2KOL2eLaz1yUNdUB/NOIyq0iU4q4cFarsUCrnFDPBcnksuOg==", "requires": { "accepts": "~1.3.5", @@ -12238,7 +12075,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { "ms": "2.0.0" @@ -12283,12 +12120,12 @@ }, "extend": { "version": "3.0.2", - "resolved": "https://registry.js.ipfs.io/extend/-/extend-3.0.2.tgz", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" }, "extend-shallow": { "version": "3.0.2", - "resolved": "https://registry.js.ipfs.io/extend-shallow/-/extend-shallow-3.0.2.tgz", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", "requires": { "assign-symbols": "^1.0.0", @@ -12297,7 +12134,7 @@ "dependencies": { "is-extendable": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/is-extendable/-/is-extendable-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "requires": { "is-plain-object": "^2.0.4" @@ -12317,7 +12154,7 @@ "dependencies": { "tmp": { "version": "0.0.33", - "resolved": "https://registry.js.ipfs.io/tmp/-/tmp-0.0.33.tgz", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", "requires": { "os-tmpdir": "~1.0.2" @@ -12327,7 +12164,7 @@ }, "external-svg-sprite-loader": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/external-svg-sprite-loader/-/external-svg-sprite-loader-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/external-svg-sprite-loader/-/external-svg-sprite-loader-4.0.1.tgz", "integrity": "sha512-csogUiLYOkFLiUVg91jtVYGXvqvYqDm5ckYe/ubvt1pXaO65xpBZnxvldO0BJrNb0vQWFPvhCQ/CFj9kc9ogMA==", "dev": true, "requires": { @@ -12340,7 +12177,7 @@ }, "extglob": { "version": "2.0.4", - "resolved": "https://registry.js.ipfs.io/extglob/-/extglob-2.0.4.tgz", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", "requires": { "array-unique": "^0.3.2", @@ -12355,7 +12192,7 @@ "dependencies": { "define-property": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/define-property/-/define-property-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "requires": { "is-descriptor": "^1.0.0" @@ -12363,7 +12200,7 @@ }, "extend-shallow": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/extend-shallow/-/extend-shallow-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "requires": { "is-extendable": "^0.1.0" @@ -12371,7 +12208,7 @@ }, "is-accessor-descriptor": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "requires": { "kind-of": "^6.0.0" @@ -12379,7 +12216,7 @@ }, "is-data-descriptor": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "requires": { "kind-of": "^6.0.0" @@ -12387,7 +12224,7 @@ }, "is-descriptor": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/is-descriptor/-/is-descriptor-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "requires": { "is-accessor-descriptor": "^1.0.0", @@ -12411,7 +12248,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, "requires": { @@ -12420,7 +12257,7 @@ }, "yauzl": { "version": "2.4.1", - "resolved": "https://registry.js.ipfs.io/yauzl/-/yauzl-2.4.1.tgz", + "resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.4.1.tgz", "integrity": "sha1-lSj0QtqxsihOWLQ3m7GU4i4MQAU=", "dev": true, "requires": { @@ -12431,7 +12268,7 @@ }, "extsprintf": { "version": "1.3.0", - "resolved": "https://registry.js.ipfs.io/extsprintf/-/extsprintf-1.3.0.tgz", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", "dev": true }, @@ -12442,12 +12279,12 @@ }, "fast-future": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/fast-future/-/fast-future-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/fast-future/-/fast-future-1.0.2.tgz", "integrity": "sha1-hDWpqqAteSSNF9cE52JZMB2ZKAo=" }, "fast-glob": { "version": "2.2.4", - "resolved": "https://registry.js.ipfs.io/fast-glob/-/fast-glob-2.2.4.tgz", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-2.2.4.tgz", "integrity": "sha512-FjK2nCGI/McyzgNtTESqaWP3trPvHyRyoyY70hxjc3oKPNmDe8taohLZpoVKoUjW85tbU5txaYUZCNtVzygl1g==", "requires": { "@mrmlnc/readdir-enhanced": "^2.2.1", @@ -12465,12 +12302,12 @@ }, "fast-json-stable-stringify": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=" }, "fast-levenshtein": { "version": "2.0.6", - "resolved": "https://registry.js.ipfs.io/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=" }, "fast-redact": { @@ -12490,12 +12327,12 @@ }, "fastparse": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/fastparse/-/fastparse-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/fastparse/-/fastparse-1.1.2.tgz", "integrity": "sha512-483XLLxTVIwWK3QTrMGRqUfUpoOs/0hbQrl2oz4J0pAcm3A3bu84wxTFqGqkJzewCLdME38xJLJAxBABfQT8sQ==" }, "faye-websocket": { "version": "0.11.1", - "resolved": "https://registry.js.ipfs.io/faye-websocket/-/faye-websocket-0.11.1.tgz", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.1.tgz", "integrity": "sha1-8O/hjE9W5PQK/H4Gxxn9XuYYjzg=", "requires": { "websocket-driver": ">=0.5.1" @@ -12503,7 +12340,7 @@ }, "fb-watchman": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/fb-watchman/-/fb-watchman-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.0.tgz", "integrity": "sha1-VOmr99+i8mzZsWNsWIwa/AXeXVg=", "requires": { "bser": "^2.0.0" @@ -12511,7 +12348,7 @@ }, "fbjs": { "version": "0.8.17", - "resolved": "https://registry.js.ipfs.io/fbjs/-/fbjs-0.8.17.tgz", + "resolved": "https://registry.npmjs.org/fbjs/-/fbjs-0.8.17.tgz", "integrity": "sha1-xNWY6taUkRJlPWWIsBpc3Nn5D90=", "requires": { "core-js": "^1.0.0", @@ -12525,7 +12362,7 @@ "dependencies": { "core-js": { "version": "1.2.7", - "resolved": "https://registry.js.ipfs.io/core-js/-/core-js-1.2.7.tgz", + "resolved": "http://registry.npmjs.org/core-js/-/core-js-1.2.7.tgz", "integrity": "sha1-ZSKUwUZR2yj6k70tX/KYOk8IxjY=" } } @@ -12537,7 +12374,7 @@ }, "fd-slicer": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/fd-slicer/-/fd-slicer-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/fd-slicer/-/fd-slicer-1.0.1.tgz", "integrity": "sha1-i1vL2ewyfFBBv5qwI/1nUPEXfmU=", "dev": true, "requires": { @@ -12546,12 +12383,12 @@ }, "figgy-pudding": { "version": "3.5.1", - "resolved": "https://registry.js.ipfs.io/figgy-pudding/-/figgy-pudding-3.5.1.tgz", + "resolved": "https://registry.npmjs.org/figgy-pudding/-/figgy-pudding-3.5.1.tgz", "integrity": "sha512-vNKxJHTEKNThjfrdJwHc7brvM6eVevuO5nTj6ez8ZQ1qbXTvGthucRF7S4vf2cr71QVnT70V34v0S1DyQsti0w==" }, "figures": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/figures/-/figures-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/figures/-/figures-2.0.0.tgz", "integrity": "sha1-OrGi0qYsi/tDGgyUy3l6L84nyWI=", "requires": { "escape-string-regexp": "^1.0.5" @@ -12559,7 +12396,7 @@ }, "file-entry-cache": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/file-entry-cache/-/file-entry-cache-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-2.0.0.tgz", "integrity": "sha1-w5KZDD5oR4PYOLjISkXYoEhFg2E=", "requires": { "flat-cache": "^1.2.1", @@ -12568,7 +12405,7 @@ }, "file-loader": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/file-loader/-/file-loader-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-2.0.0.tgz", "integrity": "sha512-YCsBfd1ZGCyonOKLxPiKPdu+8ld9HAaMEvJewzz+b2eTF7uL5Zm/HdBF6FjCrpCMRq25Mi0U1gl4pwn2TlH7hQ==", "dev": true, "requires": { @@ -12578,7 +12415,7 @@ "dependencies": { "ajv": { "version": "6.6.1", - "resolved": "https://registry.js.ipfs.io/ajv/-/ajv-6.6.1.tgz", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.6.1.tgz", "integrity": "sha512-ZoJjft5B+EJBjUyu9C9Hc0OZyPZSSlOF+plzouTrg6UlA8f+e/n8NIgBFG/9tppJtpPWfthHakK7juJdNDODww==", "dev": true, "requires": { @@ -12590,25 +12427,25 @@ }, "ajv-keywords": { "version": "3.2.0", - "resolved": "https://registry.js.ipfs.io/ajv-keywords/-/ajv-keywords-3.2.0.tgz", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.2.0.tgz", "integrity": "sha1-6GuBnGAs+IIa1jdBNpjx3sAhhHo=", "dev": true }, "fast-deep-equal": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=", "dev": true }, "json-schema-traverse": { "version": "0.4.1", - "resolved": "https://registry.js.ipfs.io/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true }, "schema-utils": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/schema-utils/-/schema-utils-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", "dev": true, "requires": { @@ -12620,9 +12457,9 @@ } }, "file-type": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/file-type/-/file-type-11.0.0.tgz", - "integrity": "sha512-ixd0mHkDO8KJ1S+ANTM+cZoZgL+TB0txLMm9KjTndfOjFYuRmrUcOtmSEm+e9s7wrynZOvvRD/8LwMQ6a24Irg==" + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-11.1.0.tgz", + "integrity": "sha512-rM0UO7Qm9K7TWTtA6AShI/t7H5BPjDeGVDaNyg9BjHAj3PysKy7+8C8D137R88jnR3rFJZQB/tFgydl5sN5m7g==" }, "file-uri-to-path": { "version": "1.0.0", @@ -12631,19 +12468,19 @@ }, "filename-regex": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/filename-regex/-/filename-regex-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/filename-regex/-/filename-regex-2.0.1.tgz", "integrity": "sha1-wcS5vuPglyXdsQa3XB4wH+LxiyY=", "dev": true }, "filename-reserved-regex": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/filename-reserved-regex/-/filename-reserved-regex-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-1.0.0.tgz", "integrity": "sha1-5hz4BfDeHJhFZ9A4bcXfUO5a9+Q=", "dev": true }, "filenamify": { "version": "1.2.1", - "resolved": "https://registry.js.ipfs.io/filenamify/-/filenamify-1.2.1.tgz", + "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-1.2.1.tgz", "integrity": "sha1-qfL/0RxQO+0wABUCknI3jx8TZaU=", "dev": true, "requires": { @@ -12654,7 +12491,7 @@ }, "filenamify-url": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/filenamify-url/-/filenamify-url-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/filenamify-url/-/filenamify-url-1.0.0.tgz", "integrity": "sha1-syvYExnvWGO3MHi+1Q9GpPeXX1A=", "dev": true, "requires": { @@ -12662,23 +12499,14 @@ "humanize-url": "^1.0.0" } }, - "filereader-stream": { - "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/filereader-stream/-/filereader-stream-2.0.0.tgz", - "integrity": "sha1-sw1aW/bRTGONfrVeGTq7mG+ASKE=", - "requires": { - "from2": "^2.1.0", - "typedarray-to-buffer": "^3.0.4" - } - }, "filesize": { "version": "3.5.11", - "resolved": "https://registry.js.ipfs.io/filesize/-/filesize-3.5.11.tgz", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-3.5.11.tgz", "integrity": "sha512-ZH7loueKBoDb7yG9esn1U+fgq7BzlzW6NRi5/rMdxIZ05dj7GFD/Xc5rq2CDt5Yq86CyfSYVyx4242QQNZbx1g==" }, "fill-range": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/fill-range/-/fill-range-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", "requires": { "extend-shallow": "^2.0.1", @@ -12689,7 +12517,7 @@ "dependencies": { "extend-shallow": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/extend-shallow/-/extend-shallow-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "requires": { "is-extendable": "^0.1.0" @@ -12699,7 +12527,7 @@ }, "finalhandler": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/finalhandler/-/finalhandler-1.1.1.tgz", + "resolved": "http://registry.npmjs.org/finalhandler/-/finalhandler-1.1.1.tgz", "integrity": "sha512-Y1GUDo39ez4aHAw7MysnUD5JzYX+WaIj8I57kO3aEPT1fFRL4sr7mjei97FgnwhAyyzRYmQZaTHb2+9uZ1dPtg==", "requires": { "debug": "2.6.9", @@ -12713,7 +12541,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { "ms": "2.0.0" @@ -12723,7 +12551,7 @@ }, "find-cache-dir": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/find-cache-dir/-/find-cache-dir-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-1.0.0.tgz", "integrity": "sha1-kojj6ePMN0hxfTnq3hfPcfww7m8=", "requires": { "commondir": "^1.0.1", @@ -12733,13 +12561,13 @@ }, "find-parent-dir": { "version": "0.3.0", - "resolved": "https://registry.js.ipfs.io/find-parent-dir/-/find-parent-dir-0.3.0.tgz", + "resolved": "https://registry.npmjs.org/find-parent-dir/-/find-parent-dir-0.3.0.tgz", "integrity": "sha1-M8RLQpqysvBkYpnF+fcY83b/jVQ=", "dev": true }, "find-up": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/find-up/-/find-up-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz", "integrity": "sha1-RdG35QbHF93UgndaK3eSCjwMV6c=", "requires": { "locate-path": "^2.0.0" @@ -12747,7 +12575,7 @@ }, "findup-sync": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/findup-sync/-/findup-sync-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-2.0.0.tgz", "integrity": "sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw=", "dev": true, "requires": { @@ -12759,7 +12587,7 @@ "dependencies": { "is-glob": { "version": "3.1.0", - "resolved": "https://registry.js.ipfs.io/is-glob/-/is-glob-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", "dev": true, "requires": { @@ -12770,13 +12598,13 @@ }, "first-chunk-stream": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz", "integrity": "sha1-Wb+1DNkF9g18OUzT2ayqtOatk04=", "dev": true }, "flat": { "version": "4.1.0", - "resolved": "https://registry.js.ipfs.io/flat/-/flat-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/flat/-/flat-4.1.0.tgz", "integrity": "sha512-Px/TiLIznH7gEDlPXcUD4KnBusa6kR6ayRUVcnEAbreRIuhkqow/mun59BuRXwoYk7ZQOLW1ZM05ilIvK38hFw==", "requires": { "is-buffer": "~2.0.3" @@ -12784,14 +12612,14 @@ "dependencies": { "is-buffer": { "version": "2.0.3", - "resolved": "https://registry.js.ipfs.io/is-buffer/-/is-buffer-2.0.3.tgz", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-2.0.3.tgz", "integrity": "sha512-U15Q7MXTuZlrbymiz95PJpZxu8IlipAp4dtS3wOdgPXx3mqBnslrWU14kxfHB+Py/+2PVKSr37dMAgM2A4uArw==" } } }, "flat-cache": { "version": "1.3.4", - "resolved": "https://registry.js.ipfs.io/flat-cache/-/flat-cache-1.3.4.tgz", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-1.3.4.tgz", "integrity": "sha512-VwyB3Lkgacfik2vhqR4uv2rvebqmDvFu4jlN/C1RzWoJEo8I7z4Q404oiqYCkq41mni8EzQnm95emU9seckwtg==", "requires": { "circular-json": "^0.3.1", @@ -12802,7 +12630,7 @@ }, "flatmap": { "version": "0.0.3", - "resolved": "https://registry.js.ipfs.io/flatmap/-/flatmap-0.0.3.tgz", + "resolved": "https://registry.npmjs.org/flatmap/-/flatmap-0.0.3.tgz", "integrity": "sha1-Hxik2TgVLUlZZfnJWNkjqy3WabQ=" }, "flatstr": { @@ -12812,12 +12640,12 @@ }, "flatten": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/flatten/-/flatten-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/flatten/-/flatten-1.0.2.tgz", "integrity": "sha1-2uRqnXj74lKSJYzB54CkHZXAN4I=" }, "flush-write-stream": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/flush-write-stream/-/flush-write-stream-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.0.3.tgz", "integrity": "sha512-calZMC10u0FMUqoiunI2AiGIIUtUIvifNwkHhNupZH4cbNnW1Itkoh/Nf5HFYmDrwWPjrUxpkZT0KhuCq0jmGw==", "requires": { "inherits": "^2.0.1", @@ -12826,12 +12654,12 @@ }, "fnv1a": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/fnv1a/-/fnv1a-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/fnv1a/-/fnv1a-1.0.1.tgz", "integrity": "sha1-kV4tbQI8Q9UiStn20qPEFW9XEvU=" }, "follow-redirects": { "version": "1.5.10", - "resolved": "https://registry.js.ipfs.io/follow-redirects/-/follow-redirects-1.5.10.tgz", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz", "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==", "requires": { "debug": "=3.1.0" @@ -12839,12 +12667,12 @@ }, "for-in": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/for-in/-/for-in-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=" }, "for-own": { "version": "0.1.5", - "resolved": "https://registry.js.ipfs.io/for-own/-/for-own-0.1.5.tgz", + "resolved": "https://registry.npmjs.org/for-own/-/for-own-0.1.5.tgz", "integrity": "sha1-UmXGgaTylNq78XyVCbZ2OqhFEM4=", "dev": true, "requires": { @@ -12853,13 +12681,13 @@ }, "forever-agent": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/forever-agent/-/forever-agent-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", "dev": true }, "form-data": { "version": "2.3.3", - "resolved": "https://registry.js.ipfs.io/form-data/-/form-data-2.3.3.tgz", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", "dev": true, "requires": { @@ -12870,12 +12698,12 @@ }, "forwarded": { "version": "0.1.2", - "resolved": "https://registry.js.ipfs.io/forwarded/-/forwarded-0.1.2.tgz", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=" }, "fragment-cache": { "version": "0.2.1", - "resolved": "https://registry.js.ipfs.io/fragment-cache/-/fragment-cache-0.2.1.tgz", + "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", "requires": { "map-cache": "^0.2.2" @@ -12883,18 +12711,18 @@ }, "fresh": { "version": "0.5.2", - "resolved": "https://registry.js.ipfs.io/fresh/-/fresh-0.5.2.tgz", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" }, "from": { "version": "0.1.7", - "resolved": "https://registry.js.ipfs.io/from/-/from-0.1.7.tgz", + "resolved": "https://registry.npmjs.org/from/-/from-0.1.7.tgz", "integrity": "sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=", "dev": true }, "from2": { "version": "2.3.0", - "resolved": "https://registry.js.ipfs.io/from2/-/from2-2.3.0.tgz", + "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", "integrity": "sha1-i/tVAr3kpNNs/e6gB/zKIdfjgq8=", "requires": { "inherits": "^2.0.1", @@ -12903,7 +12731,7 @@ }, "fs-access": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/fs-access/-/fs-access-1.0.1.tgz", + "resolved": "http://registry.npmjs.org/fs-access/-/fs-access-1.0.1.tgz", "integrity": "sha1-1qh/JiJxzv6+wwxVNAf7mV2od3o=", "dev": true, "requires": { @@ -12912,22 +12740,22 @@ }, "fs-constants": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/fs-constants/-/fs-constants-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==" }, "fs-copy-file-sync": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/fs-copy-file-sync/-/fs-copy-file-sync-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/fs-copy-file-sync/-/fs-copy-file-sync-1.1.1.tgz", "integrity": "sha512-2QY5eeqVv4m2PfyMiEuy9adxNP+ajf+8AR05cEi+OAzPcOj90hvFImeZhTmKLBgSd9EvG33jsD7ZRxsx9dThkQ==" }, "fs-exists-cached": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/fs-exists-cached/-/fs-exists-cached-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/fs-exists-cached/-/fs-exists-cached-1.0.0.tgz", "integrity": "sha1-zyVVTKBQ3EmuZla0HeQiWJidy84=" }, "fs-extra": { "version": "5.0.0", - "resolved": "https://registry.js.ipfs.io/fs-extra/-/fs-extra-5.0.0.tgz", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-5.0.0.tgz", "integrity": "sha512-66Pm4RYbjzdyeuqudYqhFiNBbCIuI9kgRqLPSHIlXHidW8NIQtVdkM1yeZ4lXwuhbTETv3EUGMNHAAw6hiundQ==", "requires": { "graceful-fs": "^4.1.2", @@ -12937,7 +12765,7 @@ }, "fs-minipass": { "version": "1.2.5", - "resolved": "https://registry.js.ipfs.io/fs-minipass/-/fs-minipass-1.2.5.tgz", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-1.2.5.tgz", "integrity": "sha512-JhBl0skXjUPCFH7x6x61gQxrKyXsxB5gcgePLZCwfyCGGsTISMoIeObbrvVeP6Xmyaudw4TT43qV2Gz+iyd2oQ==", "requires": { "minipass": "^2.2.1" @@ -12945,7 +12773,7 @@ }, "fs-mkdirp-stream": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/fs-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/fs-mkdirp-stream/-/fs-mkdirp-stream-1.0.0.tgz", "integrity": "sha1-C3gV/DIBxqaeFNuYzgmMFpNSWes=", "dev": true, "requires": { @@ -12955,13 +12783,13 @@ }, "fs-readdir-recursive": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.1.0.tgz", "integrity": "sha512-GNanXlVr2pf02+sPN40XN8HG+ePaNcvM0q5mZBd668Obwb0yD5GiUbZOFgwn8kGMY6I3mdyDJzieUy3PTYyTRA==", "dev": true }, "fs-write-stream-atomic": { "version": "1.0.10", - "resolved": "https://registry.js.ipfs.io/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz", + "resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz", "integrity": "sha1-tH31NJPvkR33VzHnCp3tAYnbQMk=", "requires": { "graceful-fs": "^4.1.2", @@ -12972,7 +12800,7 @@ }, "fs.realpath": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/fs.realpath/-/fs.realpath-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" }, "fsevents": { @@ -13464,7 +13292,7 @@ }, "fsm": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/fsm/-/fsm-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/fsm/-/fsm-1.0.2.tgz", "integrity": "sha1-4uubKXR+gGu7kPjVRT4vnXvSN4M=", "requires": { "split": "~0.3.0" @@ -13472,7 +13300,7 @@ }, "fsm-event": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/fsm-event/-/fsm-event-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/fsm-event/-/fsm-event-2.1.0.tgz", "integrity": "sha1-04VxbtOPnJL+qyumAeKqxsC6WpI=", "requires": { "fsm": "^1.0.2" @@ -13480,17 +13308,17 @@ }, "function-bind": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/function-bind/-/function-bind-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" }, "functional-red-black-tree": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" }, "g-status": { "version": "2.0.2", - "resolved": "https://registry.js.ipfs.io/g-status/-/g-status-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/g-status/-/g-status-2.0.2.tgz", "integrity": "sha512-kQoE9qH+T1AHKgSSD0Hkv98bobE90ILQcXAF4wvGgsr7uFqNvwmh8j+Lq3l0RVt3E3HjSbv2B9biEGcEtpHLCA==", "dev": true, "requires": { @@ -13501,7 +13329,7 @@ }, "gar": { "version": "1.0.4", - "resolved": "https://registry.js.ipfs.io/gar/-/gar-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/gar/-/gar-1.0.4.tgz", "integrity": "sha512-w4n9cPWyP7aHxKxYHFQMegj7WIAsL/YX/C4Bs5Rr8s1H9M1rNtRWRsw+ovYMkXDQ5S4ZbYHsHAPmevPjPgw44w==" }, "gatsby": { @@ -13710,7 +13538,7 @@ }, "file-loader": { "version": "1.1.11", - "resolved": "https://registry.js.ipfs.io/file-loader/-/file-loader-1.1.11.tgz", + "resolved": "http://registry.npmjs.org/file-loader/-/file-loader-1.1.11.tgz", "integrity": "sha512-TGR4HU7HUsGg6GCOPJnFk06RhWgEWFLAGWiT6rcD+GRC2keU3s9RGJ+b3Z6/U73jwwNb2gKLJ7YCrp+jvU4ALg==", "requires": { "loader-utils": "^1.0.2", @@ -13800,7 +13628,7 @@ }, "fs-extra": { "version": "4.0.3", - "resolved": "https://registry.js.ipfs.io/fs-extra/-/fs-extra-4.0.3.tgz", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-4.0.3.tgz", "integrity": "sha512-q6rbdDd1o2mAnQreO7YADIxf/Whx4AHBiRf6d+/cVT8h44ss+lHgxf1FemcqDnQt9X3ct4McHr+JMGlYSsK7Cg==", "requires": { "graceful-fs": "^4.1.2", @@ -14136,7 +13964,7 @@ }, "gatsby-plugin-ipfs": { "version": "2.0.2", - "resolved": "https://registry.js.ipfs.io/gatsby-plugin-ipfs/-/gatsby-plugin-ipfs-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/gatsby-plugin-ipfs/-/gatsby-plugin-ipfs-2.0.2.tgz", "integrity": "sha512-Igh4K0axPzfvmP8T0w5Vvo789HTaaC0XHTkHG18jTkwW04J5TV+YPULCxVqRRCGL4cEJgpLuX9TR9iCgEu5igA==", "requires": { "globby": "^8.0.1", @@ -14146,7 +13974,7 @@ "dependencies": { "globby": { "version": "8.0.1", - "resolved": "https://registry.js.ipfs.io/globby/-/globby-8.0.1.tgz", + "resolved": "http://registry.npmjs.org/globby/-/globby-8.0.1.tgz", "integrity": "sha512-oMrYrJERnKBLXNLVTqhm3vPEdJ/b2ZE28xN4YARiix1NOIOBPEpOUnm844K1iu/BkphCaf2WNFwMszv8Soi1pw==", "requires": { "array-union": "^1.0.1", @@ -14160,14 +13988,14 @@ }, "p-map": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/p-map/-/p-map-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.0.0.tgz", "integrity": "sha512-GO107XdrSUmtHxVoi60qc9tUl/KkNKm+X2CF4P9amalpGxv5YqVPJNfSb0wcA+syCopkZvYYIzW8OVTQW59x/w==" } } }, "gatsby-plugin-layout": { "version": "1.0.10", - "resolved": "https://registry.js.ipfs.io/gatsby-plugin-layout/-/gatsby-plugin-layout-1.0.10.tgz", + "resolved": "https://registry.npmjs.org/gatsby-plugin-layout/-/gatsby-plugin-layout-1.0.10.tgz", "integrity": "sha512-FoUIf1zkknnE2AnMsJAPkjUXYYi9awdRKOdnWEgStWcqD93iDI5cIh/kJerI/Sh2JVu9A7NT0RCoC/aiYpcGIw==", "requires": { "@babel/runtime": "^7.0.0" @@ -14175,7 +14003,7 @@ }, "gatsby-plugin-manifest": { "version": "2.0.11", - "resolved": "https://registry.js.ipfs.io/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.0.11.tgz", + "resolved": "https://registry.npmjs.org/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.0.11.tgz", "integrity": "sha512-51pzxhAj9LF+qDWpotO5adqWmMPZMtPZTv1n0ygs7i9bgJrpoi/hkNQ+a2roHZSG8EqPB4NJeDyCxnj3jC4EaQ==", "requires": { "@babel/runtime": "^7.0.0", @@ -14227,7 +14055,7 @@ }, "gatsby-plugin-postcss": { "version": "2.0.2", - "resolved": "https://registry.js.ipfs.io/gatsby-plugin-postcss/-/gatsby-plugin-postcss-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/gatsby-plugin-postcss/-/gatsby-plugin-postcss-2.0.2.tgz", "integrity": "sha512-1BKDDZTzCZaId4egQCQtWeN5mgyF5o8EQSd1d2y8A9NIt6oHrcAPcuBazZXTzBsDFw+8itOqE68OW2u4MsvqUA==", "requires": { "@babel/runtime": "^7.0.0", @@ -14236,7 +14064,7 @@ "dependencies": { "ajv": { "version": "6.6.1", - "resolved": "https://registry.js.ipfs.io/ajv/-/ajv-6.6.1.tgz", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.6.1.tgz", "integrity": "sha512-ZoJjft5B+EJBjUyu9C9Hc0OZyPZSSlOF+plzouTrg6UlA8f+e/n8NIgBFG/9tppJtpPWfthHakK7juJdNDODww==", "requires": { "fast-deep-equal": "^2.0.1", @@ -14247,22 +14075,22 @@ }, "ajv-keywords": { "version": "3.2.0", - "resolved": "https://registry.js.ipfs.io/ajv-keywords/-/ajv-keywords-3.2.0.tgz", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.2.0.tgz", "integrity": "sha1-6GuBnGAs+IIa1jdBNpjx3sAhhHo=" }, "fast-deep-equal": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=" }, "json-schema-traverse": { "version": "0.4.1", - "resolved": "https://registry.js.ipfs.io/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" }, "postcss": { "version": "7.0.6", - "resolved": "https://registry.js.ipfs.io/postcss/-/postcss-7.0.6.tgz", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.6.tgz", "integrity": "sha512-Nq/rNjnHFcKgCDDZYO0lNsl6YWe6U7tTy+ESN+PnLxebL8uBtYX59HZqvrj7YLK5UCyll2hqDsJOo3ndzEW8Ug==", "requires": { "chalk": "^2.4.1", @@ -14272,7 +14100,7 @@ }, "postcss-loader": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/postcss-loader/-/postcss-loader-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-3.0.0.tgz", "integrity": "sha512-cLWoDEY5OwHcAjDnkyRQzAXfs2jrKjXpO/HQFcc5b5u/r7aa471wdmChmwfnv7x2u840iat/wi0lQ5nbRgSkUA==", "requires": { "loader-utils": "^1.1.0", @@ -14283,7 +14111,7 @@ }, "schema-utils": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/schema-utils/-/schema-utils-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", "requires": { "ajv": "^6.1.0", @@ -14293,66 +14121,75 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" } } }, "gatsby-plugin-react-helmet": { "version": "3.0.3", - "resolved": "https://registry.js.ipfs.io/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.0.3.tgz", + "resolved": "https://registry.npmjs.org/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.0.3.tgz", "integrity": "sha512-tayh/P3umm4oZrzqHJNeAfXPSRePc+e8QQYG+thQovqoXSjh6MJhY47jT7xlj910sUJK9KdB9sYHYij7KPL6aA==", "requires": { "@babel/runtime": "^7.0.0" } }, "gatsby-plugin-webpack-bundle-analyzer": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/gatsby-plugin-webpack-bundle-analyzer/-/gatsby-plugin-webpack-bundle-analyzer-1.0.4.tgz", - "integrity": "sha512-Iws6rEJgNs+C2Vhm1QwfDOJRT309RaTNuNzoOmONs13HbetsjPe5a0APbQAWWBR3Gf2iSGNYJIYu9rO2r0jXpg==", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/gatsby-plugin-webpack-bundle-analyzer/-/gatsby-plugin-webpack-bundle-analyzer-1.0.5.tgz", + "integrity": "sha512-CsdekOGjrWgk5RjymSkz8yKP/lyU6Kx1LmxA8qiUH9qbma+B8dKo3ALd2d6/3E57Wj1jUblTtTZPZCCCYRubMw==", "dev": true, "requires": { - "webpack-bundle-analyzer": "^2.13.1" + "webpack-bundle-analyzer": "^3.3.2" }, "dependencies": { + "acorn": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.1.1.tgz", + "integrity": "sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==", + "dev": true + }, + "filesize": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-3.6.1.tgz", + "integrity": "sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg==", + "dev": true + }, "gzip-size": { - "version": "4.1.0", - "resolved": "https://registry.js.ipfs.io/gzip-size/-/gzip-size-4.1.0.tgz", - "integrity": "sha1-iuCWJX6r59acRb4rZ8RIEk/7UXw=", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-5.1.1.tgz", + "integrity": "sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==", "dev": true, "requires": { "duplexer": "^0.1.1", - "pify": "^3.0.0" + "pify": "^4.0.1" } }, + "pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true + }, "webpack-bundle-analyzer": { - "version": "2.13.1", - "resolved": "https://registry.js.ipfs.io/webpack-bundle-analyzer/-/webpack-bundle-analyzer-2.13.1.tgz", - "integrity": "sha512-rwxyfecTAxoarCC9VlHlIpfQCmmJ/qWD5bpbjkof+7HrNhTNZIwZITxN6CdlYL2axGmwNUQ+tFgcSOiNXMf/sQ==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.3.2.tgz", + "integrity": "sha512-7qvJLPKB4rRWZGjVp5U1KEjwutbDHSKboAl0IfafnrdXMrgC0tOtZbQD6Rw0u4cmpgRN4O02Fc0t8eAT+FgGzA==", "dev": true, "requires": { - "acorn": "^5.3.0", - "bfj-node4": "^5.2.0", - "chalk": "^2.3.0", - "commander": "^2.13.0", - "ejs": "^2.5.7", - "express": "^4.16.2", - "filesize": "^3.5.11", - "gzip-size": "^4.1.0", - "lodash": "^4.17.4", + "acorn": "^6.0.7", + "acorn-walk": "^6.1.1", + "bfj": "^6.1.1", + "chalk": "^2.4.1", + "commander": "^2.18.0", + "ejs": "^2.6.1", + "express": "^4.16.3", + "filesize": "^3.6.1", + "gzip-size": "^5.0.0", + "lodash": "^4.17.10", "mkdirp": "^0.5.1", - "opener": "^1.4.3", - "ws": "^4.0.0" - } - }, - "ws": { - "version": "4.1.0", - "resolved": "https://registry.js.ipfs.io/ws/-/ws-4.1.0.tgz", - "integrity": "sha512-ZGh/8kF9rrRNffkLFV4AzhvooEclrOH0xaugmqGsIfFgOE/pIz4fMc4Ef+5HSQqTEug2S9JZIWDR47duDSLfaA==", - "dev": true, - "requires": { - "async-limiter": "~1.0.0", - "safe-buffer": "~5.1.0" + "opener": "^1.5.1", + "ws": "^6.0.0" } } } @@ -14492,7 +14329,7 @@ }, "gauge": { "version": "2.7.4", - "resolved": "https://registry.js.ipfs.io/gauge/-/gauge-2.7.4.tgz", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz", "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=", "requires": { "aproba": "^1.0.3", @@ -14507,7 +14344,7 @@ "dependencies": { "is-fullwidth-code-point": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", "requires": { "number-is-nan": "^1.0.0" @@ -14515,7 +14352,7 @@ }, "string-width": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/string-width/-/string-width-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", "requires": { "code-point-at": "^1.0.0", @@ -15014,7 +14851,7 @@ }, "generic-names": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/generic-names/-/generic-names-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/generic-names/-/generic-names-1.0.3.tgz", "integrity": "sha1-LXhqEhruUIh2eWk56OO/+DbCCRc=", "dev": true, "requires": { @@ -15023,13 +14860,13 @@ "dependencies": { "json5": { "version": "0.5.1", - "resolved": "https://registry.js.ipfs.io/json5/-/json5-0.5.1.tgz", + "resolved": "http://registry.npmjs.org/json5/-/json5-0.5.1.tgz", "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=", "dev": true }, "loader-utils": { "version": "0.2.17", - "resolved": "https://registry.js.ipfs.io/loader-utils/-/loader-utils-0.2.17.tgz", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-0.2.17.tgz", "integrity": "sha1-+G5jdNQyBabmxg6RlvF8Apm/s0g=", "dev": true, "requires": { @@ -15043,17 +14880,17 @@ }, "get-browser-rtc": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/get-browser-rtc/-/get-browser-rtc-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/get-browser-rtc/-/get-browser-rtc-1.0.2.tgz", "integrity": "sha1-u81AyEUaftTvXDc7gWmkCd0dEdk=" }, "get-caller-file": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/get-caller-file/-/get-caller-file-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-1.0.3.tgz", "integrity": "sha512-3t6rVToeoZfYSGd8YoLFR2DJkiQrIiUrGcjvFX2mDw3bn6k2OtwHN0TNCLbBO+w8qTvimhDkv+LSscbJY1vE6w==" }, "get-folder-size": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/get-folder-size/-/get-folder-size-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/get-folder-size/-/get-folder-size-2.0.1.tgz", "integrity": "sha512-+CEb+GDCM7tkOS2wdMKTn9vU7DgnKUTuDlehkNJKNSovdCOVxs14OfKCk4cvSaR3za4gj+OBdl9opPN9xrJ0zA==", "requires": { "gar": "^1.0.4", @@ -15062,7 +14899,7 @@ }, "get-func-name": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/get-func-name/-/get-func-name-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.0.tgz", "integrity": "sha1-6td0q+5y4gQJQzoGY2YCPdaIekE=", "dev": true }, @@ -15073,13 +14910,13 @@ }, "get-own-enumerable-property-symbols": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/get-own-enumerable-property-symbols/-/get-own-enumerable-property-symbols-3.0.0.tgz", "integrity": "sha512-CIJYJC4GGF06TakLg8z4GQKvDsx9EMspVxOYih7LerEL/WosUnFIww45CGfxfeKHqlg3twgUrYRT1O3WQqjGCg==", "dev": true }, "get-pkg-repo": { "version": "1.4.0", - "resolved": "https://registry.js.ipfs.io/get-pkg-repo/-/get-pkg-repo-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/get-pkg-repo/-/get-pkg-repo-1.4.0.tgz", "integrity": "sha1-xztInAbYDMVTbCyFP54FIyBWly0=", "dev": true, "requires": { @@ -15092,13 +14929,13 @@ "dependencies": { "camelcase": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/camelcase/-/camelcase-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=", "dev": true }, "camelcase-keys": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/camelcase-keys/-/camelcase-keys-2.1.0.tgz", + "resolved": "http://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz", "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", "dev": true, "requires": { @@ -15108,7 +14945,7 @@ }, "find-up": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/find-up/-/find-up-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", "dev": true, "requires": { @@ -15118,7 +14955,7 @@ }, "indent-string": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/indent-string/-/indent-string-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", "dev": true, "requires": { @@ -15127,7 +14964,7 @@ }, "load-json-file": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/load-json-file/-/load-json-file-1.1.0.tgz", + "resolved": "http://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", "dev": true, "requires": { @@ -15140,13 +14977,13 @@ }, "map-obj": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/map-obj/-/map-obj-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", "dev": true }, "meow": { "version": "3.7.0", - "resolved": "https://registry.js.ipfs.io/meow/-/meow-3.7.0.tgz", + "resolved": "http://registry.npmjs.org/meow/-/meow-3.7.0.tgz", "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", "dev": true, "requires": { @@ -15164,7 +15001,7 @@ }, "parse-json": { "version": "2.2.0", - "resolved": "https://registry.js.ipfs.io/parse-json/-/parse-json-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", "dev": true, "requires": { @@ -15173,7 +15010,7 @@ }, "path-exists": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/path-exists/-/path-exists-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", "dev": true, "requires": { @@ -15182,7 +15019,7 @@ }, "path-type": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/path-type/-/path-type-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", "dev": true, "requires": { @@ -15193,13 +15030,13 @@ }, "pify": { "version": "2.3.0", - "resolved": "https://registry.js.ipfs.io/pify/-/pify-2.3.0.tgz", + "resolved": "http://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", "dev": true }, "read-pkg": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/read-pkg/-/read-pkg-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", "dev": true, "requires": { @@ -15210,7 +15047,7 @@ }, "read-pkg-up": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/read-pkg-up/-/read-pkg-up-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", "dev": true, "requires": { @@ -15220,7 +15057,7 @@ }, "redent": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/redent/-/redent-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", "dev": true, "requires": { @@ -15230,7 +15067,7 @@ }, "strip-bom": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/strip-bom/-/strip-bom-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", "dev": true, "requires": { @@ -15239,7 +15076,7 @@ }, "strip-indent": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/strip-indent/-/strip-indent-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", "dev": true, "requires": { @@ -15248,7 +15085,7 @@ }, "trim-newlines": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/trim-newlines/-/trim-newlines-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=", "dev": true } @@ -15256,28 +15093,28 @@ }, "get-port": { "version": "3.2.0", - "resolved": "https://registry.js.ipfs.io/get-port/-/get-port-3.2.0.tgz", + "resolved": "https://registry.npmjs.org/get-port/-/get-port-3.2.0.tgz", "integrity": "sha1-3Xzn3hh8Bsi/NTeWrHHgmfCYDrw=" }, "get-stdin": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/get-stdin/-/get-stdin-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=", "dev": true }, "get-stream": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/get-stream/-/get-stream-3.0.0.tgz", + "resolved": "http://registry.npmjs.org/get-stream/-/get-stream-3.0.0.tgz", "integrity": "sha1-jpQ9E1jcN1VQVOy+LtsFqhdO3hQ=" }, "get-value": { "version": "2.0.6", - "resolved": "https://registry.js.ipfs.io/get-value/-/get-value-2.0.6.tgz", + "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=" }, "getos": { "version": "3.1.0", - "resolved": "https://registry.js.ipfs.io/getos/-/getos-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/getos/-/getos-3.1.0.tgz", "integrity": "sha512-i9vrxtDu5DlLVFcrbqUqGWYlZN/zZ4pGMICCAcZoYsX3JA54nYp8r5EThw5K+m2q3wszkx4Th746JstspB0H4Q==", "dev": true, "requires": { @@ -15286,7 +15123,7 @@ "dependencies": { "async": { "version": "2.4.0", - "resolved": "https://registry.js.ipfs.io/async/-/async-2.4.0.tgz", + "resolved": "https://registry.npmjs.org/async/-/async-2.4.0.tgz", "integrity": "sha1-SZAgDxjqW4N8LMT4wDGmmFw4VhE=", "dev": true, "requires": { @@ -15297,7 +15134,7 @@ }, "getpass": { "version": "0.1.7", - "resolved": "https://registry.js.ipfs.io/getpass/-/getpass-0.1.7.tgz", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", "dev": true, "requires": { @@ -15306,7 +15143,7 @@ }, "gh-got": { "version": "6.0.0", - "resolved": "https://registry.js.ipfs.io/gh-got/-/gh-got-6.0.0.tgz", + "resolved": "https://registry.npmjs.org/gh-got/-/gh-got-6.0.0.tgz", "integrity": "sha512-F/mS+fsWQMo1zfgG9MD8KWvTWPPzzhuVwY++fhQ5Ggd+0P+CAMHtzMZhNxG+TqGfHDChJKsbh6otfMGqO2AKBw==", "dev": true, "requires": { @@ -15316,7 +15153,7 @@ "dependencies": { "got": { "version": "7.1.0", - "resolved": "https://registry.js.ipfs.io/got/-/got-7.1.0.tgz", + "resolved": "https://registry.npmjs.org/got/-/got-7.1.0.tgz", "integrity": "sha512-Y5WMo7xKKq1muPsxD+KmrR8DH5auG7fBdDVueZwETwV6VytKyU9OX/ddpq2/1hp1vIPvVb4T81dKQz3BivkNLw==", "dev": true, "requires": { @@ -15338,13 +15175,13 @@ }, "p-cancelable": { "version": "0.3.0", - "resolved": "https://registry.js.ipfs.io/p-cancelable/-/p-cancelable-0.3.0.tgz", + "resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-0.3.0.tgz", "integrity": "sha512-RVbZPLso8+jFeq1MfNvgXtCRED2raz/dKpacfTNxsx6pLEpEomM7gah6VeHSYV3+vo0OAi4MkArtQcWWXuQoyw==", "dev": true }, "p-timeout": { "version": "1.2.1", - "resolved": "https://registry.js.ipfs.io/p-timeout/-/p-timeout-1.2.1.tgz", + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-1.2.1.tgz", "integrity": "sha1-XrOzU7f86Z8QGhA4iAuwVOu+o4Y=", "dev": true, "requires": { @@ -15355,7 +15192,7 @@ }, "gh-pages": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/gh-pages/-/gh-pages-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-2.0.1.tgz", "integrity": "sha512-uFlk3bukljeiWKQ2XvPfjcSi/ou7IfoDf2p+Fj672saLAr8bnOdFVqI/JSgrSgInKpCg5BksxEwGUl++dbg8Dg==", "dev": true, "requires": { @@ -15371,7 +15208,7 @@ "dependencies": { "async": { "version": "2.6.1", - "resolved": "https://registry.js.ipfs.io/async/-/async-2.6.1.tgz", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", "dev": true, "requires": { @@ -15380,7 +15217,7 @@ }, "fs-extra": { "version": "7.0.1", - "resolved": "https://registry.js.ipfs.io/fs-extra/-/fs-extra-7.0.1.tgz", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", "dev": true, "requires": { @@ -15393,7 +15230,7 @@ }, "git-raw-commits": { "version": "1.3.6", - "resolved": "https://registry.js.ipfs.io/git-raw-commits/-/git-raw-commits-1.3.6.tgz", + "resolved": "http://registry.npmjs.org/git-raw-commits/-/git-raw-commits-1.3.6.tgz", "integrity": "sha512-svsK26tQ8vEKnMshTDatSIQSMDdz8CxIIqKsvPqbtV23Etmw6VNaFAitu8zwZ0VrOne7FztwPyRLxK7/DIUTQg==", "dev": true, "requires": { @@ -15406,7 +15243,7 @@ }, "git-remote-origin-url": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/git-remote-origin-url/-/git-remote-origin-url-2.0.0.tgz", "integrity": "sha1-UoJlna4hBxRaERJhEq0yFuxfpl8=", "dev": true, "requires": { @@ -15416,7 +15253,7 @@ "dependencies": { "pify": { "version": "2.3.0", - "resolved": "https://registry.js.ipfs.io/pify/-/pify-2.3.0.tgz", + "resolved": "http://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", "dev": true } @@ -15424,7 +15261,7 @@ }, "git-semver-tags": { "version": "2.0.2", - "resolved": "https://registry.js.ipfs.io/git-semver-tags/-/git-semver-tags-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/git-semver-tags/-/git-semver-tags-2.0.2.tgz", "integrity": "sha512-34lMF7Yo1xEmsK2EkbArdoU79umpvm0MfzaDkSNYSJqtM5QLAVTPWgpiXSVI5o/O9EvZPSrP4Zvnec/CqhSd5w==", "dev": true, "requires": { @@ -15434,7 +15271,7 @@ }, "git-up": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/git-up/-/git-up-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/git-up/-/git-up-2.1.0.tgz", "integrity": "sha512-MJgwfcSd9qxgDyEYpRU/CDxNpUadrK80JHuEQDG4Urn0m7tpSOgCBrtiSIa9S9KH8Tbuo/TN8SSQmJBvsw1HkA==", "dev": true, "requires": { @@ -15444,7 +15281,7 @@ }, "git-url-parse": { "version": "8.3.1", - "resolved": "https://registry.js.ipfs.io/git-url-parse/-/git-url-parse-8.3.1.tgz", + "resolved": "http://registry.npmjs.org/git-url-parse/-/git-url-parse-8.3.1.tgz", "integrity": "sha512-r/FxXIdfgdSO+V2zl4ZK1JGYkHT9nqVRSzom5WsYPLg3XzeBeKPl3R/6X9E9ZJRx/sE/dXwXtfl+Zp7YL8ktWQ==", "dev": true, "requires": { @@ -15454,13 +15291,13 @@ }, "git-validate": { "version": "2.2.4", - "resolved": "https://registry.js.ipfs.io/git-validate/-/git-validate-2.2.4.tgz", + "resolved": "https://registry.npmjs.org/git-validate/-/git-validate-2.2.4.tgz", "integrity": "sha512-BM49gj2g/VtV+AvsaGYfIXavVyWUfqcJt2klTOr7kji/HYqpgwB6CmlevIJuPyGoBPkIUUXNSov33Ht22juh0Q==", "dev": true }, "gitconfiglocal": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/gitconfiglocal/-/gitconfiglocal-1.0.0.tgz", "integrity": "sha1-QdBF84UaXqiPA/JMocYXgRRGS5s=", "dev": true, "requires": { @@ -15469,12 +15306,12 @@ }, "github-from-package": { "version": "0.0.0", - "resolved": "https://registry.js.ipfs.io/github-from-package/-/github-from-package-0.0.0.tgz", + "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz", "integrity": "sha1-l/tdlr/eiXMxPyDoKI75oWf6ZM4=" }, "github-slugger": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/github-slugger/-/github-slugger-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-1.2.0.tgz", "integrity": "sha512-wIaa75k1vZhyPm9yWrD08A5Xnx/V+RmzGrpjQuLemGKSb77Qukiaei58Bogrl/LZSADDfPzKJX8jhLs4CRTl7Q==", "dev": true, "requires": { @@ -15483,7 +15320,7 @@ "dependencies": { "emoji-regex": { "version": "6.1.1", - "resolved": "https://registry.js.ipfs.io/emoji-regex/-/emoji-regex-6.1.1.tgz", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-6.1.1.tgz", "integrity": "sha1-xs0OwbBkLio8Z6ETfvxeeW2k+I4=", "dev": true } @@ -15491,7 +15328,7 @@ }, "glob": { "version": "7.1.3", - "resolved": "https://registry.js.ipfs.io/glob/-/glob-7.1.3.tgz", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.3.tgz", "integrity": "sha512-vcfuiIxogLV4DlGBHIUOwI0IbrJ8HWPc4MU7HzviGeNho/UJDfi6B5p3sHeWIQ0KGIU0Jpxi5ZHxemQfLkkAwQ==", "requires": { "fs.realpath": "^1.0.0", @@ -15504,7 +15341,7 @@ }, "glob-base": { "version": "0.3.0", - "resolved": "https://registry.js.ipfs.io/glob-base/-/glob-base-0.3.0.tgz", + "resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz", "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=", "dev": true, "requires": { @@ -15514,7 +15351,7 @@ "dependencies": { "glob-parent": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/glob-parent/-/glob-parent-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz", "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=", "dev": true, "requires": { @@ -15523,13 +15360,13 @@ }, "is-extglob": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-extglob/-/is-extglob-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", "dev": true }, "is-glob": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/is-glob/-/is-glob-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", "dev": true, "requires": { @@ -15540,7 +15377,7 @@ }, "glob-parent": { "version": "3.1.0", - "resolved": "https://registry.js.ipfs.io/glob-parent/-/glob-parent-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", "requires": { "is-glob": "^3.1.0", @@ -15549,7 +15386,7 @@ "dependencies": { "is-glob": { "version": "3.1.0", - "resolved": "https://registry.js.ipfs.io/is-glob/-/is-glob-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", "requires": { "is-extglob": "^2.1.0" @@ -15559,7 +15396,7 @@ }, "glob-stream": { "version": "6.1.0", - "resolved": "https://registry.js.ipfs.io/glob-stream/-/glob-stream-6.1.0.tgz", + "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-6.1.0.tgz", "integrity": "sha1-cEXJlBOz65SIjYOrRtC0BMx73eQ=", "dev": true, "requires": { @@ -15577,12 +15414,12 @@ }, "glob-to-regexp": { "version": "0.3.0", - "resolved": "https://registry.js.ipfs.io/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz", "integrity": "sha1-jFoUlNIGbFcMw7/kSWF1rMTVAqs=" }, "global": { "version": "4.3.2", - "resolved": "https://registry.js.ipfs.io/global/-/global-4.3.2.tgz", + "resolved": "https://registry.npmjs.org/global/-/global-4.3.2.tgz", "integrity": "sha1-52mJJopsdMOJCLEwWxD8DjlOnQ8=", "requires": { "min-document": "^2.19.0", @@ -15591,7 +15428,7 @@ }, "global-dirs": { "version": "0.1.1", - "resolved": "https://registry.js.ipfs.io/global-dirs/-/global-dirs-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-0.1.1.tgz", "integrity": "sha1-sxnA3UYH81PzvpzKTHL8FIxJ9EU=", "requires": { "ini": "^1.3.4" @@ -15599,7 +15436,7 @@ }, "global-modules": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/global-modules/-/global-modules-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz", "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==", "requires": { "global-prefix": "^1.0.1", @@ -15609,13 +15446,13 @@ }, "global-modules-path": { "version": "2.3.1", - "resolved": "https://registry.js.ipfs.io/global-modules-path/-/global-modules-path-2.3.1.tgz", + "resolved": "https://registry.npmjs.org/global-modules-path/-/global-modules-path-2.3.1.tgz", "integrity": "sha512-y+shkf4InI7mPRHSo2b/k6ix6+NLDtyccYv86whhxrSGX9wjPX1VMITmrDbE1eh7zkzhiWtW2sHklJYoQ62Cxg==", "dev": true }, "global-prefix": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/global-prefix/-/global-prefix-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=", "requires": { "expand-tilde": "^2.0.2", @@ -15627,18 +15464,18 @@ }, "globals": { "version": "11.9.0", - "resolved": "https://registry.js.ipfs.io/globals/-/globals-11.9.0.tgz", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.9.0.tgz", "integrity": "sha512-5cJVtyXWH8PiJPVLZzzoIizXx944O4OmRro5MWKx5fT4MgcN7OfaMutPeaTdJCCURwbWdhhcCWcKIffPnmTzBg==" }, "globals-docs": { "version": "2.4.0", - "resolved": "https://registry.js.ipfs.io/globals-docs/-/globals-docs-2.4.0.tgz", + "resolved": "https://registry.npmjs.org/globals-docs/-/globals-docs-2.4.0.tgz", "integrity": "sha512-B69mWcqCmT3jNYmSxRxxOXWfzu3Go8NQXPfl2o0qPd1EEFhwW0dFUg9ztTu915zPQzqwIhWAlw6hmfIcCK4kkQ==", "dev": true }, "globby": { "version": "6.1.0", - "resolved": "https://registry.js.ipfs.io/globby/-/globby-6.1.0.tgz", + "resolved": "http://registry.npmjs.org/globby/-/globby-6.1.0.tgz", "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", "requires": { "array-union": "^1.0.1", @@ -15650,20 +15487,20 @@ "dependencies": { "pify": { "version": "2.3.0", - "resolved": "https://registry.js.ipfs.io/pify/-/pify-2.3.0.tgz", + "resolved": "http://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" } } }, "globjoin": { "version": "0.1.4", - "resolved": "https://registry.js.ipfs.io/globjoin/-/globjoin-0.1.4.tgz", + "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz", "integrity": "sha1-L0SUrIkZ43Z8XLtpHp9GMyQoXUM=", "dev": true }, "gonzales-pe": { "version": "4.2.3", - "resolved": "https://registry.js.ipfs.io/gonzales-pe/-/gonzales-pe-4.2.3.tgz", + "resolved": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-4.2.3.tgz", "integrity": "sha512-Kjhohco0esHQnOiqqdJeNz/5fyPkOMD/d6XVjwTAoPGUFh0mCollPUTUTa2OZy4dYNAqlPIQdTiNzJTWdd9Htw==", "dev": true, "requires": { @@ -15672,7 +15509,7 @@ "dependencies": { "minimist": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/minimist/-/minimist-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/minimist/-/minimist-1.1.3.tgz", "integrity": "sha1-O+39kaktOQFvz6ocaB6Pqhoe/ag=", "dev": true } @@ -15680,7 +15517,7 @@ }, "good-listener": { "version": "1.2.2", - "resolved": "https://registry.js.ipfs.io/good-listener/-/good-listener-1.2.2.tgz", + "resolved": "https://registry.npmjs.org/good-listener/-/good-listener-1.2.2.tgz", "integrity": "sha1-1TswzfkxPf+33JoNR3CWqm0UXFA=", "optional": true, "requires": { @@ -15689,7 +15526,7 @@ }, "got": { "version": "6.7.1", - "resolved": "https://registry.js.ipfs.io/got/-/got-6.7.1.tgz", + "resolved": "http://registry.npmjs.org/got/-/got-6.7.1.tgz", "integrity": "sha1-JAzQV4WpoY5WHcG0S0HHY+8ejbA=", "requires": { "create-error-class": "^3.0.0", @@ -15707,7 +15544,7 @@ }, "graceful-fs": { "version": "4.1.15", - "resolved": "https://registry.js.ipfs.io/graceful-fs/-/graceful-fs-4.1.15.tgz", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz", "integrity": "sha512-6uHUhOPEBgQ24HM+r6b/QwWfZq+yiFcipKFrOFiBEnWdy5sdzYoi+pJeQaPI5qOLRFqWmAXUPQNsielzdLoecA==" }, "graphql": { @@ -15729,7 +15566,7 @@ }, "graphql-config": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/graphql-config/-/graphql-config-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/graphql-config/-/graphql-config-2.2.1.tgz", "integrity": "sha512-U8+1IAhw9m6WkZRRcyj8ZarK96R6lQBQ0an4lp76Ps9FyhOXENC5YQOxOFGm5CxPrX2rD0g3Je4zG5xdNJjwzQ==", "requires": { "graphql-import": "^0.7.1", @@ -15741,7 +15578,7 @@ }, "graphql-import": { "version": "0.7.1", - "resolved": "https://registry.js.ipfs.io/graphql-import/-/graphql-import-0.7.1.tgz", + "resolved": "https://registry.npmjs.org/graphql-import/-/graphql-import-0.7.1.tgz", "integrity": "sha512-YpwpaPjRUVlw2SN3OPljpWbVRWAhMAyfSba5U47qGMOSsPLi2gYeJtngGpymjm9nk57RFWEpjqwh4+dpYuFAPw==", "requires": { "lodash": "^4.17.4", @@ -15750,7 +15587,7 @@ "dependencies": { "resolve-from": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/resolve-from/-/resolve-from-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" } } @@ -15770,7 +15607,7 @@ }, "graphql-request": { "version": "1.8.2", - "resolved": "https://registry.js.ipfs.io/graphql-request/-/graphql-request-1.8.2.tgz", + "resolved": "https://registry.npmjs.org/graphql-request/-/graphql-request-1.8.2.tgz", "integrity": "sha512-dDX2M+VMsxXFCmUX0Vo0TopIZIX4ggzOtiCsThgtrKR4niiaagsGTDIHj3fsOMFETpa064vzovI+4YV4QnMbcg==", "requires": { "cross-fetch": "2.2.2" @@ -15783,18 +15620,18 @@ }, "growl": { "version": "1.10.5", - "resolved": "https://registry.js.ipfs.io/growl/-/growl-1.10.5.tgz", + "resolved": "https://registry.npmjs.org/growl/-/growl-1.10.5.tgz", "integrity": "sha512-qBr4OuELkhPenW6goKVXiv47US3clb3/IbuWF9KNKEijAy9oeHxU9IgzjvJhHkUzhaj7rOUD7+YGWqUjLp5oSA==", "dev": true }, "gud": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/gud/-/gud-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/gud/-/gud-1.0.0.tgz", "integrity": "sha512-zGEOVKFM5sVPPrYs7J5/hYEw2Pof8KCyOwyhG8sAF26mCAeUFAcYPu1mwB7hhpIP29zOIBaDqwuHdLp0jvZXjw==" }, "gulp-sourcemaps": { "version": "1.6.0", - "resolved": "https://registry.js.ipfs.io/gulp-sourcemaps/-/gulp-sourcemaps-1.6.0.tgz", + "resolved": "https://registry.npmjs.org/gulp-sourcemaps/-/gulp-sourcemaps-1.6.0.tgz", "integrity": "sha1-uG/zSdgBzrVuHZ59x7vLS33uYAw=", "dev": true, "requires": { @@ -15807,19 +15644,19 @@ "dependencies": { "clone-stats": { "version": "0.0.1", - "resolved": "https://registry.js.ipfs.io/clone-stats/-/clone-stats-0.0.1.tgz", + "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz", "integrity": "sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE=", "dev": true }, "replace-ext": { "version": "0.0.1", - "resolved": "https://registry.js.ipfs.io/replace-ext/-/replace-ext-0.0.1.tgz", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz", "integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=", "dev": true }, "strip-bom": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/strip-bom/-/strip-bom-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", "dev": true, "requires": { @@ -15828,7 +15665,7 @@ }, "vinyl": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/vinyl/-/vinyl-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", "dev": true, "requires": { @@ -15841,7 +15678,7 @@ }, "gzip-size": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/gzip-size/-/gzip-size-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-3.0.0.tgz", "integrity": "sha1-VGGI6b3DN/Zzdy+BZgRks4nc5SA=", "requires": { "duplexer": "^0.1.1" @@ -15862,7 +15699,7 @@ }, "handlebars": { "version": "4.0.12", - "resolved": "https://registry.js.ipfs.io/handlebars/-/handlebars-4.0.12.tgz", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.0.12.tgz", "integrity": "sha512-RhmTekP+FZL+XNhwS1Wf+bTTZpdLougwt5pcgA1tuz6Jcx0fpH/7z0qd71RKnZHBCxIRBHfBOnio4gViPemNzA==", "dev": true, "requires": { @@ -15874,7 +15711,7 @@ "dependencies": { "async": { "version": "2.6.1", - "resolved": "https://registry.js.ipfs.io/async/-/async-2.6.1.tgz", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", "dev": true, "requires": { @@ -15883,20 +15720,20 @@ }, "commander": { "version": "2.17.1", - "resolved": "https://registry.js.ipfs.io/commander/-/commander-2.17.1.tgz", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz", "integrity": "sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==", "dev": true, "optional": true }, "minimist": { "version": "0.0.10", - "resolved": "https://registry.js.ipfs.io/minimist/-/minimist-0.0.10.tgz", + "resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz", "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=", "dev": true }, "optimist": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/optimist/-/optimist-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz", "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=", "dev": true, "requires": { @@ -15906,13 +15743,13 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true }, "uglify-js": { "version": "3.4.9", - "resolved": "https://registry.js.ipfs.io/uglify-js/-/uglify-js-3.4.9.tgz", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.4.9.tgz", "integrity": "sha512-8CJsbKOtEbnJsTyv6LE6m6ZKniqMiFWmm9sRbopbkGs3gMPPfd3Fh8iIA4Ykv5MgaTbqHr4BaoGLJLZNhsrW1Q==", "dev": true, "optional": true, @@ -15923,285 +15760,12 @@ }, "wordwrap": { "version": "0.0.3", - "resolved": "https://registry.js.ipfs.io/wordwrap/-/wordwrap-0.0.3.tgz", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz", "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=", "dev": true } } }, - "hapi": { - "version": "18.1.0", - "resolved": "https://registry.npmjs.org/hapi/-/hapi-18.1.0.tgz", - "integrity": "sha512-nSU1VLyTAgp7P5gy47QzJIP2JAb+wOFvJIV3gnL0lFj/mD+HuTXhyUsDYXjF/dhADMVXVEz31z6SUHBJhtsvGA==", - "requires": { - "accept": "3.x.x", - "ammo": "3.x.x", - "boom": "7.x.x", - "bounce": "1.x.x", - "call": "5.x.x", - "catbox": "10.x.x", - "catbox-memory": "4.x.x", - "heavy": "6.x.x", - "hoek": "6.x.x", - "joi": "14.x.x", - "mimos": "4.x.x", - "podium": "3.x.x", - "shot": "4.x.x", - "somever": "2.x.x", - "statehood": "6.x.x", - "subtext": "6.x.x", - "teamwork": "3.x.x", - "topo": "3.x.x" - }, - "dependencies": { - "accept": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/accept/-/accept-3.1.3.tgz", - "integrity": "sha512-OgOEAidVEOKPup+Gv2+2wdH2AgVKI9LxsJ4hicdJ6cY0faUuZdZoi56kkXWlHp9qicN1nWQLmW5ZRGk+SBS5xg==", - "requires": { - "boom": "7.x.x", - "hoek": "6.x.x" - } - }, - "ammo": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/ammo/-/ammo-3.0.3.tgz", - "integrity": "sha512-vo76VJ44MkUBZL/BzpGXaKzMfroF4ZR6+haRuw9p+eSWfoNaH2AxVc8xmiEPC08jhzJSeM6w7/iMUGet8b4oBQ==", - "requires": { - "hoek": "6.x.x" - } - }, - "b64": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/b64/-/b64-4.1.2.tgz", - "integrity": "sha512-+GUspBxlH3CJaxMUGUE1EBoWM6RKgWiYwUDal0qdf8m3ArnXNN1KzKVo5HOnE/FSq4HHyWf3TlHLsZI8PKQgrQ==", - "requires": { - "hoek": "6.x.x" - } - }, - "boom": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/boom/-/boom-7.3.0.tgz", - "integrity": "sha512-Swpoyi2t5+GhOEGw8rEsKvTxFLIDiiKoUc2gsoV6Lyr43LHBIzch3k2MvYUs8RTROrIkVJ3Al0TkaOGjnb+B6A==", - "requires": { - "hoek": "6.x.x" - } - }, - "bounce": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/bounce/-/bounce-1.2.3.tgz", - "integrity": "sha512-3G7B8CyBnip5EahCZJjnvQ1HLyArC6P5e+xcolo13BVI9ogFaDOsNMAE7FIWliHtIkYI8/nTRCvCY9tZa3Mu4g==", - "requires": { - "boom": "7.x.x", - "hoek": "6.x.x" - } - }, - "bourne": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/bourne/-/bourne-1.1.1.tgz", - "integrity": "sha512-Ou0l3W8+n1FuTOoIfIrCk9oF9WVWc+9fKoAl67XQr9Ws0z7LgILRZ7qtc9xdT4BveSKtnYXfKPgn8pFAqeQRew==" - }, - "call": { - "version": "5.0.3", - "resolved": "https://registry.npmjs.org/call/-/call-5.0.3.tgz", - "integrity": "sha512-eX16KHiAYXugbFu6VifstSdwH6aMuWWb4s0qvpq1nR1b+Sf+u68jjttg8ixDBEldPqBi30bDU35OJQWKeTLKxg==", - "requires": { - "boom": "7.x.x", - "hoek": "6.x.x" - } - }, - "catbox": { - "version": "10.0.6", - "resolved": "https://registry.npmjs.org/catbox/-/catbox-10.0.6.tgz", - "integrity": "sha512-gQWCnF/jbHcfwGbQ4FQxyRiAwLRipqWTTXjpq7rTqqdcsnZosFa0L3LsCZcPTF33QIeMMkS7QmFBHt6QdzGPvg==", - "requires": { - "boom": "7.x.x", - "hoek": "6.x.x", - "joi": "14.x.x" - } - }, - "catbox-memory": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/catbox-memory/-/catbox-memory-4.0.1.tgz", - "integrity": "sha512-ZmqNiLsYCIu9qvBJ/MQbznDV2bFH5gFiH67TgIJgSSffJFtTXArT+MM3AvJQlby9NSkLHOX4eH/uuUqnch/Ldw==", - "requires": { - "boom": "7.x.x", - "hoek": "6.x.x" - } - }, - "content": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/content/-/content-4.0.6.tgz", - "integrity": "sha512-lR9ND3dXiMdmsE84K6l02rMdgiBVmtYWu1Vr/gfSGHcIcznBj2QxmSdUgDuNFOA+G9yrb1IIWkZ7aKtB6hDGyA==", - "requires": { - "boom": "7.x.x" - } - }, - "cryptiles": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-4.1.3.tgz", - "integrity": "sha512-gT9nyTMSUC1JnziQpPbxKGBbUg8VL7Zn2NB4E1cJYvuXdElHrwxrV9bmltZGDzet45zSDGyYceueke1TjynGzw==", - "requires": { - "boom": "7.x.x" - } - }, - "heavy": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/heavy/-/heavy-6.1.2.tgz", - "integrity": "sha512-cJp884bqhiebNcEHydW0g6V1MUGYOXRPw9c7MFiHQnuGxtbWuSZpsbojwb2kxb3AA1/Rfs8CNiV9MMOF8pFRDg==", - "requires": { - "boom": "7.x.x", - "hoek": "6.x.x", - "joi": "14.x.x" - } - }, - "hoek": { - "version": "6.1.2", - "resolved": "https://registry.npmjs.org/hoek/-/hoek-6.1.2.tgz", - "integrity": "sha512-6qhh/wahGYZHFSFw12tBbJw5fsAhhwrrG/y3Cs0YMTv2WzMnL0oLPnQJjv1QJvEfylRSOFuP+xCu+tdx0tD16Q==" - }, - "iron": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/iron/-/iron-5.0.6.tgz", - "integrity": "sha512-zYUMOSkEXGBdwlV/AXF9zJC0aLuTJUKHkGeYS5I2g225M5i6SrxQyGJGhPgOR8BK1omL6N5i6TcwfsXbP8/Exw==", - "requires": { - "b64": "4.x.x", - "boom": "7.x.x", - "cryptiles": "4.x.x", - "hoek": "6.x.x" - } - }, - "joi": { - "version": "14.3.1", - "resolved": "https://registry.npmjs.org/joi/-/joi-14.3.1.tgz", - "integrity": "sha512-LQDdM+pkOrpAn4Lp+neNIFV3axv1Vna3j38bisbQhETPMANYRbFJFUyOZcOClYvM/hppMhGWuKSFEK9vjrB+bQ==", - "requires": { - "hoek": "6.x.x", - "isemail": "3.x.x", - "topo": "3.x.x" - } - }, - "mime-db": { - "version": "1.37.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.37.0.tgz", - "integrity": "sha512-R3C4db6bgQhlIhPU48fUtdVmKnflq+hRdad7IyKhtFj06VPNVdk2RhiYL3UjQIlso8L+YxAtFkobT0VK+S/ybg==" - }, - "mimos": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/mimos/-/mimos-4.0.2.tgz", - "integrity": "sha512-5XBsDqBqzSN88XPPH/TFpOalWOjHJM5Z2d3AMx/30iq+qXvYKd/8MPhqBwZDOLtoaIWInR3nLzMQcxfGK9djXA==", - "requires": { - "hoek": "6.x.x", - "mime-db": "1.x.x" - } - }, - "nigel": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/nigel/-/nigel-3.0.4.tgz", - "integrity": "sha512-3SZCCS/duVDGxFpTROHEieC+itDo4UqL9JNUyQJv3rljudQbK6aqus5B4470OxhESPJLN93Qqxg16rH7DUjbfQ==", - "requires": { - "hoek": "6.x.x", - "vise": "3.x.x" - } - }, - "pez": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/pez/-/pez-4.0.5.tgz", - "integrity": "sha512-HvL8uiFIlkXbx/qw4B8jKDCWzo7Pnnd65Uvanf9OOCtb20MRcb9gtTVBf9NCnhETif1/nzbDHIjAWC/sUp7LIQ==", - "requires": { - "b64": "4.x.x", - "boom": "7.x.x", - "content": "4.x.x", - "hoek": "6.x.x", - "nigel": "3.x.x" - } - }, - "podium": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/podium/-/podium-3.2.0.tgz", - "integrity": "sha512-rbwvxwVkI6gRRlxZQ1zUeafrpGxZ7QPHIheinehAvGATvGIPfWRkaTeWedc5P4YjXJXEV8ZbBxPtglNylF9hjw==", - "requires": { - "hoek": "6.x.x", - "joi": "14.x.x" - } - }, - "shot": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/shot/-/shot-4.0.7.tgz", - "integrity": "sha512-RKaKAGKxJ11EjJl0cf2fYVSsd4KB5Cncb9J0v7w+0iIaXpxNqFWTYNDNhBX7f0XSyDrjOH9a4OWZ9Gp/ZML+ew==", - "requires": { - "hoek": "6.x.x", - "joi": "14.x.x" - } - }, - "somever": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/somever/-/somever-2.0.0.tgz", - "integrity": "sha512-9JaIPP+HxwYGqCDqqK3tRaTqdtQHoK6Qy3IrXhIt2q5x8fs8RcfU7BMWlFTCOgFazK8p88zIv1tHQXvAwtXMyw==", - "requires": { - "bounce": "1.x.x", - "hoek": "6.x.x" - } - }, - "statehood": { - "version": "6.0.9", - "resolved": "https://registry.npmjs.org/statehood/-/statehood-6.0.9.tgz", - "integrity": "sha512-jbFg1+MYEqfC7ABAoWZoeF4cQUtp3LUvMDUGExL76cMmleBHG7I6xlZFsE8hRi7nEySIvutHmVlLmBe9+2R5LQ==", - "requires": { - "boom": "7.x.x", - "bounce": "1.x.x", - "bourne": "1.x.x", - "cryptiles": "4.x.x", - "hoek": "6.x.x", - "iron": "5.x.x", - "joi": "14.x.x" - } - }, - "subtext": { - "version": "6.0.12", - "resolved": "https://registry.npmjs.org/subtext/-/subtext-6.0.12.tgz", - "integrity": "sha512-yT1wCDWVgqvL9BIkWzWqgj5spUSYo/Enu09iUV8t2ZvHcr2tKGTGg2kc9tUpVEsdhp1ihsZeTAiDqh0TQciTPQ==", - "requires": { - "boom": "7.x.x", - "bourne": "1.x.x", - "content": "4.x.x", - "hoek": "6.x.x", - "pez": "4.x.x", - "wreck": "14.x.x" - } - }, - "teamwork": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/teamwork/-/teamwork-3.0.3.tgz", - "integrity": "sha512-OCB56z+G70iA1A1OFoT+51TPzfcgN0ks75uN3yhxA+EU66WTz2BevNDK4YzMqfaL5tuAvxy4iFUn35/u8pxMaQ==" - }, - "topo": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/topo/-/topo-3.0.3.tgz", - "integrity": "sha512-IgpPtvD4kjrJ7CRA3ov2FhWQADwv+Tdqbsf1ZnPUSAtCJ9e1Z44MmoSGDXGk4IppoZA7jd/QRkNddlLJWlUZsQ==", - "requires": { - "hoek": "6.x.x" - } - }, - "vise": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/vise/-/vise-3.0.2.tgz", - "integrity": "sha512-X52VtdRQbSBXdjcazRiY3eRgV3vTQ0B+7Wh8uC9cVv7lKfML5m9+9NHlbcgCY0R9EAqD1v/v7o9mhGh2A3ANFg==", - "requires": { - "hoek": "6.x.x" - } - }, - "wreck": { - "version": "14.1.3", - "resolved": "https://registry.npmjs.org/wreck/-/wreck-14.1.3.tgz", - "integrity": "sha512-hb/BUtjX3ObbwO3slCOLCenQ4EP8e+n8j6FmTne3VhEFp5XV1faSJojiyxVSvw34vgdeTG5baLTl4NmjwokLlw==", - "requires": { - "boom": "7.x.x", - "hoek": "6.x.x" - } - } - } - }, "hapi-pino": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/hapi-pino/-/hapi-pino-6.0.1.tgz", @@ -16215,13 +15779,13 @@ }, "har-schema": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/har-schema/-/har-schema-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", "dev": true }, "har-validator": { "version": "5.1.3", - "resolved": "https://registry.js.ipfs.io/har-validator/-/har-validator-5.1.3.tgz", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.3.tgz", "integrity": "sha512-sNvOCzEQNr/qrvJgc3UG/kD4QtlHycrzwS+6mfTrrSq97BvaYcPZZI1ZSqGSPR73Cxn4LKTD4PttRwfU7jWq5g==", "dev": true, "requires": { @@ -16231,7 +15795,7 @@ "dependencies": { "ajv": { "version": "6.6.1", - "resolved": "https://registry.js.ipfs.io/ajv/-/ajv-6.6.1.tgz", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.6.1.tgz", "integrity": "sha512-ZoJjft5B+EJBjUyu9C9Hc0OZyPZSSlOF+plzouTrg6UlA8f+e/n8NIgBFG/9tppJtpPWfthHakK7juJdNDODww==", "dev": true, "requires": { @@ -16243,13 +15807,13 @@ }, "fast-deep-equal": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=", "dev": true }, "json-schema-traverse": { "version": "0.4.1", - "resolved": "https://registry.js.ipfs.io/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true } @@ -16257,7 +15821,7 @@ }, "has": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/has/-/has-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", "requires": { "function-bind": "^1.1.1" @@ -16265,7 +15829,7 @@ }, "has-ansi": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/has-ansi/-/has-ansi-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", "requires": { "ansi-regex": "^2.0.0" @@ -16273,7 +15837,7 @@ }, "has-binary2": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/has-binary2/-/has-binary2-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.3.tgz", "integrity": "sha512-G1LWKhDSvhGeAQ8mPVQlqNcOB2sJdwATtZKl2pDKKHfpf/rYj24lkinxf69blJbnsvtqqNU+L3SL50vzZhXOnw==", "requires": { "isarray": "2.0.1" @@ -16281,34 +15845,34 @@ "dependencies": { "isarray": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/isarray/-/isarray-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz", "integrity": "sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4=" } } }, "has-cors": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/has-cors/-/has-cors-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz", "integrity": "sha1-XkdHk/fqmEPRu5nCPu9J/xJv/zk=" }, "has-flag": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/has-flag/-/has-flag-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" }, "has-symbol-support-x": { "version": "1.4.2", - "resolved": "https://registry.js.ipfs.io/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz", + "resolved": "https://registry.npmjs.org/has-symbol-support-x/-/has-symbol-support-x-1.4.2.tgz", "integrity": "sha512-3ToOva++HaW+eCpgqZrCfN51IPB+7bJNVT6CUATzueB5Heb8o6Nam0V3HG5dlDvZU1Gn5QLcbahiKw/XVk5JJw==" }, "has-symbols": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/has-symbols/-/has-symbols-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.0.tgz", "integrity": "sha1-uhqPGvKg/DllD1yFA2dwQSIGO0Q=" }, "has-to-string-tag-x": { "version": "1.4.1", - "resolved": "https://registry.js.ipfs.io/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz", + "resolved": "https://registry.npmjs.org/has-to-string-tag-x/-/has-to-string-tag-x-1.4.1.tgz", "integrity": "sha512-vdbKfmw+3LoOYVr+mtxHaX5a96+0f3DljYd8JOqvOLsf5mw2Otda2qCDT9qRqLAhrjyQ0h7ual5nOiASpsGNFw==", "requires": { "has-symbol-support-x": "^1.4.1" @@ -16316,12 +15880,12 @@ }, "has-unicode": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/has-unicode/-/has-unicode-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=" }, "has-value": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/has-value/-/has-value-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", "requires": { "get-value": "^2.0.6", @@ -16331,7 +15895,7 @@ }, "has-values": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/has-values/-/has-values-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", "requires": { "is-number": "^3.0.0", @@ -16340,7 +15904,7 @@ "dependencies": { "kind-of": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/kind-of/-/kind-of-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", "requires": { "is-buffer": "^1.1.5" @@ -16355,7 +15919,7 @@ }, "hash-base": { "version": "3.0.4", - "resolved": "https://registry.js.ipfs.io/hash-base/-/hash-base-3.0.4.tgz", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz", "integrity": "sha1-X8hoaEfs1zSZQDMZprCj8/auSRg=", "requires": { "inherits": "^2.0.1", @@ -16364,12 +15928,12 @@ }, "hash-mod": { "version": "0.0.5", - "resolved": "https://registry.js.ipfs.io/hash-mod/-/hash-mod-0.0.5.tgz", + "resolved": "https://registry.npmjs.org/hash-mod/-/hash-mod-0.0.5.tgz", "integrity": "sha1-2vHklzqRFmQ0Z9VO52kLQ++ALsw=" }, "hash.js": { "version": "1.1.5", - "resolved": "https://registry.js.ipfs.io/hash.js/-/hash.js-1.1.5.tgz", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.5.tgz", "integrity": "sha512-eWI5HG9Np+eHV1KQhisXWwM+4EPPYe5dFX1UZZH7k/E3JzDEazVH+VGlZi6R94ZqImq+A3D1mCEtrFIfg/E7sA==", "requires": { "inherits": "^2.0.3", @@ -16378,18 +15942,18 @@ }, "hashlru": { "version": "2.3.0", - "resolved": "https://registry.js.ipfs.io/hashlru/-/hashlru-2.3.0.tgz", + "resolved": "https://registry.npmjs.org/hashlru/-/hashlru-2.3.0.tgz", "integrity": "sha512-0cMsjjIC8I+D3M44pOQdsy0OHXGLVz6Z0beRuufhKa0KfaD2wGwAev6jILzXsd3/vpnNQJmWyZtIILqM1N+n5A==" }, "hast-util-is-element": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/hast-util-is-element/-/hast-util-is-element-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/hast-util-is-element/-/hast-util-is-element-1.0.2.tgz", "integrity": "sha512-4MEtyofNi3ZunPFrp9NpTQdNPN24xvLX3M+Lr/RGgPX6TLi+wR4/DqeoyQ7lwWcfUp4aevdt4RR0r7ZQPFbHxw==", "dev": true }, "hast-util-sanitize": { "version": "1.2.1", - "resolved": "https://registry.js.ipfs.io/hast-util-sanitize/-/hast-util-sanitize-1.2.1.tgz", + "resolved": "https://registry.npmjs.org/hast-util-sanitize/-/hast-util-sanitize-1.2.1.tgz", "integrity": "sha512-bRyZ316tTETfxkpM0De0Fk5slEtR5hvkzDGbHpEAjZRmfQyT3xMTzMk0/gGWlkqsfafFCaPNbrtPdZBPMK8X8A==", "dev": true, "requires": { @@ -16398,7 +15962,7 @@ }, "hast-util-to-html": { "version": "3.1.0", - "resolved": "https://registry.js.ipfs.io/hast-util-to-html/-/hast-util-to-html-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-3.1.0.tgz", "integrity": "sha1-iCyZhJ5AEw6ZHAQuRW1FPZXDbP8=", "dev": true, "requires": { @@ -16417,71 +15981,35 @@ }, "hast-util-whitespace": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/hast-util-whitespace/-/hast-util-whitespace-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/hast-util-whitespace/-/hast-util-whitespace-1.0.2.tgz", "integrity": "sha512-4JT8B0HKPHBMFZdDQzexjxwhKx9TrpV/+uelvmqlPu8RqqDrnNIEHDtDZCmgE+4YmcFAtKVPLmnY3dQGRaN53A==", "dev": true }, "he": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/he/-/he-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/he/-/he-1.1.1.tgz", "integrity": "sha1-k0EP0hsAlzUVH4howvJx80J+I/0=", "dev": true }, "heap": { "version": "0.2.6", - "resolved": "https://registry.js.ipfs.io/heap/-/heap-0.2.6.tgz", + "resolved": "https://registry.npmjs.org/heap/-/heap-0.2.6.tgz", "integrity": "sha1-CH4fELBGky/IWU3Z5tN4r8nR5aw=" }, - "heavy": { - "version": "4.0.4", - "resolved": "https://registry.js.ipfs.io/heavy/-/heavy-4.0.4.tgz", - "integrity": "sha1-NskTNsAMz+hSyqTRUwhjNc0vAOk=", - "requires": { - "boom": "5.x.x", - "hoek": "4.x.x", - "joi": "10.x.x" - }, - "dependencies": { - "boom": { - "version": "5.2.0", - "resolved": "https://registry.js.ipfs.io/boom/-/boom-5.2.0.tgz", - "integrity": "sha512-Z5BTk6ZRe4tXXQlkqftmsAUANpXmuwlsF5Oov8ThoMbQRzdGTA1ngYRW160GexgOgjsFOKJz0LYhoNi+2AMBUw==", - "requires": { - "hoek": "4.x.x" - } - }, - "isemail": { - "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/isemail/-/isemail-2.2.1.tgz", - "integrity": "sha1-A1PT2aYpUQgMJiwqoKQrjqjp4qY=" - }, - "joi": { - "version": "10.6.0", - "resolved": "https://registry.js.ipfs.io/joi/-/joi-10.6.0.tgz", - "integrity": "sha512-hBF3LcqyAid+9X/pwg+eXjD2QBZI5eXnBFJYaAkH4SK3mp9QSRiiQnDYlmlz5pccMvnLcJRS4whhDOTCkmsAdQ==", - "requires": { - "hoek": "4.x.x", - "isemail": "2.x.x", - "items": "2.x.x", - "topo": "2.x.x" - } - } - } - }, "hex-color-regex": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/hex-color-regex/-/hex-color-regex-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/hex-color-regex/-/hex-color-regex-1.1.0.tgz", "integrity": "sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==" }, "highlight.js": { "version": "9.13.1", - "resolved": "https://registry.js.ipfs.io/highlight.js/-/highlight.js-9.13.1.tgz", + "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.13.1.tgz", "integrity": "sha512-Sc28JNQNDzaH6PORtRLMvif9RSn1mYuOoX3omVjnb0+HbpPygU2ALBI0R/wsiqCb4/fcp07Gdo8g+fhtFrQl6A==", "dev": true }, "hmac-drbg": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/hmac-drbg/-/hmac-drbg-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", "integrity": "sha1-0nRXAQJabHdabFRXk+1QL8DGSaE=", "requires": { "hash.js": "^1.0.3", @@ -16491,23 +16019,23 @@ }, "hoek": { "version": "4.2.1", - "resolved": "https://registry.js.ipfs.io/hoek/-/hoek-4.2.1.tgz", + "resolved": "http://registry.npmjs.org/hoek/-/hoek-4.2.1.tgz", "integrity": "sha512-QLg82fGkfnJ/4iy1xZ81/9SIJiq1NGFUMGs6ParyjBZr6jW2Ufj/snDqTHixNlHdPNwN2RLVD0Pi3igeK9+JfA==" }, "hoist-non-react-statics": { "version": "2.5.5", - "resolved": "https://registry.js.ipfs.io/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz", + "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-2.5.5.tgz", "integrity": "sha512-rqcy4pJo55FTTLWt+bU8ukscqHeE/e9KWvsOW2b/a3afxQZhwkQdT1rPPCJ0rYXdj4vNcasY8zHTH+jF/qStxw==" }, "home-or-tmp": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/home-or-tmp/-/home-or-tmp-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/home-or-tmp/-/home-or-tmp-3.0.0.tgz", "integrity": "sha1-V6j+JM8zzdUkhgoVgh3cJchmcfs=", "dev": true }, "homedir-polyfill": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.1.tgz", "integrity": "sha1-TCu8inWJmP7r9e1oWA921GdotLw=", "requires": { "parse-passwd": "^1.0.0" @@ -16515,18 +16043,18 @@ }, "hoopy": { "version": "0.1.4", - "resolved": "https://registry.js.ipfs.io/hoopy/-/hoopy-0.1.4.tgz", + "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz", "integrity": "sha512-HRcs+2mr52W0K+x8RzcLzuPPmVIKMSv97RGHy0Ea9y/mpcaK+xTrjICA04KAHi4GRzxliNqNJEFYWHghy3rSfQ==", "dev": true }, "hosted-git-info": { "version": "2.7.1", - "resolved": "https://registry.js.ipfs.io/hosted-git-info/-/hosted-git-info-2.7.1.tgz", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.7.1.tgz", "integrity": "sha512-7T/BxH19zbcCTa8XkMlbK5lTo1WtgkFi3GvdWEyNuc4Vex7/9Dqbnpsf4JMydcfj9HCg4zUWFTL3Za6lapg5/w==" }, "hpack.js": { "version": "2.1.6", - "resolved": "https://registry.js.ipfs.io/hpack.js/-/hpack.js-2.1.6.tgz", + "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", "integrity": "sha1-h3dMCUnlE/QuhFdbPEVoH63ioLI=", "requires": { "inherits": "^2.0.1", @@ -16537,27 +16065,27 @@ }, "hsl-regex": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/hsl-regex/-/hsl-regex-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/hsl-regex/-/hsl-regex-1.0.0.tgz", "integrity": "sha1-1JMwx4ntgZ4nakwNJy3/owsY/m4=" }, "hsla-regex": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/hsla-regex/-/hsla-regex-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/hsla-regex/-/hsla-regex-1.0.0.tgz", "integrity": "sha1-wc56MWjIxmFAM6S194d/OyJfnDg=" }, "html-comment-regex": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/html-comment-regex/-/html-comment-regex-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/html-comment-regex/-/html-comment-regex-1.1.2.tgz", "integrity": "sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ==" }, "html-entities": { "version": "1.2.1", - "resolved": "https://registry.js.ipfs.io/html-entities/-/html-entities-1.2.1.tgz", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.2.1.tgz", "integrity": "sha1-DfKTUfByEWNRXfueVUPl9u7VFi8=" }, "html-tags": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/html-tags/-/html-tags-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-2.0.0.tgz", "integrity": "sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos=", "dev": true }, @@ -16582,7 +16110,7 @@ }, "html-void-elements": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/html-void-elements/-/html-void-elements-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-1.0.3.tgz", "integrity": "sha512-SaGhCDPXJVNrQyKMtKy24q6IMdXg5FCPN3z+xizxw9l+oXQw5fOoaj/ERU5KqWhSYhXtW5bWthlDbTDLBhJQrA==", "dev": true }, @@ -16618,17 +16146,17 @@ }, "http-cache-semantics": { "version": "3.8.1", - "resolved": "https://registry.js.ipfs.io/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-3.8.1.tgz", "integrity": "sha512-5ai2iksyV8ZXmnZhHH4rWPoxxistEexSi5936zIQ1bnNTW5VnA85B6P/VpXiRM017IgRvb2kKo1a//y+0wSp3w==" }, "http-deceiver": { "version": "1.2.7", - "resolved": "https://registry.js.ipfs.io/http-deceiver/-/http-deceiver-1.2.7.tgz", + "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", "integrity": "sha1-+nFolEq5pRnTN8sL7HKE3D5yPYc=" }, "http-errors": { "version": "1.6.3", - "resolved": "https://registry.js.ipfs.io/http-errors/-/http-errors-1.6.3.tgz", + "resolved": "http://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", "integrity": "sha1-i1VoC7S+KDoLW/TqLjhYC+HZMg0=", "requires": { "depd": "~1.1.2", @@ -16639,12 +16167,12 @@ }, "http-parser-js": { "version": "0.5.0", - "resolved": "https://registry.js.ipfs.io/http-parser-js/-/http-parser-js-0.5.0.tgz", + "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.0.tgz", "integrity": "sha512-cZdEF7r4gfRIq7ezX9J0T+kQmJNOub71dWbgAXVHDct80TKP4MCETtZQ31xyv38UwgzkWPYF/Xc0ge55dW9Z9w==" }, "http-proxy": { "version": "1.17.0", - "resolved": "https://registry.js.ipfs.io/http-proxy/-/http-proxy-1.17.0.tgz", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.17.0.tgz", "integrity": "sha512-Taqn+3nNvYRfJ3bGvKfBSRwy1v6eePlm3oc/aWVxZp57DQr5Eq3xhKJi7Z4hZpS8PC3H4qI+Yly5EmFacGuA/g==", "requires": { "eventemitter3": "^3.0.0", @@ -16665,7 +16193,7 @@ }, "http-signature": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/http-signature/-/http-signature-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", "dev": true, "requires": { @@ -16676,12 +16204,12 @@ }, "https-browserify": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/https-browserify/-/https-browserify-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", "integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=" }, "human-to-milliseconds": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/human-to-milliseconds/-/human-to-milliseconds-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/human-to-milliseconds/-/human-to-milliseconds-1.0.0.tgz", "integrity": "sha512-Rp1uvdGYHZ8v6GCl3N6QW48MlABqvLCzKbeNPPddbFdDEC7G1G+8oq0hmCiem4PSJIDwLvAxkPi3FF5BDoeKew==", "requires": { "promisify-es6": "^1.0.3" @@ -16689,7 +16217,7 @@ }, "humanize-url": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/humanize-url/-/humanize-url-1.0.1.tgz", + "resolved": "http://registry.npmjs.org/humanize-url/-/humanize-url-1.0.1.tgz", "integrity": "sha1-9KuZ4NKIF0yk4eUEB8VfuuRk7/8=", "dev": true, "requires": { @@ -16699,7 +16227,7 @@ "dependencies": { "normalize-url": { "version": "1.9.1", - "resolved": "https://registry.js.ipfs.io/normalize-url/-/normalize-url-1.9.1.tgz", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz", "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=", "dev": true, "requires": { @@ -16711,7 +16239,7 @@ }, "sort-keys": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/sort-keys/-/sort-keys-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz", "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=", "dev": true, "requires": { @@ -16722,7 +16250,7 @@ }, "husky": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/husky/-/husky-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/husky/-/husky-1.2.0.tgz", "integrity": "sha512-/ib3+iycykXC0tYIxsyqierikVa9DA2DrT32UEirqNEFVqOj1bFMTgP3jAz8HM7FgC/C8pc/BTUa9MV2GEkZaA==", "dev": true, "requires": { @@ -16740,7 +16268,7 @@ "dependencies": { "cross-spawn": { "version": "6.0.5", - "resolved": "https://registry.js.ipfs.io/cross-spawn/-/cross-spawn-6.0.5.tgz", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", "dev": true, "requires": { @@ -16753,7 +16281,7 @@ }, "execa": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/execa/-/execa-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", "dev": true, "requires": { @@ -16768,7 +16296,7 @@ }, "find-up": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/find-up/-/find-up-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "dev": true, "requires": { @@ -16777,13 +16305,13 @@ }, "get-stdin": { "version": "6.0.0", - "resolved": "https://registry.js.ipfs.io/get-stdin/-/get-stdin-6.0.0.tgz", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz", "integrity": "sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==", "dev": true }, "get-stream": { "version": "4.1.0", - "resolved": "https://registry.js.ipfs.io/get-stream/-/get-stream-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", "dev": true, "requires": { @@ -16792,7 +16320,7 @@ }, "locate-path": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/locate-path/-/locate-path-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "dev": true, "requires": { @@ -16802,7 +16330,7 @@ }, "p-limit": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/p-limit/-/p-limit-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.0.0.tgz", "integrity": "sha512-fl5s52lI5ahKCernzzIyAP0QAZbGIovtVHGwpcu1Jr/EpzLVDI2myISHwGqK7m8uQFugVWSrbxH7XnhGtvEc+A==", "dev": true, "requires": { @@ -16811,7 +16339,7 @@ }, "p-locate": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/p-locate/-/p-locate-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", "dev": true, "requires": { @@ -16820,13 +16348,13 @@ }, "p-try": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/p-try/-/p-try-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.0.0.tgz", "integrity": "sha512-hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQQ==", "dev": true }, "pkg-dir": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/pkg-dir/-/pkg-dir-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", "dev": true, "requires": { @@ -16835,7 +16363,7 @@ }, "read-pkg": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/read-pkg/-/read-pkg-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-4.0.1.tgz", "integrity": "sha1-ljYlN48+HE1IyFhytabsfV0JMjc=", "dev": true, "requires": { @@ -16846,7 +16374,7 @@ }, "slash": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/slash/-/slash-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", "dev": true } @@ -16854,13 +16382,13 @@ }, "hyphenate-style-name": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/hyphenate-style-name/-/hyphenate-style-name-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/hyphenate-style-name/-/hyphenate-style-name-1.0.2.tgz", "integrity": "sha1-MRYKNpMK2vH8BMYHT360FGXU7Es=", "dev": true }, "iconv-lite": { "version": "0.4.24", - "resolved": "https://registry.js.ipfs.io/iconv-lite/-/iconv-lite-0.4.24.tgz", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", "requires": { "safer-buffer": ">= 2.1.2 < 3" @@ -16868,12 +16396,12 @@ }, "icss-replace-symbols": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz", "integrity": "sha1-Bupvg2ead0njhs/h/oEq5dsiPe0=" }, "icss-utils": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/icss-utils/-/icss-utils-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-2.1.0.tgz", "integrity": "sha1-g/Cg7DeL8yRheLbCrZE28TWxyWI=", "requires": { "postcss": "^6.0.1" @@ -16886,7 +16414,7 @@ }, "idb-readable-stream": { "version": "0.0.4", - "resolved": "https://registry.js.ipfs.io/idb-readable-stream/-/idb-readable-stream-0.0.4.tgz", + "resolved": "https://registry.npmjs.org/idb-readable-stream/-/idb-readable-stream-0.0.4.tgz", "integrity": "sha1-MoPaZkW/ayINxhumHfYr7l2uSs8=", "requires": { "xtend": "^4.0.1" @@ -16894,22 +16422,22 @@ }, "ieee754": { "version": "1.1.12", - "resolved": "https://registry.js.ipfs.io/ieee754/-/ieee754-1.1.12.tgz", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.1.12.tgz", "integrity": "sha512-GguP+DRY+pJ3soyIiGPTvdiVXjZ+DbXOxGpXn3eMvNW4x4irjqXm4wHKscC+TfxSJ0yw/S1F24tqdMNsMZTiLA==" }, "iferr": { "version": "0.1.5", - "resolved": "https://registry.js.ipfs.io/iferr/-/iferr-0.1.5.tgz", + "resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz", "integrity": "sha1-xg7taebY/bazEEofy8ocGS3FtQE=" }, "ignore": { "version": "3.3.10", - "resolved": "https://registry.js.ipfs.io/ignore/-/ignore-3.3.10.tgz", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz", "integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==" }, "ignore-walk": { "version": "3.0.1", - "resolved": "https://registry.js.ipfs.io/ignore-walk/-/ignore-walk-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-3.0.1.tgz", "integrity": "sha512-DTVlMx3IYPe0/JJcYP7Gxg7ttZZu3IInhuEhbchuqneY9wWe5Ojy2mXLBaQFUQmo0AW2r3qG7m1mg86js+gnlQ==", "dev": true, "requires": { @@ -16918,7 +16446,7 @@ }, "imagemin": { "version": "6.0.0", - "resolved": "https://registry.js.ipfs.io/imagemin/-/imagemin-6.0.0.tgz", + "resolved": "https://registry.npmjs.org/imagemin/-/imagemin-6.0.0.tgz", "integrity": "sha512-m4Mxwt2QvCp1F85HXoTungXk0Y6XzuvQGqrK9qEddQfo/7x4aZjRENmyXXfc29ei4Mk55rW002bORG86YM3/aQ==", "dev": true, "requires": { @@ -16932,13 +16460,13 @@ "dependencies": { "file-type": { "version": "8.1.0", - "resolved": "https://registry.js.ipfs.io/file-type/-/file-type-8.1.0.tgz", + "resolved": "https://registry.npmjs.org/file-type/-/file-type-8.1.0.tgz", "integrity": "sha512-qyQ0pzAy78gVoJsmYeNgl8uH8yKhr1lVhW7JbzJmnlRi0I4R2eEDEJZVKG8agpDnLpacwNbDhLNG/LMdxHD2YQ==", "dev": true }, "globby": { "version": "8.0.1", - "resolved": "https://registry.js.ipfs.io/globby/-/globby-8.0.1.tgz", + "resolved": "http://registry.npmjs.org/globby/-/globby-8.0.1.tgz", "integrity": "sha512-oMrYrJERnKBLXNLVTqhm3vPEdJ/b2ZE28xN4YARiix1NOIOBPEpOUnm844K1iu/BkphCaf2WNFwMszv8Soi1pw==", "dev": true, "requires": { @@ -16955,7 +16483,7 @@ }, "imagemin-svgo": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/imagemin-svgo/-/imagemin-svgo-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/imagemin-svgo/-/imagemin-svgo-7.0.0.tgz", "integrity": "sha512-+iGJFaPIMx8TjFW6zN+EkOhlqcemdL7F3N3Y0wODvV2kCUBuUtZK7DRZc1+Zfu4U2W/lTMUyx2G8YMOrZntIWg==", "dev": true, "requires": { @@ -16965,17 +16493,17 @@ }, "immediate": { "version": "3.2.3", - "resolved": "https://registry.js.ipfs.io/immediate/-/immediate-3.2.3.tgz", + "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.2.3.tgz", "integrity": "sha1-0UD6j2FGWb1lQSMwl92qwlzdmRw=" }, "immutable": { "version": "3.7.6", - "resolved": "https://registry.js.ipfs.io/immutable/-/immutable-3.7.6.tgz", + "resolved": "http://registry.npmjs.org/immutable/-/immutable-3.7.6.tgz", "integrity": "sha1-E7TTyxK++hVIKib+Gy665kAHHks=" }, "import-cwd": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/import-cwd/-/import-cwd-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-2.1.0.tgz", "integrity": "sha1-qmzzbnInYShcs3HsZRn1PiQ1sKk=", "requires": { "import-from": "^2.1.0" @@ -16983,7 +16511,7 @@ }, "import-fresh": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/import-fresh/-/import-fresh-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz", "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=", "requires": { "caller-path": "^2.0.0", @@ -16992,7 +16520,7 @@ }, "import-from": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/import-from/-/import-from-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/import-from/-/import-from-2.1.0.tgz", "integrity": "sha1-M1238qev/VOqpHHUuAId7ja387E=", "requires": { "resolve-from": "^3.0.0" @@ -17000,12 +16528,12 @@ }, "import-lazy": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/import-lazy/-/import-lazy-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz", "integrity": "sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=" }, "import-local": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/import-local/-/import-local-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-2.0.0.tgz", "integrity": "sha512-b6s04m3O+s3CGSbqDIyP4R6aAwAeYlVq9+WUWep6iHa8ETRf9yei1U48C5MmfJmV9AiLYYBKPMq/W+/WRpQmCQ==", "requires": { "pkg-dir": "^3.0.0", @@ -17014,7 +16542,7 @@ "dependencies": { "find-up": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/find-up/-/find-up-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "requires": { "locate-path": "^3.0.0" @@ -17022,7 +16550,7 @@ }, "locate-path": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/locate-path/-/locate-path-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "requires": { "p-locate": "^3.0.0", @@ -17031,7 +16559,7 @@ }, "p-limit": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/p-limit/-/p-limit-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.0.0.tgz", "integrity": "sha512-fl5s52lI5ahKCernzzIyAP0QAZbGIovtVHGwpcu1Jr/EpzLVDI2myISHwGqK7m8uQFugVWSrbxH7XnhGtvEc+A==", "requires": { "p-try": "^2.0.0" @@ -17039,7 +16567,7 @@ }, "p-locate": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/p-locate/-/p-locate-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", "requires": { "p-limit": "^2.0.0" @@ -17047,12 +16575,12 @@ }, "p-try": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/p-try/-/p-try-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.0.0.tgz", "integrity": "sha512-hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQQ==" }, "pkg-dir": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/pkg-dir/-/pkg-dir-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", "requires": { "find-up": "^3.0.0" @@ -17062,76 +16590,28 @@ }, "imurmurhash": { "version": "0.1.4", - "resolved": "https://registry.js.ipfs.io/imurmurhash/-/imurmurhash-0.1.4.tgz", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" }, "indent-string": { "version": "3.2.0", - "resolved": "https://registry.js.ipfs.io/indent-string/-/indent-string-3.2.0.tgz", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-3.2.0.tgz", "integrity": "sha1-Sl/W0nzDMvN+VBmlBNu4NxBckok=", "dev": true }, "indexes-of": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/indexes-of/-/indexes-of-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/indexes-of/-/indexes-of-1.0.1.tgz", "integrity": "sha1-8w9xbI4r00bHtn0985FVZqfAVgc=" }, "indexof": { "version": "0.0.1", - "resolved": "https://registry.js.ipfs.io/indexof/-/indexof-0.0.1.tgz", + "resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz", "integrity": "sha1-gtwzbSMrkGIXnQWrMpOmYFn9Q10=" }, - "inert": { - "version": "4.2.1", - "resolved": "https://registry.js.ipfs.io/inert/-/inert-4.2.1.tgz", - "integrity": "sha512-qmbbZYPSzU/eOUOStPQvSjrU9IR1Q3uDtsEsVwnBQeZG43xu7Nrj6yuUrX3ice/03rv5dj/KiKB+NGCbiqH+aQ==", - "requires": { - "ammo": "2.x.x", - "boom": "5.x.x", - "hoek": "4.x.x", - "items": "2.x.x", - "joi": "10.x.x", - "lru-cache": "4.1.x" - }, - "dependencies": { - "boom": { - "version": "5.2.0", - "resolved": "https://registry.js.ipfs.io/boom/-/boom-5.2.0.tgz", - "integrity": "sha512-Z5BTk6ZRe4tXXQlkqftmsAUANpXmuwlsF5Oov8ThoMbQRzdGTA1ngYRW160GexgOgjsFOKJz0LYhoNi+2AMBUw==", - "requires": { - "hoek": "4.x.x" - } - }, - "isemail": { - "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/isemail/-/isemail-2.2.1.tgz", - "integrity": "sha1-A1PT2aYpUQgMJiwqoKQrjqjp4qY=" - }, - "joi": { - "version": "10.6.0", - "resolved": "https://registry.js.ipfs.io/joi/-/joi-10.6.0.tgz", - "integrity": "sha512-hBF3LcqyAid+9X/pwg+eXjD2QBZI5eXnBFJYaAkH4SK3mp9QSRiiQnDYlmlz5pccMvnLcJRS4whhDOTCkmsAdQ==", - "requires": { - "hoek": "4.x.x", - "isemail": "2.x.x", - "items": "2.x.x", - "topo": "2.x.x" - } - }, - "lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.js.ipfs.io/lru-cache/-/lru-cache-4.1.5.tgz", - "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", - "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - } - } - } - }, "inflight": { "version": "1.0.6", - "resolved": "https://registry.js.ipfs.io/inflight/-/inflight-1.0.6.tgz", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", "requires": { "once": "^1.3.0", @@ -17140,17 +16620,17 @@ }, "inherits": { "version": "2.0.3", - "resolved": "https://registry.js.ipfs.io/inherits/-/inherits-2.0.3.tgz", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" }, "ini": { "version": "1.3.5", - "resolved": "https://registry.js.ipfs.io/ini/-/ini-1.3.5.tgz", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz", "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==" }, "inline-style-prefixer": { "version": "2.0.5", - "resolved": "https://registry.js.ipfs.io/inline-style-prefixer/-/inline-style-prefixer-2.0.5.tgz", + "resolved": "http://registry.npmjs.org/inline-style-prefixer/-/inline-style-prefixer-2.0.5.tgz", "integrity": "sha1-wVPH6I/YT+9cYC6VqBaLJ3BnH+c=", "dev": true, "requires": { @@ -17218,7 +16698,7 @@ }, "interface-connection": { "version": "0.3.3", - "resolved": "https://registry.js.ipfs.io/interface-connection/-/interface-connection-0.3.3.tgz", + "resolved": "https://registry.npmjs.org/interface-connection/-/interface-connection-0.3.3.tgz", "integrity": "sha512-OV9Rj7AhUlssWJTO6nOazJdPFGqWDOVZ3j5aM+i0RPKyTzR87vJ949VqhMyKkCIR0GBAaNqfB7F4YA70a/QWiw==", "requires": { "pull-defer": "~0.2.3" @@ -17226,7 +16706,7 @@ }, "interface-datastore": { "version": "0.6.0", - "resolved": "https://registry.js.ipfs.io/interface-datastore/-/interface-datastore-0.6.0.tgz", + "resolved": "https://registry.npmjs.org/interface-datastore/-/interface-datastore-0.6.0.tgz", "integrity": "sha512-aDbjWsEdTHd2Yc2A8QOeAEWMwlWDwumVX24bE0/AE7XxfDveWuDUKP7HQito0u1c80FZmR+y/Op14um+cG0CSw==", "requires": { "async": "^2.6.1", @@ -17265,23 +16745,23 @@ }, "interpret": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/interpret/-/interpret-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-1.1.0.tgz", "integrity": "sha1-ftGxQQxqDg94z5XTuEQMY/eLhhQ=", "dev": true }, "intersection-observer": { "version": "0.5.1", - "resolved": "https://registry.js.ipfs.io/intersection-observer/-/intersection-observer-0.5.1.tgz", + "resolved": "https://registry.npmjs.org/intersection-observer/-/intersection-observer-0.5.1.tgz", "integrity": "sha512-Zd7Plneq82kiXFixs7bX62YnuZ0BMRci9br7io88LwDyF3V43cQMI+G5IiTlTNTt+LsDUppl19J/M2Fp9UkH6g==" }, "intl-format-cache": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/intl-format-cache/-/intl-format-cache-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/intl-format-cache/-/intl-format-cache-2.1.0.tgz", "integrity": "sha1-BKNp/sv61tpgBbrh8UMzMy3PkxY=" }, "intl-messageformat": { "version": "2.2.0", - "resolved": "https://registry.js.ipfs.io/intl-messageformat/-/intl-messageformat-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-2.2.0.tgz", "integrity": "sha1-NFvNRt5jC3aDMwwuUhd/9eq0hPw=", "requires": { "intl-messageformat-parser": "1.4.0" @@ -17289,12 +16769,12 @@ }, "intl-messageformat-parser": { "version": "1.4.0", - "resolved": "https://registry.js.ipfs.io/intl-messageformat-parser/-/intl-messageformat-parser-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/intl-messageformat-parser/-/intl-messageformat-parser-1.4.0.tgz", "integrity": "sha1-tD1FqXRoytvkQzHXS7Ho3qRPwHU=" }, "intl-relativeformat": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/intl-relativeformat/-/intl-relativeformat-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/intl-relativeformat/-/intl-relativeformat-2.1.0.tgz", "integrity": "sha1-AQ8RBYAiUfQKxH0OPhogE0iiVd8=", "requires": { "intl-messageformat": "^2.0.0" @@ -17302,7 +16782,7 @@ }, "into-stream": { "version": "3.1.0", - "resolved": "https://registry.js.ipfs.io/into-stream/-/into-stream-3.1.0.tgz", + "resolved": "http://registry.npmjs.org/into-stream/-/into-stream-3.1.0.tgz", "integrity": "sha1-lvsKk2wSur1v8XUqF9BWFqvQlMY=", "requires": { "from2": "^2.1.1", @@ -17311,7 +16791,7 @@ }, "invariant": { "version": "2.2.4", - "resolved": "https://registry.js.ipfs.io/invariant/-/invariant-2.2.4.tgz", + "resolved": "https://registry.npmjs.org/invariant/-/invariant-2.2.4.tgz", "integrity": "sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==", "requires": { "loose-envify": "^1.0.0" @@ -17319,12 +16799,12 @@ }, "invert-kv": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/invert-kv/-/invert-kv-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-1.0.0.tgz", "integrity": "sha1-EEqOSqym09jNFXqO+L+rLXo//bY=" }, "ip": { "version": "1.1.5", - "resolved": "https://registry.js.ipfs.io/ip/-/ip-1.1.5.tgz", + "resolved": "https://registry.npmjs.org/ip/-/ip-1.1.5.tgz", "integrity": "sha1-vd7XARQpCCjAoDnnLvJfWq7ENUo=" }, "ip-address": { @@ -17343,7 +16823,7 @@ "dependencies": { "jsbn": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/jsbn/-/jsbn-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", "integrity": "sha1-sBMHyym2GKHtJux56RH4A8TaAEA=" }, "sprintf-js": { @@ -17355,18 +16835,18 @@ }, "ip-regex": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/ip-regex/-/ip-regex-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/ip-regex/-/ip-regex-2.1.0.tgz", "integrity": "sha1-+ni/XS5pE8kRzp+BnuUUa7bYROk=" }, "ipaddr.js": { "version": "1.8.0", - "resolved": "https://registry.js.ipfs.io/ipaddr.js/-/ipaddr.js-1.8.0.tgz", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.8.0.tgz", "integrity": "sha1-6qM9bd16zo9/b+DJygRA5wZzix4=" }, "ipfs": { - "version": "0.36.0", - "resolved": "https://registry.npmjs.org/ipfs/-/ipfs-0.36.0.tgz", - "integrity": "sha512-SBdXg7zjx0NJ+wb7i80Oe0D+swUtETSjmwxwxxbh4M5/F0ed4f0jO9bRV1XhPhXFsL4e5PIONJQRza3NdUKWFg==", + "version": "0.36.1", + "resolved": "https://registry.npmjs.org/ipfs/-/ipfs-0.36.1.tgz", + "integrity": "sha512-vk9fPQYf7KxQqB3HSwmzaLKhbNL3ev4mdl7XNrzpVzciXSnIinCgZ/NeNVfoLtIzBKm0cUyuaWsxQ2Wz+yDgvA==", "requires": { "@hapi/ammo": "^3.1.0", "@hapi/hapi": "^18.3.1", @@ -17415,7 +16895,7 @@ "ipld": "~0.24.1", "ipld-bitcoin": "~0.3.0", "ipld-dag-cbor": "~0.15.0", - "ipld-dag-pb": "~0.17.3", + "ipld-dag-pb": "~0.17.4", "ipld-ethereum": "^4.0.0", "ipld-git": "~0.5.0", "ipld-raw": "^4.0.0", @@ -17709,9 +17189,9 @@ "integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==" }, "ipld-dag-pb": { - "version": "0.17.3", - "resolved": "https://registry.npmjs.org/ipld-dag-pb/-/ipld-dag-pb-0.17.3.tgz", - "integrity": "sha512-+sQagFr9uCCc3SiwAtSUVwoRlg/JqnsVeXGLLUqJ1Lx1HtbfzCA7M3Kv/iSezoeQ8IS5CHoxUfzzqvj7RNEyLg==", + "version": "0.17.4", + "resolved": "https://registry.npmjs.org/ipld-dag-pb/-/ipld-dag-pb-0.17.4.tgz", + "integrity": "sha512-YwCxETEMuXVspOKOhjIOHJvKvB/OZfCDkpSFiYBQN2/JQjM9y/RFCYzIQGm0wg7dCFLrhvfjAZLTSaKs65jzWA==", "requires": { "cids": "~0.7.0", "class-is": "^1.1.0", @@ -17839,14 +17319,6 @@ "varint": "^5.0.0" } }, - "multicodec": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.1.tgz", - "integrity": "sha512-Q5glyZLdXVbbBxvRYHLQHpu8ydVf1422Z+v9fU47v2JCkiue7n+JcFS7uRv0cQW8hbVtgdtIDgYWPWaIKEXuXA==", - "requires": { - "varint": "^5.0.0" - } - }, "multihashing-async": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/multihashing-async/-/multihashing-async-0.6.0.tgz", @@ -18126,14 +17598,6 @@ "version": "2.1.1", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" - }, - "multicodec": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.1.tgz", - "integrity": "sha512-Q5glyZLdXVbbBxvRYHLQHpu8ydVf1422Z+v9fU47v2JCkiue7n+JcFS7uRv0cQW8hbVtgdtIDgYWPWaIKEXuXA==", - "requires": { - "varint": "^5.0.0" - } } } }, @@ -18156,20 +17620,12 @@ "multicodec": "~0.5.1", "multihashes": "~0.4.14" } - }, - "multicodec": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.1.tgz", - "integrity": "sha512-Q5glyZLdXVbbBxvRYHLQHpu8ydVf1422Z+v9fU47v2JCkiue7n+JcFS7uRv0cQW8hbVtgdtIDgYWPWaIKEXuXA==", - "requires": { - "varint": "^5.0.0" - } } } }, "ipfs-block-service": { "version": "0.15.2", - "resolved": "https://registry.js.ipfs.io/ipfs-block-service/-/ipfs-block-service-0.15.2.tgz", + "resolved": "https://registry.npmjs.org/ipfs-block-service/-/ipfs-block-service-0.15.2.tgz", "integrity": "sha512-iudmJO7UJZHonWoXyakuzy+bpV/7QVDm/g8eCqKN2BvhSjnLepaxdTyaXxJ76F2EOav1hdBP+U3Z9Mg/aCFPgg==", "requires": { "async": "^2.6.1" @@ -18289,9 +17745,9 @@ } }, "ipld-dag-pb": { - "version": "0.17.3", - "resolved": "https://registry.npmjs.org/ipld-dag-pb/-/ipld-dag-pb-0.17.3.tgz", - "integrity": "sha512-+sQagFr9uCCc3SiwAtSUVwoRlg/JqnsVeXGLLUqJ1Lx1HtbfzCA7M3Kv/iSezoeQ8IS5CHoxUfzzqvj7RNEyLg==", + "version": "0.17.4", + "resolved": "https://registry.npmjs.org/ipld-dag-pb/-/ipld-dag-pb-0.17.4.tgz", + "integrity": "sha512-YwCxETEMuXVspOKOhjIOHJvKvB/OZfCDkpSFiYBQN2/JQjM9y/RFCYzIQGm0wg7dCFLrhvfjAZLTSaKs65jzWA==", "requires": { "cids": "~0.7.0", "class-is": "^1.1.0", @@ -18357,14 +17813,6 @@ "varint": "^5.0.0" } }, - "multicodec": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.1.tgz", - "integrity": "sha512-Q5glyZLdXVbbBxvRYHLQHpu8ydVf1422Z+v9fU47v2JCkiue7n+JcFS7uRv0cQW8hbVtgdtIDgYWPWaIKEXuXA==", - "requires": { - "varint": "^5.0.0" - } - }, "multihashing-async": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/multihashing-async/-/multihashing-async-0.7.0.tgz", @@ -18557,9 +18005,9 @@ "integrity": "sha512-YXXAAhmF9zpQbC7LEcREFtXfGq5K1fmd+4PHkBq8NUqmzW3G+Dq10bI/i0KucLRwss3YYFQ0fSfoxBZYiGUqtQ==" }, "ipld-dag-pb": { - "version": "0.17.3", - "resolved": "https://registry.npmjs.org/ipld-dag-pb/-/ipld-dag-pb-0.17.3.tgz", - "integrity": "sha512-+sQagFr9uCCc3SiwAtSUVwoRlg/JqnsVeXGLLUqJ1Lx1HtbfzCA7M3Kv/iSezoeQ8IS5CHoxUfzzqvj7RNEyLg==", + "version": "0.17.4", + "resolved": "https://registry.npmjs.org/ipld-dag-pb/-/ipld-dag-pb-0.17.4.tgz", + "integrity": "sha512-YwCxETEMuXVspOKOhjIOHJvKvB/OZfCDkpSFiYBQN2/JQjM9y/RFCYzIQGm0wg7dCFLrhvfjAZLTSaKs65jzWA==", "requires": { "cids": "~0.7.0", "class-is": "^1.1.0", @@ -18589,14 +18037,6 @@ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" }, - "multicodec": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.1.tgz", - "integrity": "sha512-Q5glyZLdXVbbBxvRYHLQHpu8ydVf1422Z+v9fU47v2JCkiue7n+JcFS7uRv0cQW8hbVtgdtIDgYWPWaIKEXuXA==", - "requires": { - "varint": "^5.0.0" - } - }, "multihashing-async": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/multihashing-async/-/multihashing-async-0.7.0.tgz", @@ -18622,7 +18062,7 @@ }, "ipfs-multipart": { "version": "0.1.0", - "resolved": "https://registry.js.ipfs.io/ipfs-multipart/-/ipfs-multipart-0.1.0.tgz", + "resolved": "https://registry.npmjs.org/ipfs-multipart/-/ipfs-multipart-0.1.0.tgz", "integrity": "sha1-Wo7RP0LoLYvvfS4VHY6vXjow4+o=", "requires": { "content": "^3.0.0", @@ -18631,7 +18071,7 @@ }, "ipfs-postmsg-proxy": { "version": "3.1.1", - "resolved": "https://registry.js.ipfs.io/ipfs-postmsg-proxy/-/ipfs-postmsg-proxy-3.1.1.tgz", + "resolved": "https://registry.npmjs.org/ipfs-postmsg-proxy/-/ipfs-postmsg-proxy-3.1.1.tgz", "integrity": "sha512-SfBUODRZcGxdESOHx/wqQ+JoS149N1nFCWnjK5N9JZ3K4sDam0e6+JTLrty2laphcjpsHPbFAtE47HMueh56iQ==", "requires": { "big.js": "^5.1.2", @@ -18657,7 +18097,7 @@ "dependencies": { "asn1.js": { "version": "5.0.1", - "resolved": "https://registry.js.ipfs.io/asn1.js/-/asn1.js-5.0.1.tgz", + "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.0.1.tgz", "integrity": "sha512-aO8EaEgbgqq77IEw+1jfx5c9zTbzvkfuRBuZsSsPnTHMkmd5AI4J6OtITLZFa381jReeaQL67J0GBTUu0+ZTVw==", "requires": { "bn.js": "^4.0.0", @@ -18675,12 +18115,23 @@ }, "big.js": { "version": "5.2.2", - "resolved": "https://registry.js.ipfs.io/big.js/-/big.js-5.2.2.tgz", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==" }, + "cids": { + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/cids/-/cids-0.5.8.tgz", + "integrity": "sha512-Ye8TZP3YQfy0j+i5k+LPHdTY3JOvTwN1pxds44p6BRUv8PTMOAF/Vt4Bc+oiIQ0Sktn0iftkUHgqKNHIMwhshA==", + "requires": { + "class-is": "^1.1.0", + "multibase": "~0.6.0", + "multicodec": "~0.5.0", + "multihashes": "~0.4.14" + } + }, "ipfs-block": { "version": "0.7.1", - "resolved": "https://registry.js.ipfs.io/ipfs-block/-/ipfs-block-0.7.1.tgz", + "resolved": "http://registry.npmjs.org/ipfs-block/-/ipfs-block-0.7.1.tgz", "integrity": "sha512-ABZS9J/+OaDwc10zu6pIVdxWnOD/rkPEravk7FRVuRep7/zKSjffNhO/WuHN7Ex+MOBMz7mty0e+i6xjGnRsRQ==", "requires": { "cids": "^0.5.3", @@ -18689,7 +18140,7 @@ }, "libp2p-crypto": { "version": "0.13.0", - "resolved": "https://registry.js.ipfs.io/libp2p-crypto/-/libp2p-crypto-0.13.0.tgz", + "resolved": "http://registry.npmjs.org/libp2p-crypto/-/libp2p-crypto-0.13.0.tgz", "integrity": "sha512-i3r1TBec/xYmC5bcpPiIs3OyUAU3iy53OdRdxqawKoWTQPjYB+TyQ4w+otT66Y0sMcw70O0wH3GFAfPmQgFn+g==", "requires": { "asn1.js": "^5.0.0", @@ -18709,7 +18160,7 @@ }, "multihashing-async": { "version": "0.4.8", - "resolved": "https://registry.js.ipfs.io/multihashing-async/-/multihashing-async-0.4.8.tgz", + "resolved": "https://registry.npmjs.org/multihashing-async/-/multihashing-async-0.4.8.tgz", "integrity": "sha512-LCc4lfxmTJOHKIjZjFNgvmfB6nXS/ErLInT9uwU8udFrRm2PH+aTPk3mfCREKmCiSHOlCWiv2O8rlnBx+OjlMw==", "requires": { "async": "^2.6.0", @@ -18722,7 +18173,7 @@ }, "peer-id": { "version": "0.11.0", - "resolved": "https://registry.js.ipfs.io/peer-id/-/peer-id-0.11.0.tgz", + "resolved": "https://registry.npmjs.org/peer-id/-/peer-id-0.11.0.tgz", "integrity": "sha512-C/lRJk4CWIgOdKvfO572NvHbPcUwe49I6G0toIhDB5tCohqv/qzy0uBcAK9Ww8TvYI6U4J3C8ACShV9fWjNU4w==", "requires": { "async": "^2.6.1", @@ -18814,20 +18265,12 @@ "is-ip": "^2.0.0", "varint": "^5.0.0" } - }, - "multicodec": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.1.tgz", - "integrity": "sha512-Q5glyZLdXVbbBxvRYHLQHpu8ydVf1422Z+v9fU47v2JCkiue7n+JcFS7uRv0cQW8hbVtgdtIDgYWPWaIKEXuXA==", - "requires": { - "varint": "^5.0.0" - } } } }, "ipfs-unixfs": { "version": "0.1.16", - "resolved": "https://registry.js.ipfs.io/ipfs-unixfs/-/ipfs-unixfs-0.1.16.tgz", + "resolved": "https://registry.npmjs.org/ipfs-unixfs/-/ipfs-unixfs-0.1.16.tgz", "integrity": "sha512-TX9Dyu77MxpLzGh/LcQne95TofOyvOeW0oOi72aBMMcV1ItP3684e6NTG9KY1qzdrC+ZUR8kT7y18J058n8KXg==", "requires": { "protons": "^1.0.1" @@ -18856,21 +18299,13 @@ "multicodec": "~0.5.1", "multihashes": "~0.4.14" } - }, - "multicodec": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.1.tgz", - "integrity": "sha512-Q5glyZLdXVbbBxvRYHLQHpu8ydVf1422Z+v9fU47v2JCkiue7n+JcFS7uRv0cQW8hbVtgdtIDgYWPWaIKEXuXA==", - "requires": { - "varint": "^5.0.0" - } } } }, "ipfs-unixfs-importer": { - "version": "0.39.6", - "resolved": "https://registry.npmjs.org/ipfs-unixfs-importer/-/ipfs-unixfs-importer-0.39.6.tgz", - "integrity": "sha512-OlRs7X8v9rmDwfGi9HigYYWQjdTxXvbY0BStFkBZonJqPhB0FPtyeAMa/2m/7SpjZtdqro5MFVIoeI7vR7WoIA==", + "version": "0.39.8", + "resolved": "https://registry.npmjs.org/ipfs-unixfs-importer/-/ipfs-unixfs-importer-0.39.8.tgz", + "integrity": "sha512-d7EyB+HDkaPj/TBGglb3obzk/xmzVaT2VniPNAJAb8HWAxyszuNk86I0vmpybAscz5q8YqxVTo47nxDfF7SIJw==", "requires": { "async-iterator-all": "^1.0.0", "async-iterator-batch": "~0.0.1", @@ -18881,7 +18316,6 @@ "hamt-sharding": "~0.0.2", "ipfs-unixfs": "~0.1.16", "ipld-dag-pb": "~0.17.2", - "left-pad": "^1.3.0", "multicodec": "~0.5.1", "multihashing-async": "~0.7.0", "rabin": "^1.6.0", @@ -18922,9 +18356,9 @@ } }, "ipld-dag-pb": { - "version": "0.17.3", - "resolved": "https://registry.npmjs.org/ipld-dag-pb/-/ipld-dag-pb-0.17.3.tgz", - "integrity": "sha512-+sQagFr9uCCc3SiwAtSUVwoRlg/JqnsVeXGLLUqJ1Lx1HtbfzCA7M3Kv/iSezoeQ8IS5CHoxUfzzqvj7RNEyLg==", + "version": "0.17.4", + "resolved": "https://registry.npmjs.org/ipld-dag-pb/-/ipld-dag-pb-0.17.4.tgz", + "integrity": "sha512-YwCxETEMuXVspOKOhjIOHJvKvB/OZfCDkpSFiYBQN2/JQjM9y/RFCYzIQGm0wg7dCFLrhvfjAZLTSaKs65jzWA==", "requires": { "cids": "~0.7.0", "class-is": "^1.1.0", @@ -18939,14 +18373,6 @@ "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz", "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==" }, - "multicodec": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.1.tgz", - "integrity": "sha512-Q5glyZLdXVbbBxvRYHLQHpu8ydVf1422Z+v9fU47v2JCkiue7n+JcFS7uRv0cQW8hbVtgdtIDgYWPWaIKEXuXA==", - "requires": { - "varint": "^5.0.0" - } - }, "multihashing-async": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/multihashing-async/-/multihashing-async-0.7.0.tgz", @@ -19054,9 +18480,9 @@ } }, "ipld-dag-pb": { - "version": "0.17.3", - "resolved": "https://registry.npmjs.org/ipld-dag-pb/-/ipld-dag-pb-0.17.3.tgz", - "integrity": "sha512-+sQagFr9uCCc3SiwAtSUVwoRlg/JqnsVeXGLLUqJ1Lx1HtbfzCA7M3Kv/iSezoeQ8IS5CHoxUfzzqvj7RNEyLg==", + "version": "0.17.4", + "resolved": "https://registry.npmjs.org/ipld-dag-pb/-/ipld-dag-pb-0.17.4.tgz", + "integrity": "sha512-YwCxETEMuXVspOKOhjIOHJvKvB/OZfCDkpSFiYBQN2/JQjM9y/RFCYzIQGm0wg7dCFLrhvfjAZLTSaKs65jzWA==", "requires": { "cids": "~0.7.0", "class-is": "^1.1.0", @@ -19071,14 +18497,6 @@ "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz", "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==" }, - "multicodec": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.1.tgz", - "integrity": "sha512-Q5glyZLdXVbbBxvRYHLQHpu8ydVf1422Z+v9fU47v2JCkiue7n+JcFS7uRv0cQW8hbVtgdtIDgYWPWaIKEXuXA==", - "requires": { - "varint": "^5.0.0" - } - }, "multihashing-async": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/multihashing-async/-/multihashing-async-0.7.0.tgz", @@ -19131,14 +18549,6 @@ "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz", "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==" }, - "multicodec": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.1.tgz", - "integrity": "sha512-Q5glyZLdXVbbBxvRYHLQHpu8ydVf1422Z+v9fU47v2JCkiue7n+JcFS7uRv0cQW8hbVtgdtIDgYWPWaIKEXuXA==", - "requires": { - "varint": "^5.0.0" - } - }, "multihashing-async": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/multihashing-async/-/multihashing-async-0.7.0.tgz", @@ -19191,14 +18601,6 @@ "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz", "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==" }, - "multicodec": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.1.tgz", - "integrity": "sha512-Q5glyZLdXVbbBxvRYHLQHpu8ydVf1422Z+v9fU47v2JCkiue7n+JcFS7uRv0cQW8hbVtgdtIDgYWPWaIKEXuXA==", - "requires": { - "varint": "^5.0.0" - } - }, "multihashing-async": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/multihashing-async/-/multihashing-async-0.7.0.tgz", @@ -19216,7 +18618,7 @@ }, "ipld-dag-pb": { "version": "0.14.11", - "resolved": "https://registry.js.ipfs.io/ipld-dag-pb/-/ipld-dag-pb-0.14.11.tgz", + "resolved": "https://registry.npmjs.org/ipld-dag-pb/-/ipld-dag-pb-0.14.11.tgz", "integrity": "sha512-ja4FH6elDprVuJBkNObFlq7+9h1Q3aoQx5SSG/v3I9e7j19nwyuMhLJYwBhdv29LiqpyD2cEqNrJLm8lWn0lJg==", "requires": { "async": "^2.6.1", @@ -19238,6 +18640,17 @@ "requires": { "lodash": "^4.17.11" } + }, + "cids": { + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/cids/-/cids-0.5.8.tgz", + "integrity": "sha512-Ye8TZP3YQfy0j+i5k+LPHdTY3JOvTwN1pxds44p6BRUv8PTMOAF/Vt4Bc+oiIQ0Sktn0iftkUHgqKNHIMwhshA==", + "requires": { + "class-is": "^1.1.0", + "multibase": "~0.6.0", + "multicodec": "~0.5.0", + "multihashes": "~0.4.14" + } } } }, @@ -19282,14 +18695,6 @@ "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz", "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==" }, - "multicodec": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.1.tgz", - "integrity": "sha512-Q5glyZLdXVbbBxvRYHLQHpu8ydVf1422Z+v9fU47v2JCkiue7n+JcFS7uRv0cQW8hbVtgdtIDgYWPWaIKEXuXA==", - "requires": { - "varint": "^5.0.0" - } - }, "multihashing-async": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/multihashing-async/-/multihashing-async-0.7.0.tgz", @@ -19343,14 +18748,6 @@ "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz", "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==" }, - "multicodec": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.1.tgz", - "integrity": "sha512-Q5glyZLdXVbbBxvRYHLQHpu8ydVf1422Z+v9fU47v2JCkiue7n+JcFS7uRv0cQW8hbVtgdtIDgYWPWaIKEXuXA==", - "requires": { - "varint": "^5.0.0" - } - }, "multihashing-async": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/multihashing-async/-/multihashing-async-0.7.0.tgz", @@ -19401,14 +18798,6 @@ "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz", "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==" }, - "multicodec": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.1.tgz", - "integrity": "sha512-Q5glyZLdXVbbBxvRYHLQHpu8ydVf1422Z+v9fU47v2JCkiue7n+JcFS7uRv0cQW8hbVtgdtIDgYWPWaIKEXuXA==", - "requires": { - "varint": "^5.0.0" - } - }, "multihashing-async": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/multihashing-async/-/multihashing-async-0.7.0.tgz", @@ -19461,14 +18850,6 @@ "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz", "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==" }, - "multicodec": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.1.tgz", - "integrity": "sha512-Q5glyZLdXVbbBxvRYHLQHpu8ydVf1422Z+v9fU47v2JCkiue7n+JcFS7uRv0cQW8hbVtgdtIDgYWPWaIKEXuXA==", - "requires": { - "varint": "^5.0.0" - } - }, "multihashing-async": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/multihashing-async/-/multihashing-async-0.7.0.tgz", @@ -19485,14 +18866,13 @@ } }, "ipns": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/ipns/-/ipns-0.5.1.tgz", - "integrity": "sha512-m3e98GCcW3/XL0cTcigjjPgIn0uo1GVHOMIPcGgl0/nn/VQB43A8Vb74jbPZLEz4AxQfJz0AvO9gwOrke/fhig==", + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/ipns/-/ipns-0.5.2.tgz", + "integrity": "sha512-SIC8J7+ptHRfkMB66yL+DVjrrFFSTOgtG67BVIVMOVQ0ctAONTDCjmvGCPNBuL2V3RYaee6gtuGjmJMAn46rJA==", "requires": { "base32-encode": "^1.1.0", "debug": "^4.1.1", "interface-datastore": "~0.6.0", - "left-pad": "^1.3.0", "libp2p-crypto": "~0.16.0", "multihashes": "~0.4.14", "peer-id": "~0.12.2", @@ -19515,29 +18895,9 @@ } } }, - "iron": { - "version": "4.0.5", - "resolved": "https://registry.js.ipfs.io/iron/-/iron-4.0.5.tgz", - "integrity": "sha1-TwQszri5c480a1mqc0yDqJvDFCg=", - "requires": { - "boom": "5.x.x", - "cryptiles": "3.x.x", - "hoek": "4.x.x" - }, - "dependencies": { - "boom": { - "version": "5.2.0", - "resolved": "https://registry.js.ipfs.io/boom/-/boom-5.2.0.tgz", - "integrity": "sha512-Z5BTk6ZRe4tXXQlkqftmsAUANpXmuwlsF5Oov8ThoMbQRzdGTA1ngYRW160GexgOgjsFOKJz0LYhoNi+2AMBUw==", - "requires": { - "hoek": "4.x.x" - } - } - } - }, "is-absolute": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-absolute/-/is-absolute-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz", "integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==", "requires": { "is-relative": "^1.0.0", @@ -19546,12 +18906,12 @@ }, "is-absolute-url": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/is-absolute-url/-/is-absolute-url-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-2.1.0.tgz", "integrity": "sha1-UFMN+4T8yap9vnhS6Do3uTufKqY=" }, "is-accessor-descriptor": { "version": "0.1.6", - "resolved": "https://registry.js.ipfs.io/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", "requires": { "kind-of": "^3.0.2" @@ -19559,7 +18919,7 @@ "dependencies": { "kind-of": { "version": "3.2.2", - "resolved": "https://registry.js.ipfs.io/kind-of/-/kind-of-3.2.2.tgz", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "requires": { "is-buffer": "^1.1.5" @@ -19569,18 +18929,18 @@ }, "is-alphabetical": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/is-alphabetical/-/is-alphabetical-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-1.0.2.tgz", "integrity": "sha512-V0xN4BYezDHcBSKb1QHUFMlR4as/XEuCZBzMJUU4n7+Cbt33SmUnSol+pnXFvLxSHNq2CemUXNdaXV6Flg7+xg==" }, "is-alphanumeric": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-alphanumeric/-/is-alphanumeric-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-alphanumeric/-/is-alphanumeric-1.0.0.tgz", "integrity": "sha1-Spzvcdr0wAHB2B1j0UDPU/1oifQ=", "dev": true }, "is-alphanumerical": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/is-alphanumerical/-/is-alphanumerical-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/is-alphanumerical/-/is-alphanumerical-1.0.2.tgz", "integrity": "sha512-pyfU/0kHdISIgslFfZN9nfY1Gk3MquQgUm1mJTjdkEPpkAKNWuBTSqFwewOpR7N351VkErCiyV71zX7mlQQqsg==", "requires": { "is-alphabetical": "^1.0.0", @@ -19589,12 +18949,12 @@ }, "is-arrayish": { "version": "0.2.1", - "resolved": "https://registry.js.ipfs.io/is-arrayish/-/is-arrayish-0.2.1.tgz", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" }, "is-binary-path": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/is-binary-path/-/is-binary-path-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", "requires": { "binary-extensions": "^1.0.0" @@ -19602,12 +18962,12 @@ }, "is-buffer": { "version": "1.1.6", - "resolved": "https://registry.js.ipfs.io/is-buffer/-/is-buffer-1.1.6.tgz", + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" }, "is-builtin-module": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-builtin-module/-/is-builtin-module-1.0.0.tgz", + "resolved": "http://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz", "integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=", "requires": { "builtin-modules": "^1.0.0" @@ -19615,12 +18975,12 @@ }, "is-callable": { "version": "1.1.4", - "resolved": "https://registry.js.ipfs.io/is-callable/-/is-callable-1.1.4.tgz", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.1.4.tgz", "integrity": "sha512-r5p9sxJjYnArLjObpjA4xu5EKI3CuKHkJXMhT7kwbpUyIFD1n5PMAsoPvWnvtZiNz7LjkYDRZhd7FlI0eMijEA==" }, "is-ci": { "version": "1.2.1", - "resolved": "https://registry.js.ipfs.io/is-ci/-/is-ci-1.2.1.tgz", + "resolved": "https://registry.npmjs.org/is-ci/-/is-ci-1.2.1.tgz", "integrity": "sha512-s6tfsaQaQi3JNciBH6shVqEDvhGut0SUXr31ag8Pd8BBbVVlcGfWhpPmEOoM6RJ5TFhbypvf5yyRw/VXW1IiWg==", "requires": { "ci-info": "^1.5.0" @@ -19628,12 +18988,12 @@ }, "is-circular": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/is-circular/-/is-circular-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/is-circular/-/is-circular-1.0.2.tgz", "integrity": "sha512-YttjnrswnUYRVJvxCvu8z+PGMUSzC2JttP0OEXezlAEdp3EXzhf7IZ3j0gRAybJBQupedIZFhY61Tga6E0qASA==" }, "is-color-stop": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/is-color-stop/-/is-color-stop-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/is-color-stop/-/is-color-stop-1.1.0.tgz", "integrity": "sha1-z/9HGu5N1cnhWFmPvhKWe1za00U=", "requires": { "css-color-names": "^0.0.4", @@ -19646,7 +19006,7 @@ }, "is-data-descriptor": { "version": "0.1.4", - "resolved": "https://registry.js.ipfs.io/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", "requires": { "kind-of": "^3.0.2" @@ -19654,7 +19014,7 @@ "dependencies": { "kind-of": { "version": "3.2.2", - "resolved": "https://registry.js.ipfs.io/kind-of/-/kind-of-3.2.2.tgz", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "requires": { "is-buffer": "^1.1.5" @@ -19664,17 +19024,17 @@ }, "is-date-object": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/is-date-object/-/is-date-object-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.1.tgz", "integrity": "sha1-mqIOtq7rv/d/vTPnTKAbM1gdOhY=" }, "is-decimal": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/is-decimal/-/is-decimal-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.2.tgz", "integrity": "sha512-TRzl7mOCchnhchN+f3ICUCzYvL9ul7R+TYOsZ8xia++knyZAJfv/uA1FvQXsAnYIl1T3B2X5E/J7Wb1QXiIBXg==" }, "is-descriptor": { "version": "0.1.6", - "resolved": "https://registry.js.ipfs.io/is-descriptor/-/is-descriptor-0.1.6.tgz", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", "requires": { "is-accessor-descriptor": "^0.1.6", @@ -19684,14 +19044,14 @@ "dependencies": { "kind-of": { "version": "5.1.0", - "resolved": "https://registry.js.ipfs.io/kind-of/-/kind-of-5.1.0.tgz", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" } } }, "is-directory": { "version": "0.3.1", - "resolved": "https://registry.js.ipfs.io/is-directory/-/is-directory-0.3.1.tgz", + "resolved": "https://registry.npmjs.org/is-directory/-/is-directory-0.3.1.tgz", "integrity": "sha1-YTObbyR1/Hcv2cnYP1yFddwVSuE=" }, "is-docker": { @@ -19701,7 +19061,7 @@ }, "is-dotfile": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/is-dotfile/-/is-dotfile-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz", "integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=", "dev": true }, @@ -19712,7 +19072,7 @@ }, "is-equal-shallow": { "version": "0.1.3", - "resolved": "https://registry.js.ipfs.io/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz", + "resolved": "https://registry.npmjs.org/is-equal-shallow/-/is-equal-shallow-0.1.3.tgz", "integrity": "sha1-IjgJj8Ih3gvPpdnqxMRdY4qhxTQ=", "dev": true, "requires": { @@ -19721,17 +19081,17 @@ }, "is-extendable": { "version": "0.1.1", - "resolved": "https://registry.js.ipfs.io/is-extendable/-/is-extendable-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" }, "is-extglob": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/is-extglob/-/is-extglob-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" }, "is-finite": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/is-finite/-/is-finite-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz", "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=", "dev": true, "requires": { @@ -19740,12 +19100,12 @@ }, "is-fullwidth-code-point": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" }, "is-glob": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/is-glob/-/is-glob-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.0.tgz", "integrity": "sha1-lSHHaEXMJhCoUgPd8ICpWML/q8A=", "requires": { "is-extglob": "^2.1.1" @@ -19753,17 +19113,17 @@ }, "is-hex-prefixed": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-hex-prefixed/-/is-hex-prefixed-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-hex-prefixed/-/is-hex-prefixed-1.0.0.tgz", "integrity": "sha1-fY035q135dEnFIkTxXPggtd39VQ=" }, "is-hexadecimal": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/is-hexadecimal/-/is-hexadecimal-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.2.tgz", "integrity": "sha512-but/G3sapV3MNyqiDBLrOi4x8uCIw0RY3o/Vb5GT0sMFHrVV7731wFSVy41T5FO1og7G0gXLJh0MkgPRouko/A==" }, "is-installed-globally": { "version": "0.1.0", - "resolved": "https://registry.js.ipfs.io/is-installed-globally/-/is-installed-globally-0.1.0.tgz", + "resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.1.0.tgz", "integrity": "sha1-Df2Y9akRFxbdU13aZJL2e/PSWoA=", "requires": { "global-dirs": "^0.1.0", @@ -19795,7 +19155,7 @@ }, "is-ip": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/is-ip/-/is-ip-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-ip/-/is-ip-2.0.0.tgz", "integrity": "sha1-aO6gfooKCpTC0IDdZ0xzGrKkYas=", "requires": { "ip-regex": "^2.0.0" @@ -19803,29 +19163,42 @@ }, "is-ipfs": { "version": "0.4.8", - "resolved": "https://registry.js.ipfs.io/is-ipfs/-/is-ipfs-0.4.8.tgz", + "resolved": "https://registry.npmjs.org/is-ipfs/-/is-ipfs-0.4.8.tgz", "integrity": "sha512-xIKUeA24IFMfkmeAPEOZL448X7a08c/KzAGQp1e/QxC9bx/NNEdT/ohob3SW6eJO2UwJNjsbfMeNZ2B+Dk2Fdg==", "requires": { "bs58": "4.0.1", "cids": "~0.5.6", "multibase": "~0.6.0", "multihashes": "~0.4.13" + }, + "dependencies": { + "cids": { + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/cids/-/cids-0.5.8.tgz", + "integrity": "sha512-Ye8TZP3YQfy0j+i5k+LPHdTY3JOvTwN1pxds44p6BRUv8PTMOAF/Vt4Bc+oiIQ0Sktn0iftkUHgqKNHIMwhshA==", + "requires": { + "class-is": "^1.1.0", + "multibase": "~0.6.0", + "multicodec": "~0.5.0", + "multihashes": "~0.4.14" + } + } } }, "is-negated-glob": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-negated-glob/-/is-negated-glob-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-negated-glob/-/is-negated-glob-1.0.0.tgz", "integrity": "sha1-aRC8pdqMleeEtXUbl2z1oQ/uNtI=", "dev": true }, "is-npm": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-npm/-/is-npm-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-npm/-/is-npm-1.0.0.tgz", "integrity": "sha1-8vtjpl5JBbQGyGBydloaTceTufQ=" }, "is-number": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/is-number/-/is-number-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", "requires": { "kind-of": "^3.0.2" @@ -19833,7 +19206,7 @@ "dependencies": { "kind-of": { "version": "3.2.2", - "resolved": "https://registry.js.ipfs.io/kind-of/-/kind-of-3.2.2.tgz", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "requires": { "is-buffer": "^1.1.5" @@ -19843,17 +19216,17 @@ }, "is-obj": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/is-obj/-/is-obj-1.0.1.tgz", + "resolved": "http://registry.npmjs.org/is-obj/-/is-obj-1.0.1.tgz", "integrity": "sha1-PkcprB9f3gJc19g6iW2rn09n2w8=" }, "is-object": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/is-object/-/is-object-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.1.tgz", "integrity": "sha1-iVJojF7C/9awPsyF52ngKQMINHA=" }, "is-observable": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/is-observable/-/is-observable-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/is-observable/-/is-observable-1.1.0.tgz", "integrity": "sha512-NqCa4Sa2d+u7BWc6CukaObG3Fh+CU9bvixbpcXYhy2VvYS7vVGIdAgnIS5Ks3A/cqk4rebLJ9s8zBstT2aKnIA==", "dev": true, "requires": { @@ -19862,12 +19235,12 @@ }, "is-path-cwd": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-path-cwd/-/is-path-cwd-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz", "integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=" }, "is-path-in-cwd": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz", "integrity": "sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==", "requires": { "is-path-inside": "^1.0.0" @@ -19875,7 +19248,7 @@ }, "is-path-inside": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/is-path-inside/-/is-path-inside-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz", "integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=", "requires": { "path-is-inside": "^1.0.1" @@ -19883,12 +19256,12 @@ }, "is-plain-obj": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/is-plain-obj/-/is-plain-obj-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", "integrity": "sha1-caUMhCnfync8kqOQpKA7OfzVHT4=" }, "is-plain-object": { "version": "2.0.4", - "resolved": "https://registry.js.ipfs.io/is-plain-object/-/is-plain-object-2.0.4.tgz", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "requires": { "isobject": "^3.0.1" @@ -19896,34 +19269,34 @@ }, "is-posix-bracket": { "version": "0.1.1", - "resolved": "https://registry.js.ipfs.io/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/is-posix-bracket/-/is-posix-bracket-0.1.1.tgz", "integrity": "sha1-MzTceXdDaOkvAW5vvAqI9c1ua8Q=", "dev": true }, "is-primitive": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/is-primitive/-/is-primitive-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-primitive/-/is-primitive-2.0.0.tgz", "integrity": "sha1-IHurkWOEmcB7Kt8kCkGochADRXU=", "dev": true }, "is-promise": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/is-promise/-/is-promise-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-2.1.0.tgz", "integrity": "sha1-eaKp7OfwlugPNtKy87wWwf9L8/o=" }, "is-pull-stream": { "version": "0.0.0", - "resolved": "https://registry.js.ipfs.io/is-pull-stream/-/is-pull-stream-0.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-pull-stream/-/is-pull-stream-0.0.0.tgz", "integrity": "sha1-o7w9HG0wVRUcRr3m85nv7SFEDKk=" }, "is-redirect": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-redirect/-/is-redirect-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-redirect/-/is-redirect-1.0.0.tgz", "integrity": "sha1-HQPd7VO9jbDzDCbk+V02/HyH3CQ=" }, "is-regex": { "version": "1.0.4", - "resolved": "https://registry.js.ipfs.io/is-regex/-/is-regex-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.0.4.tgz", "integrity": "sha1-VRdIm1RwkbCTDglWVM7SXul+lJE=", "requires": { "has": "^1.0.1" @@ -19931,13 +19304,13 @@ }, "is-regexp": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-regexp/-/is-regexp-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-regexp/-/is-regexp-1.0.0.tgz", "integrity": "sha1-/S2INUXEa6xaYz57mgnof6LLUGk=", "dev": true }, "is-relative": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-relative/-/is-relative-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz", "integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==", "requires": { "is-unc-path": "^1.0.0" @@ -19945,7 +19318,7 @@ }, "is-relative-url": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/is-relative-url/-/is-relative-url-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-relative-url/-/is-relative-url-2.0.0.tgz", "integrity": "sha1-cpAtf+BLPUeS59sV+duEtyBMnO8=", "requires": { "is-absolute-url": "^2.0.0" @@ -19953,22 +19326,22 @@ }, "is-resolvable": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/is-resolvable/-/is-resolvable-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.1.0.tgz", "integrity": "sha512-qgDYXFSR5WvEfuS5dMj6oTMEbrrSaM0CrFk2Yiq/gXnBvD9pMa2jGXxyhGLfvhZpuMZe18CJpFxAt3CRs42NMg==" }, "is-retry-allowed": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz", "integrity": "sha1-EaBgVotnM5REAz0BJaYaINVk+zQ=" }, "is-root": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-root/-/is-root-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-root/-/is-root-1.0.0.tgz", "integrity": "sha1-B7bCM7w5TNnQK6FclmvWZg1jQtU=" }, "is-ssh": { "version": "1.3.0", - "resolved": "https://registry.js.ipfs.io/is-ssh/-/is-ssh-1.3.0.tgz", + "resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.3.0.tgz", "integrity": "sha1-6+oRaaJhTaOSpjdANmw84EnY3/Y=", "dev": true, "requires": { @@ -19977,24 +19350,24 @@ }, "is-stream": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/is-stream/-/is-stream-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" }, "is-subset": { "version": "0.1.1", - "resolved": "https://registry.js.ipfs.io/is-subset/-/is-subset-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/is-subset/-/is-subset-0.1.1.tgz", "integrity": "sha1-ilkRfZMt4d4A8kX83TnOQ/HpOaY=", "dev": true }, "is-supported-regexp-flag": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/is-supported-regexp-flag/-/is-supported-regexp-flag-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/is-supported-regexp-flag/-/is-supported-regexp-flag-1.0.1.tgz", "integrity": "sha512-3vcJecUUrpgCqc/ca0aWeNu64UGgxcvO60K/Fkr1N6RSvfGCTU60UKN68JDmKokgba0rFFJs12EnzOQa14ubKQ==", "dev": true }, "is-svg": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/is-svg/-/is-svg-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-svg/-/is-svg-3.0.0.tgz", "integrity": "sha512-gi4iHK53LR2ujhLVVj+37Ykh9GLqYHX6JOVXbLAucaG/Cqw9xwdFOjDM2qeifLs1sF1npXXFvDu0r5HNgCMrzQ==", "requires": { "html-comment-regex": "^1.1.0" @@ -20002,7 +19375,7 @@ }, "is-symbol": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/is-symbol/-/is-symbol-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.2.tgz", "integrity": "sha512-HS8bZ9ox60yCJLH9snBpIwv9pYUAkcuLhSA1oero1UB5y9aiQpRA8y2ex945AOtCZL1lJDeIk3G5LthswI46Lw==", "requires": { "has-symbols": "^1.0.0" @@ -20010,7 +19383,7 @@ }, "is-text-path": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/is-text-path/-/is-text-path-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/is-text-path/-/is-text-path-1.0.1.tgz", "integrity": "sha1-Thqg+1G/vLPpJogAE5cgLBd1tm4=", "requires": { "text-extensions": "^1.0.0" @@ -20018,12 +19391,13 @@ }, "is-typedarray": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "dev": true }, "is-unc-path": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-unc-path/-/is-unc-path-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz", "integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==", "requires": { "unc-path-regex": "^0.1.2" @@ -20031,13 +19405,13 @@ }, "is-utf8": { "version": "0.2.1", - "resolved": "https://registry.js.ipfs.io/is-utf8/-/is-utf8-0.2.1.tgz", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=", "dev": true }, "is-valid-glob": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-valid-glob/-/is-valid-glob-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-1.0.0.tgz", "integrity": "sha1-Kb8+/3Ab4tTTFdusw5vDn+j2Aao=", "dev": true }, @@ -20051,22 +19425,22 @@ }, "is-whitespace-character": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/is-whitespace-character/-/is-whitespace-character-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/is-whitespace-character/-/is-whitespace-character-1.0.2.tgz", "integrity": "sha512-SzM+T5GKUCtLhlHFKt2SDAX2RFzfS6joT91F2/WSi9LxgFdsnhfPK/UIA+JhRR2xuyLdrCys2PiFDrtn1fU5hQ==" }, "is-windows": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/is-windows/-/is-windows-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" }, "is-word-character": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/is-word-character/-/is-word-character-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.2.tgz", "integrity": "sha512-T3FlsX8rCHAH8e7RE7PfOPZVFQlcV3XRF9eOOBQ1uf70OxO7CjjSOjeImMPCADBdYWcStAbVbYvJ1m2D3tb+EA==" }, "is-wsl": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/is-wsl/-/is-wsl-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", "integrity": "sha1-HxbkqiKwTRM2tmGIpmrzxgDDpm0=" }, "is-yarn-global": { @@ -20076,12 +19450,12 @@ }, "isarray": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/isarray/-/isarray-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" }, "isbinaryfile": { "version": "3.0.3", - "resolved": "https://registry.js.ipfs.io/isbinaryfile/-/isbinaryfile-3.0.3.tgz", + "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-3.0.3.tgz", "integrity": "sha512-8cJBL5tTd2OS0dM4jz07wQd5g0dCCqIhUxPIGtZfa5L6hWlvV5MHTITy/DBAsF+Oe2LS1X3krBUhNwaGUWpWxw==", "dev": true, "requires": { @@ -20090,7 +19464,7 @@ }, "isemail": { "version": "3.2.0", - "resolved": "https://registry.js.ipfs.io/isemail/-/isemail-3.2.0.tgz", + "resolved": "https://registry.npmjs.org/isemail/-/isemail-3.2.0.tgz", "integrity": "sha512-zKqkK+O+dGqevc93KNsbZ/TqTUFd46MwWjYOoMrjIMZ51eU7DtQG3Wmd9SQQT7i7RVnuTPEiYEWHU3MSbxC1Tg==", "requires": { "punycode": "2.x.x" @@ -20098,17 +19472,17 @@ }, "isexe": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/isexe/-/isexe-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" }, "isnumeric": { "version": "0.2.0", - "resolved": "https://registry.js.ipfs.io/isnumeric/-/isnumeric-0.2.0.tgz", + "resolved": "https://registry.npmjs.org/isnumeric/-/isnumeric-0.2.0.tgz", "integrity": "sha1-ojR7o2DeGeM9D/1ZD933dVy/LmQ=" }, "iso-random-stream": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/iso-random-stream/-/iso-random-stream-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/iso-random-stream/-/iso-random-stream-1.1.0.tgz", "integrity": "sha512-ywSWt0KrWcsaK0jVoVJIR30rLyjg9Rw3k2Sm/qp+3tdtSV0SNH7L7KilKnENcENOSoJxDFvpt2idvuMMQohdCQ==" }, "iso-stream-http": { @@ -20135,17 +19509,17 @@ }, "iso-url": { "version": "0.4.6", - "resolved": "https://registry.js.ipfs.io/iso-url/-/iso-url-0.4.6.tgz", + "resolved": "https://registry.npmjs.org/iso-url/-/iso-url-0.4.6.tgz", "integrity": "sha512-YQO7+aIe6l1aSJUKOx+Vrv08DlhZeLFIVfehG2L29KLSEb9RszqPXilxJRVpp57px36BddKR5ZsebacO5qG0tg==" }, "isobject": { "version": "3.0.1", - "resolved": "https://registry.js.ipfs.io/isobject/-/isobject-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=" }, "isomorphic-fetch": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz", "integrity": "sha1-YRrhrPFPXoH3KVB0coGf6XM1WKk=", "requires": { "node-fetch": "^1.0.1", @@ -20154,19 +19528,19 @@ }, "isstream": { "version": "0.1.2", - "resolved": "https://registry.js.ipfs.io/isstream/-/isstream-0.1.2.tgz", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", "dev": true }, "istanbul-lib-coverage": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.1.tgz", "integrity": "sha512-nPvSZsVlbG9aLhZYaC3Oi1gT/tpyo3Yt5fNyf6NmcKIayz4VV/txxJFFKAK/gU4dcNn8ehsanBbVHVl0+amOLA==", "dev": true }, "istanbul-lib-instrument": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/istanbul-lib-instrument/-/istanbul-lib-instrument-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-3.0.0.tgz", "integrity": "sha512-eQY9vN9elYjdgN9Iv6NS/00bptm02EBBk70lRMaVjeA6QYocQgenVrSgC28TJurdnZa80AGO3ASdFN+w/njGiQ==", "dev": true, "requires": { @@ -20181,32 +19555,27 @@ }, "isurl": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/isurl/-/isurl-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/isurl/-/isurl-1.0.0.tgz", "integrity": "sha512-1P/yWsxPlDtn7QeRD+ULKQPaIaN6yF368GZ2vDfv0AL0NwpStafjWCDDdn0k8wgFMWpVAqG7oJhxHnlud42i9w==", "requires": { "has-to-string-tag-x": "^1.2.0", "is-object": "^1.0.1" } }, - "items": { - "version": "2.1.2", - "resolved": "https://registry.js.ipfs.io/items/-/items-2.1.2.tgz", - "integrity": "sha512-kezcEqgB97BGeZZYtX/MA8AG410ptURstvnz5RAgyFZ8wQFPMxHY8GpTq+/ZHKT3frSlIthUq7EvLt9xn3TvXg==" - }, "iterall": { "version": "1.2.2", - "resolved": "https://registry.js.ipfs.io/iterall/-/iterall-1.2.2.tgz", + "resolved": "https://registry.npmjs.org/iterall/-/iterall-1.2.2.tgz", "integrity": "sha512-yynBb1g+RFUPY64fTrFv7nsjRrENBQJaX2UL+2Szc9REFrSNm1rpSXHGzhmAy7a9uv3vlvgBlXnf9RqmPH1/DA==" }, "jest-get-type": { "version": "22.4.3", - "resolved": "https://registry.js.ipfs.io/jest-get-type/-/jest-get-type-22.4.3.tgz", + "resolved": "http://registry.npmjs.org/jest-get-type/-/jest-get-type-22.4.3.tgz", "integrity": "sha512-/jsz0Y+V29w1chdXVygEKSz2nBoHoYqNShPe+QgxSNjAuP1i8+k4LbQNrfoliKej0P45sivkSCh7yiD6ubHS3w==", "dev": true }, "jest-validate": { "version": "23.6.0", - "resolved": "https://registry.js.ipfs.io/jest-validate/-/jest-validate-23.6.0.tgz", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-23.6.0.tgz", "integrity": "sha512-OFKapYxe72yz7agrDAWi8v2WL8GIfVqcbKRCLbRG9PAxtzF9b1SEDdTpytNDN12z2fJynoBwpMpvj2R39plI2A==", "dev": true, "requires": { @@ -20218,7 +19587,7 @@ }, "jest-worker": { "version": "23.2.0", - "resolved": "https://registry.js.ipfs.io/jest-worker/-/jest-worker-23.2.0.tgz", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-23.2.0.tgz", "integrity": "sha1-+vcGqNo2+uYOsmlXJX+ntdjqArk=", "requires": { "merge-stream": "^1.0.1" @@ -20231,7 +19600,7 @@ }, "joi": { "version": "12.0.0", - "resolved": "https://registry.js.ipfs.io/joi/-/joi-12.0.0.tgz", + "resolved": "https://registry.npmjs.org/joi/-/joi-12.0.0.tgz", "integrity": "sha512-z0FNlV4NGgjQN1fdtHYXf5kmgludM65fG/JlXzU6+rwkt9U5UWuXVYnXa2FpK0u6+qBuCmrm5byPNuiiddAHvQ==", "requires": { "hoek": "4.x.x", @@ -20241,17 +19610,17 @@ }, "joi-browser": { "version": "13.4.0", - "resolved": "https://registry.js.ipfs.io/joi-browser/-/joi-browser-13.4.0.tgz", + "resolved": "https://registry.npmjs.org/joi-browser/-/joi-browser-13.4.0.tgz", "integrity": "sha512-TfzJd2JaJ/lg/gU+q5j9rLAjnfUNF9DUmXTP9w+GfmG79LjFOXFeM7hIFuXCBcZCivUDFwd9l1btTV9rhHumtQ==" }, "js-base64": { "version": "2.4.9", - "resolved": "https://registry.js.ipfs.io/js-base64/-/js-base64-2.4.9.tgz", + "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.4.9.tgz", "integrity": "sha512-xcinL3AuDJk7VSzsHgb9DvvIXayBbadtMZ4HFPx8rUszbW1MuNMlwYVC4zzCZ6e1sqZpnNS5ZFYOhXqA39T7LQ==" }, "js-levenshtein": { "version": "1.1.4", - "resolved": "https://registry.js.ipfs.io/js-levenshtein/-/js-levenshtein-1.1.4.tgz", + "resolved": "https://registry.npmjs.org/js-levenshtein/-/js-levenshtein-1.1.4.tgz", "integrity": "sha512-PxfGzSs0ztShKrUYPIn5r0MtyAhYcCwmndozzpz8YObbPnD1jFxzlBGbRnX2mIu6Z13xN6+PTu05TQFnZFlzow==" }, "js-sha3": { @@ -20261,7 +19630,7 @@ }, "js-tokens": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/js-tokens/-/js-tokens-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" }, "js-yaml": { @@ -20275,13 +19644,13 @@ }, "jsbn": { "version": "0.1.1", - "resolved": "https://registry.js.ipfs.io/jsbn/-/jsbn-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", "dev": true }, "jsdom": { "version": "7.2.2", - "resolved": "https://registry.js.ipfs.io/jsdom/-/jsdom-7.2.2.tgz", + "resolved": "http://registry.npmjs.org/jsdom/-/jsdom-7.2.2.tgz", "integrity": "sha1-QLQCdwwr2iNGkJa+6Rq2deOx/G4=", "dev": true, "optional": true, @@ -20305,7 +19674,7 @@ "dependencies": { "acorn": { "version": "2.7.0", - "resolved": "https://registry.js.ipfs.io/acorn/-/acorn-2.7.0.tgz", + "resolved": "http://registry.npmjs.org/acorn/-/acorn-2.7.0.tgz", "integrity": "sha1-q259nYhqrKiwhbwzEreaGYQz8Oc=", "dev": true, "optional": true @@ -20314,27 +19683,27 @@ }, "jsesc": { "version": "2.5.2", - "resolved": "https://registry.js.ipfs.io/jsesc/-/jsesc-2.5.2.tgz", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" }, "json-buffer": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/json-buffer/-/json-buffer-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.0.tgz", "integrity": "sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=" }, "json-loader": { "version": "0.5.7", - "resolved": "https://registry.js.ipfs.io/json-loader/-/json-loader-0.5.7.tgz", + "resolved": "https://registry.npmjs.org/json-loader/-/json-loader-0.5.7.tgz", "integrity": "sha512-QLPs8Dj7lnf3e3QYS1zkCo+4ZwqOiF9d/nZnYozTISxXWCfNs9yuky5rJw4/W34s7POaNlbZmQGaB5NiXCbP4w==" }, "json-parse-better-errors": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz", "integrity": "sha512-mrqyZKfX5EhL7hvqcV6WG1yYjnjeuYDzDhhcAAUrq8Po85NBQBJP+ZDUT75qZQ98IkUoBqdkExkukOU7Ts2wrw==" }, "json-schema": { "version": "0.2.3", - "resolved": "https://registry.js.ipfs.io/json-schema/-/json-schema-0.2.3.tgz", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", "dev": true }, @@ -20345,7 +19714,7 @@ }, "json-stable-stringify": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/json-stable-stringify/-/json-stable-stringify-1.0.1.tgz", "integrity": "sha1-mnWdOcXy/1A/1TAGRu1EX4jE+a8=", "dev": true, "requires": { @@ -20354,17 +19723,17 @@ }, "json-stable-stringify-without-jsonify": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=" }, "json-stringify-safe": { "version": "5.0.1", - "resolved": "https://registry.js.ipfs.io/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=" }, "json-text-sequence": { "version": "0.1.1", - "resolved": "https://registry.js.ipfs.io/json-text-sequence/-/json-text-sequence-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/json-text-sequence/-/json-text-sequence-0.1.1.tgz", "integrity": "sha1-py8hfcSvxGKf/1/rME3BvVGi89I=", "requires": { "delimit-stream": "0.1.0" @@ -20372,7 +19741,7 @@ }, "json2mq": { "version": "0.2.0", - "resolved": "https://registry.js.ipfs.io/json2mq/-/json2mq-0.2.0.tgz", + "resolved": "https://registry.npmjs.org/json2mq/-/json2mq-0.2.0.tgz", "integrity": "sha1-tje9O6nqvhIsg+lyBIOusQ0skEo=", "requires": { "string-convert": "^0.2.0" @@ -20380,12 +19749,12 @@ }, "json3": { "version": "3.3.2", - "resolved": "https://registry.js.ipfs.io/json3/-/json3-3.3.2.tgz", + "resolved": "https://registry.npmjs.org/json3/-/json3-3.3.2.tgz", "integrity": "sha1-PAQ0dD35Pi9cQq7nsZvLSDV19OE=" }, "json5": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/json5/-/json5-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.0.tgz", "integrity": "sha512-8Mh9h6xViijj36g7Dxi+Y4S6hNGV96vcJZr/SrlHh1LR/pEn/8j/+qIBbs44YKl69Lrfctp4QD+AdWLTMqEZAQ==", "requires": { "minimist": "^1.2.0" @@ -20393,7 +19762,7 @@ }, "jsonbird": { "version": "2.2.2", - "resolved": "https://registry.js.ipfs.io/jsonbird/-/jsonbird-2.2.2.tgz", + "resolved": "https://registry.npmjs.org/jsonbird/-/jsonbird-2.2.2.tgz", "integrity": "sha512-48n9HTL6Vxhr6WqX78ROH5NddK//ZnSdu1ZnPyyOl9IzF2PyRmwC8nCKPiRFo1wx7/Byq5YezCqokq9T/McLhw==", "dev": true, "requires": { @@ -20404,7 +19773,7 @@ }, "jsonfile": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/jsonfile/-/jsonfile-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", "requires": { "graceful-fs": "^4.1.6" @@ -20412,18 +19781,18 @@ }, "jsonify": { "version": "0.0.0", - "resolved": "https://registry.js.ipfs.io/jsonify/-/jsonify-0.0.0.tgz", + "resolved": "https://registry.npmjs.org/jsonify/-/jsonify-0.0.0.tgz", "integrity": "sha1-LHS27kHZPKUbe1qu6PUDYx0lKnM=" }, "jsonparse": { "version": "1.3.1", - "resolved": "https://registry.js.ipfs.io/jsonparse/-/jsonparse-1.3.1.tgz", + "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", "integrity": "sha1-P02uSpH6wxX3EGL4UhzCOfE2YoA=", "dev": true }, "jsprim": { "version": "1.4.1", - "resolved": "https://registry.js.ipfs.io/jsprim/-/jsprim-1.4.1.tgz", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", "dev": true, "requires": { @@ -20435,7 +19804,7 @@ }, "jsx-ast-utils": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-2.0.1.tgz", "integrity": "sha1-6AGxs5mF4g//yHtA43SAgOLcrH8=", "requires": { "array-includes": "^3.0.3" @@ -20476,7 +19845,7 @@ }, "karma": { "version": "3.1.1", - "resolved": "https://registry.js.ipfs.io/karma/-/karma-3.1.1.tgz", + "resolved": "https://registry.npmjs.org/karma/-/karma-3.1.1.tgz", "integrity": "sha512-NetT3wPCQMNB36uiL9LLyhrOt8SQwrEKt0xD3+KpTCfm0VxVyUJdPL5oTq2Ic5ouemgL/Iz4wqXEbF3zea9kQQ==", "dev": true, "requires": { @@ -20511,7 +19880,7 @@ "dependencies": { "engine.io": { "version": "3.2.1", - "resolved": "https://registry.js.ipfs.io/engine.io/-/engine.io-3.2.1.tgz", + "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-3.2.1.tgz", "integrity": "sha512-+VlKzHzMhaU+GsCIg4AoXF1UdDFjHHwMmMKqMJNDNLlUlejz58FCy4LBqB2YVJskHGYl06BatYWKP2TVdVXE5w==", "dev": true, "requires": { @@ -20525,7 +19894,7 @@ }, "engine.io-client": { "version": "3.2.1", - "resolved": "https://registry.js.ipfs.io/engine.io-client/-/engine.io-client-3.2.1.tgz", + "resolved": "http://registry.npmjs.org/engine.io-client/-/engine.io-client-3.2.1.tgz", "integrity": "sha512-y5AbkytWeM4jQr7m/koQLc5AxpRKC1hEVUb/s1FUAWEJq5AzJJ4NLvzuKPuxtDi5Mq755WuDvZ6Iv2rXj4PTzw==", "dev": true, "requires": { @@ -20544,19 +19913,19 @@ }, "isarray": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/isarray/-/isarray-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz", "integrity": "sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4=", "dev": true }, "minimist": { "version": "0.0.10", - "resolved": "https://registry.js.ipfs.io/minimist/-/minimist-0.0.10.tgz", + "resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz", "integrity": "sha1-3j+YVD2/lggr5IrRoMfNqDYwHc8=", "dev": true }, "optimist": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/optimist/-/optimist-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz", "integrity": "sha1-2j6nRob6IaGaERwybpDrFaAZZoY=", "dev": true, "requires": { @@ -20566,7 +19935,7 @@ }, "socket.io": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/socket.io/-/socket.io-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.1.1.tgz", "integrity": "sha512-rORqq9c+7W0DAK3cleWNSyfv/qKXV99hV4tZe+gGLfBECw3XEhBy7x85F3wypA9688LKjtwO9pX9L33/xQI8yA==", "dev": true, "requires": { @@ -20580,7 +19949,7 @@ }, "socket.io-client": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/socket.io-client/-/socket.io-client-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.1.1.tgz", "integrity": "sha512-jxnFyhAuFxYfjqIgduQlhzqTcOEQSn+OHKVfAxWaNWa7ecP7xSNk2Dx/3UEsDcY7NcFafxvNvKPmmO7HTwTxGQ==", "dev": true, "requires": { @@ -20602,7 +19971,7 @@ }, "socket.io-parser": { "version": "3.2.0", - "resolved": "https://registry.js.ipfs.io/socket.io-parser/-/socket.io-parser-3.2.0.tgz", + "resolved": "http://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz", "integrity": "sha512-FYiBx7rc/KORMJlgsXysflWx/RIvtqZbyGLlHZvjfmPTPeuD/I8MaW7cfFrj5tRltICJdgwflhfZ3NVVbVLFQA==", "dev": true, "requires": { @@ -20613,13 +19982,13 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true }, "tmp": { "version": "0.0.33", - "resolved": "https://registry.js.ipfs.io/tmp/-/tmp-0.0.33.tgz", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", "dev": true, "requires": { @@ -20628,19 +19997,19 @@ }, "ultron": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/ultron/-/ultron-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz", "integrity": "sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==", "dev": true }, "wordwrap": { "version": "0.0.3", - "resolved": "https://registry.js.ipfs.io/wordwrap/-/wordwrap-0.0.3.tgz", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz", "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=", "dev": true }, "ws": { "version": "3.3.3", - "resolved": "https://registry.js.ipfs.io/ws/-/ws-3.3.3.tgz", + "resolved": "https://registry.npmjs.org/ws/-/ws-3.3.3.tgz", "integrity": "sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==", "dev": true, "requires": { @@ -20653,7 +20022,7 @@ }, "karma-chrome-launcher": { "version": "2.2.0", - "resolved": "https://registry.js.ipfs.io/karma-chrome-launcher/-/karma-chrome-launcher-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-2.2.0.tgz", "integrity": "sha512-uf/ZVpAabDBPvdPdveyk1EPgbnloPvFFGgmRhYLTDH7gEB4nZdSBk8yTU47w1g/drLSx5uMOkjKk7IWKfWg/+w==", "dev": true, "requires": { @@ -20663,7 +20032,7 @@ }, "karma-edge-launcher": { "version": "0.4.2", - "resolved": "https://registry.js.ipfs.io/karma-edge-launcher/-/karma-edge-launcher-0.4.2.tgz", + "resolved": "https://registry.npmjs.org/karma-edge-launcher/-/karma-edge-launcher-0.4.2.tgz", "integrity": "sha512-YAJZb1fmRcxNhMIWYsjLuxwODBjh2cSHgTW/jkVmdpGguJjLbs9ZgIK/tEJsMQcBLUkO+yO4LBbqYxqgGW2HIw==", "dev": true, "requires": { @@ -20672,13 +20041,13 @@ }, "karma-firefox-launcher": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/karma-firefox-launcher/-/karma-firefox-launcher-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/karma-firefox-launcher/-/karma-firefox-launcher-1.1.0.tgz", "integrity": "sha512-LbZ5/XlIXLeQ3cqnCbYLn+rOVhuMIK9aZwlP6eOLGzWdo1UVp7t6CN3DP4SafiRLjexKwHeKHDm0c38Mtd3VxA==", "dev": true }, "karma-junit-reporter": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/karma-junit-reporter/-/karma-junit-reporter-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/karma-junit-reporter/-/karma-junit-reporter-1.2.0.tgz", "integrity": "sha1-T5xAzt+xo5X4rvh2q/lhiZF8Y5Y=", "dev": true, "requires": { @@ -20688,7 +20057,7 @@ }, "karma-mocha": { "version": "1.3.0", - "resolved": "https://registry.js.ipfs.io/karma-mocha/-/karma-mocha-1.3.0.tgz", + "resolved": "https://registry.npmjs.org/karma-mocha/-/karma-mocha-1.3.0.tgz", "integrity": "sha1-7qrH/8DiAetjxGdEDStpx883eL8=", "dev": true, "requires": { @@ -20702,7 +20071,7 @@ }, "karma-mocha-webworker": { "version": "1.3.0", - "resolved": "https://registry.js.ipfs.io/karma-mocha-webworker/-/karma-mocha-webworker-1.3.0.tgz", + "resolved": "https://registry.npmjs.org/karma-mocha-webworker/-/karma-mocha-webworker-1.3.0.tgz", "integrity": "sha1-taQwG1m6hqCO5bXwrvHtuGO+yyY=", "dev": true, "requires": { @@ -20712,7 +20081,7 @@ }, "karma-sourcemap-loader": { "version": "0.3.7", - "resolved": "https://registry.js.ipfs.io/karma-sourcemap-loader/-/karma-sourcemap-loader-0.3.7.tgz", + "resolved": "https://registry.npmjs.org/karma-sourcemap-loader/-/karma-sourcemap-loader-0.3.7.tgz", "integrity": "sha1-kTIsd/jxPUb+0GKwQuEAnUxFBdg=", "dev": true, "requires": { @@ -20721,7 +20090,7 @@ }, "karma-webpack": { "version": "4.0.0-beta.0", - "resolved": "https://registry.js.ipfs.io/karma-webpack/-/karma-webpack-4.0.0-beta.0.tgz", + "resolved": "http://registry.npmjs.org/karma-webpack/-/karma-webpack-4.0.0-beta.0.tgz", "integrity": "sha512-3mBfzOSnWdlMNtIIFpZ0/fGbXCq6dko0HOnwU7nntpNu7tTcY7/JbaWV8bxvmIre+yNUPIglq7p3EuwXj35BmA==", "dev": true, "requires": { @@ -20735,7 +20104,7 @@ "dependencies": { "async": { "version": "2.6.1", - "resolved": "https://registry.js.ipfs.io/async/-/async-2.6.1.tgz", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.1.tgz", "integrity": "sha512-fNEiL2+AZt6AlAw/29Cr0UDe4sRAHCpEHh54WMz+Bb7QfNcFw4h3loofyJpLeQs4Yx7yuqu/2dLgM5hKOs6HlQ==", "dev": true, "requires": { @@ -20746,13 +20115,13 @@ }, "kebab-case": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/kebab-case/-/kebab-case-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/kebab-case/-/kebab-case-1.0.0.tgz", "integrity": "sha1-P55JkK3K0MaGwOcB92RYaPdfkes=", "dev": true }, "kebab-hash": { "version": "0.1.2", - "resolved": "https://registry.js.ipfs.io/kebab-hash/-/kebab-hash-0.1.2.tgz", + "resolved": "https://registry.npmjs.org/kebab-hash/-/kebab-hash-0.1.2.tgz", "integrity": "sha512-BTZpq3xgISmQmAVzkISy4eUutsUA7s4IEFlCwOBJjvSFOwyR7I+fza+tBc/rzYWK/NrmFHjfU1IhO3lu29Ib/w==", "requires": { "lodash.kebabcase": "^4.1.1" @@ -20760,7 +20129,7 @@ }, "keccak": { "version": "1.4.0", - "resolved": "https://registry.js.ipfs.io/keccak/-/keccak-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/keccak/-/keccak-1.4.0.tgz", "integrity": "sha512-eZVaCpblK5formjPjeTBik7TAg+pqnDrMHIffSvi9Lh7PQgM1+hSzakUeZFCk9DVVG0dacZJuaz2ntwlzZUIBw==", "requires": { "bindings": "^1.2.1", @@ -20771,18 +20140,18 @@ }, "keypair": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/keypair/-/keypair-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/keypair/-/keypair-1.0.1.tgz", "integrity": "sha1-dgNxknCvtlZO04oiCHoG/Jqk6hs=" }, "keypress": { "version": "0.2.1", - "resolved": "https://registry.js.ipfs.io/keypress/-/keypress-0.2.1.tgz", + "resolved": "https://registry.npmjs.org/keypress/-/keypress-0.2.1.tgz", "integrity": "sha1-HoBFQlABjbrUw/6USX1uZ7YmnHc=", "dev": true }, "keyv": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/keyv/-/keyv-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-3.0.0.tgz", "integrity": "sha512-eguHnq22OE3uVoSYG0LVWNP+4ppamWr9+zWBe1bsNcovIMy6huUJFPgy4mGwCd/rnl3vOLGW1MTlu4c57CT1xA==", "requires": { "json-buffer": "3.0.0" @@ -20790,12 +20159,12 @@ }, "killable": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/killable/-/killable-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/killable/-/killable-1.0.1.tgz", "integrity": "sha512-LzqtLKlUwirEUyl/nicirVmNiPvYs7l5n8wOPP7fyJVpUPkvCnW/vuiXGpylGUlnPDnB7311rARzAt3Mhswpjg==" }, "kind-of": { "version": "6.0.2", - "resolved": "https://registry.js.ipfs.io/kind-of/-/kind-of-6.0.2.tgz", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz", "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==" }, "kleur": { @@ -20805,13 +20174,13 @@ }, "known-css-properties": { "version": "0.10.0", - "resolved": "https://registry.js.ipfs.io/known-css-properties/-/known-css-properties-0.10.0.tgz", + "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.10.0.tgz", "integrity": "sha512-OMPb86bpVbnKN/2VJw1Ggs1Hw/FNGwEL1QYiNIEHaB5FSLybJ4QD7My5Hm9yDhgpRrRnnOgu0oKeuuABzASeBw==", "dev": true }, "last-call-webpack-plugin": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/last-call-webpack-plugin/-/last-call-webpack-plugin-3.0.0.tgz", "integrity": "sha512-7KI2l2GIZa9p2spzPIVZBYyNKkN+e/SQPpnjlTiPhdbDW3F86tdKKELxKpzJ5sgU19wQWsACULZmpTPYHeWO5w==", "requires": { "lodash": "^4.17.5", @@ -20820,7 +20189,7 @@ }, "latency-monitor": { "version": "0.2.1", - "resolved": "https://registry.js.ipfs.io/latency-monitor/-/latency-monitor-0.2.1.tgz", + "resolved": "https://registry.npmjs.org/latency-monitor/-/latency-monitor-0.2.1.tgz", "integrity": "sha1-QEPV8j3obiv872ztSjtbki4d1+0=", "requires": { "debug": "^2.6.0", @@ -20829,7 +20198,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { "ms": "2.0.0" @@ -20839,7 +20208,7 @@ }, "latest-version": { "version": "3.1.0", - "resolved": "https://registry.js.ipfs.io/latest-version/-/latest-version-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/latest-version/-/latest-version-3.1.0.tgz", "integrity": "sha1-ogU4P+oyKzO1rjsYq+4NwvNW7hU=", "requires": { "package-json": "^4.0.0" @@ -20847,13 +20216,13 @@ }, "lazy-ass": { "version": "1.6.0", - "resolved": "https://registry.js.ipfs.io/lazy-ass/-/lazy-ass-1.6.0.tgz", + "resolved": "https://registry.npmjs.org/lazy-ass/-/lazy-ass-1.6.0.tgz", "integrity": "sha1-eZllXoZGwX8In90YfRUNMyTVRRM=", "dev": true }, "lazystream": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/lazystream/-/lazystream-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/lazystream/-/lazystream-1.0.0.tgz", "integrity": "sha1-9plf4PggOS9hOWvolGJAe7dxaOQ=", "dev": true, "requires": { @@ -20862,7 +20231,7 @@ }, "lcid": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/lcid/-/lcid-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/lcid/-/lcid-1.0.0.tgz", "integrity": "sha1-MIrMr6C8SDo4Z7S28rlQYlHRuDU=", "requires": { "invert-kv": "^1.0.0" @@ -20870,18 +20239,13 @@ }, "lead": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/lead/-/lead-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/lead/-/lead-1.0.0.tgz", "integrity": "sha1-bxT5mje+Op3XhPVJVpDlkDRm7kI=", "dev": true, "requires": { "flush-write-stream": "^1.0.2" } }, - "left-pad": { - "version": "1.3.0", - "resolved": "https://registry.js.ipfs.io/left-pad/-/left-pad-1.3.0.tgz", - "integrity": "sha512-XI5MPzVNApjAyhQzphX8BkmKsKUxD4LdyK24iZeQGinBN9yTQT3bFlCBy/aVx2HrNcqQGsdot8ghrjyrvMCoEA==" - }, "length-prefixed-stream": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/length-prefixed-stream/-/length-prefixed-stream-2.0.0.tgz", @@ -20956,7 +20320,7 @@ "dependencies": { "abstract-leveldown": { "version": "2.4.1", - "resolved": "https://registry.js.ipfs.io/abstract-leveldown/-/abstract-leveldown-2.4.1.tgz", + "resolved": "https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-2.4.1.tgz", "integrity": "sha1-s7/tuITraToSd18MVenwpCDM7mQ=", "requires": { "xtend": "~4.0.0" @@ -20966,7 +20330,7 @@ }, "level-mem": { "version": "3.0.1", - "resolved": "https://registry.js.ipfs.io/level-mem/-/level-mem-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/level-mem/-/level-mem-3.0.1.tgz", "integrity": "sha512-LbtfK9+3Ug1UmvvhR2DqLqXiPW1OJ5jEh0a3m9ZgAipiwpSxGj/qaVVy54RG5vAQN1nCuXqjvprCuKSCxcJHBg==", "requires": { "level-packager": "~4.0.0", @@ -20983,7 +20347,7 @@ }, "memdown": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/memdown/-/memdown-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/memdown/-/memdown-3.0.0.tgz", "integrity": "sha512-tbV02LfZMWLcHcq4tw++NuqMO+FZX8tNJEiD2aNRm48ZZusVg5N8NART+dmBkepJVye986oixErf7jfXboMGMA==", "requires": { "abstract-leveldown": "~5.0.0", @@ -20998,7 +20362,7 @@ }, "level-packager": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/level-packager/-/level-packager-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/level-packager/-/level-packager-4.0.1.tgz", "integrity": "sha512-svCRKfYLn9/4CoFfi+d8krOtrp6RoX8+xm0Na5cgXMqSyRru0AnDYdLl+YI8u1FyS6gGZ94ILLZDE5dh2but3Q==", "requires": { "encoding-down": "~5.0.0", @@ -21015,7 +20379,7 @@ }, "deferred-leveldown": { "version": "4.0.2", - "resolved": "https://registry.js.ipfs.io/deferred-leveldown/-/deferred-leveldown-4.0.2.tgz", + "resolved": "https://registry.npmjs.org/deferred-leveldown/-/deferred-leveldown-4.0.2.tgz", "integrity": "sha512-5fMC8ek8alH16QiV0lTCis610D1Zt1+LA4MS4d63JgS32lrCjTFDUFz2ao09/j2I4Bqb5jL4FZYwu7Jz0XO1ww==", "requires": { "abstract-leveldown": "~5.0.0", @@ -21036,7 +20400,7 @@ }, "level-iterator-stream": { "version": "3.0.1", - "resolved": "https://registry.js.ipfs.io/level-iterator-stream/-/level-iterator-stream-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/level-iterator-stream/-/level-iterator-stream-3.0.1.tgz", "integrity": "sha512-nEIQvxEED9yRThxvOrq8Aqziy4EGzrxSZK+QzEFAVuJvQ8glfyZ96GB6BoI4sBbLfjMXm2w4vu3Tkcm9obcY0g==", "requires": { "inherits": "^2.0.1", @@ -21046,7 +20410,7 @@ }, "levelup": { "version": "3.1.1", - "resolved": "https://registry.js.ipfs.io/levelup/-/levelup-3.1.1.tgz", + "resolved": "https://registry.npmjs.org/levelup/-/levelup-3.1.1.tgz", "integrity": "sha512-9N10xRkUU4dShSRRFTBdNaBxofz+PGaIZO962ckboJZiNmLuhVT6FZ6ZKAsICKfUBO76ySaYU6fJWX/jnj3Lcg==", "requires": { "deferred-leveldown": "~4.0.0", @@ -21059,7 +20423,7 @@ }, "level-ws": { "version": "0.0.0", - "resolved": "https://registry.js.ipfs.io/level-ws/-/level-ws-0.0.0.tgz", + "resolved": "https://registry.npmjs.org/level-ws/-/level-ws-0.0.0.tgz", "integrity": "sha1-Ny5RIXeSSgBCSwtDrvK7QkltIos=", "requires": { "readable-stream": "~1.0.15", @@ -21068,17 +20432,17 @@ "dependencies": { "isarray": { "version": "0.0.1", - "resolved": "https://registry.js.ipfs.io/isarray/-/isarray-0.0.1.tgz", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" }, "object-keys": { "version": "0.4.0", - "resolved": "https://registry.js.ipfs.io/object-keys/-/object-keys-0.4.0.tgz", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-0.4.0.tgz", "integrity": "sha1-KKaq50KN0sOpLz2V8hM13SBOAzY=" }, "readable-stream": { "version": "1.0.34", - "resolved": "https://registry.js.ipfs.io/readable-stream/-/readable-stream-1.0.34.tgz", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", "requires": { "core-util-is": "~1.0.0", @@ -21089,12 +20453,12 @@ }, "string_decoder": { "version": "0.10.31", - "resolved": "https://registry.js.ipfs.io/string_decoder/-/string_decoder-0.10.31.tgz", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=" }, "xtend": { "version": "2.1.2", - "resolved": "https://registry.js.ipfs.io/xtend/-/xtend-2.1.2.tgz", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-2.1.2.tgz", "integrity": "sha1-bv7MKk2tjmlixJAbM3znuoe10os=", "requires": { "object-keys": "~0.4.0" @@ -21126,12 +20490,12 @@ }, "leven": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/leven/-/leven-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/leven/-/leven-2.1.0.tgz", "integrity": "sha1-wuep93IJTe6dNCAq6KzORoeHVYA=" }, "levn": { "version": "0.3.0", - "resolved": "https://registry.js.ipfs.io/levn/-/levn-0.3.0.tgz", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", "requires": { "prelude-ls": "~1.1.2", @@ -21217,7 +20581,7 @@ }, "libp2p-bootstrap": { "version": "0.9.7", - "resolved": "https://registry.js.ipfs.io/libp2p-bootstrap/-/libp2p-bootstrap-0.9.7.tgz", + "resolved": "https://registry.npmjs.org/libp2p-bootstrap/-/libp2p-bootstrap-0.9.7.tgz", "integrity": "sha512-GuuYoTh0UBBlph0WuuiewtDZqfYsXmhSdX+JLMzGY6uMuK5aLr7gCa++2zVyBoOIgn0yTq2F6n4vKaWoK9Hi0w==", "requires": { "async": "^2.6.1", @@ -21238,7 +20602,7 @@ }, "debug": { "version": "4.1.1", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-4.1.1.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "requires": { "ms": "^2.1.1" @@ -21254,7 +20618,7 @@ }, "ms": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/ms/-/ms-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" }, "multiaddr": { @@ -21271,7 +20635,7 @@ }, "peer-info": { "version": "0.15.1", - "resolved": "https://registry.js.ipfs.io/peer-info/-/peer-info-0.15.1.tgz", + "resolved": "https://registry.npmjs.org/peer-info/-/peer-info-0.15.1.tgz", "integrity": "sha512-Y91Q2tZRC0CpSTPd1UebhGqniOrOAk/aj60uYUcWJXCoLTAnGu+4LJGoiay8ayudS6ice7l3SKhgL/cS62QacA==", "requires": { "mafmt": "^6.0.2", @@ -21405,7 +20769,7 @@ "dependencies": { "asn1.js": { "version": "5.0.1", - "resolved": "https://registry.js.ipfs.io/asn1.js/-/asn1.js-5.0.1.tgz", + "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.0.1.tgz", "integrity": "sha512-aO8EaEgbgqq77IEw+1jfx5c9zTbzvkfuRBuZsSsPnTHMkmd5AI4J6OtITLZFa381jReeaQL67J0GBTUu0+ZTVw==", "requires": { "bn.js": "^4.0.0", @@ -21436,12 +20800,12 @@ }, "node-forge": { "version": "0.7.6", - "resolved": "https://registry.js.ipfs.io/node-forge/-/node-forge-0.7.6.tgz", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.7.6.tgz", "integrity": "sha512-sol30LUpz1jQFBjOKwbjxijiE3b6pjd74YwfD0fJOKPjF+fONKb2Yg8rYgS6+bK6VDl+/wfr4IYpC7jDzLUIfw==" }, "pem-jwk": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/pem-jwk/-/pem-jwk-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/pem-jwk/-/pem-jwk-2.0.0.tgz", "integrity": "sha512-rFxu7rVoHgQ5H9YsP50dDWf0rHjreVA2z0yPiWr5WdH/UHb29hKtF7h6l8vNd1cbYR1t0QL+JKhW55a2ZV4KtA==", "requires": { "asn1.js": "^5.0.1" @@ -21449,7 +20813,7 @@ }, "tweetnacl": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/tweetnacl/-/tweetnacl-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-1.0.1.tgz", "integrity": "sha512-kcoMoKTPYnoeS50tzoqjPY3Uv9axeuuFAZY9M/9zFnhoVvRfxz9K29IMPD7jGmt2c8SW7i3gT9WqDl2+nV7p4A==" } } @@ -21473,21 +20837,6 @@ "requires": { "lodash": "^4.17.11" } - }, - "secp256k1": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/secp256k1/-/secp256k1-3.6.2.tgz", - "integrity": "sha512-90nYt7yb0LmI4A2jJs1grglkTAXrBwxYAjP9bpeKjvJKOjG2fOeH/YI/lchDMIvjrOasd5QXwvV2jwN168xNng==", - "requires": { - "bindings": "^1.2.1", - "bip66": "^1.1.3", - "bn.js": "^4.11.3", - "create-hash": "^1.1.2", - "drbg.js": "^1.0.1", - "elliptic": "^6.2.3", - "nan": "^2.2.1", - "safe-buffer": "^5.1.0" - } } } }, @@ -21518,7 +20867,7 @@ }, "debug": { "version": "4.1.1", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-4.1.1.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "requires": { "ms": "^2.1.1" @@ -21526,7 +20875,7 @@ }, "ms": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/ms/-/ms-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" } } @@ -21558,7 +20907,7 @@ }, "peer-info": { "version": "0.15.1", - "resolved": "https://registry.js.ipfs.io/peer-info/-/peer-info-0.15.1.tgz", + "resolved": "https://registry.npmjs.org/peer-info/-/peer-info-0.15.1.tgz", "integrity": "sha512-Y91Q2tZRC0CpSTPd1UebhGqniOrOAk/aj60uYUcWJXCoLTAnGu+4LJGoiay8ayudS6ice7l3SKhgL/cS62QacA==", "requires": { "mafmt": "^6.0.2", @@ -21649,14 +20998,6 @@ "varint": "^5.0.0" } }, - "multicodec": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.1.tgz", - "integrity": "sha512-Q5glyZLdXVbbBxvRYHLQHpu8ydVf1422Z+v9fU47v2JCkiue7n+JcFS7uRv0cQW8hbVtgdtIDgYWPWaIKEXuXA==", - "requires": { - "varint": "^5.0.0" - } - }, "multihashing-async": { "version": "0.5.2", "resolved": "https://registry.npmjs.org/multihashing-async/-/multihashing-async-0.5.2.tgz", @@ -21706,7 +21047,7 @@ }, "node-forge": { "version": "0.7.6", - "resolved": "https://registry.js.ipfs.io/node-forge/-/node-forge-0.7.6.tgz", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.7.6.tgz", "integrity": "sha512-sol30LUpz1jQFBjOKwbjxijiE3b6pjd74YwfD0fJOKPjF+fONKb2Yg8rYgS6+bK6VDl+/wfr4IYpC7jDzLUIfw==" } } @@ -21743,7 +21084,7 @@ }, "dns-packet": { "version": "4.2.0", - "resolved": "https://registry.js.ipfs.io/dns-packet/-/dns-packet-4.2.0.tgz", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-4.2.0.tgz", "integrity": "sha512-bn1AKpfkFbm0MIioOMHZ5qJzl2uypdBwI4nYNsqvhjsegBhcKJUlCrMPWLx6JEezRjxZmxhtIz/FkBEur2l8Cw==", "requires": { "ip": "^1.1.5", @@ -21769,7 +21110,7 @@ }, "multicast-dns": { "version": "7.2.0", - "resolved": "https://registry.js.ipfs.io/multicast-dns/-/multicast-dns-7.2.0.tgz", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.0.tgz", "integrity": "sha512-Tu2QORGOFANB124NWQ/JTRhMf/ODouVLEuvu5Dz8YWEU55zQgRgFGnBHfIh5PbfNDAuaRl7yLB+pgWhSqVxi2Q==", "requires": { "dns-packet": "^4.0.0", @@ -21778,7 +21119,7 @@ }, "peer-info": { "version": "0.15.1", - "resolved": "https://registry.js.ipfs.io/peer-info/-/peer-info-0.15.1.tgz", + "resolved": "https://registry.npmjs.org/peer-info/-/peer-info-0.15.1.tgz", "integrity": "sha512-Y91Q2tZRC0CpSTPd1UebhGqniOrOAk/aj60uYUcWJXCoLTAnGu+4LJGoiay8ayudS6ice7l3SKhgL/cS62QacA==", "requires": { "mafmt": "^6.0.2", @@ -21789,61 +21130,9 @@ } } }, - "libp2p-mplex": { - "version": "0.8.5", - "resolved": "https://registry.npmjs.org/libp2p-mplex/-/libp2p-mplex-0.8.5.tgz", - "integrity": "sha512-L/1xbk8Mux2vroxfH2nfLrqyHfMdl4ScnIXhmQm19tlHZokcg/sadI5XmjdsBqMq3nP/q8wgNjIuX9IX6m1C6w==", - "requires": { - "async": "^2.6.2", - "chunky": "0.0.0", - "concat-stream": "^1.6.2", - "debug": "^4.1.0", - "interface-connection": "~0.3.3", - "pull-catch": "^1.0.1", - "pull-stream": "^3.6.9", - "pull-stream-to-stream": "^1.3.4", - "pump": "^3.0.0", - "readable-stream": "^3.1.1", - "stream-to-pull-stream": "^1.7.2", - "varint": "^5.0.0" - }, - "dependencies": { - "async": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/async/-/async-2.6.2.tgz", - "integrity": "sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==", - "requires": { - "lodash": "^4.17.11" - } - }, - "debug": { - "version": "4.1.1", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-4.1.1.tgz", - "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", - "requires": { - "ms": "^2.1.1" - } - }, - "ms": { - "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/ms/-/ms-2.1.1.tgz", - "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" - }, - "readable-stream": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.3.0.tgz", - "integrity": "sha512-EsI+s3k3XsW+fU8fQACLN59ky34AZ14LoeVZpYwmZvldCFo0r0gnelwF2TcMjLor/BTL5aDJVBMkss0dthToPw==", - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - } - } - }, "libp2p-ping": { "version": "0.8.5", - "resolved": "https://registry.js.ipfs.io/libp2p-ping/-/libp2p-ping-0.8.5.tgz", + "resolved": "https://registry.npmjs.org/libp2p-ping/-/libp2p-ping-0.8.5.tgz", "integrity": "sha512-BzCN3+jp1SvJQZlXq2G3TMkyK5UOOf3JO+CZMnaUEHYlRgQf2zShYta5XU2IGx0EJA/23iCdCL+LjBP/DOvbkQ==", "requires": { "libp2p-crypto": "~0.16.0", @@ -21893,16 +21182,15 @@ } }, "libp2p-record": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/libp2p-record/-/libp2p-record-0.6.2.tgz", - "integrity": "sha512-b+RQc4l6AzYtQq0kAyDYV2Eth1DDsB2TQoQfvQtyJy/iVeKz8Q1RZxLTo7lhwS78LMwcVCGrdlx5H5luONjhjg==", + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/libp2p-record/-/libp2p-record-0.6.3.tgz", + "integrity": "sha512-FUJ69hb20SETlKmXkdlG7AJPPZmaRrzNBR2d4aTRVYcR2LPWzamGg6UeDEP5DAHXUqMhtEP38oEKcrLn07kaOw==", "requires": { "async": "^2.6.2", "buffer-split": "^1.0.0", "err-code": "^1.1.2", - "left-pad": "^1.3.0", "multihashes": "~0.4.14", - "multihashing-async": "~0.5.2", + "multihashing-async": "~0.6.0", "protons": "^1.0.1" }, "dependencies": { @@ -21920,9 +21208,9 @@ "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==" }, "multihashing-async": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/multihashing-async/-/multihashing-async-0.5.2.tgz", - "integrity": "sha512-mmyG6M/FKxrpBh9xQDUvuJ7BbqT93ZeEeH5X6LeMYKoYshYLr9BDdCsvDtZvn+Egf+/Xi+aOznrWL4vp3s+p0Q==", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/multihashing-async/-/multihashing-async-0.6.0.tgz", + "integrity": "sha512-Qv8pgg99Lewc191A5nlXy0bSd2amfqlafNJZmarU6Sj7MZVjpR94SCxQjf4DwPtgWZkiLqsjUQBXA2RSq+hYyA==", "requires": { "blakejs": "^1.1.0", "js-sha3": "~0.8.0", @@ -22088,7 +21376,7 @@ }, "libp2p-tcp": { "version": "0.13.0", - "resolved": "https://registry.js.ipfs.io/libp2p-tcp/-/libp2p-tcp-0.13.0.tgz", + "resolved": "https://registry.npmjs.org/libp2p-tcp/-/libp2p-tcp-0.13.0.tgz", "integrity": "sha512-bsmfxi+uVegK61x9UxBEgWtvujPl+zwzuVEyaVRs2IxHu6OE5MGKnj7AflzlK4e3w2HZn8nm4qwMV5m+fhqK1g==", "requires": { "class-is": "^1.1.0", @@ -22325,7 +21613,7 @@ }, "libp2p-websockets": { "version": "0.12.2", - "resolved": "https://registry.js.ipfs.io/libp2p-websockets/-/libp2p-websockets-0.12.2.tgz", + "resolved": "https://registry.npmjs.org/libp2p-websockets/-/libp2p-websockets-0.12.2.tgz", "integrity": "sha512-K/Jg/fWFfP5NyiLx01EJcoAcYQO00RSHpZfPQDR3May6ABvOseAjq45SrUDdDCW5mCS0502Vz1VjRrZdOXw8zQ==", "requires": { "class-is": "^1.1.0", @@ -22338,7 +21626,7 @@ "dependencies": { "debug": { "version": "4.1.1", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-4.1.1.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "requires": { "ms": "^2.1.1" @@ -22354,7 +21642,7 @@ }, "ms": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/ms/-/ms-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" }, "multiaddr": { @@ -22373,7 +21661,7 @@ }, "lint-staged": { "version": "8.1.0", - "resolved": "https://registry.js.ipfs.io/lint-staged/-/lint-staged-8.1.0.tgz", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-8.1.0.tgz", "integrity": "sha512-yfSkyJy7EuVsaoxtUSEhrD81spdJOe/gMTGea3XaV7HyoRhTb9Gdlp6/JppRZERvKSEYXP9bjcmq6CA5oL2lYQ==", "dev": true, "requires": { @@ -22406,7 +21694,7 @@ "dependencies": { "cosmiconfig": { "version": "5.0.6", - "resolved": "https://registry.js.ipfs.io/cosmiconfig/-/cosmiconfig-5.0.6.tgz", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.0.6.tgz", "integrity": "sha512-6DWfizHriCrFWURP1/qyhsiFvYdlJzbCzmtFWh744+KyWsJo5+kPzUZZaMRSSItoYc0pxFX7gEO7ZC1/gN/7AQ==", "dev": true, "requires": { @@ -22417,7 +21705,7 @@ }, "cross-spawn": { "version": "6.0.5", - "resolved": "https://registry.js.ipfs.io/cross-spawn/-/cross-spawn-6.0.5.tgz", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", "dev": true, "requires": { @@ -22430,7 +21718,7 @@ }, "execa": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/execa/-/execa-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", "dev": true, "requires": { @@ -22445,7 +21733,7 @@ }, "get-stream": { "version": "4.1.0", - "resolved": "https://registry.js.ipfs.io/get-stream/-/get-stream-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", "dev": true, "requires": { @@ -22454,7 +21742,7 @@ }, "log-symbols": { "version": "2.2.0", - "resolved": "https://registry.js.ipfs.io/log-symbols/-/log-symbols-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", "dev": true, "requires": { @@ -22465,7 +21753,7 @@ }, "listr": { "version": "0.14.3", - "resolved": "https://registry.js.ipfs.io/listr/-/listr-0.14.3.tgz", + "resolved": "https://registry.npmjs.org/listr/-/listr-0.14.3.tgz", "integrity": "sha512-RmAl7su35BFd/xoMamRjpIE4j3v+L28o8CT5YhAXQJm1fD+1l9ngXY8JAQRJ+tFK2i5njvi0iRUKV09vPwA0iA==", "dev": true, "requires": { @@ -22482,7 +21770,7 @@ "dependencies": { "listr-verbose-renderer": { "version": "0.5.0", - "resolved": "https://registry.js.ipfs.io/listr-verbose-renderer/-/listr-verbose-renderer-0.5.0.tgz", + "resolved": "https://registry.npmjs.org/listr-verbose-renderer/-/listr-verbose-renderer-0.5.0.tgz", "integrity": "sha512-04PDPqSlsqIOaaaGZ+41vq5FejI9auqTInicFRndCBgE3bXG8D6W1I+mWhk+1nqbHmyhla/6BUrd5OSiHwKRXw==", "dev": true, "requires": { @@ -22494,7 +21782,7 @@ }, "p-map": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/p-map/-/p-map-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.0.0.tgz", "integrity": "sha512-GO107XdrSUmtHxVoi60qc9tUl/KkNKm+X2CF4P9amalpGxv5YqVPJNfSb0wcA+syCopkZvYYIzW8OVTQW59x/w==", "dev": true } @@ -22502,13 +21790,13 @@ }, "listr-silent-renderer": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/listr-silent-renderer/-/listr-silent-renderer-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/listr-silent-renderer/-/listr-silent-renderer-1.1.1.tgz", "integrity": "sha1-kktaN1cVN3C/Go4/v3S4u/P5JC4=", "dev": true }, "listr-update-renderer": { "version": "0.5.0", - "resolved": "https://registry.js.ipfs.io/listr-update-renderer/-/listr-update-renderer-0.5.0.tgz", + "resolved": "https://registry.npmjs.org/listr-update-renderer/-/listr-update-renderer-0.5.0.tgz", "integrity": "sha512-tKRsZpKz8GSGqoI/+caPmfrypiaq+OQCbd+CovEC24uk1h952lVj5sC7SqyFUm+OaJ5HN/a1YLt5cit2FMNsFA==", "dev": true, "requires": { @@ -22524,13 +21812,13 @@ "dependencies": { "ansi-styles": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/ansi-styles/-/ansi-styles-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", "dev": true }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -22543,7 +21831,7 @@ }, "figures": { "version": "1.7.0", - "resolved": "https://registry.js.ipfs.io/figures/-/figures-1.7.0.tgz", + "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz", "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", "dev": true, "requires": { @@ -22553,7 +21841,7 @@ }, "supports-color": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", "dev": true } @@ -22561,7 +21849,7 @@ }, "listr-verbose-renderer": { "version": "0.4.1", - "resolved": "https://registry.js.ipfs.io/listr-verbose-renderer/-/listr-verbose-renderer-0.4.1.tgz", + "resolved": "https://registry.npmjs.org/listr-verbose-renderer/-/listr-verbose-renderer-0.4.1.tgz", "integrity": "sha1-ggb0z21S3cWCfl/RSYng6WWTOjU=", "dev": true, "requires": { @@ -22573,13 +21861,13 @@ "dependencies": { "ansi-styles": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/ansi-styles/-/ansi-styles-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", "dev": true }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -22592,7 +21880,7 @@ }, "cli-cursor": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/cli-cursor/-/cli-cursor-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz", "integrity": "sha1-ZNo/fValRBLll5S9Ytw1KV6PKYc=", "dev": true, "requires": { @@ -22601,7 +21889,7 @@ }, "figures": { "version": "1.7.0", - "resolved": "https://registry.js.ipfs.io/figures/-/figures-1.7.0.tgz", + "resolved": "https://registry.npmjs.org/figures/-/figures-1.7.0.tgz", "integrity": "sha1-y+Hjr/zxzUS4DK3+0o3Hk6lwHS4=", "dev": true, "requires": { @@ -22611,13 +21899,13 @@ }, "onetime": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/onetime/-/onetime-1.1.0.tgz", + "resolved": "http://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz", "integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=", "dev": true }, "restore-cursor": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/restore-cursor/-/restore-cursor-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz", "integrity": "sha1-NGYfRohjJ/7SmRR5FSJS35LapUE=", "dev": true, "requires": { @@ -22627,7 +21915,7 @@ }, "supports-color": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", "dev": true } @@ -22635,13 +21923,13 @@ }, "livereload-js": { "version": "2.4.0", - "resolved": "https://registry.js.ipfs.io/livereload-js/-/livereload-js-2.4.0.tgz", + "resolved": "https://registry.npmjs.org/livereload-js/-/livereload-js-2.4.0.tgz", "integrity": "sha512-XPQH8Z2GDP/Hwz2PCDrh2mth4yFejwA1OZ/81Ti3LgKyhDcEjsSsqFWZojHG0va/duGd+WyosY7eXLDoOyqcPw==", "dev": true }, "load-json-file": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/load-json-file/-/load-json-file-2.0.0.tgz", + "resolved": "http://registry.npmjs.org/load-json-file/-/load-json-file-2.0.0.tgz", "integrity": "sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg=", "requires": { "graceful-fs": "^4.1.2", @@ -22652,7 +21940,7 @@ "dependencies": { "parse-json": { "version": "2.2.0", - "resolved": "https://registry.js.ipfs.io/parse-json/-/parse-json-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", "requires": { "error-ex": "^1.2.0" @@ -22660,14 +21948,14 @@ }, "pify": { "version": "2.3.0", - "resolved": "https://registry.js.ipfs.io/pify/-/pify-2.3.0.tgz", + "resolved": "http://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" } } }, "load-script": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/load-script/-/load-script-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/load-script/-/load-script-1.0.0.tgz", "integrity": "sha1-BJGTngvuVkPuSUp+PaPSuscMbKQ=" }, "loader-fs-cache": { @@ -22681,7 +21969,7 @@ "dependencies": { "find-cache-dir": { "version": "0.1.1", - "resolved": "https://registry.js.ipfs.io/find-cache-dir/-/find-cache-dir-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-0.1.1.tgz", "integrity": "sha1-yN765XyKUqinhPnjHFfHQumToLk=", "requires": { "commondir": "^1.0.1", @@ -22691,7 +21979,7 @@ }, "find-up": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/find-up/-/find-up-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", "requires": { "path-exists": "^2.0.0", @@ -22700,7 +21988,7 @@ }, "path-exists": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/path-exists/-/path-exists-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", "requires": { "pinkie-promise": "^2.0.0" @@ -22708,7 +21996,7 @@ }, "pkg-dir": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/pkg-dir/-/pkg-dir-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-1.0.0.tgz", "integrity": "sha1-ektQio1bstYp1EcFb/TpyTFM89Q=", "requires": { "find-up": "^1.0.0" @@ -22718,12 +22006,12 @@ }, "loader-runner": { "version": "2.3.1", - "resolved": "https://registry.js.ipfs.io/loader-runner/-/loader-runner-2.3.1.tgz", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.3.1.tgz", "integrity": "sha512-By6ZFY7ETWOc9RFaAIb23IjJVcM4dvJC/N57nmdz9RSkMXvAXGI7SyVlAw3v8vjtDRlqThgVDVmTnr9fqMlxkw==" }, "loader-utils": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/loader-utils/-/loader-utils-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.1.0.tgz", "integrity": "sha1-yYrvSIvM7aL/teLeZG1qdUQp9c0=", "requires": { "big.js": "^3.1.3", @@ -22733,14 +22021,14 @@ "dependencies": { "json5": { "version": "0.5.1", - "resolved": "https://registry.js.ipfs.io/json5/-/json5-0.5.1.tgz", + "resolved": "http://registry.npmjs.org/json5/-/json5-0.5.1.tgz", "integrity": "sha1-Hq3nrMASA0rYTiOWdn6tn6VJWCE=" } } }, "locate-path": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/locate-path/-/locate-path-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-2.0.0.tgz", "integrity": "sha1-K1aLJl7slExtnA3pw9u7ygNUzY4=", "requires": { "p-locate": "^2.0.0", @@ -22749,7 +22037,7 @@ }, "lockfile": { "version": "1.0.4", - "resolved": "https://registry.js.ipfs.io/lockfile/-/lockfile-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/lockfile/-/lockfile-1.0.4.tgz", "integrity": "sha512-cvbTwETRfsFh4nHsL1eGWapU1XFi5Ot9E85sWAwia7Y7EgB7vfqcZhTKZ+l7hCGxSPoushMv5GKhT5PdLv03WA==", "requires": { "signal-exit": "^3.0.2" @@ -22757,160 +22045,160 @@ }, "lodash": { "version": "4.17.11", - "resolved": "https://registry.js.ipfs.io/lodash/-/lodash-4.17.11.tgz", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.11.tgz", "integrity": "sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg==" }, "lodash-es": { "version": "4.17.11", - "resolved": "https://registry.js.ipfs.io/lodash-es/-/lodash-es-4.17.11.tgz", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.11.tgz", "integrity": "sha512-DHb1ub+rMjjrxqlB3H56/6MXtm1lSksDp2rA2cNWjG8mlDUYFhUj3Di2Zn5IwSU87xLv8tNIQ7sSwE/YOX/D/Q==" }, "lodash._reinterpolate": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz", "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=" }, "lodash.camelcase": { "version": "4.3.0", - "resolved": "https://registry.js.ipfs.io/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", + "resolved": "https://registry.npmjs.org/lodash.camelcase/-/lodash.camelcase-4.3.0.tgz", "integrity": "sha1-soqmKIorn8ZRA1x3EfZathkDMaY=" }, "lodash.debounce": { "version": "4.0.8", - "resolved": "https://registry.js.ipfs.io/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", "integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168=" }, "lodash.escaperegexp": { "version": "4.1.2", - "resolved": "https://registry.js.ipfs.io/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz", + "resolved": "https://registry.npmjs.org/lodash.escaperegexp/-/lodash.escaperegexp-4.1.2.tgz", "integrity": "sha1-ZHYsSGGAglGKw99Mz11YhtriA0c=", "dev": true }, "lodash.every": { "version": "4.6.0", - "resolved": "https://registry.js.ipfs.io/lodash.every/-/lodash.every-4.6.0.tgz", + "resolved": "https://registry.npmjs.org/lodash.every/-/lodash.every-4.6.0.tgz", "integrity": "sha1-64mYS+vENkJ5uzrvu9HKGb+mxqc=" }, "lodash.filter": { "version": "4.6.0", - "resolved": "https://registry.js.ipfs.io/lodash.filter/-/lodash.filter-4.6.0.tgz", + "resolved": "https://registry.npmjs.org/lodash.filter/-/lodash.filter-4.6.0.tgz", "integrity": "sha1-ZosdSYFgOuHMWm+nYBQ+SAtMSs4=" }, "lodash.find": { "version": "4.6.0", - "resolved": "https://registry.js.ipfs.io/lodash.find/-/lodash.find-4.6.0.tgz", + "resolved": "https://registry.npmjs.org/lodash.find/-/lodash.find-4.6.0.tgz", "integrity": "sha1-ywcE1Hq3F4n/oN6Ll92Sb7iLE7E=" }, "lodash.flattendeep": { "version": "4.4.0", - "resolved": "https://registry.js.ipfs.io/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz", + "resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz", "integrity": "sha1-+wMJF/hqMTTlvJvsDWngAT3f7bI=" }, "lodash.foreach": { "version": "4.5.0", - "resolved": "https://registry.js.ipfs.io/lodash.foreach/-/lodash.foreach-4.5.0.tgz", + "resolved": "https://registry.npmjs.org/lodash.foreach/-/lodash.foreach-4.5.0.tgz", "integrity": "sha1-Gmo16s5AEoDH8G3d7DUWWrJ+PlM=" }, "lodash.includes": { "version": "4.3.0", - "resolved": "https://registry.js.ipfs.io/lodash.includes/-/lodash.includes-4.3.0.tgz", + "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", "integrity": "sha1-YLuYqHy5I8aMoeUTJUgzFISfVT8=" }, "lodash.isequal": { "version": "4.5.0", - "resolved": "https://registry.js.ipfs.io/lodash.isequal/-/lodash.isequal-4.5.0.tgz", + "resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz", "integrity": "sha1-QVxEePK8wwEgwizhDtMib30+GOA=", "dev": true }, "lodash.isequalwith": { "version": "4.4.0", - "resolved": "https://registry.js.ipfs.io/lodash.isequalwith/-/lodash.isequalwith-4.4.0.tgz", + "resolved": "https://registry.npmjs.org/lodash.isequalwith/-/lodash.isequalwith-4.4.0.tgz", "integrity": "sha1-Jmcm3dUo+FTyH06pigZWBuD7xrA=" }, "lodash.isfunction": { "version": "3.0.9", - "resolved": "https://registry.js.ipfs.io/lodash.isfunction/-/lodash.isfunction-3.0.9.tgz", + "resolved": "https://registry.npmjs.org/lodash.isfunction/-/lodash.isfunction-3.0.9.tgz", "integrity": "sha512-AirXNj15uRIMMPihnkInB4i3NHeb4iBtNg9WRWuK2o31S+ePwwNmDPaTL3o7dTJ+VXNZim7rFs4rxN4YU1oUJw==" }, "lodash.kebabcase": { "version": "4.1.1", - "resolved": "https://registry.js.ipfs.io/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz", + "resolved": "https://registry.npmjs.org/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz", "integrity": "sha1-hImxyw0p/4gZXM7KRI/21swpXDY=" }, "lodash.map": { "version": "4.6.0", - "resolved": "https://registry.js.ipfs.io/lodash.map/-/lodash.map-4.6.0.tgz", + "resolved": "https://registry.npmjs.org/lodash.map/-/lodash.map-4.6.0.tgz", "integrity": "sha1-dx7Hg540c9nEzeKLGTlMNWL09tM=" }, "lodash.max": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/lodash.max/-/lodash.max-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/lodash.max/-/lodash.max-4.0.1.tgz", "integrity": "sha1-hzVWbGGLNan3YFILSHrnllivE2o=" }, "lodash.maxby": { "version": "4.6.0", - "resolved": "https://registry.js.ipfs.io/lodash.maxby/-/lodash.maxby-4.6.0.tgz", + "resolved": "https://registry.npmjs.org/lodash.maxby/-/lodash.maxby-4.6.0.tgz", "integrity": "sha1-CCJABo88eiJ6oAqDgOTzjPB4bj0=" }, "lodash.memoize": { "version": "4.1.2", - "resolved": "https://registry.js.ipfs.io/lodash.memoize/-/lodash.memoize-4.1.2.tgz", + "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", "integrity": "sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4=" }, "lodash.merge": { "version": "4.6.1", - "resolved": "https://registry.js.ipfs.io/lodash.merge/-/lodash.merge-4.6.1.tgz", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.1.tgz", "integrity": "sha512-AOYza4+Hf5z1/0Hztxpm2/xiPZgi/cjMqdnKTUWTBSKchJlxXXuUSxCCl8rJlf4g6yww/j6mA8nC8Hw/EZWxKQ==" }, "lodash.mergewith": { "version": "4.6.1", - "resolved": "https://registry.js.ipfs.io/lodash.mergewith/-/lodash.mergewith-4.6.1.tgz", + "resolved": "https://registry.npmjs.org/lodash.mergewith/-/lodash.mergewith-4.6.1.tgz", "integrity": "sha512-eWw5r+PYICtEBgrBE5hhlT6aAa75f411bgDz/ZL2KZqYV03USvucsxcHUIlGTDTECs1eunpI7HOV7U+WLDvNdQ==", "dev": true }, "lodash.omit": { "version": "4.5.0", - "resolved": "https://registry.js.ipfs.io/lodash.omit/-/lodash.omit-4.5.0.tgz", + "resolved": "https://registry.npmjs.org/lodash.omit/-/lodash.omit-4.5.0.tgz", "integrity": "sha1-brGa5aHuHdnfC5aeZs4Lf6MLXmA=", "dev": true }, "lodash.once": { "version": "4.1.1", - "resolved": "https://registry.js.ipfs.io/lodash.once/-/lodash.once-4.1.1.tgz", + "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", "integrity": "sha1-DdOXEhPHxW34gJd9UEyI+0cal6w=", "dev": true }, "lodash.padstart": { "version": "4.6.1", - "resolved": "https://registry.js.ipfs.io/lodash.padstart/-/lodash.padstart-4.6.1.tgz", + "resolved": "https://registry.npmjs.org/lodash.padstart/-/lodash.padstart-4.6.1.tgz", "integrity": "sha1-0uPuv/DZ05rVD1y9G1KnvOa7YRs=" }, "lodash.pick": { "version": "4.4.0", - "resolved": "https://registry.js.ipfs.io/lodash.pick/-/lodash.pick-4.4.0.tgz", + "resolved": "https://registry.npmjs.org/lodash.pick/-/lodash.pick-4.4.0.tgz", "integrity": "sha1-UvBWEP/53tQiYRRB7R/BI6AwAbM=", "dev": true }, "lodash.repeat": { "version": "4.1.0", - "resolved": "https://registry.js.ipfs.io/lodash.repeat/-/lodash.repeat-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/lodash.repeat/-/lodash.repeat-4.1.0.tgz", "integrity": "sha1-/H3oEx2MisB+S0n3T/6CnR8r7EQ=" }, "lodash.snakecase": { "version": "4.1.1", - "resolved": "https://registry.js.ipfs.io/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz", + "resolved": "https://registry.npmjs.org/lodash.snakecase/-/lodash.snakecase-4.1.1.tgz", "integrity": "sha1-OdcUo1NXFHg3rv1ktdy7Fr7Nj40=", "dev": true }, "lodash.startcase": { "version": "4.4.0", - "resolved": "https://registry.js.ipfs.io/lodash.startcase/-/lodash.startcase-4.4.0.tgz", + "resolved": "https://registry.npmjs.org/lodash.startcase/-/lodash.startcase-4.4.0.tgz", "integrity": "sha1-lDbjTtJgk+1/+uGTYUQ1CRXZrdg=", "dev": true }, "lodash.template": { "version": "4.4.0", - "resolved": "https://registry.js.ipfs.io/lodash.template/-/lodash.template-4.4.0.tgz", + "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-4.4.0.tgz", "integrity": "sha1-5zoDhcg1VZF0bgILmWecaQ5o+6A=", "requires": { "lodash._reinterpolate": "~3.0.0", @@ -22919,7 +22207,7 @@ }, "lodash.templatesettings": { "version": "4.1.0", - "resolved": "https://registry.js.ipfs.io/lodash.templatesettings/-/lodash.templatesettings-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-4.1.0.tgz", "integrity": "sha1-K01OlbpEDZFf8IvImeRVNmZxMxY=", "requires": { "lodash._reinterpolate": "~3.0.0" @@ -22927,39 +22215,39 @@ }, "lodash.throttle": { "version": "4.1.1", - "resolved": "https://registry.js.ipfs.io/lodash.throttle/-/lodash.throttle-4.1.1.tgz", + "resolved": "https://registry.npmjs.org/lodash.throttle/-/lodash.throttle-4.1.1.tgz", "integrity": "sha1-wj6RtxAkKscMN/HhzaknTMOb8vQ=" }, "lodash.toarray": { "version": "4.4.0", - "resolved": "https://registry.js.ipfs.io/lodash.toarray/-/lodash.toarray-4.4.0.tgz", + "resolved": "https://registry.npmjs.org/lodash.toarray/-/lodash.toarray-4.4.0.tgz", "integrity": "sha1-JMS/zWsvuji/0FlNsRedjptlZWE=" }, "lodash.topairs": { "version": "4.3.0", - "resolved": "https://registry.js.ipfs.io/lodash.topairs/-/lodash.topairs-4.3.0.tgz", + "resolved": "https://registry.npmjs.org/lodash.topairs/-/lodash.topairs-4.3.0.tgz", "integrity": "sha1-O23qo31g+xFnE8RsXxfqGQ7EjWQ=", "dev": true }, "lodash.uniq": { "version": "4.5.0", - "resolved": "https://registry.js.ipfs.io/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=" }, "lodash.uniqby": { "version": "4.7.0", - "resolved": "https://registry.js.ipfs.io/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz", + "resolved": "https://registry.npmjs.org/lodash.uniqby/-/lodash.uniqby-4.7.0.tgz", "integrity": "sha1-2ZwHpmnp5tJOE2Lf4mbGdhavEwI=" }, "lodash.upperfirst": { "version": "4.3.1", - "resolved": "https://registry.js.ipfs.io/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz", + "resolved": "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz", "integrity": "sha1-E2Xt9DFIBIHvDRxolXpe2Z1J984=", "dev": true }, "log-symbols": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/log-symbols/-/log-symbols-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-1.0.2.tgz", "integrity": "sha1-N2/3tY6jCGoPCfrMdGF+ylAeGhg=", "dev": true, "requires": { @@ -22968,13 +22256,13 @@ "dependencies": { "ansi-styles": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/ansi-styles/-/ansi-styles-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", "dev": true }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -22987,7 +22275,7 @@ }, "supports-color": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", "dev": true } @@ -22995,7 +22283,7 @@ }, "log-update": { "version": "2.3.0", - "resolved": "https://registry.js.ipfs.io/log-update/-/log-update-2.3.0.tgz", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-2.3.0.tgz", "integrity": "sha1-iDKP19HOeTiykoN0bwsbwSayRwg=", "dev": true, "requires": { @@ -23006,13 +22294,13 @@ "dependencies": { "ansi-regex": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/ansi-regex/-/ansi-regex-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", "dev": true }, "strip-ansi": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/strip-ansi/-/strip-ansi-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "dev": true, "requires": { @@ -23021,7 +22309,7 @@ }, "wrap-ansi": { "version": "3.0.1", - "resolved": "https://registry.js.ipfs.io/wrap-ansi/-/wrap-ansi-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-3.0.1.tgz", "integrity": "sha1-KIoE2H7aXChuBg3+jxNc6NAH+Lo=", "dev": true, "requires": { @@ -23033,7 +22321,7 @@ }, "log4js": { "version": "3.0.6", - "resolved": "https://registry.js.ipfs.io/log4js/-/log4js-3.0.6.tgz", + "resolved": "https://registry.npmjs.org/log4js/-/log4js-3.0.6.tgz", "integrity": "sha512-ezXZk6oPJCWL483zj64pNkMuY/NcRX5MPiB0zE6tjZM137aeusrOnW1ecxgF9cmwMWkBMhjteQxBPoZBh9FDxQ==", "dev": true, "requires": { @@ -23046,7 +22334,7 @@ "dependencies": { "circular-json": { "version": "0.5.9", - "resolved": "https://registry.js.ipfs.io/circular-json/-/circular-json-0.5.9.tgz", + "resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.5.9.tgz", "integrity": "sha512-4ivwqHpIFJZBuhN3g/pEcdbnGUywkBblloGbkglyloVjjR3uT6tieI89MVOfbP2tHX5sgb01FuLgAOzebNlJNQ==", "dev": true } @@ -23054,23 +22342,23 @@ }, "loglevel": { "version": "1.6.1", - "resolved": "https://registry.js.ipfs.io/loglevel/-/loglevel-1.6.1.tgz", + "resolved": "https://registry.npmjs.org/loglevel/-/loglevel-1.6.1.tgz", "integrity": "sha1-4PyVEztu8nbNyIh82vJKpvFW+Po=" }, "longest-streak": { "version": "2.0.2", - "resolved": "https://registry.js.ipfs.io/longest-streak/-/longest-streak-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/longest-streak/-/longest-streak-2.0.2.tgz", "integrity": "sha512-TmYTeEYxiAmSVdpbnQDXGtvYOIRsCMg89CVZzwzc2o7GFL1CjoiRPjH5ec0NFAVlAx3fVof9dX/t6KKRAo2OWA==", "dev": true }, "looper": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/looper/-/looper-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/looper/-/looper-3.0.0.tgz", "integrity": "sha1-LvpUw7HLq6m5Su4uWRSwvlf7t0k=" }, "loose-envify": { "version": "1.4.0", - "resolved": "https://registry.js.ipfs.io/loose-envify/-/loose-envify-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", "requires": { "js-tokens": "^3.0.0 || ^4.0.0" @@ -23078,7 +22366,7 @@ }, "loud-rejection": { "version": "1.6.0", - "resolved": "https://registry.js.ipfs.io/loud-rejection/-/loud-rejection-1.6.0.tgz", + "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", "requires": { "currently-unhandled": "^0.4.1", @@ -23087,12 +22375,12 @@ }, "lowercase-keys": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/lowercase-keys/-/lowercase-keys-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-1.0.1.tgz", "integrity": "sha512-G2Lj61tXDnVFFOi8VZds+SoQjtQC3dgokKdDG2mTm1tx4m50NUHBOZSBwQQHyy0V12A0JTG4icfZQH+xPyh8VA==" }, "lru-cache": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/lru-cache/-/lru-cache-4.0.0.tgz", + "resolved": "http://registry.npmjs.org/lru-cache/-/lru-cache-4.0.0.tgz", "integrity": "sha1-tcvwFVbBaWb+vlTO7A+03JDfbCg=", "requires": { "pseudomap": "^1.0.1", @@ -23101,12 +22389,12 @@ }, "ltcdr": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/ltcdr/-/ltcdr-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/ltcdr/-/ltcdr-2.2.1.tgz", "integrity": "sha1-Wrh60dTB2rjowIu/A37gwZAih88=" }, "ltgt": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/ltgt/-/ltgt-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/ltgt/-/ltgt-2.2.1.tgz", "integrity": "sha1-81ypHEk/e3PaDgdJUwTxezH4fuU=" }, "mafmt": { @@ -23119,7 +22407,7 @@ }, "magic-string": { "version": "0.25.1", - "resolved": "https://registry.js.ipfs.io/magic-string/-/magic-string-0.25.1.tgz", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.1.tgz", "integrity": "sha512-sCuTz6pYom8Rlt4ISPFn6wuFodbKMIHUMv4Qko9P17dpxb7s52KJTmRuZZqHdGmLCK9AOcDare039nRIcfdkEg==", "requires": { "sourcemap-codec": "^1.4.1" @@ -23127,7 +22415,7 @@ }, "make-dir": { "version": "1.3.0", - "resolved": "https://registry.js.ipfs.io/make-dir/-/make-dir-1.3.0.tgz", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-1.3.0.tgz", "integrity": "sha512-2w31R7SJtieJJnQtGc7RVL2StM2vGYVfqUOvUDxH6bC6aJTxPxTF0GnIgCyu7tjockiUWAYQRbxa7vKn34s5sQ==", "requires": { "pify": "^3.0.0" @@ -23135,7 +22423,7 @@ }, "map-age-cleaner": { "version": "0.1.3", - "resolved": "https://registry.js.ipfs.io/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", + "resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==", "requires": { "p-defer": "^1.0.0" @@ -23143,24 +22431,24 @@ }, "map-cache": { "version": "0.2.2", - "resolved": "https://registry.js.ipfs.io/map-cache/-/map-cache-0.2.2.tgz", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=" }, "map-obj": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/map-obj/-/map-obj-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-2.0.0.tgz", "integrity": "sha1-plzSkIepJZi4eRJXpSPgISIqwfk=", "dev": true }, "map-stream": { "version": "0.1.0", - "resolved": "https://registry.js.ipfs.io/map-stream/-/map-stream-0.1.0.tgz", + "resolved": "http://registry.npmjs.org/map-stream/-/map-stream-0.1.0.tgz", "integrity": "sha1-5WqpTEyAVaFkBKBnS3jyFffI4ZQ=", "dev": true }, "map-visit": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/map-visit/-/map-visit-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", "requires": { "object-visit": "^1.0.0" @@ -23168,18 +22456,18 @@ }, "markdown-escapes": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/markdown-escapes/-/markdown-escapes-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.2.tgz", "integrity": "sha512-lbRZ2mE3Q9RtLjxZBZ9+IMl68DKIXaVAhwvwn9pmjnPLS0h/6kyBMgNhqi1xFJ/2yv6cSyv0jbiZavZv93JkkA==" }, "markdown-table": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/markdown-table/-/markdown-table-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/markdown-table/-/markdown-table-1.1.2.tgz", "integrity": "sha512-NcWuJFHDA8V3wkDgR/j4+gZx+YQwstPgfQDV8ndUeWWzta3dnDTBxpVzqS9lkmJAuV5YX35lmyojl6HO5JXAgw==", "dev": true }, "matcher": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/matcher/-/matcher-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/matcher/-/matcher-1.1.1.tgz", "integrity": "sha512-+BmqxWIubKTRKNWx/ahnCkk3mG8m7OturVlqq6HiojGJTd5hVYbgZm6WzcYPCoB+KBT4Vd6R7WSRG2OADNaCjg==", "dev": true, "requires": { @@ -23188,24 +22476,24 @@ }, "math-expression-evaluator": { "version": "1.2.17", - "resolved": "https://registry.js.ipfs.io/math-expression-evaluator/-/math-expression-evaluator-1.2.17.tgz", + "resolved": "https://registry.npmjs.org/math-expression-evaluator/-/math-expression-evaluator-1.2.17.tgz", "integrity": "sha1-3oGf282E3M2PrlnGrreWFbnSZqw=" }, "math-random": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/math-random/-/math-random-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/math-random/-/math-random-1.0.1.tgz", "integrity": "sha1-izqsWIuKZuSXXjzepn97sylgH6w=", "dev": true }, "mathml-tag-names": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/mathml-tag-names/-/mathml-tag-names-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.0.tgz", "integrity": "sha512-3Zs9P/0zzwTob2pdgT0CHZuMbnSUSp8MB1bddfm+HDmnFWHGT4jvEZRf+2RuPoa+cjdn/z25SEt5gFTqdhvJAg==", "dev": true }, "md5": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/md5/-/md5-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/md5/-/md5-2.2.1.tgz", "integrity": "sha1-U6s41f48iJG6RlMp6iP6wFQBJvk=", "requires": { "charenc": "~0.0.1", @@ -23215,7 +22503,7 @@ }, "md5-file": { "version": "3.2.3", - "resolved": "https://registry.js.ipfs.io/md5-file/-/md5-file-3.2.3.tgz", + "resolved": "https://registry.npmjs.org/md5-file/-/md5-file-3.2.3.tgz", "integrity": "sha512-3Tkp1piAHaworfcCgH0jKbTvj1jWWFgbvh2cXaNCgHwyTCBxxvD1Y04rmfpvdPm1P4oXMOpm6+2H7sr7v9v8Fw==", "requires": { "buffer-alloc": "^1.1.0" @@ -23223,7 +22511,7 @@ }, "md5.js": { "version": "1.3.5", - "resolved": "https://registry.js.ipfs.io/md5.js/-/md5.js-1.3.5.tgz", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", "requires": { "hash-base": "^3.0.0", @@ -23233,7 +22521,7 @@ }, "mdast-add-list-metadata": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/mdast-add-list-metadata/-/mdast-add-list-metadata-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/mdast-add-list-metadata/-/mdast-add-list-metadata-1.0.1.tgz", "integrity": "sha512-fB/VP4MJ0LaRsog7hGPxgOrSL3gE/2uEdZyDuSEnKCv/8IkYHiDkIQSbChiJoHyxZZXZ9bzckyRk+vNxFzh8rA==", "requires": { "unist-util-visit-parents": "1.1.2" @@ -23241,7 +22529,7 @@ }, "mdast-util-compact": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/mdast-util-compact/-/mdast-util-compact-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/mdast-util-compact/-/mdast-util-compact-1.0.2.tgz", "integrity": "sha512-d2WS98JSDVbpSsBfVvD9TaDMlqPRz7ohM/11G0rp5jOBb5q96RJ6YLszQ/09AAixyzh23FeIpCGqfaamEADtWg==", "dev": true, "requires": { @@ -23250,7 +22538,7 @@ }, "mdast-util-definitions": { "version": "1.2.3", - "resolved": "https://registry.js.ipfs.io/mdast-util-definitions/-/mdast-util-definitions-1.2.3.tgz", + "resolved": "https://registry.npmjs.org/mdast-util-definitions/-/mdast-util-definitions-1.2.3.tgz", "integrity": "sha512-P6wpRO8YVQ1iv30maMc93NLh7COvufglBE8/ldcOyYmk5EbfF0YeqlLgtqP/FOBU501Kqar1x5wYWwB3Nga74g==", "dev": true, "requires": { @@ -23259,7 +22547,7 @@ }, "mdast-util-inject": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/mdast-util-inject/-/mdast-util-inject-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/mdast-util-inject/-/mdast-util-inject-1.1.0.tgz", "integrity": "sha1-2wa4tYW+lZotzS+H9HK6m3VvNnU=", "dev": true, "requires": { @@ -23268,7 +22556,7 @@ }, "mdast-util-to-hast": { "version": "3.0.4", - "resolved": "https://registry.js.ipfs.io/mdast-util-to-hast/-/mdast-util-to-hast-3.0.4.tgz", + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-3.0.4.tgz", "integrity": "sha512-/eIbly2YmyVgpJNo+bFLLMCI1XgolO/Ffowhf+pHDq3X4/V6FntC9sGQCDLM147eTS+uSXv5dRzJyFn+o0tazA==", "dev": true, "requires": { @@ -23287,13 +22575,13 @@ }, "mdast-util-to-string": { "version": "1.0.5", - "resolved": "https://registry.js.ipfs.io/mdast-util-to-string/-/mdast-util-to-string-1.0.5.tgz", + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.0.5.tgz", "integrity": "sha512-2qLt/DEOo5F6nc2VFScQiHPzQ0XXcabquRJxKMhKte8nt42o08HUxNDPk7tt0YPxnWjAT11I1SYi0X0iPnfI5A==", "dev": true }, "mdast-util-toc": { "version": "3.0.1", - "resolved": "https://registry.js.ipfs.io/mdast-util-toc/-/mdast-util-toc-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/mdast-util-toc/-/mdast-util-toc-3.0.1.tgz", "integrity": "sha512-Z8lKq6sQr/vDNIcUkIWzPwKo5JQIzlDLouZuzIMVajOdUAyjnkA+s98RhjVpFt7SiuJzase9oh6Iw7n4zhVNDQ==", "dev": true, "requires": { @@ -23304,12 +22592,12 @@ }, "mdn-data": { "version": "1.1.4", - "resolved": "https://registry.js.ipfs.io/mdn-data/-/mdn-data-1.1.4.tgz", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-1.1.4.tgz", "integrity": "sha512-FSYbp3lyKjyj3E7fMl6rYvUdX0FBXaluGqlFoYESWQlyUTq8R+wp0rkFxoYFqZlHCvsUXGjyJmLQSnXToYhOSA==" }, "mdurl": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/mdurl/-/mdurl-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", "integrity": "sha1-/oWy7HWlkDfyrf7BAP1sYBdhFS4=", "dev": true }, @@ -23320,12 +22608,12 @@ }, "media-typer": { "version": "0.3.0", - "resolved": "https://registry.js.ipfs.io/media-typer/-/media-typer-0.3.0.tgz", + "resolved": "http://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" }, "mem": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/mem/-/mem-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/mem/-/mem-1.1.0.tgz", "integrity": "sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y=", "requires": { "mimic-fn": "^1.0.0" @@ -23333,7 +22621,7 @@ }, "memdown": { "version": "1.4.1", - "resolved": "https://registry.js.ipfs.io/memdown/-/memdown-1.4.1.tgz", + "resolved": "https://registry.npmjs.org/memdown/-/memdown-1.4.1.tgz", "integrity": "sha1-tOThkhdGZP+65BNhqlAPMRnv4hU=", "requires": { "abstract-leveldown": "~2.7.1", @@ -23346,7 +22634,7 @@ "dependencies": { "abstract-leveldown": { "version": "2.7.2", - "resolved": "https://registry.js.ipfs.io/abstract-leveldown/-/abstract-leveldown-2.7.2.tgz", + "resolved": "https://registry.npmjs.org/abstract-leveldown/-/abstract-leveldown-2.7.2.tgz", "integrity": "sha512-+OVvxH2rHVEhWLdbudP6p0+dNMXu8JA1CbhP19T8paTYAcX7oJ4OVjT+ZUVpv7mITxXHqDMej+GdqXBmXkw09w==", "requires": { "xtend": "~4.0.0" @@ -23356,7 +22644,7 @@ }, "memory-fs": { "version": "0.4.1", - "resolved": "https://registry.js.ipfs.io/memory-fs/-/memory-fs-0.4.1.tgz", + "resolved": "https://registry.npmjs.org/memory-fs/-/memory-fs-0.4.1.tgz", "integrity": "sha1-OpoguEYlI+RHz7x+i7gO1me/xVI=", "requires": { "errno": "^0.1.3", @@ -23365,7 +22653,7 @@ }, "meow": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/meow/-/meow-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/meow/-/meow-4.0.1.tgz", "integrity": "sha512-xcSBHD5Z86zaOc+781KrupuHAzeGXSLtiAOmBsiLDiPSaYSB6hdew2ng9EBAnZ62jagG9MHAOdxpDi/lWBFJ/A==", "dev": true, "requires": { @@ -23382,7 +22670,7 @@ "dependencies": { "load-json-file": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/load-json-file/-/load-json-file-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", "dev": true, "requires": { @@ -23394,7 +22682,7 @@ }, "path-type": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/path-type/-/path-type-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", "dev": true, "requires": { @@ -23403,7 +22691,7 @@ }, "read-pkg": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/read-pkg/-/read-pkg-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", "dev": true, "requires": { @@ -23414,7 +22702,7 @@ }, "read-pkg-up": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/read-pkg-up/-/read-pkg-up-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", "dev": true, "requires": { @@ -23426,12 +22714,12 @@ }, "merge-descriptors": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" }, "merge-options": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/merge-options/-/merge-options-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/merge-options/-/merge-options-1.0.1.tgz", "integrity": "sha512-iuPV41VWKWBIOpBsjoxjDZw8/GbSfZ2mk7N1453bwMrfzdrIk7EzBd+8UVR6rkw67th7xnk9Dytl3J+lHPdxvg==", "requires": { "is-plain-obj": "^1.1" @@ -23439,7 +22727,7 @@ }, "merge-stream": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/merge-stream/-/merge-stream-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-1.0.1.tgz", "integrity": "sha1-QEEgLVCKNCugAXQAjfDCUbjBNeE=", "requires": { "readable-stream": "^2.0.1" @@ -23447,17 +22735,17 @@ }, "merge2": { "version": "1.2.3", - "resolved": "https://registry.js.ipfs.io/merge2/-/merge2-1.2.3.tgz", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.2.3.tgz", "integrity": "sha512-gdUU1Fwj5ep4kplwcmftruWofEFt6lfpkkr3h860CXbAB9c3hGb55EOL2ali0Td5oebvW0E1+3Sr+Ur7XfKpRA==" }, "merkle-lib": { "version": "2.0.10", - "resolved": "https://registry.js.ipfs.io/merkle-lib/-/merkle-lib-2.0.10.tgz", + "resolved": "https://registry.npmjs.org/merkle-lib/-/merkle-lib-2.0.10.tgz", "integrity": "sha1-grjbrnXieneFOItz+ddyXQ9vMyY=" }, "merkle-patricia-tree": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/merkle-patricia-tree/-/merkle-patricia-tree-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/merkle-patricia-tree/-/merkle-patricia-tree-3.0.0.tgz", "integrity": "sha512-soRaMuNf/ILmw3KWbybaCjhx86EYeBbD8ph0edQCTed0JN/rxDt1EBN52Ajre3VyGo+91f8+/rfPIRQnnGMqmQ==", "requires": { "async": "^2.6.1", @@ -23479,7 +22767,7 @@ }, "level-ws": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/level-ws/-/level-ws-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/level-ws/-/level-ws-1.0.0.tgz", "integrity": "sha512-RXEfCmkd6WWFlArh3X8ONvQPm8jNpfA0s/36M4QzLqrLEIt1iJE9WBHLZ5vZJK6haMjJPJGJCQWfjMNnRcq/9Q==", "requires": { "inherits": "^2.0.3", @@ -23489,7 +22777,7 @@ "dependencies": { "readable-stream": { "version": "2.3.6", - "resolved": "https://registry.js.ipfs.io/readable-stream/-/readable-stream-2.3.6.tgz", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", "requires": { "core-util-is": "~1.0.0", @@ -23517,12 +22805,12 @@ }, "methods": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/methods/-/methods-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" }, "micromatch": { "version": "3.1.10", - "resolved": "https://registry.js.ipfs.io/micromatch/-/micromatch-3.1.10.tgz", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", "requires": { "arr-diff": "^4.0.0", @@ -23542,7 +22830,7 @@ }, "miller-rabin": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/miller-rabin/-/miller-rabin-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", "requires": { "bn.js": "^4.0.0", @@ -23551,17 +22839,17 @@ }, "mime": { "version": "2.4.0", - "resolved": "https://registry.js.ipfs.io/mime/-/mime-2.4.0.tgz", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.4.0.tgz", "integrity": "sha512-ikBcWwyqXQSHKtciCcctu9YfPbFYZ4+gbHEmE0Q8jzcTYQg5dHCr3g2wwAZjPoJfQVXZq6KXAjpXOTf5/cjT7w==" }, "mime-db": { "version": "1.37.0", - "resolved": "https://registry.js.ipfs.io/mime-db/-/mime-db-1.37.0.tgz", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.37.0.tgz", "integrity": "sha512-R3C4db6bgQhlIhPU48fUtdVmKnflq+hRdad7IyKhtFj06VPNVdk2RhiYL3UjQIlso8L+YxAtFkobT0VK+S/ybg==" }, "mime-types": { "version": "2.1.21", - "resolved": "https://registry.js.ipfs.io/mime-types/-/mime-types-2.1.21.tgz", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.21.tgz", "integrity": "sha512-3iL6DbwpyLzjR3xHSFNFeb9Nz/M8WDkX33t1GFQnFOllWk8pOrh/LSrB5OXlnlW5P9LH73X6loW/eogc+F5lJg==", "requires": { "mime-db": "~1.37.0" @@ -23569,26 +22857,17 @@ }, "mimic-fn": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/mimic-fn/-/mimic-fn-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-1.2.0.tgz", "integrity": "sha512-jf84uxzwiuiIVKiOLpfYk7N46TSy8ubTonmneY9vrpHNAnp0QBt2BxWV9dO3/j+BoVAb+a5G6YDPW3M5HOdMWQ==" }, "mimic-response": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/mimic-response/-/mimic-response-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-1.0.1.tgz", "integrity": "sha512-j5EctnkH7amfV/q5Hgmoal1g2QHFJRraOtmx0JpIqkxhBhI/lJSl1nMpQ45hVarwNETOoWEimndZ4QK0RHxuxQ==" }, - "mimos": { - "version": "3.0.3", - "resolved": "https://registry.js.ipfs.io/mimos/-/mimos-3.0.3.tgz", - "integrity": "sha1-uRCQcq03jCty9qAQHEPd+ys2ZB8=", - "requires": { - "hoek": "4.x.x", - "mime-db": "1.x.x" - } - }, "min-document": { "version": "2.19.0", - "resolved": "https://registry.js.ipfs.io/min-document/-/min-document-2.19.0.tgz", + "resolved": "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz", "integrity": "sha1-e9KC4/WELtKVu3SM3Z8f+iyCRoU=", "requires": { "dom-walk": "^0.1.0" @@ -23596,7 +22875,7 @@ }, "mini-css-extract-plugin": { "version": "0.4.5", - "resolved": "https://registry.js.ipfs.io/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.5.tgz", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.4.5.tgz", "integrity": "sha512-dqBanNfktnp2hwL2YguV9Jh91PFX7gu7nRLs4TGsbAfAG6WOtlynFRYzwDwmmeSb5uIwHo9nx1ta0f7vAZVp2w==", "requires": { "loader-utils": "^1.1.0", @@ -23606,7 +22885,7 @@ "dependencies": { "schema-utils": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/schema-utils/-/schema-utils-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", "requires": { "ajv": "^6.1.0", @@ -23618,17 +22897,17 @@ }, "minimalistic-assert": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==" }, "minimalistic-crypto-utils": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", "integrity": "sha1-9sAMHAsIIkblxNmd+4x8CDsrWCo=" }, "minimatch": { "version": "3.0.4", - "resolved": "https://registry.js.ipfs.io/minimatch/-/minimatch-3.0.4.tgz", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", "requires": { "brace-expansion": "^1.1.7" @@ -23636,12 +22915,12 @@ }, "minimist": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/minimist/-/minimist-1.2.0.tgz", + "resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=" }, "minimist-options": { "version": "3.0.2", - "resolved": "https://registry.js.ipfs.io/minimist-options/-/minimist-options-3.0.2.tgz", + "resolved": "https://registry.npmjs.org/minimist-options/-/minimist-options-3.0.2.tgz", "integrity": "sha512-FyBrT/d0d4+uiZRbqznPXqw3IpZZG3gl3wKWiX784FycUKVwBt0uLBFkQrtE4tZOrgo78nZp2jnKz3L65T5LdQ==", "dev": true, "requires": { @@ -23651,7 +22930,7 @@ }, "minipass": { "version": "2.3.5", - "resolved": "https://registry.js.ipfs.io/minipass/-/minipass-2.3.5.tgz", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-2.3.5.tgz", "integrity": "sha512-Gi1W4k059gyRbyVUZQ4mEqLm0YIUiGYfvxhF6SIlk3ui1WVxMTGfGdQ2SInh3PDrRTVvPKgULkpJtT4RH10+VA==", "requires": { "safe-buffer": "^5.1.2", @@ -23660,14 +22939,14 @@ "dependencies": { "yallist": { "version": "3.0.3", - "resolved": "https://registry.js.ipfs.io/yallist/-/yallist-3.0.3.tgz", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.0.3.tgz", "integrity": "sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==" } } }, "minizlib": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/minizlib/-/minizlib-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-1.1.1.tgz", "integrity": "sha512-TrfjCjk4jLhcJyGMYymBH6oTXcWjYbUAXTHDbtnWHjZC25h0cdajHuPE1zxb4DVmu8crfh+HwH/WMuyLG0nHBg==", "requires": { "minipass": "^2.2.1" @@ -23675,7 +22954,7 @@ }, "mississippi": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/mississippi/-/mississippi-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz", "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", "requires": { "concat-stream": "^1.5.0", @@ -23692,12 +22971,12 @@ }, "mitt": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/mitt/-/mitt-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/mitt/-/mitt-1.1.3.tgz", "integrity": "sha512-mUDCnVNsAi+eD6qA0HkRkwYczbLHJ49z17BGe2PYRhZL4wpZUFZGJHU7/5tmvohoma+Hdn0Vh/oJTiPEmgSruA==" }, "mixin-deep": { "version": "1.3.1", - "resolved": "https://registry.js.ipfs.io/mixin-deep/-/mixin-deep-1.3.1.tgz", + "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz", "integrity": "sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ==", "requires": { "for-in": "^1.0.2", @@ -23706,7 +22985,7 @@ "dependencies": { "is-extendable": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/is-extendable/-/is-extendable-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "requires": { "is-plain-object": "^2.0.4" @@ -23732,7 +23011,7 @@ }, "mkdirp": { "version": "0.5.1", - "resolved": "https://registry.js.ipfs.io/mkdirp/-/mkdirp-0.5.1.tgz", + "resolved": "http://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz", "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=", "requires": { "minimist": "0.0.8" @@ -23740,14 +23019,14 @@ "dependencies": { "minimist": { "version": "0.0.8", - "resolved": "https://registry.js.ipfs.io/minimist/-/minimist-0.0.8.tgz", + "resolved": "http://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz", "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=" } } }, "mocha": { "version": "5.2.0", - "resolved": "https://registry.js.ipfs.io/mocha/-/mocha-5.2.0.tgz", + "resolved": "https://registry.npmjs.org/mocha/-/mocha-5.2.0.tgz", "integrity": "sha512-2IUgKDhc3J7Uug+FxMXuqIyYzH7gJjXECKe/w43IGgQHTSj3InJi+yAA7T24L9bQMRKiUEHxEX37G5JpVUGLcQ==", "dev": true, "requires": { @@ -23766,19 +23045,19 @@ "dependencies": { "commander": { "version": "2.15.1", - "resolved": "https://registry.js.ipfs.io/commander/-/commander-2.15.1.tgz", + "resolved": "http://registry.npmjs.org/commander/-/commander-2.15.1.tgz", "integrity": "sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag==", "dev": true }, "diff": { "version": "3.5.0", - "resolved": "https://registry.js.ipfs.io/diff/-/diff-3.5.0.tgz", + "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==", "dev": true }, "glob": { "version": "7.1.2", - "resolved": "https://registry.js.ipfs.io/glob/-/glob-7.1.2.tgz", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.2.tgz", "integrity": "sha512-MJTUg1kjuLeQCJ+ccE4Vpa6kKVXkPYJ2mOCQyUuKLcLQsdrMCpBPUi8qVE6+YuaJkozeA9NusTAw3hLr8Xe5EQ==", "dev": true, "requires": { @@ -23792,7 +23071,7 @@ }, "supports-color": { "version": "5.4.0", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-5.4.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.4.0.tgz", "integrity": "sha512-zjaXglF5nnWpsq470jSv6P9DwPvgLkuapYmfDm3JWOm0vkNTVF2tI4UrN2r6jH1qM/uc/WtxYY1hYoA2dOKj5w==", "dev": true, "requires": { @@ -23803,7 +23082,7 @@ }, "mocha-jenkins-reporter": { "version": "0.4.1", - "resolved": "https://registry.js.ipfs.io/mocha-jenkins-reporter/-/mocha-jenkins-reporter-0.4.1.tgz", + "resolved": "https://registry.npmjs.org/mocha-jenkins-reporter/-/mocha-jenkins-reporter-0.4.1.tgz", "integrity": "sha512-IqnIylrkKJG0lxeoawRkhv/uiYojMEw3o9TQOpDFarPYKVq4ymngVPwsyfMB0XMDqtDbOTOCviFg8xOLHb80/Q==", "dev": true, "requires": { @@ -23815,7 +23094,7 @@ "dependencies": { "diff": { "version": "1.0.7", - "resolved": "https://registry.js.ipfs.io/diff/-/diff-1.0.7.tgz", + "resolved": "https://registry.npmjs.org/diff/-/diff-1.0.7.tgz", "integrity": "sha1-JLuwAcSn1VIhaefKvbLCgU7ZHPQ=", "dev": true } @@ -23823,13 +23102,13 @@ }, "modify-values": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/modify-values/-/modify-values-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/modify-values/-/modify-values-1.0.1.tgz", "integrity": "sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==", "dev": true }, "module-deps-sortable": { "version": "4.0.6", - "resolved": "https://registry.js.ipfs.io/module-deps-sortable/-/module-deps-sortable-4.0.6.tgz", + "resolved": "http://registry.npmjs.org/module-deps-sortable/-/module-deps-sortable-4.0.6.tgz", "integrity": "sha1-ElGkuixEqS32mJvQKdoSGk8hCbA=", "dev": true, "requires": { @@ -23851,7 +23130,7 @@ "dependencies": { "concat-stream": { "version": "1.5.2", - "resolved": "https://registry.js.ipfs.io/concat-stream/-/concat-stream-1.5.2.tgz", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.2.tgz", "integrity": "sha1-cIl4Yk2FavQaWnQd790mHadSwmY=", "dev": true, "requires": { @@ -23862,7 +23141,7 @@ "dependencies": { "readable-stream": { "version": "2.0.6", - "resolved": "https://registry.js.ipfs.io/readable-stream/-/readable-stream-2.0.6.tgz", + "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.0.6.tgz", "integrity": "sha1-j5A0HmilPMySh4jaz80Rs265t44=", "dev": true, "requires": { @@ -23878,13 +23157,13 @@ }, "process-nextick-args": { "version": "1.0.7", - "resolved": "https://registry.js.ipfs.io/process-nextick-args/-/process-nextick-args-1.0.7.tgz", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=", "dev": true }, "string_decoder": { "version": "0.10.31", - "resolved": "https://registry.js.ipfs.io/string_decoder/-/string_decoder-0.10.31.tgz", + "resolved": "http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", "dev": true } @@ -23897,7 +23176,7 @@ }, "mortice": { "version": "1.2.1", - "resolved": "https://registry.js.ipfs.io/mortice/-/mortice-1.2.1.tgz", + "resolved": "https://registry.npmjs.org/mortice/-/mortice-1.2.1.tgz", "integrity": "sha512-O9O2Cx6u/AcPLLELYbCGZkcg2yvPo7zJk3+v7h8Emlne5+sg48W/shwtG5UAD+2UIuMMayC+fJ/OlZXwHfA08g==", "requires": { "observable-webworkers": "^1.0.0", @@ -23908,7 +23187,7 @@ }, "move-concurrently": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/move-concurrently/-/move-concurrently-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz", "integrity": "sha1-viwAX9oy4LKa8fBdfEszIUxwH5I=", "requires": { "aproba": "^1.1.1", @@ -23921,7 +23200,7 @@ }, "moving-average": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/moving-average/-/moving-average-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/moving-average/-/moving-average-1.0.0.tgz", "integrity": "sha512-97cgMz0U2zciiDp4xRl/n+MYgrm9l7UiYbtsBLPr0rhw6KH3m4LyK2w4d96V6+UwKo+ph7KtQSoL2qgnqZVgvA==" }, "mri": { @@ -23931,7 +23210,7 @@ }, "ms": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/ms/-/ms-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" }, "multiaddr": { @@ -23951,7 +23230,7 @@ }, "multiaddr-to-uri": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/multiaddr-to-uri/-/multiaddr-to-uri-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/multiaddr-to-uri/-/multiaddr-to-uri-4.0.1.tgz", "integrity": "sha512-RVHKm5NXcMWMIhrwF4B4Q34JtMXt1/2wgnDTnKRE+AGAiXfqFika0bIfCsAtLp+gZJOWeDLeT1vR6P0gGyVAtg==", "requires": { "multiaddr": "^6.0.3" @@ -23991,7 +23270,7 @@ }, "multicast-dns": { "version": "6.2.3", - "resolved": "https://registry.js.ipfs.io/multicast-dns/-/multicast-dns-6.2.3.tgz", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-6.2.3.tgz", "integrity": "sha512-ji6J5enbMyGRHIAkAOu3WdV8nggqviKCEKtXcOqfphZZtQrmHKycfynJ2V7eVPUA4NhJ6V7Wf4TmGbTwKE9B6g==", "requires": { "dns-packet": "^1.3.1", @@ -24000,20 +23279,20 @@ }, "multicast-dns-service-types": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz", "integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE=" }, "multicodec": { - "version": "0.2.7", - "resolved": "https://registry.js.ipfs.io/multicodec/-/multicodec-0.2.7.tgz", - "integrity": "sha512-96xc9zs7bsclMW0Po9ERnRFqcsWHY8OZ8JW/I8DeHG58YYJZy3cBGI00Ze7hz9Ix56DNHMTSxEj9cgoZByruMg==", + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.1.tgz", + "integrity": "sha512-Q5glyZLdXVbbBxvRYHLQHpu8ydVf1422Z+v9fU47v2JCkiue7n+JcFS7uRv0cQW8hbVtgdtIDgYWPWaIKEXuXA==", "requires": { "varint": "^5.0.0" } }, "multihashes": { "version": "0.4.14", - "resolved": "https://registry.js.ipfs.io/multihashes/-/multihashes-0.4.14.tgz", + "resolved": "https://registry.npmjs.org/multihashes/-/multihashes-0.4.14.tgz", "integrity": "sha512-V/g/EIN6nALXfS/xHUAgtfPP3mn3sPIF/i9beuGKf25QXS2QZYCpeVJbDPEannkz32B2fihzCe2D/KMrbcmefg==", "requires": { "bs58": "^4.0.1", @@ -24045,7 +23324,7 @@ }, "multistream-select": { "version": "0.14.4", - "resolved": "https://registry.js.ipfs.io/multistream-select/-/multistream-select-0.14.4.tgz", + "resolved": "https://registry.npmjs.org/multistream-select/-/multistream-select-0.14.4.tgz", "integrity": "sha512-pWC3AOtcJXXUtN+GpY66enRN0Qrw51mFuzhxs9TjVcjSllpA3bGYkwBlORUHiVjSTxBGZy7mR4VbsBDGrhQV3g==", "requires": { "async": "^2.6.0", @@ -24069,7 +23348,7 @@ }, "debug": { "version": "4.1.1", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-4.1.1.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "requires": { "ms": "^2.1.1" @@ -24077,14 +23356,14 @@ }, "ms": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/ms/-/ms-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" } } }, "murmurhash3js": { "version": "3.0.1", - "resolved": "https://registry.js.ipfs.io/murmurhash3js/-/murmurhash3js-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/murmurhash3js/-/murmurhash3js-3.0.1.tgz", "integrity": "sha1-Ppg+W0fCoG9DpxMXTn5DXKBEuZg=" }, "murmurhash3js-revisited": { @@ -24094,27 +23373,27 @@ }, "mute-stream": { "version": "0.0.7", - "resolved": "https://registry.js.ipfs.io/mute-stream/-/mute-stream-0.0.7.tgz", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz", "integrity": "sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=" }, "name-all-modules-plugin": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/name-all-modules-plugin/-/name-all-modules-plugin-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/name-all-modules-plugin/-/name-all-modules-plugin-1.0.1.tgz", "integrity": "sha1-Cr+2rYNXGLn7Te8GdOBmV6lUN1w=" }, "nan": { "version": "2.11.1", - "resolved": "https://registry.js.ipfs.io/nan/-/nan-2.11.1.tgz", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.11.1.tgz", "integrity": "sha512-iji6k87OSXa0CcrLl9z+ZiYSuR2o+c0bGuNmXdrhTQTakxytAFsC56SArGYoiHlJlFoHSnvmhpceZJaXkVuOtA==" }, "nanoid": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/nanoid/-/nanoid-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-2.0.0.tgz", "integrity": "sha512-SG2qscLE3iM4C0CNzGrsAojJHSVHMS1J8NnvJ31P1lH8P0hGHOiafmniNJz6w6q7vuoDlV7RdySlJgtqkFEVtQ==" }, "nanomatch": { "version": "1.2.13", - "resolved": "https://registry.js.ipfs.io/nanomatch/-/nanomatch-1.2.13.tgz", + "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", "requires": { "arr-diff": "^4.0.0", @@ -24132,7 +23411,7 @@ }, "napi-build-utils": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/napi-build-utils/-/napi-build-utils-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.1.tgz", "integrity": "sha512-boQj1WFgQH3v4clhu3mTNfP+vOBxorDlE8EKiMjUlLG3C4qAESnn9AxIOkFgTR2c9LtzNjPrjS60cT27ZKBhaA==" }, "napi-macros": { @@ -24142,7 +23421,7 @@ }, "native-or-another": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/native-or-another/-/native-or-another-2.0.0.tgz", + "resolved": "http://registry.npmjs.org/native-or-another/-/native-or-another-2.0.0.tgz", "integrity": "sha1-F6Vn+Svuqc1xrP+Wp2gac17KO/8=", "dev": true, "requires": { @@ -24151,13 +23430,13 @@ }, "native-or-bluebird": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/native-or-bluebird/-/native-or-bluebird-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/native-or-bluebird/-/native-or-bluebird-1.2.0.tgz", "integrity": "sha1-OcR7/Xgl0fuf+tMiEK4l2q3xAck=", "dev": true }, "natural-compare": { "version": "1.4.0", - "resolved": "https://registry.js.ipfs.io/natural-compare/-/natural-compare-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=" }, "ndjson": { @@ -24200,31 +23479,22 @@ }, "negotiator": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/negotiator/-/negotiator-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz", "integrity": "sha1-KzJxhOiZIQEXeyhWP7XnECrNDKk=" }, "neo-async": { "version": "2.6.0", - "resolved": "https://registry.js.ipfs.io/neo-async/-/neo-async-2.6.0.tgz", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.0.tgz", "integrity": "sha512-MFh0d/Wa7vkKO3Y3LlacqAEeHK0mckVqzDieUKTT+KGxi+zIpeVsFxymkIiRpbpDziHc290Xr9A1O4Om7otoRA==" }, "nice-try": { "version": "1.0.5", - "resolved": "https://registry.js.ipfs.io/nice-try/-/nice-try-1.0.5.tgz", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==" }, - "nigel": { - "version": "2.0.2", - "resolved": "https://registry.js.ipfs.io/nigel/-/nigel-2.0.2.tgz", - "integrity": "sha1-k6GGb7DFLYc5CqdeKxYfS1x15bE=", - "requires": { - "hoek": "4.x.x", - "vise": "2.x.x" - } - }, "node-abi": { "version": "2.5.0", - "resolved": "https://registry.js.ipfs.io/node-abi/-/node-abi-2.5.0.tgz", + "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-2.5.0.tgz", "integrity": "sha512-9g2twBGSP6wIR5PW7tXvAWnEWKJDH/VskdXp168xsw9VVxpEGov8K4jsP4/VeoC7b2ZAyzckvMCuQuQlw44lXg==", "requires": { "semver": "^5.4.1" @@ -24240,12 +23510,12 @@ }, "node-eta": { "version": "0.9.0", - "resolved": "https://registry.js.ipfs.io/node-eta/-/node-eta-0.9.0.tgz", + "resolved": "https://registry.npmjs.org/node-eta/-/node-eta-0.9.0.tgz", "integrity": "sha1-n7CwmbzSoCGUDmA8ZCVNwAPZp6g=" }, "node-fetch": { "version": "1.7.3", - "resolved": "https://registry.js.ipfs.io/node-fetch/-/node-fetch-1.7.3.tgz", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz", "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==", "requires": { "encoding": "^0.1.11", @@ -24254,7 +23524,7 @@ }, "node-forge": { "version": "0.7.5", - "resolved": "https://registry.js.ipfs.io/node-forge/-/node-forge-0.7.5.tgz", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-0.7.5.tgz", "integrity": "sha512-MmbQJ2MTESTjt3Gi/3yG1wGpIMhUfcIypUCGtTizFR9IiccFwxSpfp0vtIZlkFclEqERemxfnSdZEMR9VqqEFQ==" }, "node-gyp-build": { @@ -24264,12 +23534,12 @@ }, "node-int64": { "version": "0.4.0", - "resolved": "https://registry.js.ipfs.io/node-int64/-/node-int64-0.4.0.tgz", + "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=" }, "node-libs-browser": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/node-libs-browser/-/node-libs-browser-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.1.0.tgz", "integrity": "sha512-5AzFzdoIMb89hBGMZglEegffzgRg+ZFoUmisQ8HI4j1KDdpx13J0taNp2y9xPbur6W61gepGDDotGBVQ7mfUCg==", "requires": { "assert": "^1.1.1", @@ -24299,25 +23569,25 @@ "dependencies": { "process": { "version": "0.11.10", - "resolved": "https://registry.js.ipfs.io/process/-/process-0.11.10.tgz", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", "integrity": "sha1-czIwDoQBYb2j5podHZGn1LwW8YI=" }, "punycode": { "version": "1.4.1", - "resolved": "https://registry.js.ipfs.io/punycode/-/punycode-1.4.1.tgz", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" } } }, "node-modules-regexp": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz", "integrity": "sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=", "dev": true }, "node-releases": { "version": "1.0.5", - "resolved": "https://registry.js.ipfs.io/node-releases/-/node-releases-1.0.5.tgz", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.0.5.tgz", "integrity": "sha512-Ky7q0BO1BBkG/rQz6PkEZ59rwo+aSfhczHP1wwq8IowoVdN/FpiP7qp0XW0P2+BVCWe5fQUBozdbVd54q1RbCQ==", "dev": true, "requires": { @@ -24326,7 +23596,7 @@ }, "nodeify": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/nodeify/-/nodeify-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/nodeify/-/nodeify-1.0.1.tgz", "integrity": "sha1-ZKtpp7268DzhB7TwM1yHwLnpGx0=", "requires": { "is-promise": "~1.0.0", @@ -24335,12 +23605,12 @@ "dependencies": { "is-promise": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/is-promise/-/is-promise-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-1.0.1.tgz", "integrity": "sha1-MVc3YcBX4zwukaq56W2gjO++duU=" }, "promise": { "version": "1.3.0", - "resolved": "https://registry.js.ipfs.io/promise/-/promise-1.3.0.tgz", + "resolved": "http://registry.npmjs.org/promise/-/promise-1.3.0.tgz", "integrity": "sha1-5cyaTIJ45GZP/twBx9qEhCsEAXU=", "requires": { "is-promise": "~1" @@ -24350,7 +23620,7 @@ }, "noms": { "version": "0.0.0", - "resolved": "https://registry.js.ipfs.io/noms/-/noms-0.0.0.tgz", + "resolved": "https://registry.npmjs.org/noms/-/noms-0.0.0.tgz", "integrity": "sha1-2o69nzr51nYJGbJ9nNyAkqczKFk=", "requires": { "inherits": "^2.0.1", @@ -24359,12 +23629,12 @@ "dependencies": { "isarray": { "version": "0.0.1", - "resolved": "https://registry.js.ipfs.io/isarray/-/isarray-0.0.1.tgz", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=" }, "readable-stream": { "version": "1.0.34", - "resolved": "https://registry.js.ipfs.io/readable-stream/-/readable-stream-1.0.34.tgz", + "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", "requires": { "core-util-is": "~1.0.0", @@ -24375,19 +23645,19 @@ }, "string_decoder": { "version": "0.10.31", - "resolved": "https://registry.js.ipfs.io/string_decoder/-/string_decoder-0.10.31.tgz", + "resolved": "http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=" } } }, "noop-logger": { "version": "0.1.1", - "resolved": "https://registry.js.ipfs.io/noop-logger/-/noop-logger-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/noop-logger/-/noop-logger-0.1.1.tgz", "integrity": "sha1-lKKxYzxPExdVMAfYlm/Q6EG2pMI=" }, "normalize-package-data": { "version": "2.4.0", - "resolved": "https://registry.js.ipfs.io/normalize-package-data/-/normalize-package-data-2.4.0.tgz", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz", "integrity": "sha512-9jjUFbTPfEy3R/ad/2oNbKtW9Hgovl5O1FvFWKkKblNXoN/Oou6+9+KKohPK13Yc3/TyunyWhJp6gvRNR/PPAw==", "requires": { "hosted-git-info": "^2.1.4", @@ -24398,7 +23668,7 @@ }, "normalize-path": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/normalize-path/-/normalize-path-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", "requires": { "remove-trailing-separator": "^1.0.1" @@ -24406,28 +23676,28 @@ }, "normalize-range": { "version": "0.1.2", - "resolved": "https://registry.js.ipfs.io/normalize-range/-/normalize-range-0.1.2.tgz", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=" }, "normalize-selector": { "version": "0.2.0", - "resolved": "https://registry.js.ipfs.io/normalize-selector/-/normalize-selector-0.2.0.tgz", + "resolved": "https://registry.npmjs.org/normalize-selector/-/normalize-selector-0.2.0.tgz", "integrity": "sha1-0LFF62kRicY6eNIB3E/bEpPvDAM=", "dev": true }, "normalize-url": { "version": "3.3.0", - "resolved": "https://registry.js.ipfs.io/normalize-url/-/normalize-url-3.3.0.tgz", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-3.3.0.tgz", "integrity": "sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==" }, "normalize.css": { "version": "8.0.1", - "resolved": "https://registry.js.ipfs.io/normalize.css/-/normalize.css-8.0.1.tgz", + "resolved": "https://registry.npmjs.org/normalize.css/-/normalize.css-8.0.1.tgz", "integrity": "sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg==" }, "now-and-later": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/now-and-later/-/now-and-later-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/now-and-later/-/now-and-later-2.0.0.tgz", "integrity": "sha1-vGHLtFbXnLMiB85HygUTb/Ln1u4=", "dev": true, "requires": { @@ -24436,7 +23706,7 @@ }, "npm-path": { "version": "2.0.4", - "resolved": "https://registry.js.ipfs.io/npm-path/-/npm-path-2.0.4.tgz", + "resolved": "https://registry.npmjs.org/npm-path/-/npm-path-2.0.4.tgz", "integrity": "sha512-IFsj0R9C7ZdR5cP+ET342q77uSRdtWOlWpih5eC+lu29tIDbNEgDbzgVJ5UFvYHWhxDZ5TFkJafFioO0pPQjCw==", "dev": true, "requires": { @@ -24445,7 +23715,7 @@ }, "npm-run-path": { "version": "2.0.2", - "resolved": "https://registry.js.ipfs.io/npm-run-path/-/npm-run-path-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", "requires": { "path-key": "^2.0.0" @@ -24453,7 +23723,7 @@ }, "npm-which": { "version": "3.0.1", - "resolved": "https://registry.js.ipfs.io/npm-which/-/npm-which-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/npm-which/-/npm-which-3.0.1.tgz", "integrity": "sha1-kiXybsOihcIJyuZ8OxGmtKtxQKo=", "dev": true, "requires": { @@ -24464,7 +23734,7 @@ }, "npmlog": { "version": "4.1.2", - "resolved": "https://registry.js.ipfs.io/npmlog/-/npmlog-4.1.2.tgz", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz", "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==", "requires": { "are-we-there-yet": "~1.1.2", @@ -24475,7 +23745,7 @@ }, "nth-check": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/nth-check/-/nth-check-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", "requires": { "boolbase": "~1.0.0" @@ -24483,13 +23753,13 @@ }, "null-check": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/null-check/-/null-check-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/null-check/-/null-check-1.0.0.tgz", "integrity": "sha1-l33/1xdgErnsMNKjnbXPcqBDnt0=", "dev": true }, "null-loader": { "version": "0.1.1", - "resolved": "https://registry.js.ipfs.io/null-loader/-/null-loader-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/null-loader/-/null-loader-0.1.1.tgz", "integrity": "sha1-F76av80/8OFRL2/Er8sfUDk3j64=" }, "nullthrows": { @@ -24499,24 +23769,24 @@ }, "num2fraction": { "version": "1.2.2", - "resolved": "https://registry.js.ipfs.io/num2fraction/-/num2fraction-1.2.2.tgz", + "resolved": "https://registry.npmjs.org/num2fraction/-/num2fraction-1.2.2.tgz", "integrity": "sha1-b2gragJ6Tp3fpFZM0lidHU5mnt4=" }, "number-is-nan": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/number-is-nan/-/number-is-nan-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=" }, "nwmatcher": { "version": "1.4.4", - "resolved": "https://registry.js.ipfs.io/nwmatcher/-/nwmatcher-1.4.4.tgz", + "resolved": "https://registry.npmjs.org/nwmatcher/-/nwmatcher-1.4.4.tgz", "integrity": "sha512-3iuY4N5dhgMpCUrOVnuAdGrgxVqV2cJpM+XNccjR2DKOB1RUP0aA+wGXEiNziG/UKboFyGBIoKOaNlJxx8bciQ==", "dev": true, "optional": true }, "nyc": { "version": "13.1.0", - "resolved": "https://registry.js.ipfs.io/nyc/-/nyc-13.1.0.tgz", + "resolved": "https://registry.npmjs.org/nyc/-/nyc-13.1.0.tgz", "integrity": "sha512-3GyY6TpQ58z9Frpv4GMExE1SV2tAgYqC7HSy2omEhNiCT3mhT9NyiOvIE8zkbuJVFzmvvNTnE4h/7/wQae7xLg==", "dev": true, "requires": { @@ -25660,23 +24930,23 @@ }, "oauth-sign": { "version": "0.9.0", - "resolved": "https://registry.js.ipfs.io/oauth-sign/-/oauth-sign-0.9.0.tgz", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", "dev": true }, "object-assign": { "version": "4.1.1", - "resolved": "https://registry.js.ipfs.io/object-assign/-/object-assign-4.1.1.tgz", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" }, "object-component": { "version": "0.0.3", - "resolved": "https://registry.js.ipfs.io/object-component/-/object-component-0.0.3.tgz", + "resolved": "https://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz", "integrity": "sha1-8MaapQ78lbhmwYb0AKM3acsvEpE=" }, "object-copy": { "version": "0.1.0", - "resolved": "https://registry.js.ipfs.io/object-copy/-/object-copy-0.1.0.tgz", + "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", "requires": { "copy-descriptor": "^0.1.0", @@ -25686,7 +24956,7 @@ "dependencies": { "define-property": { "version": "0.2.5", - "resolved": "https://registry.js.ipfs.io/define-property/-/define-property-0.2.5.tgz", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "requires": { "is-descriptor": "^0.1.0" @@ -25694,7 +24964,7 @@ }, "kind-of": { "version": "3.2.2", - "resolved": "https://registry.js.ipfs.io/kind-of/-/kind-of-3.2.2.tgz", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "requires": { "is-buffer": "^1.1.5" @@ -25704,22 +24974,22 @@ }, "object-hash": { "version": "1.3.1", - "resolved": "https://registry.js.ipfs.io/object-hash/-/object-hash-1.3.1.tgz", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-1.3.1.tgz", "integrity": "sha512-OSuu/pU4ENM9kmREg0BdNrUDIl1heYa4mBZacJc+vVWz4GtAwu7jO8s4AIt2aGRUTqxykpWzI3Oqnsm13tTMDA==" }, "object-keys": { "version": "1.0.12", - "resolved": "https://registry.js.ipfs.io/object-keys/-/object-keys-1.0.12.tgz", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.0.12.tgz", "integrity": "sha512-FTMyFUm2wBcGHnH2eXmz7tC6IwlqQZ6mVZ+6dm6vZ4IQIHjs6FdNsQBuKGPuUUUY6NfJw2PshC08Tn6LzLDOag==" }, "object-path": { "version": "0.11.4", - "resolved": "https://registry.js.ipfs.io/object-path/-/object-path-0.11.4.tgz", + "resolved": "https://registry.npmjs.org/object-path/-/object-path-0.11.4.tgz", "integrity": "sha1-NwrnUvvzfePqcKhhwju6iRVpGUk=" }, "object-visit": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/object-visit/-/object-visit-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", "requires": { "isobject": "^3.0.0" @@ -25727,7 +24997,7 @@ }, "object.assign": { "version": "4.1.0", - "resolved": "https://registry.js.ipfs.io/object.assign/-/object.assign-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.0.tgz", "integrity": "sha512-exHJeq6kBKj58mqGyTQ9DFvrZC/eR6OwxzoM9YRoGBqrXYonaFyGiFMuc9VZrXf7DarreEwMpurG3dd+CNyW5w==", "dev": true, "requires": { @@ -25739,7 +25009,7 @@ }, "object.getownpropertydescriptors": { "version": "2.0.3", - "resolved": "https://registry.js.ipfs.io/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz", "integrity": "sha1-h1jIRvW0B62rDyNuCYbxSwUcqhY=", "requires": { "define-properties": "^1.1.2", @@ -25748,7 +25018,7 @@ }, "object.omit": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/object.omit/-/object.omit-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/object.omit/-/object.omit-2.0.1.tgz", "integrity": "sha1-Gpx0SCnznbuFjHbKNXmuKlTr0fo=", "dev": true, "requires": { @@ -25758,7 +25028,7 @@ }, "object.pick": { "version": "1.3.0", - "resolved": "https://registry.js.ipfs.io/object.pick/-/object.pick-1.3.0.tgz", + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", "requires": { "isobject": "^3.0.1" @@ -25766,7 +25036,7 @@ }, "object.values": { "version": "1.0.4", - "resolved": "https://registry.js.ipfs.io/object.values/-/object.values-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.0.4.tgz", "integrity": "sha1-5STaCbT2b/Bd9FdUbscqyZ8TBpo=", "requires": { "define-properties": "^1.1.2", @@ -25777,17 +25047,17 @@ }, "observable-webworkers": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/observable-webworkers/-/observable-webworkers-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/observable-webworkers/-/observable-webworkers-1.0.0.tgz", "integrity": "sha512-+cECwCR8IEh8UY5nefQVLO9Cydqpk1izO+o7BABmKjXfJZyEOzBWY3ss5jbOPM6KmEa9aQExvAtTW6tVTOsNAQ==" }, "obuf": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/obuf/-/obuf-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==" }, "on-finished": { "version": "2.3.0", - "resolved": "https://registry.js.ipfs.io/on-finished/-/on-finished-2.3.0.tgz", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", "requires": { "ee-first": "1.1.1" @@ -25800,7 +25070,7 @@ }, "once": { "version": "1.4.0", - "resolved": "https://registry.js.ipfs.io/once/-/once-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", "requires": { "wrappy": "1" @@ -25808,12 +25078,12 @@ }, "onecolor": { "version": "3.1.0", - "resolved": "https://registry.js.ipfs.io/onecolor/-/onecolor-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/onecolor/-/onecolor-3.1.0.tgz", "integrity": "sha512-YZSypViXzu3ul5LMu/m6XjJ9ol8qAy9S2VjHl5E6UlhUH1KGKWabyEJifn0Jjpw23bYDzC2ucKMPGiH5kfwSGQ==" }, "onetime": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/onetime/-/onetime-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-2.0.1.tgz", "integrity": "sha1-BnQoIw/WdEOyeUsiu6UotoZ5YtQ=", "requires": { "mimic-fn": "^1.0.0" @@ -25821,13 +25091,13 @@ }, "opener": { "version": "1.5.1", - "resolved": "https://registry.js.ipfs.io/opener/-/opener-1.5.1.tgz", + "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.1.tgz", "integrity": "sha512-goYSy5c2UXE4Ra1xixabeVh1guIX/ZV/YokJksb6q2lubWu6UbvPQ20p542/sFIll1nl8JnCyK9oBaOcCWXwvA==", "dev": true }, "opentracing": { "version": "0.14.3", - "resolved": "https://registry.js.ipfs.io/opentracing/-/opentracing-0.14.3.tgz", + "resolved": "https://registry.npmjs.org/opentracing/-/opentracing-0.14.3.tgz", "integrity": "sha1-I+OtAp+mamU5Jq2+V+g0Rp+FUKo=" }, "opn": { @@ -25840,7 +25110,7 @@ }, "optimist": { "version": "0.3.7", - "resolved": "https://registry.js.ipfs.io/optimist/-/optimist-0.3.7.tgz", + "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz", "integrity": "sha1-yQlBrVnkJzMokjB00s8ufLxuwNk=", "requires": { "wordwrap": "~0.0.2" @@ -25848,14 +25118,14 @@ "dependencies": { "wordwrap": { "version": "0.0.3", - "resolved": "https://registry.js.ipfs.io/wordwrap/-/wordwrap-0.0.3.tgz", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz", "integrity": "sha1-o9XabNXAvAAI03I0u68b7WMFkQc=" } } }, "optimize-css-assets-webpack-plugin": { "version": "5.0.1", - "resolved": "https://registry.js.ipfs.io/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.1.tgz", + "resolved": "https://registry.npmjs.org/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.1.tgz", "integrity": "sha512-Rqm6sSjWtx9FchdP0uzTQDc7GXDKnwVEGoSxjezPkzMewx7gEWE9IMUYKmigTRC4U3RaNSwYVnUDLuIdtTpm0A==", "requires": { "cssnano": "^4.1.0", @@ -25864,13 +25134,13 @@ }, "optional": { "version": "0.1.4", - "resolved": "https://registry.js.ipfs.io/optional/-/optional-0.1.4.tgz", + "resolved": "https://registry.npmjs.org/optional/-/optional-0.1.4.tgz", "integrity": "sha512-gtvrrCfkE08wKcgXaVwQVgwEQ8vel2dc5DDBn9RLQZ3YtmtkBss6A2HY6BnJH4N/4Ku97Ri/SF8sNWE2225WJw==", "optional": true }, "optionator": { "version": "0.8.2", - "resolved": "https://registry.js.ipfs.io/optionator/-/optionator-0.8.2.tgz", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.2.tgz", "integrity": "sha1-NkxeQJ0/TWMB1sC0wFu6UBgK62Q=", "requires": { "deep-is": "~0.1.3", @@ -25883,12 +25153,12 @@ }, "options": { "version": "0.0.6", - "resolved": "https://registry.js.ipfs.io/options/-/options-0.0.6.tgz", + "resolved": "https://registry.npmjs.org/options/-/options-0.0.6.tgz", "integrity": "sha1-7CLTEoBrtT5zF3Pnza788cZDEo8=" }, "ora": { "version": "0.2.3", - "resolved": "https://registry.js.ipfs.io/ora/-/ora-0.2.3.tgz", + "resolved": "http://registry.npmjs.org/ora/-/ora-0.2.3.tgz", "integrity": "sha1-N1J9Igrc1Tw5tzVx11QVbV22V6Q=", "dev": true, "requires": { @@ -25900,13 +25170,13 @@ "dependencies": { "ansi-styles": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/ansi-styles/-/ansi-styles-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", "dev": true }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -25919,7 +25189,7 @@ }, "cli-cursor": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/cli-cursor/-/cli-cursor-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz", "integrity": "sha1-ZNo/fValRBLll5S9Ytw1KV6PKYc=", "dev": true, "requires": { @@ -25928,13 +25198,13 @@ }, "onetime": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/onetime/-/onetime-1.1.0.tgz", + "resolved": "http://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz", "integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=", "dev": true }, "restore-cursor": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/restore-cursor/-/restore-cursor-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-1.0.1.tgz", "integrity": "sha1-NGYfRohjJ/7SmRR5FSJS35LapUE=", "dev": true, "requires": { @@ -25944,7 +25214,7 @@ }, "supports-color": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", "dev": true } @@ -25952,7 +25222,7 @@ }, "ordered-read-streams": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-1.0.1.tgz", "integrity": "sha1-d8DLN8QVJdZBZtmQ/61+xqDhNj4=", "dev": true, "requires": { @@ -25961,7 +25231,7 @@ }, "original": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/original/-/original-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/original/-/original-1.0.2.tgz", "integrity": "sha512-hyBVl6iqqUOJ8FqRe+l/gS8H+kKYjrEndd5Pm1MfBtsEKA038HkkdbAl/72EAXGyonD/PFsvmVG+EvcIpliMBg==", "requires": { "url-parse": "^1.4.3" @@ -25969,17 +25239,17 @@ }, "os-browserify": { "version": "0.3.0", - "resolved": "https://registry.js.ipfs.io/os-browserify/-/os-browserify-0.3.0.tgz", + "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", "integrity": "sha1-hUNzx/XCMVkU/Jv8a9gjj92h7Cc=" }, "os-homedir": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/os-homedir/-/os-homedir-1.0.2.tgz", + "resolved": "http://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=" }, "os-locale": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/os-locale/-/os-locale-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-2.1.0.tgz", "integrity": "sha512-3sslG3zJbEYcaC4YVAvDorjGxc7tv6KVATnLPZONiljsUncvihe9BQoVCEs0RZ1kmf4Hk9OBqlZfJZWI4GanKA==", "requires": { "execa": "^0.7.0", @@ -25989,7 +25259,7 @@ "dependencies": { "execa": { "version": "0.7.0", - "resolved": "https://registry.js.ipfs.io/execa/-/execa-0.7.0.tgz", + "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz", "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=", "requires": { "cross-spawn": "^5.0.1", @@ -26005,12 +25275,12 @@ }, "os-tmpdir": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "resolved": "http://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=" }, "output-file-sync": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/output-file-sync/-/output-file-sync-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/output-file-sync/-/output-file-sync-2.0.1.tgz", "integrity": "sha512-mDho4qm7WgIXIGf4eYU1RHN2UU5tPfVYVSRwDJw0uTmj35DQUt/eNp19N7v6T3SrR0ESTEf2up2CGO73qI35zQ==", "dev": true, "requires": { @@ -26021,28 +25291,28 @@ }, "p-cancelable": { "version": "0.4.1", - "resolved": "https://registry.js.ipfs.io/p-cancelable/-/p-cancelable-0.4.1.tgz", + "resolved": "http://registry.npmjs.org/p-cancelable/-/p-cancelable-0.4.1.tgz", "integrity": "sha512-HNa1A8LvB1kie7cERyy21VNeHb2CWJJYqyyC2o3klWFfMGlFmWv2Z7sFgZH8ZiaYL95ydToKTFVXgMV/Os0bBQ==", "dev": true }, "p-defer": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/p-defer/-/p-defer-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz", "integrity": "sha1-n26xgvbJqozXQwBKfU+WsZaw+ww=" }, "p-finally": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/p-finally/-/p-finally-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" }, "p-is-promise": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/p-is-promise/-/p-is-promise-1.1.0.tgz", + "resolved": "http://registry.npmjs.org/p-is-promise/-/p-is-promise-1.1.0.tgz", "integrity": "sha1-nJRWmJ6fZYgBewQ01WCXZ1w9oF4=" }, "p-limit": { "version": "1.3.0", - "resolved": "https://registry.js.ipfs.io/p-limit/-/p-limit-1.3.0.tgz", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-1.3.0.tgz", "integrity": "sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q==", "requires": { "p-try": "^1.0.0" @@ -26050,7 +25320,7 @@ }, "p-locate": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/p-locate/-/p-locate-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-2.0.0.tgz", "integrity": "sha1-IKAQOyIqcMj9OcwuWAaA893l7EM=", "requires": { "p-limit": "^1.1.0" @@ -26058,23 +25328,23 @@ }, "p-map": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/p-map/-/p-map-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-1.2.0.tgz", "integrity": "sha512-r6zKACMNhjPJMTl8KcFH4li//gkrXWfbD6feV8l6doRHlzljFWGJ2AP6iKaCJXyZmAUMOPtvbW7EXkbWO/pLEA==" }, "p-pipe": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/p-pipe/-/p-pipe-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/p-pipe/-/p-pipe-1.2.0.tgz", "integrity": "sha1-SxoROZoRUgpneQ7loMHViB1r7+k=", "dev": true }, "p-queue": { "version": "2.4.2", - "resolved": "https://registry.js.ipfs.io/p-queue/-/p-queue-2.4.2.tgz", + "resolved": "https://registry.npmjs.org/p-queue/-/p-queue-2.4.2.tgz", "integrity": "sha512-n8/y+yDJwBjoLQe1GSJbbaYQLTI7QHNZI2+rpmCDbe++WLf9HC3gf6iqj5yfPAV71W4UF3ql5W1+UBPXoXTxng==" }, "p-timeout": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/p-timeout/-/p-timeout-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-2.0.1.tgz", "integrity": "sha512-88em58dDVB/KzPEx1X0N3LwFfYZPyDc4B6eF38M1rk9VTZMbxXXgjugz8mmwpS9Ox4BDZ+t6t3QP5+/gazweIA==", "dev": true, "requires": { @@ -26083,12 +25353,12 @@ }, "p-try": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/p-try/-/p-try-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-1.0.0.tgz", "integrity": "sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M=" }, "package-json": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/package-json/-/package-json-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/package-json/-/package-json-4.0.1.tgz", "integrity": "sha1-iGmgQBJTZhxMTKPabCEh7VVfXu0=", "requires": { "got": "^6.7.1", @@ -26099,12 +25369,12 @@ }, "pako": { "version": "1.0.7", - "resolved": "https://registry.js.ipfs.io/pako/-/pako-1.0.7.tgz", + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.7.tgz", "integrity": "sha512-3HNK5tW4x8o5mO8RuHZp3Ydw9icZXx0RANAOMzlMzx7LVXhMJ4mo3MOBpzyd7r/+RUu8BmndP47LXT+vzjtWcQ==" }, "parallel-transform": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/parallel-transform/-/parallel-transform-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.1.0.tgz", "integrity": "sha1-1BDwZbBdojCB/NEPKIVMKb2jOwY=", "requires": { "cyclist": "~0.2.2", @@ -26114,7 +25384,7 @@ }, "parents": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/parents/-/parents-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/parents/-/parents-1.0.1.tgz", "integrity": "sha1-/t1NK/GTp3dF/nHjcdc8MwfZx1E=", "dev": true, "requires": { @@ -26123,7 +25393,7 @@ }, "parse-asn1": { "version": "5.1.1", - "resolved": "https://registry.js.ipfs.io/parse-asn1/-/parse-asn1-5.1.1.tgz", + "resolved": "http://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.1.tgz", "integrity": "sha512-KPx7flKXg775zZpnp9SxJlz00gTd4BmJ2yJufSc44gMCRrRQ7NSzAcSJQfifuOLgW6bEi+ftrALtsgALeB2Adw==", "requires": { "asn1.js": "^4.0.0", @@ -26135,7 +25405,7 @@ }, "parse-domain": { "version": "2.1.7", - "resolved": "https://registry.js.ipfs.io/parse-domain/-/parse-domain-2.1.7.tgz", + "resolved": "https://registry.npmjs.org/parse-domain/-/parse-domain-2.1.7.tgz", "integrity": "sha512-yb0VWRwDCe96ML49b3xg+4wScbocpIrFSAdkml8eKq/deH3FiFPBpsC6RTC9ZUtnDhInmXPfNIHsN/v62+TAMA==", "dev": true, "requires": { @@ -26147,7 +25417,7 @@ "dependencies": { "got": { "version": "8.3.2", - "resolved": "https://registry.js.ipfs.io/got/-/got-8.3.2.tgz", + "resolved": "https://registry.npmjs.org/got/-/got-8.3.2.tgz", "integrity": "sha512-qjUJ5U/hawxosMryILofZCkm3C84PLJS/0grRIpjAwu+Lkxxj5cxeCU25BG0/3mDSpXKTyZr8oh8wIgLaH0QCw==", "dev": true, "requires": { @@ -26172,13 +25442,13 @@ }, "prepend-http": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/prepend-http/-/prepend-http-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-2.0.0.tgz", "integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=", "dev": true }, "url-parse-lax": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/url-parse-lax/-/url-parse-lax-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-3.0.0.tgz", "integrity": "sha1-FrXK/Afb42dsGxmZF3gj1lA6yww=", "dev": true, "requires": { @@ -26189,7 +25459,7 @@ }, "parse-entities": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/parse-entities/-/parse-entities-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-1.2.0.tgz", "integrity": "sha512-XXtDdOPLSB0sHecbEapQi6/58U/ODj/KWfIXmmMCJF/eRn8laX6LZbOyioMoETOOJoWRW8/qTSl5VQkUIfKM5g==", "requires": { "character-entities": "^1.0.0", @@ -26202,7 +25472,7 @@ }, "parse-filepath": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/parse-filepath/-/parse-filepath-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz", "integrity": "sha1-pjISf1Oq89FYdvWHLz/6x2PWyJE=", "requires": { "is-absolute": "^1.0.0", @@ -26212,7 +25482,7 @@ }, "parse-git-config": { "version": "0.2.0", - "resolved": "https://registry.js.ipfs.io/parse-git-config/-/parse-git-config-0.2.0.tgz", + "resolved": "http://registry.npmjs.org/parse-git-config/-/parse-git-config-0.2.0.tgz", "integrity": "sha1-Jygz/dFf6hRvt10zbSNrljtv9wY=", "dev": true, "requires": { @@ -26221,13 +25491,13 @@ }, "parse-github-repo-url": { "version": "1.4.1", - "resolved": "https://registry.js.ipfs.io/parse-github-repo-url/-/parse-github-repo-url-1.4.1.tgz", + "resolved": "https://registry.npmjs.org/parse-github-repo-url/-/parse-github-repo-url-1.4.1.tgz", "integrity": "sha1-nn2LslKmy2ukJZUGC3v23z28H1A=", "dev": true }, "parse-glob": { "version": "3.0.4", - "resolved": "https://registry.js.ipfs.io/parse-glob/-/parse-glob-3.0.4.tgz", + "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz", "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=", "dev": true, "requires": { @@ -26239,13 +25509,13 @@ "dependencies": { "is-extglob": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-extglob/-/is-extglob-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", "dev": true }, "is-glob": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/is-glob/-/is-glob-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", "dev": true, "requires": { @@ -26256,7 +25526,7 @@ }, "parse-json": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/parse-json/-/parse-json-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz", "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=", "requires": { "error-ex": "^1.3.1", @@ -26265,12 +25535,12 @@ }, "parse-passwd": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/parse-passwd/-/parse-passwd-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz", "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=" }, "parse-path": { "version": "3.0.4", - "resolved": "https://registry.js.ipfs.io/parse-path/-/parse-path-3.0.4.tgz", + "resolved": "https://registry.npmjs.org/parse-path/-/parse-path-3.0.4.tgz", "integrity": "sha512-wP70vtwv2DyrM2YoA7ZHVv4zIXa4P7dGgHlj+VwyXNDduLLVJ7NMY1zsFxjUUJ3DAwJLupGb1H5gMDDiNlJaxw==", "dev": true, "requires": { @@ -26280,7 +25550,7 @@ }, "parse-url": { "version": "3.0.2", - "resolved": "https://registry.js.ipfs.io/parse-url/-/parse-url-3.0.2.tgz", + "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-3.0.2.tgz", "integrity": "sha1-YCeHpwY6eV1yuGcxl1BecvYGEL4=", "dev": true, "requires": { @@ -26292,7 +25562,7 @@ "dependencies": { "normalize-url": { "version": "1.9.1", - "resolved": "https://registry.js.ipfs.io/normalize-url/-/normalize-url-1.9.1.tgz", + "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-1.9.1.tgz", "integrity": "sha1-LMDWazHqIwNkWENuNiDYWVTGbDw=", "dev": true, "requires": { @@ -26304,7 +25574,7 @@ }, "sort-keys": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/sort-keys/-/sort-keys-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-1.1.2.tgz", "integrity": "sha1-RBttTTRnmPG05J6JIK37oOVD+a0=", "dev": true, "requires": { @@ -26315,14 +25585,14 @@ }, "parse5": { "version": "1.5.1", - "resolved": "https://registry.js.ipfs.io/parse5/-/parse5-1.5.1.tgz", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-1.5.1.tgz", "integrity": "sha1-m387DeMr543CQBsXVzzK8Pb1nZQ=", "dev": true, "optional": true }, "parseqs": { "version": "0.0.5", - "resolved": "https://registry.js.ipfs.io/parseqs/-/parseqs-0.0.5.tgz", + "resolved": "https://registry.npmjs.org/parseqs/-/parseqs-0.0.5.tgz", "integrity": "sha1-1SCKNzjkZ2bikbouoXNoSSGouJ0=", "requires": { "better-assert": "~1.0.0" @@ -26330,7 +25600,7 @@ }, "parseuri": { "version": "0.0.5", - "resolved": "https://registry.js.ipfs.io/parseuri/-/parseuri-0.0.5.tgz", + "resolved": "https://registry.npmjs.org/parseuri/-/parseuri-0.0.5.tgz", "integrity": "sha1-gCBKUNTbt3m/3G6+J3jZDkvOMgo=", "requires": { "better-assert": "~1.0.0" @@ -26338,58 +25608,58 @@ }, "parseurl": { "version": "1.3.2", - "resolved": "https://registry.js.ipfs.io/parseurl/-/parseurl-1.3.2.tgz", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.2.tgz", "integrity": "sha1-/CidTtiZMRlGDBViUyYs3I3mW/M=" }, "pascalcase": { "version": "0.1.1", - "resolved": "https://registry.js.ipfs.io/pascalcase/-/pascalcase-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=" }, "path-browserify": { "version": "0.0.0", - "resolved": "https://registry.js.ipfs.io/path-browserify/-/path-browserify-0.0.0.tgz", + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.0.tgz", "integrity": "sha1-oLhwcpquIUAFt9UDLsLLuw+0RRo=" }, "path-dirname": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/path-dirname/-/path-dirname-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=" }, "path-exists": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/path-exists/-/path-exists-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" }, "path-is-absolute": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "resolved": "http://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" }, "path-is-inside": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/path-is-inside/-/path-is-inside-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=" }, "path-key": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/path-key/-/path-key-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=" }, "path-parse": { "version": "1.0.6", - "resolved": "https://registry.js.ipfs.io/path-parse/-/path-parse-1.0.6.tgz", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz", "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==" }, "path-platform": { "version": "0.11.15", - "resolved": "https://registry.js.ipfs.io/path-platform/-/path-platform-0.11.15.tgz", + "resolved": "https://registry.npmjs.org/path-platform/-/path-platform-0.11.15.tgz", "integrity": "sha1-6GQhf3TDaFDwhSt43Hv31KVyG/I=", "dev": true }, "path-root": { "version": "0.1.1", - "resolved": "https://registry.js.ipfs.io/path-root/-/path-root-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz", "integrity": "sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc=", "requires": { "path-root-regex": "^0.1.0" @@ -26397,17 +25667,17 @@ }, "path-root-regex": { "version": "0.1.2", - "resolved": "https://registry.js.ipfs.io/path-root-regex/-/path-root-regex-0.1.2.tgz", + "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz", "integrity": "sha1-v8zcjfWxLcUsi0PsONGNcsBLqW0=" }, "path-to-regexp": { "version": "0.1.7", - "resolved": "https://registry.js.ipfs.io/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" }, "path-type": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/path-type/-/path-type-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-2.0.0.tgz", "integrity": "sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM=", "requires": { "pify": "^2.0.0" @@ -26415,20 +25685,20 @@ "dependencies": { "pify": { "version": "2.3.0", - "resolved": "https://registry.js.ipfs.io/pify/-/pify-2.3.0.tgz", + "resolved": "http://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" } } }, "pathval": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/pathval/-/pathval-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/pathval/-/pathval-1.1.0.tgz", "integrity": "sha1-uULm1L3mUwBe9rcTYd74cn0GReA=", "dev": true }, "pause-stream": { "version": "0.0.11", - "resolved": "https://registry.js.ipfs.io/pause-stream/-/pause-stream-0.0.11.tgz", + "resolved": "http://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz", "integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=", "dev": true, "requires": { @@ -26437,7 +25707,7 @@ }, "pbkdf2": { "version": "3.0.17", - "resolved": "https://registry.js.ipfs.io/pbkdf2/-/pbkdf2-3.0.17.tgz", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.0.17.tgz", "integrity": "sha512-U/il5MsrZp7mGg3mSQfn742na2T+1/vHDCG5/iTI3X9MKUuYUZVLQhyRsg06mCgDBTd57TxzgZt7P+fYfjRLtA==", "requires": { "create-hash": "^1.1.2", @@ -26484,7 +25754,7 @@ }, "peer-id": { "version": "0.12.2", - "resolved": "https://registry.js.ipfs.io/peer-id/-/peer-id-0.12.2.tgz", + "resolved": "https://registry.npmjs.org/peer-id/-/peer-id-0.12.2.tgz", "integrity": "sha512-pked3yPLcOcprH21OnYbJAzk9OgI/TDEqjJ0IfRJSVB/61ZyqU5VKO7cw7hul+YD8nTD79wM79xFRWN3f6otNg==", "requires": { "async": "^2.6.1", @@ -26505,7 +25775,7 @@ }, "peer-info": { "version": "0.14.1", - "resolved": "https://registry.js.ipfs.io/peer-info/-/peer-info-0.14.1.tgz", + "resolved": "https://registry.npmjs.org/peer-info/-/peer-info-0.14.1.tgz", "integrity": "sha512-I9K+q7sisU0gg5ej6ekbhgolwlcm1tc2wDtLmumptoLYx0DkIT8WVHtgoTnupYwRRqcYADtwddFdiXfb8QFqzg==", "requires": { "lodash.uniqby": "^4.7.0", @@ -26516,7 +25786,7 @@ "dependencies": { "asn1.js": { "version": "5.0.1", - "resolved": "https://registry.js.ipfs.io/asn1.js/-/asn1.js-5.0.1.tgz", + "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.0.1.tgz", "integrity": "sha512-aO8EaEgbgqq77IEw+1jfx5c9zTbzvkfuRBuZsSsPnTHMkmd5AI4J6OtITLZFa381jReeaQL67J0GBTUu0+ZTVw==", "requires": { "bn.js": "^4.0.0", @@ -26534,7 +25804,7 @@ }, "libp2p-crypto": { "version": "0.12.1", - "resolved": "https://registry.js.ipfs.io/libp2p-crypto/-/libp2p-crypto-0.12.1.tgz", + "resolved": "https://registry.npmjs.org/libp2p-crypto/-/libp2p-crypto-0.12.1.tgz", "integrity": "sha512-1/z8rxZ0DcQNreZhEsl7PnLr7DWOioSvYbKBLGkRwNRiNh1JJLgh0PdTySBb44wkrOGT+TxcGRd7iq3/X6Wxwg==", "requires": { "asn1.js": "^5.0.0", @@ -26554,7 +25824,7 @@ }, "multiaddr": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/multiaddr/-/multiaddr-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/multiaddr/-/multiaddr-4.0.0.tgz", "integrity": "sha512-zUatrOCfBd/tJNOSoJ10d2EI2FDXB9PyPZhqUMdXE9mOyR3C+HLuOjga2Ga/eChwvEHIpTYRMoIKF2Nv7af2qQ==", "requires": { "bs58": "^4.0.1", @@ -26569,7 +25839,7 @@ }, "multihashing-async": { "version": "0.4.8", - "resolved": "https://registry.js.ipfs.io/multihashing-async/-/multihashing-async-0.4.8.tgz", + "resolved": "https://registry.npmjs.org/multihashing-async/-/multihashing-async-0.4.8.tgz", "integrity": "sha512-LCc4lfxmTJOHKIjZjFNgvmfB6nXS/ErLInT9uwU8udFrRm2PH+aTPk3mfCREKmCiSHOlCWiv2O8rlnBx+OjlMw==", "requires": { "async": "^2.6.0", @@ -26582,7 +25852,7 @@ }, "peer-id": { "version": "0.10.7", - "resolved": "https://registry.js.ipfs.io/peer-id/-/peer-id-0.10.7.tgz", + "resolved": "https://registry.npmjs.org/peer-id/-/peer-id-0.10.7.tgz", "integrity": "sha512-VEpMFcL9q0NQijmR0jsj38OGbY4yzaWMEareVkDahopmlNT+Cpsot8btPgsgBBApP9NiZj2Enwvh8rZN30ocQw==", "requires": { "async": "^2.6.0", @@ -26600,7 +25870,7 @@ }, "pem-jwk": { "version": "1.5.1", - "resolved": "https://registry.js.ipfs.io/pem-jwk/-/pem-jwk-1.5.1.tgz", + "resolved": "https://registry.npmjs.org/pem-jwk/-/pem-jwk-1.5.1.tgz", "integrity": "sha1-eoY3/S9nqCflfAxC4cI8P9Us+wE=", "requires": { "asn1.js": "1.0.3" @@ -26608,7 +25878,7 @@ "dependencies": { "asn1.js": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/asn1.js/-/asn1.js-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-1.0.3.tgz", "integrity": "sha1-KBuj7B8kSP52X5Kk7s+IP+E2S1Q=", "requires": { "bn.js": "^1.0.0", @@ -26618,7 +25888,7 @@ }, "bn.js": { "version": "1.3.0", - "resolved": "https://registry.js.ipfs.io/bn.js/-/bn.js-1.3.0.tgz", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-1.3.0.tgz", "integrity": "sha1-DbTL+W+PI7dC9by50ap6mZSgXoM=", "optional": true } @@ -26626,56 +25896,34 @@ }, "pend": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/pend/-/pend-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz", "integrity": "sha1-elfrVQpng/kRUzH89GY9XI4AelA=", "dev": true }, "performance-now": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/performance-now/-/performance-now-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", "dev": true }, - "pez": { - "version": "2.1.5", - "resolved": "https://registry.js.ipfs.io/pez/-/pez-2.1.5.tgz", - "integrity": "sha1-XsLMYlAMw+tCNtSkFM9aF7XrUAc=", - "requires": { - "b64": "3.x.x", - "boom": "5.x.x", - "content": "3.x.x", - "hoek": "4.x.x", - "nigel": "2.x.x" - }, - "dependencies": { - "boom": { - "version": "5.2.0", - "resolved": "https://registry.js.ipfs.io/boom/-/boom-5.2.0.tgz", - "integrity": "sha512-Z5BTk6ZRe4tXXQlkqftmsAUANpXmuwlsF5Oov8ThoMbQRzdGTA1ngYRW160GexgOgjsFOKJz0LYhoNi+2AMBUw==", - "requires": { - "hoek": "4.x.x" - } - } - } - }, "physical-cpu-count": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/physical-cpu-count/-/physical-cpu-count-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/physical-cpu-count/-/physical-cpu-count-2.0.0.tgz", "integrity": "sha1-GN4vl+S/epVRrXURlCtUlverpmA=" }, "pify": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/pify/-/pify-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=" }, "pinkie": { "version": "2.0.4", - "resolved": "https://registry.js.ipfs.io/pinkie/-/pinkie-2.0.4.tgz", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=" }, "pinkie-promise": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", "requires": { "pinkie": "^2.0.0" @@ -26737,7 +25985,7 @@ }, "pirates": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/pirates/-/pirates-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.0.tgz", "integrity": "sha512-8t5BsXy1LUIjn3WWOlOuFDuKswhQb/tkak641lvBgmPOBUQHXveORtlMCp6OdPV1dtuTaEahKA8VNz6uLfKBtA==", "dev": true, "requires": { @@ -26746,7 +25994,7 @@ }, "pixrem": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/pixrem/-/pixrem-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/pixrem/-/pixrem-4.0.1.tgz", "integrity": "sha1-LaSh3m7EQjxfw3lOkwuB1EkOxoY=", "requires": { "browserslist": "^2.0.0", @@ -26756,7 +26004,7 @@ "dependencies": { "browserslist": { "version": "2.11.3", - "resolved": "https://registry.js.ipfs.io/browserslist/-/browserslist-2.11.3.tgz", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-2.11.3.tgz", "integrity": "sha512-yWu5cXT7Av6mVwzWc8lMsJMHWn4xyjSuGYi4IozbVTLUOEYPSagUB8kiMDUHA1fS3zjr8nkxkn9jdvug4BBRmA==", "requires": { "caniuse-lite": "^1.0.30000792", @@ -26767,7 +26015,7 @@ }, "pkg-dir": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/pkg-dir/-/pkg-dir-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-2.0.0.tgz", "integrity": "sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s=", "requires": { "find-up": "^2.1.0" @@ -26775,7 +26023,7 @@ }, "please-upgrade-node": { "version": "3.1.1", - "resolved": "https://registry.js.ipfs.io/please-upgrade-node/-/please-upgrade-node-3.1.1.tgz", + "resolved": "https://registry.npmjs.org/please-upgrade-node/-/please-upgrade-node-3.1.1.tgz", "integrity": "sha512-KY1uHnQ2NlQHqIJQpnh/i54rKkuxCEBx+voJIS/Mvb+L2iYd2NMotwduhKTMjfC1uKoX3VXOxLjIYG66dfJTVQ==", "dev": true, "requires": { @@ -26784,7 +26032,7 @@ }, "pleeease-filters": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/pleeease-filters/-/pleeease-filters-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/pleeease-filters/-/pleeease-filters-4.0.0.tgz", "integrity": "sha1-ZjKy+wVkjSdY2GU4T7zteeHMrsc=", "requires": { "onecolor": "^3.0.4", @@ -26793,7 +26041,7 @@ }, "pluralize": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/pluralize/-/pluralize-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-7.0.0.tgz", "integrity": "sha512-ARhBOdzS3e41FbkW/XWrTEtukqqLoK5+Z/4UeDaLuSW+39JPeFgs4gCGqsrJHVZX0fUrx//4OF0K1CUGwlIFow==" }, "pnp-webpack-plugin": { @@ -26804,34 +26052,6 @@ "ts-pnp": "^1.1.2" } }, - "podium": { - "version": "1.3.0", - "resolved": "https://registry.js.ipfs.io/podium/-/podium-1.3.0.tgz", - "integrity": "sha512-ZIujqk1pv8bRZNVxwwwq0BhXilZ2udycQT3Kp8ah3f3TcTmVg7ILJsv/oLf47gRa2qeiP584lNq+pfvS9U3aow==", - "requires": { - "hoek": "4.x.x", - "items": "2.x.x", - "joi": "10.x.x" - }, - "dependencies": { - "isemail": { - "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/isemail/-/isemail-2.2.1.tgz", - "integrity": "sha1-A1PT2aYpUQgMJiwqoKQrjqjp4qY=" - }, - "joi": { - "version": "10.6.0", - "resolved": "https://registry.js.ipfs.io/joi/-/joi-10.6.0.tgz", - "integrity": "sha512-hBF3LcqyAid+9X/pwg+eXjD2QBZI5eXnBFJYaAkH4SK3mp9QSRiiQnDYlmlz5pccMvnLcJRS4whhDOTCkmsAdQ==", - "requires": { - "hoek": "4.x.x", - "isemail": "2.x.x", - "items": "2.x.x", - "topo": "2.x.x" - } - } - } - }, "portfinder": { "version": "1.0.20", "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.20.tgz", @@ -26844,7 +26064,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { "ms": "2.0.0" @@ -26854,12 +26074,12 @@ }, "posix-character-classes": { "version": "0.1.1", - "resolved": "https://registry.js.ipfs.io/posix-character-classes/-/posix-character-classes-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" }, "postcss": { "version": "6.0.23", - "resolved": "https://registry.js.ipfs.io/postcss/-/postcss-6.0.23.tgz", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-6.0.23.tgz", "integrity": "sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==", "requires": { "chalk": "^2.4.1", @@ -26869,14 +26089,14 @@ "dependencies": { "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" } } }, "postcss-apply": { "version": "0.8.0", - "resolved": "https://registry.js.ipfs.io/postcss-apply/-/postcss-apply-0.8.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-apply/-/postcss-apply-0.8.0.tgz", "integrity": "sha1-FOVEu7XLbxweBIhXll15rgZrE0M=", "requires": { "babel-runtime": "^6.23.0", @@ -26886,14 +26106,14 @@ "dependencies": { "balanced-match": { "version": "0.4.2", - "resolved": "https://registry.js.ipfs.io/balanced-match/-/balanced-match-0.4.2.tgz", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz", "integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=" } } }, "postcss-attribute-case-insensitive": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-2.0.0.tgz", "integrity": "sha1-lNxCLI+QmX8WvTOjZUu77AhJY7Q=", "requires": { "postcss": "^6.0.0", @@ -26902,7 +26122,7 @@ "dependencies": { "postcss-selector-parser": { "version": "2.2.3", - "resolved": "https://registry.js.ipfs.io/postcss-selector-parser/-/postcss-selector-parser-2.2.3.tgz", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-2.2.3.tgz", "integrity": "sha1-+UN3iGBsPJrO4W/+jYsWKX8nu5A=", "requires": { "flatten": "^1.0.2", @@ -26914,7 +26134,7 @@ }, "postcss-calc": { "version": "7.0.1", - "resolved": "https://registry.js.ipfs.io/postcss-calc/-/postcss-calc-7.0.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-7.0.1.tgz", "integrity": "sha512-oXqx0m6tb4N3JGdmeMSc/i91KppbYsFZKdH0xMOqK8V1rJlzrKlTdokz8ozUXLVejydRN6u2IddxpcijRj2FqQ==", "requires": { "css-unit-converter": "^1.1.1", @@ -26955,7 +26175,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -26970,7 +26190,7 @@ }, "postcss-color-function": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/postcss-color-function/-/postcss-color-function-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-color-function/-/postcss-color-function-4.0.1.tgz", "integrity": "sha1-QCs/LOvD9pR+YY+2vjZU++zvZEQ=", "requires": { "css-color-function": "~1.3.3", @@ -26981,7 +26201,7 @@ }, "postcss-color-gray": { "version": "4.1.0", - "resolved": "https://registry.js.ipfs.io/postcss-color-gray/-/postcss-color-gray-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-color-gray/-/postcss-color-gray-4.1.0.tgz", "integrity": "sha512-L4iLKQLdqChz6ZOgGb6dRxkBNw78JFYcJmBz1orHpZoeLtuhDDGegRtX9gSyfoCIM7rWZ3VNOyiqqvk83BEN+w==", "requires": { "color": "^2.0.1", @@ -26992,7 +26212,7 @@ "dependencies": { "color": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/color/-/color-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/color/-/color-2.0.1.tgz", "integrity": "sha512-ubUCVVKfT7r2w2D3qtHakj8mbmKms+tThR8gI8zEYCbUBl8/voqFGt3kgBqGwXAopgXybnkuOq+qMYCRrp4cXw==", "requires": { "color-convert": "^1.9.1", @@ -27003,7 +26223,7 @@ }, "postcss-color-hex-alpha": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/postcss-color-hex-alpha/-/postcss-color-hex-alpha-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-3.0.0.tgz", "integrity": "sha1-HlPmyKyyN5Vej9CLfs2xuLgwn5U=", "requires": { "color": "^1.0.3", @@ -27013,7 +26233,7 @@ "dependencies": { "color": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/color/-/color-1.0.3.tgz", + "resolved": "http://registry.npmjs.org/color/-/color-1.0.3.tgz", "integrity": "sha1-5I6DLYXxTvaU+0aIEcLVz+cptV0=", "requires": { "color-convert": "^1.8.2", @@ -27024,7 +26244,7 @@ }, "postcss-color-hsl": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/postcss-color-hsl/-/postcss-color-hsl-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-color-hsl/-/postcss-color-hsl-2.0.0.tgz", "integrity": "sha1-EnA2ZvoxBDDj8wpFTawThjF9WEQ=", "requires": { "postcss": "^6.0.1", @@ -27034,7 +26254,7 @@ }, "postcss-color-hwb": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/postcss-color-hwb/-/postcss-color-hwb-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-color-hwb/-/postcss-color-hwb-3.0.0.tgz", "integrity": "sha1-NAKxnvTYSXVAwftQcr6YY8qVVx4=", "requires": { "color": "^1.0.3", @@ -27045,7 +26265,7 @@ "dependencies": { "color": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/color/-/color-1.0.3.tgz", + "resolved": "http://registry.npmjs.org/color/-/color-1.0.3.tgz", "integrity": "sha1-5I6DLYXxTvaU+0aIEcLVz+cptV0=", "requires": { "color-convert": "^1.8.2", @@ -27056,7 +26276,7 @@ }, "postcss-color-rebeccapurple": { "version": "3.1.0", - "resolved": "https://registry.js.ipfs.io/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-3.1.0.tgz", "integrity": "sha512-212hJUk9uSsbwO5ECqVjmh/iLsmiVL1xy9ce9TVf+X3cK/ZlUIlaMdoxje/YpsL9cmUH3I7io+/G2LyWx5rg1g==", "requires": { "postcss": "^6.0.22", @@ -27065,7 +26285,7 @@ }, "postcss-color-rgb": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/postcss-color-rgb/-/postcss-color-rgb-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-color-rgb/-/postcss-color-rgb-2.0.0.tgz", "integrity": "sha1-FFOcinExSUtILg3RzCZf9lFLUmM=", "requires": { "postcss": "^6.0.1", @@ -27074,7 +26294,7 @@ }, "postcss-color-rgba-fallback": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/postcss-color-rgba-fallback/-/postcss-color-rgba-fallback-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-color-rgba-fallback/-/postcss-color-rgba-fallback-3.0.0.tgz", "integrity": "sha1-N9XJNToHoJJwkSqCYGu0Kg1wLAQ=", "requires": { "postcss": "^6.0.6", @@ -27154,7 +26374,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -27169,7 +26389,7 @@ }, "postcss-conditionals": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/postcss-conditionals/-/postcss-conditionals-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-conditionals/-/postcss-conditionals-2.1.0.tgz", "integrity": "sha1-TR9iqlQEWM56t3n3FlaQHI+Okpo=", "requires": { "css-color-converter": "^1.0.2", @@ -27179,12 +26399,12 @@ "dependencies": { "ansi-styles": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/ansi-styles/-/ansi-styles-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "requires": { "ansi-styles": "^2.2.1", @@ -27196,19 +26416,19 @@ "dependencies": { "supports-color": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" } } }, "has-flag": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/has-flag/-/has-flag-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" }, "postcss": { "version": "5.2.18", - "resolved": "https://registry.js.ipfs.io/postcss/-/postcss-5.2.18.tgz", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", "requires": { "chalk": "^1.1.3", @@ -27219,7 +26439,7 @@ }, "supports-color": { "version": "3.2.3", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-3.2.3.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", "requires": { "has-flag": "^1.0.0" @@ -27229,7 +26449,7 @@ }, "postcss-convert-values": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-4.0.1.tgz", "integrity": "sha512-Kisdo1y77KUC0Jmn0OXU/COOJbzM8cImvw1ZFsBgBgMgb1iL23Zs/LXRe3r+EZqM3vGYKdQ2YJVQ5VkJI+zEJQ==", "requires": { "postcss": "^7.0.0", @@ -27268,7 +26488,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -27283,7 +26503,7 @@ }, "postcss-css-variables": { "version": "0.11.0", - "resolved": "https://registry.js.ipfs.io/postcss-css-variables/-/postcss-css-variables-0.11.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-css-variables/-/postcss-css-variables-0.11.0.tgz", "integrity": "sha512-pjqWnJSy8zoentAhRIph/DiOX0EZmT/dpmVbpdSrCSdkdqstl2ViBlAfIIuHvHI+baTV8Gd+WzsVFjDZqVn4dg==", "requires": { "escape-string-regexp": "^1.0.3", @@ -27293,7 +26513,7 @@ }, "postcss-cssnext": { "version": "3.1.0", - "resolved": "https://registry.js.ipfs.io/postcss-cssnext/-/postcss-cssnext-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-cssnext/-/postcss-cssnext-3.1.0.tgz", "integrity": "sha512-awPDhI4OKetcHCr560iVCoDuP6e/vn0r6EAqdWPpAavJMvkBSZ6kDpSN4b3mB3Ti57hQMunHHM8Wvx9PeuYXtA==", "requires": { "autoprefixer": "^7.1.1", @@ -27331,7 +26551,7 @@ "dependencies": { "autoprefixer": { "version": "7.2.6", - "resolved": "https://registry.js.ipfs.io/autoprefixer/-/autoprefixer-7.2.6.tgz", + "resolved": "http://registry.npmjs.org/autoprefixer/-/autoprefixer-7.2.6.tgz", "integrity": "sha512-Iq8TRIB+/9eQ8rbGhcP7ct5cYb/3qjNYAR2SnzLCEcwF6rvVOax8+9+fccgXk4bEhQGjOZd5TLhsksmAdsbGqQ==", "requires": { "browserslist": "^2.11.3", @@ -27344,7 +26564,7 @@ }, "browserslist": { "version": "2.11.3", - "resolved": "https://registry.js.ipfs.io/browserslist/-/browserslist-2.11.3.tgz", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-2.11.3.tgz", "integrity": "sha512-yWu5cXT7Av6mVwzWc8lMsJMHWn4xyjSuGYi4IozbVTLUOEYPSagUB8kiMDUHA1fS3zjr8nkxkn9jdvug4BBRmA==", "requires": { "caniuse-lite": "^1.0.30000792", @@ -27353,7 +26573,7 @@ }, "caniuse-api": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/caniuse-api/-/caniuse-api-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-2.0.0.tgz", "integrity": "sha1-sd21pZZrFvSNxJmERNS7xsfZ2DQ=", "requires": { "browserslist": "^2.0.0", @@ -27364,7 +26584,7 @@ }, "postcss-calc": { "version": "6.0.2", - "resolved": "https://registry.js.ipfs.io/postcss-calc/-/postcss-calc-6.0.2.tgz", + "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-6.0.2.tgz", "integrity": "sha512-fiznXjEN5T42Qm7qqMCVJXS3roaj9r4xsSi+meaBVe7CJBl8t/QLOXu02Z2E6oWAMWIvCuF6JrvzFekmVEbOKA==", "requires": { "css-unit-converter": "^1.1.1", @@ -27375,7 +26595,7 @@ "dependencies": { "postcss": { "version": "7.0.6", - "resolved": "https://registry.js.ipfs.io/postcss/-/postcss-7.0.6.tgz", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.6.tgz", "integrity": "sha512-Nq/rNjnHFcKgCDDZYO0lNsl6YWe6U7tTy+ESN+PnLxebL8uBtYX59HZqvrj7YLK5UCyll2hqDsJOo3ndzEW8Ug==", "requires": { "chalk": "^2.4.1", @@ -27387,7 +26607,7 @@ }, "postcss-selector-parser": { "version": "2.2.3", - "resolved": "https://registry.js.ipfs.io/postcss-selector-parser/-/postcss-selector-parser-2.2.3.tgz", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-2.2.3.tgz", "integrity": "sha1-+UN3iGBsPJrO4W/+jYsWKX8nu5A=", "requires": { "flatten": "^1.0.2", @@ -27397,7 +26617,7 @@ }, "reduce-css-calc": { "version": "2.1.5", - "resolved": "https://registry.js.ipfs.io/reduce-css-calc/-/reduce-css-calc-2.1.5.tgz", + "resolved": "https://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-2.1.5.tgz", "integrity": "sha512-AybiBU03FKbjYzyvJvwkJZY6NLN+80Ufc2EqEs+41yQH+8wqBEslD6eGiS0oIeq5TNLA5PrhBeYHXWdn8gtW7A==", "requires": { "css-unit-converter": "^1.1.1", @@ -27406,14 +26626,14 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" } } }, "postcss-custom-media": { "version": "6.0.0", - "resolved": "https://registry.js.ipfs.io/postcss-custom-media/-/postcss-custom-media-6.0.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-6.0.0.tgz", "integrity": "sha1-vlMnhBEOyylQRPtTlaGABushpzc=", "requires": { "postcss": "^6.0.1" @@ -27421,7 +26641,7 @@ }, "postcss-custom-properties": { "version": "6.3.1", - "resolved": "https://registry.js.ipfs.io/postcss-custom-properties/-/postcss-custom-properties-6.3.1.tgz", + "resolved": "http://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-6.3.1.tgz", "integrity": "sha512-zoiwn4sCiUFbr4KcgcNZLFkR6gVQom647L+z1p/KBVHZ1OYwT87apnS42atJtx6XlX2yI7N5fjXbFixShQO2QQ==", "requires": { "balanced-match": "^1.0.0", @@ -27430,7 +26650,7 @@ }, "postcss-custom-selectors": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/postcss-custom-selectors/-/postcss-custom-selectors-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-4.0.1.tgz", "integrity": "sha1-eBOC+UxS5yfvXKR3bqKt9JphE4I=", "requires": { "postcss": "^6.0.1", @@ -27477,7 +26697,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -27492,7 +26712,7 @@ }, "postcss-discard-duplicates": { "version": "4.0.2", - "resolved": "https://registry.js.ipfs.io/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz", + "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-4.0.2.tgz", "integrity": "sha512-ZNQfR1gPNAiXZhgENFfEglF93pciw0WxMkJeVmw8eF+JZBbMD7jp6C67GqJAXVZP2BWbOztKfbsdmMp/k8c6oQ==", "requires": { "postcss": "^7.0.0" @@ -27530,7 +26750,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -27545,7 +26765,7 @@ }, "postcss-discard-empty": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-4.0.1.tgz", "integrity": "sha512-B9miTzbznhDjTfjvipfHoqbWKwd0Mj+/fL5s1QOz06wufguil+Xheo4XpOnc4NqKYBCNqqEzgPv2aPBIJLox0w==", "requires": { "postcss": "^7.0.0" @@ -27583,7 +26803,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -27598,7 +26818,7 @@ }, "postcss-discard-overridden": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-4.0.1.tgz", "integrity": "sha512-IYY2bEDD7g1XM1IDEsUT4//iEYCxAmP5oDSFMVU/JVvT7gh+l4fmjciLqGgwjdWpQIdb0Che2VX00QObS5+cTg==", "requires": { "postcss": "^7.0.0" @@ -27636,7 +26856,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -27651,7 +26871,7 @@ }, "postcss-flexbugs-fixes": { "version": "3.3.1", - "resolved": "https://registry.js.ipfs.io/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-3.3.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-3.3.1.tgz", "integrity": "sha512-9y9kDDf2F9EjKX6x9ueNa5GARvsUbXw4ezH8vXItXHwKzljbu8awP7t5dCaabKYm18Vs1lo5bKQcnc0HkISt+w==", "requires": { "postcss": "^6.0.1" @@ -27659,7 +26879,7 @@ }, "postcss-font-family-system-ui": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/postcss-font-family-system-ui/-/postcss-font-family-system-ui-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-font-family-system-ui/-/postcss-font-family-system-ui-3.0.0.tgz", "integrity": "sha512-58G/hTxMSSKlIRpcPUjlyo6hV2MEzvcVO2m4L/T7Bb2fJTG4DYYfQjQeRvuimKQh1V1sOzCIz99g+H2aFNtlQw==", "requires": { "postcss": "^6.0" @@ -27667,7 +26887,7 @@ }, "postcss-font-variant": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/postcss-font-variant/-/postcss-font-variant-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-3.0.0.tgz", "integrity": "sha1-CMzIj2BQuoLtjvLMdsDGprQfGD4=", "requires": { "postcss": "^6.0.1" @@ -27675,7 +26895,7 @@ }, "postcss-for": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/postcss-for/-/postcss-for-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-for/-/postcss-for-2.1.1.tgz", "integrity": "sha1-hBN4wO+QnVDhmA1apx5qNA5yj80=", "requires": { "postcss": "^5.0.0", @@ -27684,12 +26904,12 @@ "dependencies": { "ansi-styles": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/ansi-styles/-/ansi-styles-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "requires": { "ansi-styles": "^2.2.1", @@ -27701,19 +26921,19 @@ "dependencies": { "supports-color": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" } } }, "has-flag": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/has-flag/-/has-flag-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" }, "postcss": { "version": "5.2.18", - "resolved": "https://registry.js.ipfs.io/postcss/-/postcss-5.2.18.tgz", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", "requires": { "chalk": "^1.1.3", @@ -27724,7 +26944,7 @@ }, "supports-color": { "version": "3.2.3", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-3.2.3.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", "requires": { "has-flag": "^1.0.0" @@ -27734,7 +26954,7 @@ }, "postcss-html": { "version": "0.34.0", - "resolved": "https://registry.js.ipfs.io/postcss-html/-/postcss-html-0.34.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-html/-/postcss-html-0.34.0.tgz", "integrity": "sha512-BIW982Kbf9/RikInNhNS3/GA6x/qY/+jhVS9KumqXZtU9ss8Yq15HhPJ6mnaXcU5bFq2ULxpOv96mHPAErpGMQ==", "dev": true, "requires": { @@ -27743,13 +26963,13 @@ "dependencies": { "domelementtype": { "version": "1.3.0", - "resolved": "https://registry.js.ipfs.io/domelementtype/-/domelementtype-1.3.0.tgz", + "resolved": "http://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz", "integrity": "sha1-sXrtguirWeUt2cGbF1bg/BhyBMI=", "dev": true }, "domhandler": { "version": "2.4.2", - "resolved": "https://registry.js.ipfs.io/domhandler/-/domhandler-2.4.2.tgz", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz", "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==", "dev": true, "requires": { @@ -27758,7 +26978,7 @@ }, "htmlparser2": { "version": "3.10.0", - "resolved": "https://registry.js.ipfs.io/htmlparser2/-/htmlparser2-3.10.0.tgz", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.0.tgz", "integrity": "sha512-J1nEUGv+MkXS0weHNWVKJJ+UrLfePxRWpN3C9bEi9fLxL2+ggW94DQvgYVXsaT30PGwYRIZKNZXuyMhp3Di4bQ==", "dev": true, "requires": { @@ -27772,7 +26992,7 @@ }, "readable-stream": { "version": "3.0.6", - "resolved": "https://registry.js.ipfs.io/readable-stream/-/readable-stream-3.0.6.tgz", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.0.6.tgz", "integrity": "sha512-9E1oLoOWfhSXHGv6QlwXJim7uNzd9EVlWK+21tCU9Ju/kR0/p2AZYPz4qSchgO8PlLIH4FpZYfzwS+rEksZjIg==", "dev": true, "requires": { @@ -27785,7 +27005,7 @@ }, "postcss-image-set-polyfill": { "version": "0.3.5", - "resolved": "https://registry.js.ipfs.io/postcss-image-set-polyfill/-/postcss-image-set-polyfill-0.3.5.tgz", + "resolved": "https://registry.npmjs.org/postcss-image-set-polyfill/-/postcss-image-set-polyfill-0.3.5.tgz", "integrity": "sha1-Dxk0E3AM8fgr05Bm7wFtZaShgYE=", "requires": { "postcss": "^6.0.1", @@ -27794,7 +27014,7 @@ }, "postcss-import": { "version": "12.0.1", - "resolved": "https://registry.js.ipfs.io/postcss-import/-/postcss-import-12.0.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-12.0.1.tgz", "integrity": "sha512-3Gti33dmCjyKBgimqGxL3vcV8w9+bsHwO5UrBawp796+jdardbcFl4RP5w/76BwNL7aGzpKstIfF9I+kdE8pTw==", "requires": { "postcss": "^7.0.1", @@ -27805,7 +27025,7 @@ "dependencies": { "postcss": { "version": "7.0.6", - "resolved": "https://registry.js.ipfs.io/postcss/-/postcss-7.0.6.tgz", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.6.tgz", "integrity": "sha512-Nq/rNjnHFcKgCDDZYO0lNsl6YWe6U7tTy+ESN+PnLxebL8uBtYX59HZqvrj7YLK5UCyll2hqDsJOo3ndzEW8Ug==", "requires": { "chalk": "^2.4.1", @@ -27815,14 +27035,14 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" } } }, "postcss-initial": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/postcss-initial/-/postcss-initial-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-2.0.0.tgz", "integrity": "sha1-cnFfczbgu3k1HZnuZcSiU6hEG6Q=", "requires": { "lodash.template": "^4.2.4", @@ -27831,7 +27051,7 @@ }, "postcss-js": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/postcss-js/-/postcss-js-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-1.0.1.tgz", "integrity": "sha512-smhUUMF5o5W1ZCQSyh5A3lNOXFLdNrxqyhWbLsGolZH2AgVmlyhxhYbIixfsdKE6r1vG5i7O40DPcvEvE1mvjw==", "requires": { "camelcase-css": "^1.0.1", @@ -27840,7 +27060,7 @@ }, "postcss-jsx": { "version": "0.35.0", - "resolved": "https://registry.js.ipfs.io/postcss-jsx/-/postcss-jsx-0.35.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-jsx/-/postcss-jsx-0.35.0.tgz", "integrity": "sha512-AU2/9QDmHYJRxTiniMt2bJ9fwCzVF6n00VnR4gdnFGHeXRW2mGwoptpuPgYjfivkdI8LlNIuo+w8TyS6a4JhJw==", "dev": true, "requires": { @@ -27850,7 +27070,7 @@ }, "postcss-less": { "version": "3.1.0", - "resolved": "https://registry.js.ipfs.io/postcss-less/-/postcss-less-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-less/-/postcss-less-3.1.0.tgz", "integrity": "sha512-+fDH2A9zV8B4gFu3Idhq8ma09/mMBXXc03T2lL9CHjBQqKrfUit+TrQrnojc6Y4k7N4E+tyE1Uj5U1tcoKtXLQ==", "dev": true, "requires": { @@ -27859,7 +27079,7 @@ "dependencies": { "postcss": { "version": "7.0.6", - "resolved": "https://registry.js.ipfs.io/postcss/-/postcss-7.0.6.tgz", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.6.tgz", "integrity": "sha512-Nq/rNjnHFcKgCDDZYO0lNsl6YWe6U7tTy+ESN+PnLxebL8uBtYX59HZqvrj7YLK5UCyll2hqDsJOo3ndzEW8Ug==", "dev": true, "requires": { @@ -27870,7 +27090,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true } @@ -27878,7 +27098,7 @@ }, "postcss-load-config": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/postcss-load-config/-/postcss-load-config-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-2.0.0.tgz", "integrity": "sha512-V5JBLzw406BB8UIfsAWSK2KSwIJ5yoEIVFb4gVkXci0QdKgA24jLmHZ/ghe/GgX0lJ0/D1uUK1ejhzEY94MChQ==", "requires": { "cosmiconfig": "^4.0.0", @@ -27887,7 +27107,7 @@ "dependencies": { "cosmiconfig": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/cosmiconfig/-/cosmiconfig-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-4.0.0.tgz", "integrity": "sha512-6e5vDdrXZD+t5v0L8CrurPeybg4Fmf+FCSYxXKYVAqLUtyCSbuyqE059d0kDthTNRzKVjL7QMgNpEUlsoYH3iQ==", "requires": { "is-directory": "^0.3.1", @@ -27900,7 +27120,7 @@ }, "postcss-loader": { "version": "2.1.6", - "resolved": "https://registry.js.ipfs.io/postcss-loader/-/postcss-loader-2.1.6.tgz", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-2.1.6.tgz", "integrity": "sha512-hgiWSc13xVQAq25cVw80CH0l49ZKlAnU1hKPOdRrNj89bokRr/bZF2nT+hebPPF9c9xs8c3gw3Fr2nxtmXYnNg==", "requires": { "loader-utils": "^1.1.0", @@ -27911,7 +27131,7 @@ }, "postcss-markdown": { "version": "0.34.0", - "resolved": "https://registry.js.ipfs.io/postcss-markdown/-/postcss-markdown-0.34.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-markdown/-/postcss-markdown-0.34.0.tgz", "integrity": "sha512-cKPggF9OMOKPoqDm5YpYszCqMsImFh78FK6P8p6IsEKZB6IkUJYKz0/QgadYy4jLb60jcFIHJ6v6jsMH7/ZQrA==", "dev": true, "requires": { @@ -27921,7 +27141,7 @@ }, "postcss-media-minmax": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/postcss-media-minmax/-/postcss-media-minmax-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-3.0.0.tgz", "integrity": "sha1-Z1JWA3pD70C8Twdgv9BtTcadSNI=", "requires": { "postcss": "^6.0.1" @@ -27929,7 +27149,7 @@ }, "postcss-media-query-parser": { "version": "0.2.3", - "resolved": "https://registry.js.ipfs.io/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz", + "resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz", "integrity": "sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ=" }, "postcss-merge-longhand": { @@ -27975,7 +27195,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -28061,7 +27281,7 @@ }, "postcss-selector-parser": { "version": "3.1.1", - "resolved": "https://registry.js.ipfs.io/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz", "integrity": "sha1-T4dfSvsMllc9XPTXQBGu4lCn6GU=", "requires": { "dot-prop": "^4.1.1", @@ -28071,7 +27291,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -28086,12 +27306,12 @@ }, "postcss-message-helpers": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/postcss-message-helpers/-/postcss-message-helpers-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-message-helpers/-/postcss-message-helpers-2.0.0.tgz", "integrity": "sha1-pPL0+rbk/gAvCu0ABHjN9S+bpg4=" }, "postcss-minify-font-values": { "version": "4.0.2", - "resolved": "https://registry.js.ipfs.io/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz", + "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-4.0.2.tgz", "integrity": "sha512-j85oO6OnRU9zPf04+PZv1LYIYOprWm6IA6zkXkrJXyRveDEuQggG6tvoy8ir8ZwjLxLuGfNkCZEQG7zan+Hbtg==", "requires": { "postcss": "^7.0.0", @@ -28130,7 +27350,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -28186,7 +27406,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -28272,7 +27492,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -28328,7 +27548,7 @@ }, "postcss-selector-parser": { "version": "3.1.1", - "resolved": "https://registry.js.ipfs.io/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz", "integrity": "sha1-T4dfSvsMllc9XPTXQBGu4lCn6GU=", "requires": { "dot-prop": "^4.1.1", @@ -28338,7 +27558,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -28353,7 +27573,7 @@ }, "postcss-mixins": { "version": "6.2.0", - "resolved": "https://registry.js.ipfs.io/postcss-mixins/-/postcss-mixins-6.2.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-mixins/-/postcss-mixins-6.2.0.tgz", "integrity": "sha512-1lR6vY7JqIlFKPwVQUhx4ozVZjn1B6nY+O1avH3aX9ek8vFFxxcxewqsjN6QhWKfj/03OxcGpNi6/7pgfwbcPw==", "requires": { "globby": "^6.1.0", @@ -28365,7 +27585,7 @@ "dependencies": { "postcss-simple-vars": { "version": "4.1.0", - "resolved": "https://registry.js.ipfs.io/postcss-simple-vars/-/postcss-simple-vars-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-simple-vars/-/postcss-simple-vars-4.1.0.tgz", "integrity": "sha512-J/TRomA8EqXhS4VjQJsPCYTFIa9FYN/dkJK/8oZ0BYeVIPx91goqM8T+ljsP57+4bwSEywFOuB7EZ8n1gjjxZw==", "requires": { "postcss": "^6.0.9" @@ -28375,7 +27595,7 @@ }, "postcss-modules": { "version": "0.5.2", - "resolved": "https://registry.js.ipfs.io/postcss-modules/-/postcss-modules-0.5.2.tgz", + "resolved": "http://registry.npmjs.org/postcss-modules/-/postcss-modules-0.5.2.tgz", "integrity": "sha1-nWgv7T8oK9ZLKqT+tvIqKvQ1/9o=", "dev": true, "requires": { @@ -28387,13 +27607,13 @@ "dependencies": { "ansi-styles": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/ansi-styles/-/ansi-styles-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", "dev": true }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -28406,7 +27626,7 @@ "dependencies": { "supports-color": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", "dev": true } @@ -28414,13 +27634,13 @@ }, "has-flag": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/has-flag/-/has-flag-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=", "dev": true }, "postcss": { "version": "5.2.18", - "resolved": "https://registry.js.ipfs.io/postcss/-/postcss-5.2.18.tgz", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", "dev": true, "requires": { @@ -28432,7 +27652,7 @@ }, "supports-color": { "version": "3.2.3", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-3.2.3.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", "dev": true, "requires": { @@ -28443,7 +27663,7 @@ }, "postcss-modules-extract-imports": { "version": "1.2.1", - "resolved": "https://registry.js.ipfs.io/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.2.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-1.2.1.tgz", "integrity": "sha512-6jt9XZwUhwmRUhb/CkyJY020PYaPJsCyt3UjbaWo6XEbH/94Hmv6MP7fG2C5NDU/BcHzyGYxNtHvM+LTf9HrYw==", "requires": { "postcss": "^6.0.1" @@ -28451,7 +27671,7 @@ }, "postcss-modules-local-by-default": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-1.2.0.tgz", "integrity": "sha1-99gMOYxaOT+nlkRmvRlQCn1hwGk=", "requires": { "css-selector-tokenizer": "^0.7.0", @@ -28460,7 +27680,7 @@ }, "postcss-modules-scope": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/postcss-modules-scope/-/postcss-modules-scope-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-1.1.0.tgz", "integrity": "sha1-1upkmUx5+XtipytCb75gVqGUu5A=", "requires": { "css-selector-tokenizer": "^0.7.0", @@ -28469,7 +27689,7 @@ }, "postcss-modules-values": { "version": "1.3.0", - "resolved": "https://registry.js.ipfs.io/postcss-modules-values/-/postcss-modules-values-1.3.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-1.3.0.tgz", "integrity": "sha1-7P+p1+GSUYOJ9CrQ6D9yrsRW6iA=", "requires": { "icss-replace-symbols": "^1.1.0", @@ -28478,7 +27698,7 @@ }, "postcss-nesting": { "version": "4.2.1", - "resolved": "https://registry.js.ipfs.io/postcss-nesting/-/postcss-nesting-4.2.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-4.2.1.tgz", "integrity": "sha512-IkyWXICwagCnlaviRexi7qOdwPw3+xVVjgFfGsxmztvRVaNxAlrypOIKqDE5mxY+BVxnId1rnUKBRQoNE2VDaA==", "requires": { "postcss": "^6.0.11" @@ -28486,7 +27706,7 @@ }, "postcss-normalize-charset": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-4.0.1.tgz", "integrity": "sha512-gMXCrrlWh6G27U0hF3vNvR3w8I1s2wOBILvA87iNXaPvSNo5uZAMYsZG7XjCUf1eVxuPfyL4TJ7++SGZLc9A3g==", "requires": { "postcss": "^7.0.0" @@ -28524,7 +27744,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -28579,7 +27799,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -28635,7 +27855,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -28691,7 +27911,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -28746,7 +27966,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -28801,7 +28021,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -28816,7 +28036,7 @@ }, "postcss-normalize-unicode": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-4.0.1.tgz", "integrity": "sha512-od18Uq2wCYn+vZ/qCOeutvHjB5jm57ToxRaMeNuf0nWVHaP9Hua56QyMF6fs/4FSUnVIw0CBPsU0K4LnBPwYwg==", "requires": { "browserslist": "^4.0.0", @@ -28884,7 +28104,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -28899,7 +28119,7 @@ }, "postcss-normalize-url": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-4.0.1.tgz", "integrity": "sha512-p5oVaF4+IHwu7VpMan/SSpmpYxcJMtkGppYf0VbdH5B6hN8YNmVyJLuY9FmLQTzY3fag5ESUUHDqM+heid0UVA==", "requires": { "is-absolute-url": "^2.0.0", @@ -28940,7 +28160,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -28994,7 +28214,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -29049,7 +28269,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -29064,7 +28284,7 @@ }, "postcss-preset-moxy": { "version": "2.3.1", - "resolved": "https://registry.js.ipfs.io/postcss-preset-moxy/-/postcss-preset-moxy-2.3.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-preset-moxy/-/postcss-preset-moxy-2.3.1.tgz", "integrity": "sha512-g/30ZkBR9CXAu/6xaZmEBprsfkX69uMfsIY8F4r5W/73YbdQsvOAe5RwYDh7rnPZbqRiOX5kQVQlmgnEiVQJFw==", "requires": { "browserslist-config-google": "^1.5.0", @@ -29079,7 +28299,7 @@ }, "postcss-pseudo-class-any-link": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-4.0.0.tgz", "integrity": "sha1-kVKgYT00UHIFE+iJKFS65C0O5o4=", "requires": { "postcss": "^6.0.1", @@ -29088,7 +28308,7 @@ "dependencies": { "postcss-selector-parser": { "version": "2.2.3", - "resolved": "https://registry.js.ipfs.io/postcss-selector-parser/-/postcss-selector-parser-2.2.3.tgz", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-2.2.3.tgz", "integrity": "sha1-+UN3iGBsPJrO4W/+jYsWKX8nu5A=", "requires": { "flatten": "^1.0.2", @@ -29100,7 +28320,7 @@ }, "postcss-pseudoelements": { "version": "5.0.0", - "resolved": "https://registry.js.ipfs.io/postcss-pseudoelements/-/postcss-pseudoelements-5.0.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-pseudoelements/-/postcss-pseudoelements-5.0.0.tgz", "integrity": "sha1-7vGU6NUkZFylIKlJ6V5RjoEkAss=", "requires": { "postcss": "^6.0.0" @@ -29177,7 +28397,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -29233,7 +28453,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -29248,7 +28468,7 @@ }, "postcss-replace-overflow-wrap": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-2.0.0.tgz", "integrity": "sha1-eU22+qVPjbEAhUOSqTr0V2i04ls=", "requires": { "postcss": "^6.0.1" @@ -29256,7 +28476,7 @@ }, "postcss-reporter": { "version": "6.0.0", - "resolved": "https://registry.js.ipfs.io/postcss-reporter/-/postcss-reporter-6.0.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-6.0.0.tgz", "integrity": "sha512-5xQXm1UPWuFObjbtyQzWvQaupru8yFcFi4HUlm6OPo1o2bUszYASuqRJ7bVArb3svGCdbYtqdMBKrqR1Aoy+tw==", "dev": true, "requires": { @@ -29268,7 +28488,7 @@ "dependencies": { "log-symbols": { "version": "2.2.0", - "resolved": "https://registry.js.ipfs.io/log-symbols/-/log-symbols-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", "dev": true, "requires": { @@ -29277,7 +28497,7 @@ }, "postcss": { "version": "7.0.6", - "resolved": "https://registry.js.ipfs.io/postcss/-/postcss-7.0.6.tgz", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.6.tgz", "integrity": "sha512-Nq/rNjnHFcKgCDDZYO0lNsl6YWe6U7tTy+ESN+PnLxebL8uBtYX59HZqvrj7YLK5UCyll2hqDsJOo3ndzEW8Ug==", "dev": true, "requires": { @@ -29288,7 +28508,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true } @@ -29296,13 +28516,13 @@ }, "postcss-resolve-nested-selector": { "version": "0.1.1", - "resolved": "https://registry.js.ipfs.io/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz", "integrity": "sha1-Kcy8fDfe36wwTp//C/FZaz9qDk4=", "dev": true }, "postcss-safe-parser": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/postcss-safe-parser/-/postcss-safe-parser-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-4.0.1.tgz", "integrity": "sha512-xZsFA3uX8MO3yAda03QrG3/Eg1LN3EPfjjf07vke/46HERLZyHrTsQ9E1r1w1W//fWEhtYNndo2hQplN2cVpCQ==", "dev": true, "requires": { @@ -29311,7 +28531,7 @@ "dependencies": { "postcss": { "version": "7.0.6", - "resolved": "https://registry.js.ipfs.io/postcss/-/postcss-7.0.6.tgz", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.6.tgz", "integrity": "sha512-Nq/rNjnHFcKgCDDZYO0lNsl6YWe6U7tTy+ESN+PnLxebL8uBtYX59HZqvrj7YLK5UCyll2hqDsJOo3ndzEW8Ug==", "dev": true, "requires": { @@ -29322,7 +28542,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true } @@ -29330,7 +28550,7 @@ }, "postcss-sass": { "version": "0.3.5", - "resolved": "https://registry.js.ipfs.io/postcss-sass/-/postcss-sass-0.3.5.tgz", + "resolved": "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.3.5.tgz", "integrity": "sha512-B5z2Kob4xBxFjcufFnhQ2HqJQ2y/Zs/ic5EZbCywCkxKd756Q40cIQ/veRDwSrw1BF6+4wUgmpm0sBASqVi65A==", "dev": true, "requires": { @@ -29340,7 +28560,7 @@ "dependencies": { "postcss": { "version": "7.0.6", - "resolved": "https://registry.js.ipfs.io/postcss/-/postcss-7.0.6.tgz", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.6.tgz", "integrity": "sha512-Nq/rNjnHFcKgCDDZYO0lNsl6YWe6U7tTy+ESN+PnLxebL8uBtYX59HZqvrj7YLK5UCyll2hqDsJOo3ndzEW8Ug==", "dev": true, "requires": { @@ -29351,7 +28571,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true } @@ -29359,7 +28579,7 @@ }, "postcss-scss": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/postcss-scss/-/postcss-scss-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-2.0.0.tgz", "integrity": "sha512-um9zdGKaDZirMm+kZFKKVsnKPF7zF7qBAtIfTSnZXD1jZ0JNZIxdB6TxQOjCnlSzLRInVl2v3YdBh/M881C4ug==", "dev": true, "requires": { @@ -29368,7 +28588,7 @@ "dependencies": { "postcss": { "version": "7.0.6", - "resolved": "https://registry.js.ipfs.io/postcss/-/postcss-7.0.6.tgz", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.6.tgz", "integrity": "sha512-Nq/rNjnHFcKgCDDZYO0lNsl6YWe6U7tTy+ESN+PnLxebL8uBtYX59HZqvrj7YLK5UCyll2hqDsJOo3ndzEW8Ug==", "dev": true, "requires": { @@ -29379,7 +28599,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true } @@ -29387,7 +28607,7 @@ }, "postcss-selector-matches": { "version": "3.0.1", - "resolved": "https://registry.js.ipfs.io/postcss-selector-matches/-/postcss-selector-matches-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-selector-matches/-/postcss-selector-matches-3.0.1.tgz", "integrity": "sha1-5WNAEeE5UIgYYbvdWMLQER/8lqs=", "requires": { "balanced-match": "^0.4.2", @@ -29396,14 +28616,14 @@ "dependencies": { "balanced-match": { "version": "0.4.2", - "resolved": "https://registry.js.ipfs.io/balanced-match/-/balanced-match-0.4.2.tgz", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz", "integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=" } } }, "postcss-selector-not": { "version": "3.0.1", - "resolved": "https://registry.js.ipfs.io/postcss-selector-not/-/postcss-selector-not-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-3.0.1.tgz", "integrity": "sha1-Lk2y8JZTNsAefOx9tsYN/3ZzNdk=", "requires": { "balanced-match": "^0.4.2", @@ -29412,7 +28632,7 @@ "dependencies": { "balanced-match": { "version": "0.4.2", - "resolved": "https://registry.js.ipfs.io/balanced-match/-/balanced-match-0.4.2.tgz", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz", "integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=" } } @@ -29429,14 +28649,14 @@ "dependencies": { "cssesc": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/cssesc/-/cssesc-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-2.0.0.tgz", "integrity": "sha512-MsCAG1z9lPdoO/IUMLSBWBSVxVtJ1395VGIQ+Fc2gNdkQ1hNDnQdw3YhA71WJCBW1vdwA0cAnk/DnW6bqoEUYg==" } } }, "postcss-simple-vars": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/postcss-simple-vars/-/postcss-simple-vars-2.0.0.tgz", + "resolved": "http://registry.npmjs.org/postcss-simple-vars/-/postcss-simple-vars-2.0.0.tgz", "integrity": "sha1-0KEJGw2iK3lQcCj3siuXbApguNU=", "requires": { "postcss": "^5.0.21" @@ -29444,12 +28664,12 @@ "dependencies": { "ansi-styles": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/ansi-styles/-/ansi-styles-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "requires": { "ansi-styles": "^2.2.1", @@ -29461,19 +28681,19 @@ "dependencies": { "supports-color": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" } } }, "has-flag": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/has-flag/-/has-flag-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=" }, "postcss": { "version": "5.2.18", - "resolved": "https://registry.js.ipfs.io/postcss/-/postcss-5.2.18.tgz", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", "requires": { "chalk": "^1.1.3", @@ -29484,7 +28704,7 @@ }, "supports-color": { "version": "3.2.3", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-3.2.3.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", "requires": { "has-flag": "^1.0.0" @@ -29494,7 +28714,7 @@ }, "postcss-sorting": { "version": "3.1.0", - "resolved": "https://registry.js.ipfs.io/postcss-sorting/-/postcss-sorting-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-sorting/-/postcss-sorting-3.1.0.tgz", "integrity": "sha512-YCPTcJwGIInF1LpMD1lIYvMHTGUL4s97o/OraA6eKvoauhhk6vjwOWDDjm6uRKqug/kyDPMKEzmYZ6FtW6RDgw==", "dev": true, "requires": { @@ -29504,7 +28724,7 @@ }, "postcss-styled": { "version": "0.34.0", - "resolved": "https://registry.js.ipfs.io/postcss-styled/-/postcss-styled-0.34.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-styled/-/postcss-styled-0.34.0.tgz", "integrity": "sha512-Uaeetr/xOiQWGJgzPFOr32/Bwykpfh9TVE26OpmwDb8eEN205TS/gqkt9ri+C6otQzQKXqbMfeZNbKYi7QpeNA==", "dev": true }, @@ -29551,7 +28771,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -29566,13 +28786,13 @@ }, "postcss-syntax": { "version": "0.34.0", - "resolved": "https://registry.js.ipfs.io/postcss-syntax/-/postcss-syntax-0.34.0.tgz", + "resolved": "https://registry.npmjs.org/postcss-syntax/-/postcss-syntax-0.34.0.tgz", "integrity": "sha512-L36NZwq2UK743US+vl1CRMdBRZCBmFYfThP9n9jCFhX1Wfk6BqnRSgt0Fy8q44IwxPee/GCzlo7T1c1JIeUDlQ==", "dev": true }, "postcss-unique-selectors": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-4.0.1.tgz", "integrity": "sha512-+JanVaryLo9QwZjKrmJgkI4Fn8SBgRO6WXQBJi7KiAVPlmxikB5Jzc4EvXMT2H0/m0RjrVVm9rGNhZddm/8Spg==", "requires": { "alphanum-sort": "^1.0.0", @@ -29612,7 +28832,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -29627,7 +28847,7 @@ }, "postcss-url": { "version": "7.3.2", - "resolved": "https://registry.js.ipfs.io/postcss-url/-/postcss-url-7.3.2.tgz", + "resolved": "https://registry.npmjs.org/postcss-url/-/postcss-url-7.3.2.tgz", "integrity": "sha512-QMV5mA+pCYZQcUEPQkmor9vcPQ2MT+Ipuu8qdi1gVxbNiIiErEGft+eny1ak19qALoBkccS5AHaCaCDzh7b9MA==", "requires": { "mime": "^1.4.1", @@ -29639,19 +28859,19 @@ "dependencies": { "mime": { "version": "1.6.0", - "resolved": "https://registry.js.ipfs.io/mime/-/mime-1.6.0.tgz", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" } } }, "postcss-value-parser": { "version": "3.3.1", - "resolved": "https://registry.js.ipfs.io/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz", "integrity": "sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ==" }, "postcss-values-parser": { "version": "1.5.0", - "resolved": "https://registry.js.ipfs.io/postcss-values-parser/-/postcss-values-parser-1.5.0.tgz", + "resolved": "http://registry.npmjs.org/postcss-values-parser/-/postcss-values-parser-1.5.0.tgz", "integrity": "sha512-3M3p+2gMp0AH3da530TlX8kiO1nxdTnc3C6vr8dMxRLIlh8UYkz0/wcwptSXjhtx2Fr0TySI7a+BHDQ8NL7LaQ==", "requires": { "flatten": "^1.0.2", @@ -29661,7 +28881,7 @@ }, "postmsg-rpc": { "version": "2.4.0", - "resolved": "https://registry.js.ipfs.io/postmsg-rpc/-/postmsg-rpc-2.4.0.tgz", + "resolved": "https://registry.npmjs.org/postmsg-rpc/-/postmsg-rpc-2.4.0.tgz", "integrity": "sha512-adGH2zGSxhCUOfUfAXdRn4tgZVWauaSP2X8on+g7uBA45sxkzORL1oia95eXZtcZk5Sp4JTZmDFOTe+D24avBQ==", "requires": { "shortid": "^2.2.8" @@ -29669,7 +28889,7 @@ }, "prebuild-install": { "version": "5.2.2", - "resolved": "https://registry.js.ipfs.io/prebuild-install/-/prebuild-install-5.2.2.tgz", + "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-5.2.2.tgz", "integrity": "sha512-4e8VJnP3zJdZv/uP0eNWmr2r9urp4NECw7Mt1OSAi3rcLrbBRxGiAkfUFtre2MhQ5wfREAjRV+K1gubvs/GPsA==", "requires": { "detect-libc": "^1.0.3", @@ -29692,7 +28912,7 @@ "dependencies": { "pump": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/pump/-/pump-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", "requires": { "end-of-stream": "^1.1.0", @@ -29701,7 +28921,7 @@ }, "simple-get": { "version": "2.8.1", - "resolved": "https://registry.js.ipfs.io/simple-get/-/simple-get-2.8.1.tgz", + "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-2.8.1.tgz", "integrity": "sha512-lSSHRSw3mQNUGPAYRqo7xy9dhKmxFXIjLjp4KHpf99GEH2VH7C3AM+Qfx6du6jhfUi6Vm7XnbEVEf7Wb6N8jRw==", "requires": { "decompress-response": "^3.3.0", @@ -29713,33 +28933,33 @@ }, "prelude-ls": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/prelude-ls/-/prelude-ls-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=" }, "prepend-http": { "version": "1.0.4", - "resolved": "https://registry.js.ipfs.io/prepend-http/-/prepend-http-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/prepend-http/-/prepend-http-1.0.4.tgz", "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=" }, "prepost": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/prepost/-/prepost-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/prepost/-/prepost-1.1.0.tgz", "integrity": "sha512-HhwOYePY0JXrbqAHm0fGWdSBFqGAMCJvdTaKGxO7uO6S0cbdxXeTnMWDkgAJDS+6kXATaV3n0C0EGI6tR+nqQA==" }, "preserve": { "version": "0.2.0", - "resolved": "https://registry.js.ipfs.io/preserve/-/preserve-0.2.0.tgz", + "resolved": "https://registry.npmjs.org/preserve/-/preserve-0.2.0.tgz", "integrity": "sha1-gV7R9uvGWSb4ZbMQwHE7yzMVzks=", "dev": true }, "prettier": { "version": "1.15.3", - "resolved": "https://registry.js.ipfs.io/prettier/-/prettier-1.15.3.tgz", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-1.15.3.tgz", "integrity": "sha512-gAU9AGAPMaKb3NNSUUuhhFAS7SCO4ALTN4nRIn6PJ075Qd28Yn2Ig2ahEJWdJwJmlEBTUfC7mMUSFy8MwsOCfg==" }, "pretty-error": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/pretty-error/-/pretty-error-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/pretty-error/-/pretty-error-2.1.1.tgz", "integrity": "sha1-X0+HyPkeWuPzuoerTPXgOxoX8aM=", "requires": { "renderkid": "^2.0.1", @@ -29748,7 +28968,7 @@ }, "pretty-format": { "version": "23.6.0", - "resolved": "https://registry.js.ipfs.io/pretty-format/-/pretty-format-23.6.0.tgz", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-23.6.0.tgz", "integrity": "sha512-zf9NV1NSlDLDjycnwm6hpFATCGl/K1lt0R/GdkAK2O5LN/rwJoB+Mh93gGJjut4YbmecbfgLWVGSTCr0Ewvvbw==", "dev": true, "requires": { @@ -29758,7 +28978,7 @@ "dependencies": { "ansi-regex": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/ansi-regex/-/ansi-regex-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=", "dev": true } @@ -29766,18 +28986,18 @@ }, "pretty-hrtime": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", + "resolved": "http://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", "integrity": "sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=", "dev": true }, "priorityqueue": { "version": "0.2.1", - "resolved": "https://registry.js.ipfs.io/priorityqueue/-/priorityqueue-0.2.1.tgz", + "resolved": "https://registry.npmjs.org/priorityqueue/-/priorityqueue-0.2.1.tgz", "integrity": "sha512-Dr6ZkRFGZHoAri6iNp5KvspOrFPfhxJ5AExXqLy5ChgdwALd3nC+q5/QG+gmjmf9W63joDXc+Zp0h05Ug/RtYg==" }, "prismjs": { "version": "1.15.0", - "resolved": "https://registry.js.ipfs.io/prismjs/-/prismjs-1.15.0.tgz", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.15.0.tgz", "integrity": "sha512-Lf2JrFYx8FanHrjoV5oL8YHCclLQgbJcVZR+gikGGMqz6ub5QVWDTM6YIwm3BuPxM/LOV+rKns3LssXNLIf+DA==", "requires": { "clipboard": "^2.0.0" @@ -29785,22 +29005,22 @@ }, "private": { "version": "0.1.8", - "resolved": "https://registry.js.ipfs.io/private/-/private-0.1.8.tgz", + "resolved": "https://registry.npmjs.org/private/-/private-0.1.8.tgz", "integrity": "sha512-VvivMrbvd2nKkiG38qjULzlc+4Vx4wm/whI9pQD35YrARNnhxeiRktSOhSukRLFNlzg6Br/cJPet5J/u19r/mg==" }, "process": { "version": "0.5.2", - "resolved": "https://registry.js.ipfs.io/process/-/process-0.5.2.tgz", + "resolved": "https://registry.npmjs.org/process/-/process-0.5.2.tgz", "integrity": "sha1-FjjYqONML0QKkduVq5rrZ3/Bhc8=" }, "process-nextick-args": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/process-nextick-args/-/process-nextick-args-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.0.tgz", "integrity": "sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==" }, "progress": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/progress/-/progress-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/progress/-/progress-2.0.1.tgz", "integrity": "sha512-OE+a6vzqazc+K6LxJrX5UPyKFvGnL5CYmq2jFGNIBWHpc4QyE49/YOumcrpQFJpfejmvRtbJzgO1zPmMCqlbBg==" }, "prom-client": { @@ -29824,7 +29044,7 @@ }, "promise": { "version": "7.3.1", - "resolved": "https://registry.js.ipfs.io/promise/-/promise-7.3.1.tgz", + "resolved": "https://registry.npmjs.org/promise/-/promise-7.3.1.tgz", "integrity": "sha512-nolQXZ/4L+bP/UGlkfaIujX9BKxGwmQ9OT4mOt5yvy8iK1h3wqTEJCijzGANTCCl9nWjY41juyAn2K3Q1hLLTg==", "requires": { "asap": "~2.0.3" @@ -29832,22 +29052,22 @@ }, "promise-inflight": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/promise-inflight/-/promise-inflight-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", "integrity": "sha1-mEcocL8igTL8vdhoEputEsPAKeM=" }, "promise-timeout": { "version": "1.3.0", - "resolved": "https://registry.js.ipfs.io/promise-timeout/-/promise-timeout-1.3.0.tgz", + "resolved": "https://registry.npmjs.org/promise-timeout/-/promise-timeout-1.3.0.tgz", "integrity": "sha512-5yANTE0tmi5++POym6OgtFmwfDvOXABD9oj/jLQr5GPEyuNEb7jH4wbbANJceJid49jwhi1RddxnhnEAb/doqg==" }, "promisify-es6": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/promisify-es6/-/promisify-es6-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/promisify-es6/-/promisify-es6-1.0.3.tgz", "integrity": "sha512-N9iVG+CGJsI4b4ZGazjwLnxErD2d9Pe4DPvvXSxYA9tFNu8ymXME4Qs5HIQ0LMJpNM7zj+m0NlNnNeqFpKzqnA==" }, "prompt-promise": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/prompt-promise/-/prompt-promise-1.0.3.tgz", + "resolved": "http://registry.npmjs.org/prompt-promise/-/prompt-promise-1.0.3.tgz", "integrity": "sha1-eM5Py5oUoQjEkXTy2AjEQNG94mU=", "dev": true, "requires": { @@ -29866,7 +29086,7 @@ }, "prop-types": { "version": "15.6.2", - "resolved": "https://registry.js.ipfs.io/prop-types/-/prop-types-15.6.2.tgz", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.6.2.tgz", "integrity": "sha512-3pboPvLiWD7dkI3qf3KbUe6hKFKa52w+AE0VCqECtf+QHAKgOL37tTaNCnuX1nAAQ4ZhyP+kYVKf8rLmJ/feDQ==", "requires": { "loose-envify": "^1.3.1", @@ -29885,24 +29105,24 @@ }, "property-information": { "version": "3.2.0", - "resolved": "https://registry.js.ipfs.io/property-information/-/property-information-3.2.0.tgz", + "resolved": "https://registry.npmjs.org/property-information/-/property-information-3.2.0.tgz", "integrity": "sha1-/RSDyPusYYCPX+NZ52k6H0ilgzE=", "dev": true }, "protocol-buffers-schema": { "version": "3.3.2", - "resolved": "https://registry.js.ipfs.io/protocol-buffers-schema/-/protocol-buffers-schema-3.3.2.tgz", + "resolved": "https://registry.npmjs.org/protocol-buffers-schema/-/protocol-buffers-schema-3.3.2.tgz", "integrity": "sha512-Xdayp8sB/mU+sUV4G7ws8xtYMGdQnxbeIfLjyO9TZZRJdztBGhlmbI5x1qcY4TG5hBkIKGnc28i7nXxaugu88w==" }, "protocols": { "version": "1.4.6", - "resolved": "https://registry.js.ipfs.io/protocols/-/protocols-1.4.6.tgz", + "resolved": "https://registry.npmjs.org/protocols/-/protocols-1.4.6.tgz", "integrity": "sha1-+LsmPqG1/Xp2BNJri+Ob13Z4v4o=", "dev": true }, "protons": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/protons/-/protons-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/protons/-/protons-1.0.1.tgz", "integrity": "sha512-+0ZKnfVs+4c43tbAQ5j0Mck8wPcLnlxUYzKQoB4iDW4ocdXGnN4P+0dDbgX1FTpoY9+7P2Tn2scJyHHqj+S/lQ==", "requires": { "protocol-buffers-schema": "^3.3.1", @@ -29913,7 +29133,7 @@ }, "proxy-addr": { "version": "2.0.4", - "resolved": "https://registry.js.ipfs.io/proxy-addr/-/proxy-addr-2.0.4.tgz", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.4.tgz", "integrity": "sha512-5erio2h9jp5CHGwcybmxmVqHmnCBZeewlfJ0pex+UW7Qny7OOZXTtH56TGNyBizkgiOwhJtMKrVzDTeKcySZwA==", "requires": { "forwarded": "~0.1.2", @@ -29922,12 +29142,12 @@ }, "prr": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/prr/-/prr-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", "integrity": "sha1-0/wRS6BplaRexok/SEzrHXj19HY=" }, "ps-tree": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/ps-tree/-/ps-tree-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/ps-tree/-/ps-tree-1.2.0.tgz", "integrity": "sha512-0VnamPPYHl4uaU/nSFeZZpR21QAWRz+sRv4iW9+v/GS/J5U5iZB5BNN6J0RMoOvdx2gWM2+ZFMIm58q24e4UYA==", "dev": true, "requires": { @@ -29936,18 +29156,18 @@ }, "pseudomap": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/pseudomap/-/pseudomap-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", "integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=" }, "psl": { "version": "1.1.29", - "resolved": "https://registry.js.ipfs.io/psl/-/psl-1.1.29.tgz", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.1.29.tgz", "integrity": "sha512-AeUmQ0oLN02flVHXWh9sSJF7mcdFq0ppid/JkErufc3hGIV/AMa8Fo9VgDo/cT2jFdOWoFvHp90qqBH54W+gjQ==", "dev": true }, "public-encrypt": { "version": "4.0.3", - "resolved": "https://registry.js.ipfs.io/public-encrypt/-/public-encrypt-4.0.3.tgz", + "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz", "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", "requires": { "bn.js": "^4.1.0", @@ -29960,35 +29180,22 @@ }, "pull-abortable": { "version": "4.1.1", - "resolved": "https://registry.js.ipfs.io/pull-abortable/-/pull-abortable-4.1.1.tgz", + "resolved": "https://registry.npmjs.org/pull-abortable/-/pull-abortable-4.1.1.tgz", "integrity": "sha1-s61a77QRayWRbSbbiTk6yY0NzqE=" }, - "pull-batch": { - "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/pull-batch/-/pull-batch-1.0.0.tgz", - "integrity": "sha1-OopwhNsOmDxcWb8OB0qkHnU/Alg=", - "requires": { - "pull-through": "^1.0.18" - } - }, "pull-cat": { "version": "1.1.11", - "resolved": "https://registry.js.ipfs.io/pull-cat/-/pull-cat-1.1.11.tgz", + "resolved": "https://registry.npmjs.org/pull-cat/-/pull-cat-1.1.11.tgz", "integrity": "sha1-tkLdElXaN2pwa220+pYvX9t0wxs=" }, - "pull-catch": { - "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/pull-catch/-/pull-catch-1.0.1.tgz", - "integrity": "sha512-wrKbmEYySNETxOYXDTCJ8L/rcAFMayOifne2a+X9C0wSm6ttIWHHXwMYQh6k8iDRvtMM8itYkBlP4leKBJTiKA==" - }, "pull-defer": { "version": "0.2.3", - "resolved": "https://registry.js.ipfs.io/pull-defer/-/pull-defer-0.2.3.tgz", + "resolved": "https://registry.npmjs.org/pull-defer/-/pull-defer-0.2.3.tgz", "integrity": "sha512-/An3KE7mVjZCqNhZsr22k1Tx8MACnUnHZZNPSJ0S62td8JtYr/AiRG42Vz7Syu31SoTLUzVIe61jtT/pNdjVYA==" }, "pull-file": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/pull-file/-/pull-file-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/pull-file/-/pull-file-1.1.0.tgz", "integrity": "sha1-HdmHYF1jV6DSPB5Lgm95FaIVEpw=", "requires": { "pull-utf8-decoder": "^1.0.2" @@ -29996,7 +29203,7 @@ }, "pull-handshake": { "version": "1.1.4", - "resolved": "https://registry.js.ipfs.io/pull-handshake/-/pull-handshake-1.1.4.tgz", + "resolved": "https://registry.npmjs.org/pull-handshake/-/pull-handshake-1.1.4.tgz", "integrity": "sha1-YACg/QGIhM39c3JU+Mxgqypjd5E=", "requires": { "pull-cat": "^1.1.9", @@ -30018,7 +29225,7 @@ }, "pull-many": { "version": "1.0.8", - "resolved": "https://registry.js.ipfs.io/pull-many/-/pull-many-1.0.8.tgz", + "resolved": "https://registry.npmjs.org/pull-many/-/pull-many-1.0.8.tgz", "integrity": "sha1-Pa3ZttFWxUVyG9qNAAPdjqoGKT4=", "requires": { "pull-stream": "^3.4.5" @@ -30072,7 +29279,7 @@ }, "pull-ndjson": { "version": "0.1.1", - "resolved": "https://registry.js.ipfs.io/pull-ndjson/-/pull-ndjson-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/pull-ndjson/-/pull-ndjson-0.1.1.tgz", "integrity": "sha1-gx4GutmqbFxevBKol+Og4V1J4H4=", "requires": { "pull-split": "^0.2.0", @@ -30091,32 +29298,12 @@ }, "pull-pair": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/pull-pair/-/pull-pair-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/pull-pair/-/pull-pair-1.1.0.tgz", "integrity": "sha1-fuQnJj/fTaglOXrAoF4atLdL120=" }, - "pull-paramap": { - "version": "1.2.2", - "resolved": "https://registry.js.ipfs.io/pull-paramap/-/pull-paramap-1.2.2.tgz", - "integrity": "sha1-UaQZPOnI1yFdla2tReK824STsjo=", - "requires": { - "looper": "^4.0.0" - }, - "dependencies": { - "looper": { - "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/looper/-/looper-4.0.0.tgz", - "integrity": "sha1-dwat7VmpntygbmtUu4bI7BnJUVU=" - } - } - }, - "pull-pause": { - "version": "0.0.2", - "resolved": "https://registry.js.ipfs.io/pull-pause/-/pull-pause-0.0.2.tgz", - "integrity": "sha1-GdRb6PqmFfpVbxSpb9czRiw3+6M=" - }, "pull-postmsg-stream": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/pull-postmsg-stream/-/pull-postmsg-stream-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/pull-postmsg-stream/-/pull-postmsg-stream-1.2.0.tgz", "integrity": "sha512-wpuu5iEFYRr0tJvnzvo3Q8b0Nopzy5FqnCYjrhL/YY5goTNre+paB4qHghMvbB7JSjo717f5XCGRTzTL2sXv7w==", "requires": { "postmsg-rpc": "^2.4.0", @@ -30125,17 +29312,17 @@ }, "pull-pushable": { "version": "2.2.0", - "resolved": "https://registry.js.ipfs.io/pull-pushable/-/pull-pushable-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/pull-pushable/-/pull-pushable-2.2.0.tgz", "integrity": "sha1-Xy867UethpGfAbEqLpnW8b13ZYE=" }, "pull-reader": { "version": "1.3.1", - "resolved": "https://registry.js.ipfs.io/pull-reader/-/pull-reader-1.3.1.tgz", + "resolved": "https://registry.npmjs.org/pull-reader/-/pull-reader-1.3.1.tgz", "integrity": "sha512-CBkejkE5nX50SiSEzu0Qoz4POTJMS/mw8G6aj3h3M/RJoKgggLxyF0IyTZ0mmpXFlXRcLmLmIEW4xeYn7AeDYw==" }, "pull-sort": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/pull-sort/-/pull-sort-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/pull-sort/-/pull-sort-1.0.2.tgz", "integrity": "sha512-jGcAHMP+0Le+bEIhSODlbNNd3jW+S6XrXOlhVzfcKU5HQZjP92OzQSgHHSlwvWRsiTWi+UGgbFpL/5gGgmFoVQ==", "requires": { "pull-defer": "^0.2.3", @@ -30144,7 +29331,7 @@ }, "pull-split": { "version": "0.2.0", - "resolved": "https://registry.js.ipfs.io/pull-split/-/pull-split-0.2.0.tgz", + "resolved": "https://registry.npmjs.org/pull-split/-/pull-split-0.2.0.tgz", "integrity": "sha1-mW0ohTEFIgmoMTiK0NKB3zyCN5Y=", "requires": { "pull-through": "~1.0.6" @@ -30165,17 +29352,17 @@ }, "pull-stream-to-stream": { "version": "1.3.4", - "resolved": "https://registry.js.ipfs.io/pull-stream-to-stream/-/pull-stream-to-stream-1.3.4.tgz", + "resolved": "https://registry.npmjs.org/pull-stream-to-stream/-/pull-stream-to-stream-1.3.4.tgz", "integrity": "sha1-P4HYIWvRjSv9GhmBkEcRgOJzg5k=" }, "pull-stringify": { "version": "1.2.2", - "resolved": "https://registry.js.ipfs.io/pull-stringify/-/pull-stringify-1.2.2.tgz", + "resolved": "https://registry.npmjs.org/pull-stringify/-/pull-stringify-1.2.2.tgz", "integrity": "sha1-Whw04Adfry8vbUYATjbczTO9fHw=" }, "pull-through": { "version": "1.0.18", - "resolved": "https://registry.js.ipfs.io/pull-through/-/pull-through-1.0.18.tgz", + "resolved": "https://registry.npmjs.org/pull-through/-/pull-through-1.0.18.tgz", "integrity": "sha1-jdYjFCY+Wc9Qlur7sSeitu8xBzU=", "requires": { "looper": "~3.0.0" @@ -30203,31 +29390,14 @@ }, "pull-traverse": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/pull-traverse/-/pull-traverse-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/pull-traverse/-/pull-traverse-1.0.3.tgz", "integrity": "sha1-dPtde+f6a9enjpeTPhmbeUWGaTg=" }, "pull-utf8-decoder": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/pull-utf8-decoder/-/pull-utf8-decoder-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/pull-utf8-decoder/-/pull-utf8-decoder-1.0.2.tgz", "integrity": "sha1-p6+iOE0eZBWl1gIFQSbMjeO8vOc=" }, - "pull-write": { - "version": "1.1.4", - "resolved": "https://registry.js.ipfs.io/pull-write/-/pull-write-1.1.4.tgz", - "integrity": "sha1-3d6jFJO0j2douEooHQHrO1Mf4Lg=", - "requires": { - "looper": "^4.0.0", - "pull-cat": "^1.1.11", - "pull-stream": "^3.4.5" - }, - "dependencies": { - "looper": { - "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/looper/-/looper-4.0.0.tgz", - "integrity": "sha1-dwat7VmpntygbmtUu4bI7BnJUVU=" - } - } - }, "pull-ws": { "version": "github:hugomrdias/pull-ws#8e2ce0bb3b1cd6804828316e937fff8e0bef6225", "from": "github:hugomrdias/pull-ws#fix/bundle-size", @@ -30240,7 +29410,7 @@ "dependencies": { "ws": { "version": "1.1.5", - "resolved": "https://registry.js.ipfs.io/ws/-/ws-1.1.5.tgz", + "resolved": "https://registry.npmjs.org/ws/-/ws-1.1.5.tgz", "integrity": "sha512-o3KqipXNUdS7wpQzBHSe180lBGO60SoK0yVo3CYJgb2MkobuWuBX6dhkYP5ORCLd55y+SaflMOV5fqAB53ux4w==", "requires": { "options": ">=0.0.5", @@ -30251,7 +29421,7 @@ }, "pump": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/pump/-/pump-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", "requires": { "end-of-stream": "^1.1.0", @@ -30260,7 +29430,7 @@ }, "pumpify": { "version": "1.5.1", - "resolved": "https://registry.js.ipfs.io/pumpify/-/pumpify-1.5.1.tgz", + "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz", "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", "requires": { "duplexify": "^3.6.0", @@ -30270,7 +29440,7 @@ "dependencies": { "pump": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/pump/-/pump-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", "requires": { "end-of-stream": "^1.1.0", @@ -30281,12 +29451,12 @@ }, "punycode": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/punycode/-/punycode-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" }, "pushdata-bitcoin": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/pushdata-bitcoin/-/pushdata-bitcoin-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/pushdata-bitcoin/-/pushdata-bitcoin-1.0.1.tgz", "integrity": "sha1-FZMdPNlnreUiBvUjqnMxrvfUOvc=", "requires": { "bitcoin-ops": "^1.3.0" @@ -30294,23 +29464,23 @@ }, "q": { "version": "1.5.1", - "resolved": "https://registry.js.ipfs.io/q/-/q-1.5.1.tgz", + "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", "integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=" }, "qjobs": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/qjobs/-/qjobs-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/qjobs/-/qjobs-1.2.0.tgz", "integrity": "sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==", "dev": true }, "qs": { "version": "6.5.2", - "resolved": "https://registry.js.ipfs.io/qs/-/qs-6.5.2.tgz", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==" }, "query-string": { "version": "4.3.4", - "resolved": "https://registry.js.ipfs.io/query-string/-/query-string-4.3.4.tgz", + "resolved": "https://registry.npmjs.org/query-string/-/query-string-4.3.4.tgz", "integrity": "sha1-u7aTucqRXCMlFbIosaArYJBD2+s=", "dev": true, "requires": { @@ -30320,12 +29490,12 @@ }, "querystring": { "version": "0.2.0", - "resolved": "https://registry.js.ipfs.io/querystring/-/querystring-0.2.0.tgz", + "resolved": "https://registry.npmjs.org/querystring/-/querystring-0.2.0.tgz", "integrity": "sha1-sgmEkgO7Jd+CDadW50cAWHhSFiA=" }, "querystring-es3": { "version": "0.2.1", - "resolved": "https://registry.js.ipfs.io/querystring-es3/-/querystring-es3-0.2.1.tgz", + "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", "integrity": "sha1-nsYfeQSYdXB9aUFFlv2Qek1xHnM=" }, "querystringify": { @@ -30340,13 +29510,13 @@ }, "quick-lru": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/quick-lru/-/quick-lru-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-1.1.0.tgz", "integrity": "sha1-Q2CxfGETatOAeDl/8RQW4Ybc+7g=", "dev": true }, "rabin": { "version": "1.6.0", - "resolved": "https://registry.js.ipfs.io/rabin/-/rabin-1.6.0.tgz", + "resolved": "https://registry.npmjs.org/rabin/-/rabin-1.6.0.tgz", "integrity": "sha1-4FaQsTBW8IyACY461xuQUwA441U=", "optional": true, "requires": { @@ -30361,7 +29531,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "optional": true, "requires": { @@ -30370,13 +29540,13 @@ }, "expand-template": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/expand-template/-/expand-template-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-1.1.1.tgz", "integrity": "sha512-cebqLtV8KOZfw0UI8TEFWxtczxxC1jvyUvx6H4fyp1K1FN7A4Q+uggVUlOsI1K8AGU0rwOGqP8nCapdrw8CYQg==", "optional": true }, "prebuild-install": { "version": "2.5.3", - "resolved": "https://registry.js.ipfs.io/prebuild-install/-/prebuild-install-2.5.3.tgz", + "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-2.5.3.tgz", "integrity": "sha512-/rI36cN2g7vDQnKWN8Uzupi++KjyqS9iS+/fpwG4Ea8d0Pip0PQ5bshUNzVwt+/D2MRfhVAplYMMvWLqWrCF/g==", "optional": true, "requires": { @@ -30399,7 +29569,7 @@ }, "pump": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/pump/-/pump-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", "optional": true, "requires": { @@ -30409,7 +29579,7 @@ }, "simple-get": { "version": "2.8.1", - "resolved": "https://registry.js.ipfs.io/simple-get/-/simple-get-2.8.1.tgz", + "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-2.8.1.tgz", "integrity": "sha512-lSSHRSw3mQNUGPAYRqo7xy9dhKmxFXIjLjp4KHpf99GEH2VH7C3AM+Qfx6du6jhfUi6Vm7XnbEVEf7Wb6N8jRw==", "optional": true, "requires": { @@ -30422,7 +29592,7 @@ }, "radium": { "version": "0.19.6", - "resolved": "https://registry.js.ipfs.io/radium/-/radium-0.19.6.tgz", + "resolved": "https://registry.npmjs.org/radium/-/radium-0.19.6.tgz", "integrity": "sha512-IABYntqCwYelUUIwA52maSCgJbqtJjHKIoD21wgpw3dGhIUbJ5chDShDGdaFiEzdF03hN9jfQqlmn0bF4YhfrQ==", "dev": true, "requires": { @@ -30434,13 +29604,13 @@ }, "radium-bootstrap-grid": { "version": "0.1.8", - "resolved": "https://registry.js.ipfs.io/radium-bootstrap-grid/-/radium-bootstrap-grid-0.1.8.tgz", + "resolved": "https://registry.npmjs.org/radium-bootstrap-grid/-/radium-bootstrap-grid-0.1.8.tgz", "integrity": "sha1-KcUC+wNyt3VDsw7W0H2EtDp6kk8=", "dev": true }, "randomatic": { "version": "3.1.1", - "resolved": "https://registry.js.ipfs.io/randomatic/-/randomatic-3.1.1.tgz", + "resolved": "https://registry.npmjs.org/randomatic/-/randomatic-3.1.1.tgz", "integrity": "sha512-TuDE5KxZ0J461RVjrJZCJc+J+zCkTb1MbH9AQUq68sMhOMcy9jLcb3BrZKgp9q9Ncltdg4QVqWrH02W2EFFVYw==", "dev": true, "requires": { @@ -30451,7 +29621,7 @@ "dependencies": { "is-number": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/is-number/-/is-number-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz", "integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==", "dev": true } @@ -30459,7 +29629,7 @@ }, "randombytes": { "version": "2.0.6", - "resolved": "https://registry.js.ipfs.io/randombytes/-/randombytes-2.0.6.tgz", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.0.6.tgz", "integrity": "sha512-CIQ5OFxf4Jou6uOKe9t1AOgqpeU5fd70A8NPdHSGeYXqXsPe6peOwI0cUl88RWZ6sP1vPMV3avd/R6cZ5/sP1A==", "requires": { "safe-buffer": "^5.1.0" @@ -30467,7 +29637,7 @@ }, "randomfill": { "version": "1.0.4", - "resolved": "https://registry.js.ipfs.io/randomfill/-/randomfill-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", "requires": { "randombytes": "^2.0.5", @@ -30476,12 +29646,12 @@ }, "range-parser": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/range-parser/-/range-parser-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", "integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=" }, "raw-body": { "version": "2.3.3", - "resolved": "https://registry.js.ipfs.io/raw-body/-/raw-body-2.3.3.tgz", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.3.3.tgz", "integrity": "sha512-9esiElv1BrZoI3rCDuOuKCBRbuApGGaDPQfjSflGxdy4oyzqghxu6klEkkVIvBje+FF0BX9coEv8KqW6X/7njw==", "requires": { "bytes": "3.0.0", @@ -30492,7 +29662,7 @@ "dependencies": { "iconv-lite": { "version": "0.4.23", - "resolved": "https://registry.js.ipfs.io/iconv-lite/-/iconv-lite-0.4.23.tgz", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.23.tgz", "integrity": "sha512-neyTUVFtahjf0mB3dZT77u+8O0QB89jFdnBkd5P1JgYPbPaia3gXXOVL2fq8VyU2gMMD7SaN7QukTB/pmXYvDA==", "requires": { "safer-buffer": ">= 2.1.2 < 3" @@ -30502,12 +29672,12 @@ }, "raw-loader": { "version": "0.5.1", - "resolved": "https://registry.js.ipfs.io/raw-loader/-/raw-loader-0.5.1.tgz", + "resolved": "https://registry.npmjs.org/raw-loader/-/raw-loader-0.5.1.tgz", "integrity": "sha1-DD0L6u2KAclm2Xh793goElKpeao=" }, "rc": { "version": "1.2.8", - "resolved": "https://registry.js.ipfs.io/rc/-/rc-1.2.8.tgz", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", "requires": { "deep-extend": "^0.6.0", @@ -30518,7 +29688,7 @@ }, "react": { "version": "16.6.3", - "resolved": "https://registry.js.ipfs.io/react/-/react-16.6.3.tgz", + "resolved": "https://registry.npmjs.org/react/-/react-16.6.3.tgz", "integrity": "sha512-zCvmH2vbEolgKxtqXL2wmGCUxUyNheYn/C+PD1YAjfxHC54+MhdruyhO7QieQrYsYeTxrn93PM2y0jRH1zEExw==", "requires": { "loose-envify": "^1.1.0", @@ -30529,7 +29699,7 @@ }, "react-dev-utils": { "version": "4.2.3", - "resolved": "https://registry.js.ipfs.io/react-dev-utils/-/react-dev-utils-4.2.3.tgz", + "resolved": "https://registry.npmjs.org/react-dev-utils/-/react-dev-utils-4.2.3.tgz", "integrity": "sha512-uvmkwl5uMexCmC0GUv1XGQP0YjfYePJufGg4YYiukhqk2vN1tQxwWJIBERqhOmSi80cppZg8mZnPP/kOMf1sUQ==", "requires": { "address": "1.0.3", @@ -30559,12 +29729,12 @@ }, "ansi-styles": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/ansi-styles/-/ansi-styles-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=" }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "requires": { "ansi-styles": "^2.2.1", @@ -30581,7 +29751,7 @@ }, "debug": { "version": "2.6.9", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { "ms": "2.0.0" @@ -30589,7 +29759,7 @@ }, "detect-port-alt": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/detect-port-alt/-/detect-port-alt-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.3.tgz", "integrity": "sha1-pNLwYddXoDTs83xRQmCph1DysTE=", "requires": { "address": "^1.0.1", @@ -30665,7 +29835,7 @@ }, "opn": { "version": "5.1.0", - "resolved": "https://registry.js.ipfs.io/opn/-/opn-5.1.0.tgz", + "resolved": "https://registry.npmjs.org/opn/-/opn-5.1.0.tgz", "integrity": "sha512-iPNl7SyM8L30Rm1sjGdLLheyHVw5YXVfi3SKWJzBI7efxRwHojfRFjwE/OLM6qp9xJYMgab8WicTU1cPoY+Hpg==", "requires": { "is-wsl": "^1.1.0" @@ -30673,7 +29843,7 @@ }, "supports-color": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=" }, "tmp": { @@ -30688,7 +29858,7 @@ }, "react-dom": { "version": "16.6.3", - "resolved": "https://registry.js.ipfs.io/react-dom/-/react-dom-16.6.3.tgz", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.6.3.tgz", "integrity": "sha512-8ugJWRCWLGXy+7PmNh8WJz3g1TaTUt1XyoIcFN+x0Zbkoz+KKdUyx1AQLYJdbFXjuF41Nmjn5+j//rxvhFjgSQ==", "requires": { "loose-envify": "^1.1.0", @@ -30699,12 +29869,12 @@ }, "react-error-overlay": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/react-error-overlay/-/react-error-overlay-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/react-error-overlay/-/react-error-overlay-3.0.0.tgz", "integrity": "sha512-XzgvowFrwDo6TWcpJ/WTiarb9UI6lhA4PMzS7n1joK3sHfBBBOQHUc0U4u57D6DWO9vHv6lVSWx2Q/Ymfyv4hw==" }, "react-helmet": { "version": "5.2.0", - "resolved": "https://registry.js.ipfs.io/react-helmet/-/react-helmet-5.2.0.tgz", + "resolved": "https://registry.npmjs.org/react-helmet/-/react-helmet-5.2.0.tgz", "integrity": "sha1-qBgR3yExOm1VxfBYxK66XW89l6c=", "requires": { "deep-equal": "^1.0.1", @@ -30746,13 +29916,13 @@ }, "react-icon-base": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/react-icon-base/-/react-icon-base-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/react-icon-base/-/react-icon-base-2.1.0.tgz", "integrity": "sha1-oZbjP98eeqof2jrvu2i9rZ6Cp50=", "dev": true }, "react-icons": { "version": "2.2.7", - "resolved": "https://registry.js.ipfs.io/react-icons/-/react-icons-2.2.7.tgz", + "resolved": "https://registry.npmjs.org/react-icons/-/react-icons-2.2.7.tgz", "integrity": "sha512-0n4lcGqzJFcIQLoQytLdJCE0DKSA9dkwEZRYoGrIDJZFvIT6Hbajx5mv9geqhqFiNjUgtxg8kPyDfjlhymbGFg==", "dev": true, "requires": { @@ -30761,7 +29931,7 @@ }, "react-intl": { "version": "2.7.2", - "resolved": "https://registry.js.ipfs.io/react-intl/-/react-intl-2.7.2.tgz", + "resolved": "https://registry.npmjs.org/react-intl/-/react-intl-2.7.2.tgz", "integrity": "sha512-3dcNGLqEw2FKkX+1L2WYLgjP0MVJkvWuVd1uLcnwifIQe8JQvnd9Bss4hb4Gvg/YhBIRcs4LM6C2bAgyklucjw==", "requires": { "hoist-non-react-statics": "^2.5.5", @@ -30778,12 +29948,12 @@ }, "react-lifecycles-compat": { "version": "3.0.4", - "resolved": "https://registry.js.ipfs.io/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", + "resolved": "https://registry.npmjs.org/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz", "integrity": "sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==" }, "react-live": { "version": "1.12.0", - "resolved": "https://registry.js.ipfs.io/react-live/-/react-live-1.12.0.tgz", + "resolved": "https://registry.npmjs.org/react-live/-/react-live-1.12.0.tgz", "integrity": "sha512-zFEpY01fJORF0IiyONqvjwPLBBDp155Ive6tU8ZmetmT2p4XWUKHstnlu4Cayia+n7iu58Owytztu43yvSin8g==", "requires": { "buble": "^0.19.3", @@ -30797,7 +29967,7 @@ "dependencies": { "clipboard": { "version": "1.7.1", - "resolved": "https://registry.js.ipfs.io/clipboard/-/clipboard-1.7.1.tgz", + "resolved": "https://registry.npmjs.org/clipboard/-/clipboard-1.7.1.tgz", "integrity": "sha1-Ng1taUbpmnof7zleQrqStem1oWs=", "optional": true, "requires": { @@ -30808,7 +29978,7 @@ }, "prismjs": { "version": "1.6.0", - "resolved": "https://registry.js.ipfs.io/prismjs/-/prismjs-1.6.0.tgz", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.6.0.tgz", "integrity": "sha1-EY2V+3pm26InLjQ7NF9SNmWds2U=", "requires": { "clipboard": "^1.5.5" @@ -30818,7 +29988,7 @@ }, "react-markdown": { "version": "4.0.4", - "resolved": "https://registry.js.ipfs.io/react-markdown/-/react-markdown-4.0.4.tgz", + "resolved": "https://registry.npmjs.org/react-markdown/-/react-markdown-4.0.4.tgz", "integrity": "sha512-G2dpkraP12A/1xZ1oJgm0hop213kscc7jMY0hqlx9VgxJ+5Jda1C+E+HVFL8PL0WGMVxgh95ksQzFXYGBcnQ9g==", "requires": { "html-to-react": "^1.3.3", @@ -30832,13 +30002,13 @@ }, "react-pure-render": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/react-pure-render/-/react-pure-render-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/react-pure-render/-/react-pure-render-1.0.2.tgz", "integrity": "sha1-nYqSjH8sN1E8LQZOV7Pjw1bp+rs=", "dev": true }, "react-resize-detector": { "version": "3.2.1", - "resolved": "https://registry.js.ipfs.io/react-resize-detector/-/react-resize-detector-3.2.1.tgz", + "resolved": "https://registry.npmjs.org/react-resize-detector/-/react-resize-detector-3.2.1.tgz", "integrity": "sha512-w3DSXcsv73ZxGoLb2tD8VZNcZXoyCOVKDt137Em7xuGo+UQzCzKdWYOqNBI3I6RV0wB5g8FnwUyOoa0M6B7dqQ==", "requires": { "lodash": "^4.17.11", @@ -30849,7 +30019,7 @@ }, "react-scroll-to-component": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/react-scroll-to-component/-/react-scroll-to-component-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/react-scroll-to-component/-/react-scroll-to-component-1.0.2.tgz", "integrity": "sha1-8mDck2xipT53J4bXgy/giE4ZU1Q=", "requires": { "scroll-to": "0.0.2" @@ -30857,7 +30027,7 @@ }, "react-side-effect": { "version": "1.1.5", - "resolved": "https://registry.js.ipfs.io/react-side-effect/-/react-side-effect-1.1.5.tgz", + "resolved": "https://registry.npmjs.org/react-side-effect/-/react-side-effect-1.1.5.tgz", "integrity": "sha512-Z2ZJE4p/jIfvUpiUMRydEVpQRf2f8GMHczT6qLcARmX7QRb28JDBTpnM2g/i5y/p7ZDEXYGHWg0RbhikE+hJRw==", "requires": { "exenv": "^1.2.1", @@ -30866,7 +30036,7 @@ }, "react-slick": { "version": "0.23.2", - "resolved": "https://registry.js.ipfs.io/react-slick/-/react-slick-0.23.2.tgz", + "resolved": "https://registry.npmjs.org/react-slick/-/react-slick-0.23.2.tgz", "integrity": "sha512-fM6DXX7+22eOcYE9cgaXUfioZL/Zw6fwS6aPMDBt0kLHl4H4fFNEbp4JsJQdEWMLUNFtUytNcvd9KRml22Tp5w==", "requires": { "classnames": "^2.2.5", @@ -30879,7 +30049,7 @@ }, "react-toastify": { "version": "4.4.3", - "resolved": "https://registry.js.ipfs.io/react-toastify/-/react-toastify-4.4.3.tgz", + "resolved": "https://registry.npmjs.org/react-toastify/-/react-toastify-4.4.3.tgz", "integrity": "sha512-MHv9eAkb02xLKemOtS1mnv+jq+2iThYG8pWJxRCj5s/wgr5lU69uVLh/bTy7lU/HJq0uJEcdwfuIeHr4KGuoUQ==", "requires": { "classnames": "^2.2.6", @@ -30889,7 +30059,7 @@ }, "react-tooltip": { "version": "3.9.0", - "resolved": "https://registry.js.ipfs.io/react-tooltip/-/react-tooltip-3.9.0.tgz", + "resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-3.9.0.tgz", "integrity": "sha512-vpn738FVv2oe2LzdwUchped3WqLgZSQwrBow+ceChS1+lFEJBPjOa9KD3JH/L/s0Aorxawi3A20qBcHX7vqaag==", "requires": { "classnames": "^2.2.5", @@ -30899,7 +30069,7 @@ }, "react-transition-group": { "version": "2.5.0", - "resolved": "https://registry.js.ipfs.io/react-transition-group/-/react-transition-group-2.5.0.tgz", + "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-2.5.0.tgz", "integrity": "sha512-qYB3JBF+9Y4sE4/Mg/9O6WFpdoYjeeYqx0AFb64PTazVy8RPMiE3A47CG9QmM4WJ/mzDiZYslV+Uly6O1Erlgw==", "requires": { "dom-helpers": "^3.3.1", @@ -30910,7 +30080,7 @@ }, "react-youtube": { "version": "7.8.0", - "resolved": "https://registry.js.ipfs.io/react-youtube/-/react-youtube-7.8.0.tgz", + "resolved": "https://registry.npmjs.org/react-youtube/-/react-youtube-7.8.0.tgz", "integrity": "sha512-kQFR0XTpgGRtzJ54HKDaCtAGr34mgB/BVFeCAL0WUjpIKZBcWtFrKJhYkoKfvWK7aTzJuQ57xojTjG7V6JzILA==", "requires": { "fast-deep-equal": "^2.0.1", @@ -30920,14 +30090,14 @@ "dependencies": { "fast-deep-equal": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=" } } }, "read": { "version": "1.0.7", - "resolved": "https://registry.js.ipfs.io/read/-/read-1.0.7.tgz", + "resolved": "https://registry.npmjs.org/read/-/read-1.0.7.tgz", "integrity": "sha1-s9oZvQUkMal2cdRKQmNK33ELQMQ=", "requires": { "mute-stream": "~0.0.4" @@ -30935,7 +30105,7 @@ }, "read-cache": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/read-cache/-/read-cache-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", "integrity": "sha1-5mTvMRYRZsl1HNvo28+GtftY93Q=", "requires": { "pify": "^2.3.0" @@ -30943,14 +30113,14 @@ "dependencies": { "pify": { "version": "2.3.0", - "resolved": "https://registry.js.ipfs.io/pify/-/pify-2.3.0.tgz", + "resolved": "http://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" } } }, "read-pkg": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/read-pkg/-/read-pkg-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-2.0.0.tgz", "integrity": "sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg=", "requires": { "load-json-file": "^2.0.0", @@ -30960,7 +30130,7 @@ }, "read-pkg-up": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/read-pkg-up/-/read-pkg-up-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-2.0.0.tgz", "integrity": "sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4=", "requires": { "find-up": "^2.0.0", @@ -30969,7 +30139,7 @@ }, "readable-stream": { "version": "2.3.6", - "resolved": "https://registry.js.ipfs.io/readable-stream/-/readable-stream-2.3.6.tgz", + "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz", "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==", "requires": { "core-util-is": "~1.0.0", @@ -30983,12 +30153,12 @@ }, "readable-stream-node-to-web": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/readable-stream-node-to-web/-/readable-stream-node-to-web-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/readable-stream-node-to-web/-/readable-stream-node-to-web-1.0.1.tgz", "integrity": "sha1-i3YU+qFGXr+g2pucpjA/onBzt88=" }, "readdirp": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/readdirp/-/readdirp-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", "requires": { "graceful-fs": "^4.1.11", @@ -30998,7 +30168,7 @@ }, "receptacle": { "version": "1.3.2", - "resolved": "https://registry.js.ipfs.io/receptacle/-/receptacle-1.3.2.tgz", + "resolved": "https://registry.npmjs.org/receptacle/-/receptacle-1.3.2.tgz", "integrity": "sha512-HrsFvqZZheusncQRiEE7GatOAETrARKV/lnfYicIm8lbvp/JQOdADOfhjBd2DajvoszEyxSM6RlAAIZgEoeu/A==", "requires": { "ms": "^2.1.1" @@ -31006,14 +30176,14 @@ "dependencies": { "ms": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/ms/-/ms-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" } } }, "rechoir": { "version": "0.6.2", - "resolved": "https://registry.js.ipfs.io/rechoir/-/rechoir-0.6.2.tgz", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz", "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=", "dev": true, "requires": { @@ -31022,7 +30192,7 @@ }, "recursive-readdir": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/recursive-readdir/-/recursive-readdir-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.1.tgz", "integrity": "sha1-kO8jHQd4xc4JPJpI105cVCLROpk=", "requires": { "minimatch": "3.0.3" @@ -31030,7 +30200,7 @@ "dependencies": { "minimatch": { "version": "3.0.3", - "resolved": "https://registry.js.ipfs.io/minimatch/-/minimatch-3.0.3.tgz", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.3.tgz", "integrity": "sha1-Kk5AkLlrLbBqnX3wEFWmKnfJt3Q=", "requires": { "brace-expansion": "^1.0.0" @@ -31040,7 +30210,7 @@ }, "redent": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/redent/-/redent-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz", "integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=", "dev": true, "requires": { @@ -31050,7 +30220,7 @@ }, "reduce-css-calc": { "version": "1.3.0", - "resolved": "https://registry.js.ipfs.io/reduce-css-calc/-/reduce-css-calc-1.3.0.tgz", + "resolved": "http://registry.npmjs.org/reduce-css-calc/-/reduce-css-calc-1.3.0.tgz", "integrity": "sha1-dHyRTgSWFKTJz7umKYca0dKSdxY=", "requires": { "balanced-match": "^0.4.2", @@ -31060,14 +30230,14 @@ "dependencies": { "balanced-match": { "version": "0.4.2", - "resolved": "https://registry.js.ipfs.io/balanced-match/-/balanced-match-0.4.2.tgz", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz", "integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=" } } }, "reduce-function-call": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/reduce-function-call/-/reduce-function-call-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/reduce-function-call/-/reduce-function-call-1.0.2.tgz", "integrity": "sha1-WiAL+S4ON3UXUv5FsKszD9S2vpk=", "requires": { "balanced-match": "^0.4.2" @@ -31075,14 +30245,14 @@ "dependencies": { "balanced-match": { "version": "0.4.2", - "resolved": "https://registry.js.ipfs.io/balanced-match/-/balanced-match-0.4.2.tgz", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-0.4.2.tgz", "integrity": "sha1-yz8+PHMtwPAe5wtAPzAuYddwmDg=" } } }, "redux": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/redux/-/redux-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/redux/-/redux-4.0.1.tgz", "integrity": "sha512-R7bAtSkk7nY6O/OYMVR9RiBI+XghjF9rlbl5806HJbQph0LJVHZrU5oaO4q70eUKiqMRqm4y07KLTlMZ2BlVmg==", "requires": { "loose-envify": "^1.4.0", @@ -31091,12 +30261,12 @@ }, "regenerate": { "version": "1.4.0", - "resolved": "https://registry.js.ipfs.io/regenerate/-/regenerate-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.0.tgz", "integrity": "sha512-1G6jJVDWrt0rK99kBjvEtziZNCICAuvIPkSiUFIQxVP06RCVpq3dmDo2oi6ABpYaDYaTRr67BEhL8r1wgEZZKg==" }, "regenerate-unicode-properties": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/regenerate-unicode-properties/-/regenerate-unicode-properties-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-7.0.0.tgz", "integrity": "sha512-s5NGghCE4itSlUS+0WUj88G6cfMVMmH8boTPNvABf8od+2dhT9WDlWu8n01raQAJZMOK8Ch6jSexaRO7swd6aw==", "requires": { "regenerate": "^1.4.0" @@ -31104,12 +30274,12 @@ }, "regenerator-runtime": { "version": "0.11.1", - "resolved": "https://registry.js.ipfs.io/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.11.1.tgz", "integrity": "sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==" }, "regenerator-transform": { "version": "0.13.3", - "resolved": "https://registry.js.ipfs.io/regenerator-transform/-/regenerator-transform-0.13.3.tgz", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.13.3.tgz", "integrity": "sha512-5ipTrZFSq5vU2YoGoww4uaRVAK4wyYC4TSICibbfEPOruUu8FFP7ErV0BjmbIOEpn3O/k9na9UEdYR/3m7N6uA==", "dev": true, "requires": { @@ -31118,7 +30288,7 @@ }, "regex-cache": { "version": "0.4.4", - "resolved": "https://registry.js.ipfs.io/regex-cache/-/regex-cache-0.4.4.tgz", + "resolved": "https://registry.npmjs.org/regex-cache/-/regex-cache-0.4.4.tgz", "integrity": "sha512-nVIZwtCjkC9YgvWkpM55B5rBhBYRZhAaJbgcFYXXsHnbZ9UZI9nnVWYZpBlCqv9ho2eZryPnWrZGsOdPwVWXWQ==", "dev": true, "requires": { @@ -31127,7 +30297,7 @@ }, "regex-not": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/regex-not/-/regex-not-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", "requires": { "extend-shallow": "^3.0.2", @@ -31136,7 +30306,7 @@ }, "regexp-quote": { "version": "0.0.0", - "resolved": "https://registry.js.ipfs.io/regexp-quote/-/regexp-quote-0.0.0.tgz", + "resolved": "https://registry.npmjs.org/regexp-quote/-/regexp-quote-0.0.0.tgz", "integrity": "sha1-Hg9GUMhi3L/tVP1CsUjpuxch/PI=" }, "regexp-tree": { @@ -31146,7 +30316,7 @@ }, "regexpu-core": { "version": "4.2.0", - "resolved": "https://registry.js.ipfs.io/regexpu-core/-/regexpu-core-4.2.0.tgz", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-4.2.0.tgz", "integrity": "sha512-Z835VSnJJ46CNBttalHD/dB+Sj2ezmY6Xp38npwU87peK6mqOzOpV8eYktdkLTEkzzD+JsTcxd84ozd8I14+rw==", "requires": { "regenerate": "^1.4.0", @@ -31159,7 +30329,7 @@ }, "registry-auth-token": { "version": "3.3.2", - "resolved": "https://registry.js.ipfs.io/registry-auth-token/-/registry-auth-token-3.3.2.tgz", + "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.3.2.tgz", "integrity": "sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ==", "requires": { "rc": "^1.1.6", @@ -31168,7 +30338,7 @@ }, "registry-url": { "version": "3.1.0", - "resolved": "https://registry.js.ipfs.io/registry-url/-/registry-url-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz", "integrity": "sha1-PU74cPc93h138M+aOBQyRE4XSUI=", "requires": { "rc": "^1.0.1" @@ -31176,12 +30346,12 @@ }, "regjsgen": { "version": "0.4.0", - "resolved": "https://registry.js.ipfs.io/regjsgen/-/regjsgen-0.4.0.tgz", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.4.0.tgz", "integrity": "sha512-X51Lte1gCYUdlwhF28+2YMO0U6WeN0GLpgpA7LK7mbdDnkQYiwvEpmpe0F/cv5L14EbxgrdayAG3JETBv0dbXA==" }, "regjsparser": { "version": "0.3.0", - "resolved": "https://registry.js.ipfs.io/regjsparser/-/regjsparser-0.3.0.tgz", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.3.0.tgz", "integrity": "sha512-zza72oZBBHzt64G7DxdqrOo/30bhHkwMUoT0WqfGu98XLd7N+1tsy5MJ96Bk4MD0y74n629RhmrGW6XlnLLwCA==", "requires": { "jsesc": "~0.5.0" @@ -31189,14 +30359,14 @@ "dependencies": { "jsesc": { "version": "0.5.0", - "resolved": "https://registry.js.ipfs.io/jsesc/-/jsesc-0.5.0.tgz", + "resolved": "http://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", "integrity": "sha1-597mbjXW/Bb3EP6R1c9p9w8IkR0=" } } }, "relative-url": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/relative-url/-/relative-url-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/relative-url/-/relative-url-1.0.2.tgz", "integrity": "sha1-0hxSpy1gYQGLzun5yfwQa/fWUoc=" }, "relay-runtime": { @@ -31227,7 +30397,7 @@ }, "remark": { "version": "9.0.0", - "resolved": "https://registry.js.ipfs.io/remark/-/remark-9.0.0.tgz", + "resolved": "https://registry.npmjs.org/remark/-/remark-9.0.0.tgz", "integrity": "sha512-amw8rGdD5lHbMEakiEsllmkdBP+/KpjW/PRK6NSGPZKCQowh0BT4IWXDAkRMyG3SB9dKPXWMviFjNusXzXNn3A==", "dev": true, "requires": { @@ -31238,7 +30408,7 @@ }, "remark-html": { "version": "7.0.0", - "resolved": "https://registry.js.ipfs.io/remark-html/-/remark-html-7.0.0.tgz", + "resolved": "https://registry.npmjs.org/remark-html/-/remark-html-7.0.0.tgz", "integrity": "sha512-jqRzkZXCkM12gIY2ibMLTW41m7rfanliMTVQCFTezHJFsbH00YaTox/BX4gU+f/zCdzfhFJONtebFByvpMv37w==", "dev": true, "requires": { @@ -31250,7 +30420,7 @@ }, "remark-parse": { "version": "5.0.0", - "resolved": "https://registry.js.ipfs.io/remark-parse/-/remark-parse-5.0.0.tgz", + "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-5.0.0.tgz", "integrity": "sha512-b3iXszZLH1TLoyUzrATcTQUZrwNl1rE70rVdSruJFlDaJ9z5aMkhrG43Pp68OgfHndL/ADz6V69Zow8cTQu+JA==", "requires": { "collapse-white-space": "^1.0.2", @@ -31272,7 +30442,7 @@ }, "remark-reference-links": { "version": "4.0.3", - "resolved": "https://registry.js.ipfs.io/remark-reference-links/-/remark-reference-links-4.0.3.tgz", + "resolved": "https://registry.npmjs.org/remark-reference-links/-/remark-reference-links-4.0.3.tgz", "integrity": "sha512-Q9d7JaK5r0JDBo3TInfrodBuI3xulI8htCr8jlX+0oXosF3GaebJbo5y228VYFoV6xJ+syDukkUGMKNlwSJWjQ==", "dev": true, "requires": { @@ -31281,7 +30451,7 @@ }, "remark-slug": { "version": "5.1.1", - "resolved": "https://registry.js.ipfs.io/remark-slug/-/remark-slug-5.1.1.tgz", + "resolved": "https://registry.npmjs.org/remark-slug/-/remark-slug-5.1.1.tgz", "integrity": "sha512-r591rdoDPJkSSAVvEaTVUkqbMp7c7AyZfif14V0Dp66GQkOHzaPAS6wyhawSbqpS0ZdTnfJS+TltFoxzi6bdIA==", "dev": true, "requires": { @@ -31292,7 +30462,7 @@ }, "remark-stringify": { "version": "5.0.0", - "resolved": "https://registry.js.ipfs.io/remark-stringify/-/remark-stringify-5.0.0.tgz", + "resolved": "https://registry.npmjs.org/remark-stringify/-/remark-stringify-5.0.0.tgz", "integrity": "sha512-Ws5MdA69ftqQ/yhRF9XhVV29mhxbfGhbz0Rx5bQH+oJcNhhSM6nCu1EpLod+DjrFGrU0BMPs+czVmJZU7xiS7w==", "dev": true, "requires": { @@ -31314,7 +30484,7 @@ }, "remark-toc": { "version": "5.1.1", - "resolved": "https://registry.js.ipfs.io/remark-toc/-/remark-toc-5.1.1.tgz", + "resolved": "https://registry.npmjs.org/remark-toc/-/remark-toc-5.1.1.tgz", "integrity": "sha512-vCPW4YOsm2CfyuScdktM9KDnJXVHJsd/ZeRtst+dnBU3B3KKvt8bc+bs5syJjyptAHfqo7H+5Uhz+2blWBfwow==", "dev": true, "requires": { @@ -31324,7 +30494,7 @@ }, "remote-origin-url": { "version": "0.4.0", - "resolved": "https://registry.js.ipfs.io/remote-origin-url/-/remote-origin-url-0.4.0.tgz", + "resolved": "http://registry.npmjs.org/remote-origin-url/-/remote-origin-url-0.4.0.tgz", "integrity": "sha1-TT4pAvNOLTfRwmPYdxC3frQIajA=", "dev": true, "requires": { @@ -31333,7 +30503,7 @@ }, "remove-bom-buffer": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/remove-bom-buffer/-/remove-bom-buffer-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/remove-bom-buffer/-/remove-bom-buffer-3.0.0.tgz", "integrity": "sha512-8v2rWhaakv18qcvNeli2mZ/TMTL2nEyAKRvzo1WtnZBl15SHyEhrCu2/xKlJyUFKHiHgfXIyuY6g2dObJJycXQ==", "dev": true, "requires": { @@ -31343,7 +30513,7 @@ }, "remove-bom-stream": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/remove-bom-stream/-/remove-bom-stream-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/remove-bom-stream/-/remove-bom-stream-1.2.0.tgz", "integrity": "sha1-BfGlk/FuQuH7kOv1nejlaVJflSM=", "dev": true, "requires": { @@ -31354,7 +30524,7 @@ }, "remove-trailing-separator": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=" }, "renderkid": { @@ -31371,17 +30541,17 @@ }, "repeat-element": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/repeat-element/-/repeat-element-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz", "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==" }, "repeat-string": { "version": "1.6.1", - "resolved": "https://registry.js.ipfs.io/repeat-string/-/repeat-string-1.6.1.tgz", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" }, "repeating": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/repeating/-/repeating-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", "dev": true, "requires": { @@ -31390,12 +30560,12 @@ }, "replace-ext": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/replace-ext/-/replace-ext-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz", "integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=" }, "request": { "version": "2.88.0", - "resolved": "https://registry.js.ipfs.io/request/-/request-2.88.0.tgz", + "resolved": "https://registry.npmjs.org/request/-/request-2.88.0.tgz", "integrity": "sha512-NAqBSrijGLZdM0WZNsInLJpkJokL72XYjUpnB0iwsRgxh7dB6COrHnTBNwN0E+lHDAJzu7kLAkDeY08z2/A0hg==", "dev": true, "requires": { @@ -31441,28 +30611,28 @@ }, "require-directory": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/require-directory/-/require-directory-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" }, "require-from-string": { "version": "2.0.2", - "resolved": "https://registry.js.ipfs.io/require-from-string/-/require-from-string-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==" }, "require-main-filename": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/require-main-filename/-/require-main-filename-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-1.0.1.tgz", "integrity": "sha1-l/cXtp1IeE9fUmpsWqj/3aBVpNE=" }, "require-package-name": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/require-package-name/-/require-package-name-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/require-package-name/-/require-package-name-2.0.1.tgz", "integrity": "sha1-wR6XJ2tluOKSP3Xav1+y7ww4Qbk=", "dev": true }, "require-uncached": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/require-uncached/-/require-uncached-1.0.3.tgz", + "resolved": "http://registry.npmjs.org/require-uncached/-/require-uncached-1.0.3.tgz", "integrity": "sha1-Tg1W1slmL9MeQwEcS5WqSZVUIdM=", "requires": { "caller-path": "^0.1.0", @@ -31471,7 +30641,7 @@ "dependencies": { "caller-path": { "version": "0.1.0", - "resolved": "https://registry.js.ipfs.io/caller-path/-/caller-path-0.1.0.tgz", + "resolved": "https://registry.npmjs.org/caller-path/-/caller-path-0.1.0.tgz", "integrity": "sha1-lAhe9jWB7NPaqSREqP6U6CV3dR8=", "requires": { "callsites": "^0.2.0" @@ -31479,29 +30649,29 @@ }, "callsites": { "version": "0.2.0", - "resolved": "https://registry.js.ipfs.io/callsites/-/callsites-0.2.0.tgz", + "resolved": "http://registry.npmjs.org/callsites/-/callsites-0.2.0.tgz", "integrity": "sha1-r6uWJikQp/M8GaV3WCXGnzTjUMo=" }, "resolve-from": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/resolve-from/-/resolve-from-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-1.0.1.tgz", "integrity": "sha1-Jsv+k10a7uq7Kbw/5a6wHpPUQiY=" } } }, "requires-port": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/requires-port/-/requires-port-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" }, "resize-observer-polyfill": { "version": "1.5.0", - "resolved": "https://registry.js.ipfs.io/resize-observer-polyfill/-/resize-observer-polyfill-1.5.0.tgz", + "resolved": "https://registry.npmjs.org/resize-observer-polyfill/-/resize-observer-polyfill-1.5.0.tgz", "integrity": "sha512-M2AelyJDVR/oLnToJLtuDJRBBWUGUvvGigj1411hXhAdyFWqMaqHp7TixW3FpiLuVaikIcR1QL+zqoJoZlOgpg==" }, "resolve": { "version": "1.8.1", - "resolved": "https://registry.js.ipfs.io/resolve/-/resolve-1.8.1.tgz", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.8.1.tgz", "integrity": "sha512-AicPrAC7Qu1JxPCZ9ZgCZlY35QgFnNqc+0LtbRNxnVw4TXvjQ72wnuL9JQcEBgXkI9JM8MsT9kaQoHcpCRJOYA==", "requires": { "path-parse": "^1.0.5" @@ -31509,7 +30679,7 @@ }, "resolve-bin": { "version": "0.4.0", - "resolved": "https://registry.js.ipfs.io/resolve-bin/-/resolve-bin-0.4.0.tgz", + "resolved": "https://registry.npmjs.org/resolve-bin/-/resolve-bin-0.4.0.tgz", "integrity": "sha1-RxMiSYkRAa+xmZH+k3ywpfBy5dk=", "dev": true, "requires": { @@ -31518,7 +30688,7 @@ }, "resolve-cwd": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/resolve-cwd/-/resolve-cwd-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-2.0.0.tgz", "integrity": "sha1-AKn3OHVW4nA46uIyyqNypqWbZlo=", "requires": { "resolve-from": "^3.0.0" @@ -31526,7 +30696,7 @@ }, "resolve-dir": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/resolve-dir/-/resolve-dir-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz", "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=", "requires": { "expand-tilde": "^2.0.0", @@ -31535,12 +30705,12 @@ }, "resolve-from": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/resolve-from/-/resolve-from-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz", "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=" }, "resolve-global": { "version": "0.1.0", - "resolved": "https://registry.js.ipfs.io/resolve-global/-/resolve-global-0.1.0.tgz", + "resolved": "https://registry.npmjs.org/resolve-global/-/resolve-global-0.1.0.tgz", "integrity": "sha1-j7As/Vt9sgEY6IYxHxWvlb0V+9k=", "dev": true, "requires": { @@ -31549,7 +30719,7 @@ }, "resolve-options": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/resolve-options/-/resolve-options-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/resolve-options/-/resolve-options-1.1.0.tgz", "integrity": "sha1-MrueOcBtZzONyTeMDW1gdFZq0TE=", "dev": true, "requires": { @@ -31558,7 +30728,7 @@ }, "resolve-pkg": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/resolve-pkg/-/resolve-pkg-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/resolve-pkg/-/resolve-pkg-1.0.0.tgz", "integrity": "sha1-4ZoV54rKLhJEYdySsuOUPvk0lNk=", "dev": true, "requires": { @@ -31567,7 +30737,7 @@ "dependencies": { "resolve-from": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/resolve-from/-/resolve-from-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-2.0.0.tgz", "integrity": "sha1-lICrIOlP+h2egKgEx+oUdhGWa1c=", "dev": true } @@ -31575,12 +30745,12 @@ }, "resolve-url": { "version": "0.2.1", - "resolved": "https://registry.js.ipfs.io/resolve-url/-/resolve-url-0.2.1.tgz", + "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=" }, "responselike": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/responselike/-/responselike-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/responselike/-/responselike-1.0.2.tgz", "integrity": "sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=", "requires": { "lowercase-keys": "^1.0.0" @@ -31588,7 +30758,7 @@ }, "restore-cursor": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/restore-cursor/-/restore-cursor-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-2.0.0.tgz", "integrity": "sha1-n37ih/gv0ybU/RYpI9YhKe7g368=", "requires": { "onetime": "^2.0.0", @@ -31597,7 +30767,7 @@ }, "ret": { "version": "0.1.15", - "resolved": "https://registry.js.ipfs.io/ret/-/ret-0.1.15.tgz", + "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==" }, "retimer": { @@ -31607,38 +30777,38 @@ }, "retry": { "version": "0.12.0", - "resolved": "https://registry.js.ipfs.io/retry/-/retry-0.12.0.tgz", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", "integrity": "sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=" }, "rfdc": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/rfdc/-/rfdc-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.1.2.tgz", "integrity": "sha512-92ktAgvZhBzYTIK0Mja9uen5q5J3NRVMoDkJL2VMwq6SXjVCgqvQeVP2XAaUY6HT+XpQYeLSjb3UoitBryKmdA==", "dev": true }, "rgb": { "version": "0.1.0", - "resolved": "https://registry.js.ipfs.io/rgb/-/rgb-0.1.0.tgz", + "resolved": "https://registry.npmjs.org/rgb/-/rgb-0.1.0.tgz", "integrity": "sha1-vieykej+/+rBvZlylyG/pA/AN7U=" }, "rgb-hex": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/rgb-hex/-/rgb-hex-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/rgb-hex/-/rgb-hex-2.1.0.tgz", "integrity": "sha1-x3PF/iJoolV42SU5qCp6XOU77aY=" }, "rgb-regex": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/rgb-regex/-/rgb-regex-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/rgb-regex/-/rgb-regex-1.0.1.tgz", "integrity": "sha1-wODWiC3w4jviVKR16O3UGRX+rrE=" }, "rgba-regex": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/rgba-regex/-/rgba-regex-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/rgba-regex/-/rgba-regex-1.0.0.tgz", "integrity": "sha1-QzdOLiyglosO8VI0YLfXMP8i7rM=" }, "rimraf": { "version": "2.6.2", - "resolved": "https://registry.js.ipfs.io/rimraf/-/rimraf-2.6.2.tgz", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.6.2.tgz", "integrity": "sha512-lreewLK/BlghmxtfH36YYVg1i8IAce4TI7oao75I1g245+6BctqTVQiBP3YUJ9C6DQOXJmkYR9X9fCLtCOJc5w==", "requires": { "glob": "^7.0.5" @@ -31646,7 +30816,7 @@ }, "ripemd160": { "version": "2.0.2", - "resolved": "https://registry.js.ipfs.io/ripemd160/-/ripemd160-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", "requires": { "hash-base": "^3.0.0", @@ -31664,7 +30834,7 @@ }, "rsa-pem-to-jwk": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/rsa-pem-to-jwk/-/rsa-pem-to-jwk-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/rsa-pem-to-jwk/-/rsa-pem-to-jwk-1.1.3.tgz", "integrity": "sha1-JF52vbfnI0z+58oDLTG1TDj6uY4=", "requires": { "object-assign": "^2.0.0", @@ -31673,14 +30843,14 @@ "dependencies": { "object-assign": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/object-assign/-/object-assign-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-2.1.1.tgz", "integrity": "sha1-Q8NuXVaf+OSBbE76i+AtJpZ8GKo=" } } }, "rsa-unpack": { "version": "0.0.6", - "resolved": "https://registry.js.ipfs.io/rsa-unpack/-/rsa-unpack-0.0.6.tgz", + "resolved": "https://registry.npmjs.org/rsa-unpack/-/rsa-unpack-0.0.6.tgz", "integrity": "sha1-9Q69VqYoN45jHylxYQJs6atO3bo=", "requires": { "optimist": "~0.3.5" @@ -31688,7 +30858,7 @@ }, "run-async": { "version": "2.3.0", - "resolved": "https://registry.js.ipfs.io/run-async/-/run-async-2.3.0.tgz", + "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz", "integrity": "sha1-A3GrSuC91yDUFm19/aZP96RFpsA=", "requires": { "is-promise": "^2.1.0" @@ -31696,13 +30866,13 @@ }, "run-node": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/run-node/-/run-node-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/run-node/-/run-node-1.0.0.tgz", "integrity": "sha512-kc120TBlQ3mih1LSzdAJXo4xn/GWS2ec0l3S+syHDXP9uRr0JAT8Qd3mdMuyjqCzeZktgP3try92cEgf9Nks8A==", "dev": true }, "run-queue": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/run-queue/-/run-queue-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz", "integrity": "sha1-6Eg5bwV9Ij8kOGkkYY4laUFh7Ec=", "requires": { "aproba": "^1.1.1" @@ -31710,18 +30880,18 @@ }, "rx": { "version": "4.1.0", - "resolved": "https://registry.js.ipfs.io/rx/-/rx-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/rx/-/rx-4.1.0.tgz", "integrity": "sha1-pfE/957zt0D+MKqAP7CfmIBdR4I=", "dev": true }, "rx-lite": { "version": "4.0.8", - "resolved": "https://registry.js.ipfs.io/rx-lite/-/rx-lite-4.0.8.tgz", + "resolved": "https://registry.npmjs.org/rx-lite/-/rx-lite-4.0.8.tgz", "integrity": "sha1-Cx4Rr4vESDbwSmQH6S2kJGe3lEQ=" }, "rx-lite-aggregates": { "version": "4.0.8", - "resolved": "https://registry.js.ipfs.io/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz", + "resolved": "https://registry.npmjs.org/rx-lite-aggregates/-/rx-lite-aggregates-4.0.8.tgz", "integrity": "sha1-dTuHqJoRyVRnxKwWJsTvxOBcZ74=", "requires": { "rx-lite": "*" @@ -31729,7 +30899,7 @@ }, "rxjs": { "version": "6.3.3", - "resolved": "https://registry.js.ipfs.io/rxjs/-/rxjs-6.3.3.tgz", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.3.3.tgz", "integrity": "sha512-JTWmoY9tWCs7zvIk/CvRjhjGaOd+OVBM987mxFo+OW66cGpdKjZcpmc74ES1sB//7Kl/PAe8+wEakuhG4pcgOw==", "requires": { "tslib": "^1.9.0" @@ -31737,18 +30907,18 @@ }, "safe-buffer": { "version": "5.1.2", - "resolved": "https://registry.js.ipfs.io/safe-buffer/-/safe-buffer-5.1.2.tgz", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" }, "safe-json-parse": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/safe-json-parse/-/safe-json-parse-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/safe-json-parse/-/safe-json-parse-1.0.1.tgz", "integrity": "sha1-PnZyPjjf3aE8mx0poeB//uSzC1c=", "dev": true }, "safe-regex": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/safe-regex/-/safe-regex-1.1.0.tgz", + "resolved": "http://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", "requires": { "ret": "~0.1.10" @@ -31756,12 +30926,12 @@ }, "safer-buffer": { "version": "2.1.2", - "resolved": "https://registry.js.ipfs.io/safer-buffer/-/safer-buffer-2.1.2.tgz", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, "sanitize-filename": { "version": "1.6.1", - "resolved": "https://registry.js.ipfs.io/sanitize-filename/-/sanitize-filename-1.6.1.tgz", + "resolved": "https://registry.npmjs.org/sanitize-filename/-/sanitize-filename-1.6.1.tgz", "integrity": "sha1-YS2hyWRz+gLczaktzVtKsWSmdyo=", "requires": { "truncate-utf8-bytes": "^1.0.0" @@ -31769,7 +30939,7 @@ }, "sanitize-html-react": { "version": "1.13.0", - "resolved": "https://registry.js.ipfs.io/sanitize-html-react/-/sanitize-html-react-1.13.0.tgz", + "resolved": "https://registry.npmjs.org/sanitize-html-react/-/sanitize-html-react-1.13.0.tgz", "integrity": "sha1-51e5rbryyKdi89Lf9wE4g44FQgo=", "requires": { "htmlparser2": "^3.9.0", @@ -31779,12 +30949,12 @@ "dependencies": { "domelementtype": { "version": "1.3.0", - "resolved": "https://registry.js.ipfs.io/domelementtype/-/domelementtype-1.3.0.tgz", + "resolved": "http://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz", "integrity": "sha1-sXrtguirWeUt2cGbF1bg/BhyBMI=" }, "domhandler": { "version": "2.4.2", - "resolved": "https://registry.js.ipfs.io/domhandler/-/domhandler-2.4.2.tgz", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.2.tgz", "integrity": "sha512-JiK04h0Ht5u/80fdLMCEmV4zkNh2BcoMFBmZ/91WtYZ8qVXSKjiw7fXMgFPnHcSZgOo3XdinHvmnDUeMf5R4wA==", "requires": { "domelementtype": "1" @@ -31792,7 +30962,7 @@ }, "htmlparser2": { "version": "3.10.0", - "resolved": "https://registry.js.ipfs.io/htmlparser2/-/htmlparser2-3.10.0.tgz", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.10.0.tgz", "integrity": "sha512-J1nEUGv+MkXS0weHNWVKJJ+UrLfePxRWpN3C9bEi9fLxL2+ggW94DQvgYVXsaT30PGwYRIZKNZXuyMhp3Di4bQ==", "requires": { "domelementtype": "^1.3.0", @@ -31805,7 +30975,7 @@ }, "readable-stream": { "version": "3.0.6", - "resolved": "https://registry.js.ipfs.io/readable-stream/-/readable-stream-3.0.6.tgz", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.0.6.tgz", "integrity": "sha512-9E1oLoOWfhSXHGv6QlwXJim7uNzd9EVlWK+21tCU9Ju/kR0/p2AZYPz4qSchgO8PlLIH4FpZYfzwS+rEksZjIg==", "requires": { "inherits": "^2.0.3", @@ -31817,12 +30987,12 @@ }, "sax": { "version": "1.2.4", - "resolved": "https://registry.js.ipfs.io/sax/-/sax-1.2.4.tgz", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" }, "scheduler": { "version": "0.11.2", - "resolved": "https://registry.js.ipfs.io/scheduler/-/scheduler-0.11.2.tgz", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.11.2.tgz", "integrity": "sha512-+WCP3s3wOaW4S7C1tl3TEXp4l9lJn0ZK8G3W3WKRWmw77Z2cIFUW2MiNTMHn5sCjxN+t7N43HAOOgMjyAg5hlg==", "requires": { "loose-envify": "^1.1.0", @@ -31831,7 +31001,7 @@ }, "schema-utils": { "version": "0.4.7", - "resolved": "https://registry.js.ipfs.io/schema-utils/-/schema-utils-0.4.7.tgz", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-0.4.7.tgz", "integrity": "sha512-v/iwU6wvwGK8HbU9yi3/nhGzP0yGSuhQMzL6ySiec1FSrZZDkhm4noOSWzrNFo/jEc+SJY6jRTwuwbSXJPDUnQ==", "requires": { "ajv": "^6.1.0", @@ -31840,7 +31010,7 @@ "dependencies": { "ajv": { "version": "6.6.1", - "resolved": "https://registry.js.ipfs.io/ajv/-/ajv-6.6.1.tgz", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.6.1.tgz", "integrity": "sha512-ZoJjft5B+EJBjUyu9C9Hc0OZyPZSSlOF+plzouTrg6UlA8f+e/n8NIgBFG/9tppJtpPWfthHakK7juJdNDODww==", "requires": { "fast-deep-equal": "^2.0.1", @@ -31851,17 +31021,17 @@ }, "ajv-keywords": { "version": "3.2.0", - "resolved": "https://registry.js.ipfs.io/ajv-keywords/-/ajv-keywords-3.2.0.tgz", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.2.0.tgz", "integrity": "sha1-6GuBnGAs+IIa1jdBNpjx3sAhhHo=" }, "fast-deep-equal": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=" }, "json-schema-traverse": { "version": "0.4.1", - "resolved": "https://registry.js.ipfs.io/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" } } @@ -31877,7 +31047,7 @@ }, "scroll-to": { "version": "0.0.2", - "resolved": "https://registry.js.ipfs.io/scroll-to/-/scroll-to-0.0.2.tgz", + "resolved": "https://registry.npmjs.org/scroll-to/-/scroll-to-0.0.2.tgz", "integrity": "sha1-k205ipEzZgokkhRcLACB38sHKPM=", "requires": { "component-raf": "1.2.0", @@ -31916,18 +31086,18 @@ }, "select": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/select/-/select-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/select/-/select-1.1.2.tgz", "integrity": "sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0=", "optional": true }, "select-hose": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/select-hose/-/select-hose-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", "integrity": "sha1-Yl2GWPhlr0Psliv8N2o3NZpJlMo=" }, "selfsigned": { "version": "1.10.4", - "resolved": "https://registry.js.ipfs.io/selfsigned/-/selfsigned-1.10.4.tgz", + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-1.10.4.tgz", "integrity": "sha512-9AukTiDmHXGXWtWjembZ5NDmVvP2695EtpgbCsxCa68w3c88B+alqbmZ4O3hZ4VWGXeGWzEVdvqgAJD8DQPCDw==", "requires": { "node-forge": "0.7.5" @@ -31935,23 +31105,23 @@ }, "semaphore": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/semaphore/-/semaphore-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/semaphore/-/semaphore-1.1.0.tgz", "integrity": "sha512-O4OZEaNtkMd/K0i6js9SL+gqy0ZCBMgUvlSqHKi4IBdjhe7wB8pwztUk1BbZ1fmrvpwFrPbHzqd2w5pTcJH6LA==" }, "semver": { "version": "5.6.0", - "resolved": "https://registry.js.ipfs.io/semver/-/semver-5.6.0.tgz", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.6.0.tgz", "integrity": "sha512-RS9R6R35NYgQn++fkDWaOmqGoj4Ek9gGs+DPxNUZKuwE183xjJroKvyo1IzVFeXvUrvmALy6FWD5xrdJT25gMg==" }, "semver-compare": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/semver-compare/-/semver-compare-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/semver-compare/-/semver-compare-1.0.0.tgz", "integrity": "sha1-De4hahyUGrN+nvsXiPavxf9VN/w=", "dev": true }, "semver-diff": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/semver-diff/-/semver-diff-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/semver-diff/-/semver-diff-2.1.0.tgz", "integrity": "sha1-S7uEN8jTfksM8aaP1ybsbWRdbTY=", "requires": { "semver": "^5.0.3" @@ -31959,13 +31129,13 @@ }, "semver-regex": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/semver-regex/-/semver-regex-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/semver-regex/-/semver-regex-1.0.0.tgz", "integrity": "sha1-kqSWkGX5xwxpR1PVUkj8aPj2Usk=", "dev": true }, "send": { "version": "0.16.2", - "resolved": "https://registry.js.ipfs.io/send/-/send-0.16.2.tgz", + "resolved": "https://registry.npmjs.org/send/-/send-0.16.2.tgz", "integrity": "sha512-E64YFPUssFHEFBvpbbjr44NCLtI1AohxQ8ZSiJjQLskAdKuriYEP6VyGEsRDH8ScozGpkaX1BGvhanqCwkcEZw==", "requires": { "debug": "2.6.9", @@ -31985,7 +31155,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { "ms": "2.0.0" @@ -31993,19 +31163,19 @@ }, "mime": { "version": "1.4.1", - "resolved": "https://registry.js.ipfs.io/mime/-/mime-1.4.1.tgz", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz", "integrity": "sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ==" } } }, "serialize-javascript": { "version": "1.5.0", - "resolved": "https://registry.js.ipfs.io/serialize-javascript/-/serialize-javascript-1.5.0.tgz", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-1.5.0.tgz", "integrity": "sha512-Ga8c8NjAAp46Br4+0oZ2WxJCwIzwP60Gq1YPgU+39PiTVxyed/iKE/zyZI6+UlVYH5Q4PaQdHhcegIFPZTUfoQ==" }, "serve-index": { "version": "1.9.1", - "resolved": "https://registry.js.ipfs.io/serve-index/-/serve-index-1.9.1.tgz", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", "integrity": "sha1-03aNabHn2C5c4FD/9bRTvqEqkjk=", "requires": { "accepts": "~1.3.4", @@ -32019,7 +31189,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { "ms": "2.0.0" @@ -32029,7 +31199,7 @@ }, "serve-static": { "version": "1.13.2", - "resolved": "https://registry.js.ipfs.io/serve-static/-/serve-static-1.13.2.tgz", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz", "integrity": "sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw==", "requires": { "encodeurl": "~1.0.2", @@ -32039,9 +31209,9 @@ } }, "service-worker-gateway": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/service-worker-gateway/-/service-worker-gateway-0.1.13.tgz", - "integrity": "sha512-JLQmwb3Y1s0QsDkzHFC9q2r62CkJcm5qcXD31xk+40tMejbJEl4NxTJdXx1VPtNb6WCQPnJisMBC5MwmMgXP9Q==", + "version": "0.1.14", + "resolved": "https://registry.npmjs.org/service-worker-gateway/-/service-worker-gateway-0.1.14.tgz", + "integrity": "sha512-z158opPVPTR6xcZDcnm9w5ybvjCVUAaXiasMQ9e7XiOq6MFBiAABMoQFYMLa7+8ym01bbmcJzLOo6BQilWTHEg==", "requires": { "async": "^2.6.2", "cids": "~0.6.0", @@ -32049,8 +31219,8 @@ "file-type": "^10.11.0", "filesize": "^4.1.2", "idb-keyval": "^3.2.0", - "ipfs": "0.35.0", - "ipfs-http-response": "~0.2.2", + "ipfs": "~0.36.0", + "ipfs-http-response": "~0.3.0", "ipfs-postmsg-proxy": "^3.1.1", "ipfs-unixfs": "~0.1.16", "mime-types": "^2.1.22", @@ -32062,11 +31232,6 @@ "stream-to-pull-stream": "^1.7.3" }, "dependencies": { - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" - }, "async": { "version": "2.6.2", "resolved": "https://registry.npmjs.org/async/-/async-2.6.2.tgz", @@ -32075,138 +31240,6 @@ "lodash": "^4.17.11" } }, - "bip32": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/bip32/-/bip32-1.0.4.tgz", - "integrity": "sha512-8T21eLWylZETolyqCPgia+MNp+kY37zFr7PTFDTPObHeNi9JlfG4qGIh8WzerIJidtwoK+NsWq2I5i66YfHoIw==", - "requires": { - "bs58check": "^2.1.1", - "create-hash": "^1.2.0", - "create-hmac": "^1.1.7", - "tiny-secp256k1": "^1.0.0", - "typeforce": "^1.11.5", - "wif": "^2.0.6" - } - }, - "bitcoinjs-lib": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/bitcoinjs-lib/-/bitcoinjs-lib-4.0.5.tgz", - "integrity": "sha512-gYs7K2hiY4Xb96J8AIF+Rx+hqbwjVlp5Zt6L6AnHOdzfe/2tODdmDxsEytnaxVCdhOUg0JnsGpl+KowBpGLxtA==", - "requires": { - "bech32": "^1.1.2", - "bip32": "^1.0.4", - "bip66": "^1.1.0", - "bitcoin-ops": "^1.4.0", - "bs58check": "^2.0.0", - "create-hash": "^1.1.0", - "create-hmac": "^1.1.3", - "merkle-lib": "^2.0.10", - "pushdata-bitcoin": "^1.0.1", - "randombytes": "^2.0.1", - "safe-buffer": "^5.1.1", - "tiny-secp256k1": "^1.0.0", - "typeforce": "^1.11.3", - "varuint-bitcoin": "^1.0.4", - "wif": "^2.0.1" - } - }, - "bl": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bl/-/bl-3.0.0.tgz", - "integrity": "sha512-EUAyP5UHU5hxF8BPT0LKW8gjYLhq1DQIcneOX/pL/m2Alo+OYDQAJlHq+yseMP50Os2nHXOSic6Ss3vSQeyf4A==", - "requires": { - "readable-stream": "^3.0.1" - } - }, - "buffer": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.2.1.tgz", - "integrity": "sha512-c+Ko0loDaFfuPWiL02ls9Xd3GO3cPVmUobQ6t3rXNUk304u6hGq+8N/kFi+QEIKhzK3uwolVhLzszmfLmMLnqg==", - "requires": { - "base64-js": "^1.0.2", - "ieee754": "^1.1.4" - } - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" - }, - "cid-tool": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/cid-tool/-/cid-tool-0.2.0.tgz", - "integrity": "sha512-YQcNOpK+hgfkedrqkQCa7vpXLMRooP1OwJmzhEc6m6ggzva+4yPaPNjMqmY7OPizGvf1kkoKHs/ZWWJOH8eylg==", - "requires": { - "cids": "~0.5.6", - "explain-error": "^1.0.4", - "multibase": "~0.6.0", - "multihashes": "~0.4.14", - "yargs": "^12.0.2" - }, - "dependencies": { - "cids": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/cids/-/cids-0.5.8.tgz", - "integrity": "sha512-Ye8TZP3YQfy0j+i5k+LPHdTY3JOvTwN1pxds44p6BRUv8PTMOAF/Vt4Bc+oiIQ0Sktn0iftkUHgqKNHIMwhshA==", - "requires": { - "class-is": "^1.1.0", - "multibase": "~0.6.0", - "multicodec": "~0.5.0", - "multihashes": "~0.4.14" - } - }, - "yargs": { - "version": "12.0.5", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz", - "integrity": "sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==", - "requires": { - "cliui": "^4.0.0", - "decamelize": "^1.2.0", - "find-up": "^3.0.0", - "get-caller-file": "^1.0.1", - "os-locale": "^3.0.0", - "require-directory": "^2.1.1", - "require-main-filename": "^1.0.1", - "set-blocking": "^2.0.0", - "string-width": "^2.0.0", - "which-module": "^2.0.0", - "y18n": "^3.2.1 || ^4.0.0", - "yargs-parser": "^11.1.1" - } - } - } - }, - "cids": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/cids/-/cids-0.6.0.tgz", - "integrity": "sha512-34wuIeiBZOuvBwUuYR4XooVuXUQI2PYU9VmgM2eB3xkSmQYRlv2kh/dIbmGiLY2GuONlGR3lLtYdVkx1G9yXUg==", - "requires": { - "class-is": "^1.1.0", - "multibase": "~0.6.0", - "multicodec": "~0.5.0", - "multihashes": "~0.4.14" - } - }, - "concat-stream": { - "version": "github:hugomrdias/concat-stream#057bc7b5d6d8df26c8cf00a3f151b6721a0a8034", - "from": "github:hugomrdias/concat-stream#feat/smaller", - "requires": { - "inherits": "^2.0.3", - "readable-stream": "^3.0.2" - } - }, - "cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.js.ipfs.io/cross-spawn/-/cross-spawn-6.0.5.tgz", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "requires": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - } - }, "debug": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", @@ -32215,30 +31248,6 @@ "ms": "^2.1.1" } }, - "execa": { - "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/execa/-/execa-1.0.0.tgz", - "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", - "requires": { - "cross-spawn": "^6.0.0", - "get-stream": "^4.0.0", - "is-stream": "^1.1.0", - "npm-run-path": "^2.0.0", - "p-finally": "^1.0.0", - "signal-exit": "^3.0.0", - "strip-eof": "^1.0.0" - }, - "dependencies": { - "get-stream": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", - "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", - "requires": { - "pump": "^3.0.0" - } - } - } - }, "file-type": { "version": "10.11.0", "resolved": "https://registry.npmjs.org/file-type/-/file-type-10.11.0.tgz", @@ -32249,949 +31258,24 @@ "resolved": "https://registry.npmjs.org/filesize/-/filesize-4.1.2.tgz", "integrity": "sha512-iSWteWtfNcrWQTkQw8ble2bnonSl7YJImsn9OZKpE2E4IHhXI78eASpDYUljXZZdYj36QsEKjOs/CsiDqmKMJw==" }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "requires": { - "locate-path": "^3.0.0" - } - }, - "hapi-pino": { - "version": "5.4.1", - "resolved": "https://registry.npmjs.org/hapi-pino/-/hapi-pino-5.4.1.tgz", - "integrity": "sha512-Bmt0XtRm5xPRE26bcn4dakgLPyAPyadEI5LF9P4EMP43XDzbxl4wQqwe2uVC463X9txdkwOAjaan3vDTC/guaQ==", - "requires": { - "abstract-logging": "^1.0.0", - "hoek": "^6.1.2", - "pino": "^5.10.1", - "pino-pretty": "^2.5.0" - } - }, - "hoek": { - "version": "6.1.3", - "resolved": "https://registry.npmjs.org/hoek/-/hoek-6.1.3.tgz", - "integrity": "sha512-YXXAAhmF9zpQbC7LEcREFtXfGq5K1fmd+4PHkBq8NUqmzW3G+Dq10bI/i0KucLRwss3YYFQ0fSfoxBZYiGUqtQ==" - }, - "invert-kv": { - "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/invert-kv/-/invert-kv-2.0.0.tgz", - "integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==" - }, - "ipfs": { - "version": "0.35.0", - "resolved": "https://registry.npmjs.org/ipfs/-/ipfs-0.35.0.tgz", - "integrity": "sha512-79hxhXd4s+FzfYsgoMitAqekwg41+2iU5XZ0UgWONQoxQtTOX7bZGw7N6jws8l5NJpYqckv1MLSMsH/j4bDoZg==", - "requires": { - "async": "^2.6.1", - "bignumber.js": "^8.0.2", - "binary-querystring": "~0.1.2", - "bl": "^3.0.0", - "boom": "^7.2.0", - "bs58": "^4.0.1", - "byteman": "^1.3.5", - "cid-tool": "~0.2.0", - "cids": "~0.5.8", - "class-is": "^1.1.0", - "datastore-core": "~0.6.0", - "datastore-pubsub": "~0.1.1", - "debug": "^4.1.0", - "dlv": "^1.1.2", - "err-code": "^1.1.2", - "file-type": "^10.2.0", - "fnv1a": "^1.0.1", - "fsm-event": "^2.1.0", - "get-folder-size": "^2.0.0", - "glob": "^7.1.3", - "hapi": "^18.0.0", - "hapi-pino": "^5.2.0", - "human-to-milliseconds": "^1.0.0", - "interface-datastore": "~0.6.0", - "ipfs-bitswap": "~0.23.0", - "ipfs-block": "~0.8.0", - "ipfs-block-service": "~0.15.1", - "ipfs-http-client": "^30.1.1", - "ipfs-http-response": "~0.2.1", - "ipfs-mfs": "~0.10.2", - "ipfs-multipart": "~0.1.0", - "ipfs-repo": "~0.26.1", - "ipfs-unixfs": "~0.1.16", - "ipfs-unixfs-exporter": "~0.36.1", - "ipfs-unixfs-importer": "~0.38.5", - "ipld": "~0.21.1", - "ipld-bitcoin": "~0.1.8", - "ipld-dag-cbor": "~0.13.1", - "ipld-dag-pb": "~0.15.3", - "ipld-ethereum": "^2.0.1", - "ipld-git": "~0.3.0", - "ipld-raw": "^2.0.1", - "ipld-zcash": "~0.1.6", - "ipns": "~0.5.0", - "is-ipfs": "~0.6.0", - "is-pull-stream": "~0.0.0", - "is-stream": "^1.1.0", - "iso-url": "~0.4.6", - "joi": "^14.3.0", - "just-flatten-it": "^2.1.0", - "just-safe-set": "^2.1.0", - "libp2p": "~0.25.0", - "libp2p-bootstrap": "~0.9.3", - "libp2p-crypto": "~0.16.0", - "libp2p-kad-dht": "~0.14.12", - "libp2p-keychain": "~0.4.1", - "libp2p-mdns": "~0.12.0", - "libp2p-mplex": "~0.8.4", - "libp2p-record": "~0.6.1", - "libp2p-secio": "~0.11.0", - "libp2p-tcp": "~0.13.0", - "libp2p-webrtc-star": "~0.15.5", - "libp2p-websocket-star-multi": "~0.4.0", - "libp2p-websockets": "~0.12.2", - "lodash": "^4.17.11", - "mafmt": "^6.0.2", - "merge-options": "^1.0.1", - "mime-types": "^2.1.21", - "mkdirp": "~0.5.1", - "multiaddr": "^6.0.0", - "multiaddr-to-uri": "^4.0.1", - "multibase": "~0.6.0", - "multicodec": "~0.5.0", - "multihashes": "~0.4.14", - "multihashing-async": "~0.5.1", - "node-fetch": "^2.3.0", - "peer-book": "~0.9.0", - "peer-id": "~0.12.0", - "peer-info": "~0.15.0", - "progress": "^2.0.1", - "prom-client": "^11.1.3", - "prometheus-gc-stats": "~0.6.0", - "promisify-es6": "^1.0.3", - "protons": "^1.0.1", - "pull-abortable": "^4.1.1", - "pull-cat": "^1.1.11", - "pull-defer": "~0.2.3", - "pull-file": "^1.1.0", - "pull-ndjson": "~0.1.1", - "pull-pushable": "^2.2.0", - "pull-sort": "^1.0.1", - "pull-stream": "^3.6.9", - "pull-stream-to-stream": "^1.3.4", - "readable-stream": "^3.1.1", - "receptacle": "^1.3.2", - "stream-to-pull-stream": "^1.7.3", - "superstruct": "~0.6.0", - "tar-stream": "^2.0.0", - "temp": "~0.9.0", - "update-notifier": "^2.5.0", - "uri-to-multiaddr": "^3.0.1", - "varint": "^5.0.0", - "yargs": "^13.2.2", - "yargs-promise": "^1.1.0" - }, - "dependencies": { - "cids": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/cids/-/cids-0.5.8.tgz", - "integrity": "sha512-Ye8TZP3YQfy0j+i5k+LPHdTY3JOvTwN1pxds44p6BRUv8PTMOAF/Vt4Bc+oiIQ0Sktn0iftkUHgqKNHIMwhshA==", - "requires": { - "class-is": "^1.1.0", - "multibase": "~0.6.0", - "multicodec": "~0.5.0", - "multihashes": "~0.4.14" - } - } - } - }, - "ipfs-bitswap": { - "version": "0.23.0", - "resolved": "https://registry.npmjs.org/ipfs-bitswap/-/ipfs-bitswap-0.23.0.tgz", - "integrity": "sha512-6gim1Y3WUk4hh+EmrWFiPwtHdeVXCr0QwAHOs2Y8mLLpuYF29Y2weugO3Ggkjcx1t+0wiQFIj7SMwsBBUNe8FA==", - "requires": { - "async": "^2.6.1", - "bignumber.js": "^8.0.1", - "cids": "~0.5.8", - "debug": "^4.1.0", - "ipfs-block": "~0.8.0", - "just-debounce-it": "^1.1.0", - "lodash.isequalwith": "^4.4.0", - "moving-average": "^1.0.0", - "multicodec": "~0.5.0", - "multihashing-async": "~0.5.1", - "protons": "^1.0.1", - "pull-length-prefixed": "^1.3.1", - "pull-stream": "^3.6.9", - "varint-decoder": "~0.1.1" - }, - "dependencies": { - "cids": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/cids/-/cids-0.5.8.tgz", - "integrity": "sha512-Ye8TZP3YQfy0j+i5k+LPHdTY3JOvTwN1pxds44p6BRUv8PTMOAF/Vt4Bc+oiIQ0Sktn0iftkUHgqKNHIMwhshA==", - "requires": { - "class-is": "^1.1.0", - "multibase": "~0.6.0", - "multicodec": "~0.5.0", - "multihashes": "~0.4.14" - } - } - } - }, - "ipfs-http-client": { - "version": "30.1.4", - "resolved": "https://registry.npmjs.org/ipfs-http-client/-/ipfs-http-client-30.1.4.tgz", - "integrity": "sha512-ordvoPT3lAFL5qsvdYBeDGRP03gtbL6Jl+qJ9dztyhE7NJf2yhtnU3ZNqN1JMCcUK0qpGsDzX89t8dKQvI80Pw==", - "requires": { - "async": "^2.6.1", - "bignumber.js": "^8.0.2", - "bl": "^3.0.0", - "bs58": "^4.0.1", - "buffer": "^5.2.1", - "cids": "~0.5.5", - "concat-stream": "github:hugomrdias/concat-stream#feat/smaller", - "debug": "^4.1.0", - "detect-node": "^2.0.4", - "end-of-stream": "^1.4.1", - "err-code": "^1.1.2", - "flatmap": "0.0.3", - "glob": "^7.1.3", - "ipfs-block": "~0.8.0", - "ipld-dag-cbor": "~0.13.1", - "ipld-dag-pb": "~0.15.3", - "is-ipfs": "~0.6.0", - "is-pull-stream": "0.0.0", - "is-stream": "^1.1.0", - "iso-stream-http": "~0.1.2", - "iso-url": "~0.4.6", - "just-kebab-case": "^1.1.0", - "just-map-keys": "^1.1.0", - "lru-cache": "^5.1.1", - "multiaddr": "^6.0.6", - "multibase": "~0.6.0", - "multicodec": "~0.5.0", - "multihashes": "~0.4.14", - "ndjson": "github:hugomrdias/ndjson#feat/readable-stream3", - "once": "^1.4.0", - "peer-id": "~0.12.2", - "peer-info": "~0.15.1", - "promisify-es6": "^1.0.3", - "pull-defer": "~0.2.3", - "pull-stream": "^3.6.9", - "pull-to-stream": "~0.1.1", - "pump": "^3.0.0", - "qs": "^6.5.2", - "readable-stream": "^3.1.1", - "stream-to-pull-stream": "^1.7.2", - "tar-stream": "^2.0.1", - "through2": "^3.0.1" - }, - "dependencies": { - "cids": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/cids/-/cids-0.5.8.tgz", - "integrity": "sha512-Ye8TZP3YQfy0j+i5k+LPHdTY3JOvTwN1pxds44p6BRUv8PTMOAF/Vt4Bc+oiIQ0Sktn0iftkUHgqKNHIMwhshA==", - "requires": { - "class-is": "^1.1.0", - "multibase": "~0.6.0", - "multicodec": "~0.5.0", - "multihashes": "~0.4.14" - } - } - } - }, - "ipfs-http-response": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/ipfs-http-response/-/ipfs-http-response-0.2.2.tgz", - "integrity": "sha512-RMc9GUdyfFdOclobCXslfS+tGevJJs9ZhUv1xuJd32d1CVEd3PlZB2VBgWPMP5jXyZJWQ9kkAha8fBHGtC55Cw==", - "requires": { - "async": "^2.6.1", - "cids": "~0.5.7", - "debug": "^4.1.1", - "file-type": "^8.0.0", - "filesize": "^3.6.1", - "get-stream": "^3.0.0", - "ipfs-unixfs": "~0.1.16", - "mime-types": "^2.1.21", - "multihashes": "~0.4.14", - "promisify-es6": "^1.0.3", - "stream-to-blob": "^1.0.1" - }, - "dependencies": { - "cids": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/cids/-/cids-0.5.8.tgz", - "integrity": "sha512-Ye8TZP3YQfy0j+i5k+LPHdTY3JOvTwN1pxds44p6BRUv8PTMOAF/Vt4Bc+oiIQ0Sktn0iftkUHgqKNHIMwhshA==", - "requires": { - "class-is": "^1.1.0", - "multibase": "~0.6.0", - "multicodec": "~0.5.0", - "multihashes": "~0.4.14" - } - }, - "file-type": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/file-type/-/file-type-8.1.0.tgz", - "integrity": "sha512-qyQ0pzAy78gVoJsmYeNgl8uH8yKhr1lVhW7JbzJmnlRi0I4R2eEDEJZVKG8agpDnLpacwNbDhLNG/LMdxHD2YQ==" - }, - "filesize": { - "version": "3.6.1", - "resolved": "https://registry.npmjs.org/filesize/-/filesize-3.6.1.tgz", - "integrity": "sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg==" - } - } - }, - "ipfs-mfs": { - "version": "0.10.4", - "resolved": "https://registry.npmjs.org/ipfs-mfs/-/ipfs-mfs-0.10.4.tgz", - "integrity": "sha512-WFGSkbSdpUcHXstLhhK1Tn/CFXtQTtRH6zPGvjGoZ+Zmap3LXc4gwVkIlaswllZhzP9lOYhPULC3rLZc/IuUUw==", - "requires": { - "async": "^2.6.1", - "cids": "~0.5.5", - "debug": "^4.1.0", - "filereader-stream": "^2.0.0", - "hamt-sharding": "~0.0.2", - "interface-datastore": "~0.6.0", - "ipfs-multipart": "~0.1.0", - "ipfs-unixfs": "~0.1.16", - "ipfs-unixfs-exporter": "~0.36.1", - "ipfs-unixfs-importer": "~0.38.5", - "ipld-dag-pb": "~0.15.2", - "is-pull-stream": "~0.0.0", - "is-stream": "^1.1.0", - "joi": "^14.3.0", - "joi-browser": "^13.4.0", - "mortice": "^1.2.1", - "once": "^1.4.0", - "promisify-es6": "^1.0.3", - "pull-cat": "^1.1.11", - "pull-defer": "~0.2.3", - "pull-stream": "^3.6.9", - "pull-stream-to-stream": "^1.3.4", - "stream-to-pull-stream": "^1.7.2" - }, - "dependencies": { - "cids": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/cids/-/cids-0.5.8.tgz", - "integrity": "sha512-Ye8TZP3YQfy0j+i5k+LPHdTY3JOvTwN1pxds44p6BRUv8PTMOAF/Vt4Bc+oiIQ0Sktn0iftkUHgqKNHIMwhshA==", - "requires": { - "class-is": "^1.1.0", - "multibase": "~0.6.0", - "multicodec": "~0.5.0", - "multihashes": "~0.4.14" - } - } - } - }, - "ipfs-unixfs-exporter": { - "version": "0.36.1", - "resolved": "https://registry.npmjs.org/ipfs-unixfs-exporter/-/ipfs-unixfs-exporter-0.36.1.tgz", - "integrity": "sha512-J8vrUFcREYSovUm6fdwxM3X2lgumg40YDc/oKsfFxPV0K5xzfmrj+aU2AUCik8W5GBhFH24DJwwfLAY7FkwytQ==", - "requires": { - "async": "^2.6.1", - "cids": "~0.5.5", - "hamt-sharding": "0.0.2", - "ipfs-unixfs": "~0.1.16", - "ipfs-unixfs-importer": "~0.38.0", - "pull-cat": "^1.1.11", - "pull-defer": "~0.2.3", - "pull-paramap": "^1.2.2", - "pull-stream": "^3.6.9", - "pull-traverse": "^1.0.3" - }, - "dependencies": { - "cids": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/cids/-/cids-0.5.8.tgz", - "integrity": "sha512-Ye8TZP3YQfy0j+i5k+LPHdTY3JOvTwN1pxds44p6BRUv8PTMOAF/Vt4Bc+oiIQ0Sktn0iftkUHgqKNHIMwhshA==", - "requires": { - "class-is": "^1.1.0", - "multibase": "~0.6.0", - "multicodec": "~0.5.0", - "multihashes": "~0.4.14" - } - } - } - }, - "ipfs-unixfs-importer": { - "version": "0.38.5", - "resolved": "https://registry.npmjs.org/ipfs-unixfs-importer/-/ipfs-unixfs-importer-0.38.5.tgz", - "integrity": "sha512-OGTxagHLzlsz8QXe/Z+pmTohS75F/s0X/Yjopnsbxok3yGX2pYk6UX3XLOpq5l/E26bcsVprdHiA4AmiV+yQ9Q==", - "requires": { - "async": "^2.6.1", - "async-iterator-to-pull-stream": "^1.1.0", - "bl": "^3.0.0", - "deep-extend": "~0.6.0", - "hamt-sharding": "~0.0.2", - "ipfs-unixfs": "~0.1.16", - "ipld-dag-pb": "~0.15.2", - "left-pad": "^1.3.0", - "multihashing-async": "~0.5.1", - "pull-batch": "^1.0.0", - "pull-pair": "^1.1.0", - "pull-paramap": "^1.2.2", - "pull-pause": "0.0.2", - "pull-pushable": "^2.2.0", - "pull-stream": "^3.6.9", - "pull-through": "^1.0.18", - "pull-write": "^1.1.4", - "rabin": "^1.6.0", - "stream-to-pull-stream": "^1.7.2" - } - }, - "ipld": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/ipld/-/ipld-0.21.1.tgz", - "integrity": "sha512-3RWJEtJtX8m3iaUNZCYD+4/F/ETF7MRYPN+2S4gl2OEHV8S0Cs3PoI6KvyZYDKlAkWTQtFLpWUYlUy1tMj4zqw==", - "requires": { - "async": "^2.6.1", - "cids": "~0.5.5", - "ipfs-block": "~0.8.0", - "ipld-dag-cbor": "~0.13.0", - "ipld-dag-pb": "~0.15.2", - "ipld-raw": "^2.0.1", - "merge-options": "^1.0.1", - "pull-defer": "~0.2.3", - "pull-stream": "^3.6.9", - "pull-traverse": "^1.0.3" - }, - "dependencies": { - "cids": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/cids/-/cids-0.5.8.tgz", - "integrity": "sha512-Ye8TZP3YQfy0j+i5k+LPHdTY3JOvTwN1pxds44p6BRUv8PTMOAF/Vt4Bc+oiIQ0Sktn0iftkUHgqKNHIMwhshA==", - "requires": { - "class-is": "^1.1.0", - "multibase": "~0.6.0", - "multicodec": "~0.5.0", - "multihashes": "~0.4.14" - } - } - } - }, - "ipld-bitcoin": { - "version": "0.1.9", - "resolved": "https://registry.npmjs.org/ipld-bitcoin/-/ipld-bitcoin-0.1.9.tgz", - "integrity": "sha512-50aih5PpUbu2gURijdYAZbldnmu5qrXu+VMWHVqCKmm9MUkOeBT67kzoLDWK95oWN+ahpfTaIMqPh2I3RreCCA==", - "requires": { - "async": "^2.6.1", - "bitcoinjs-lib": "^4.0.2", - "cids": "~0.5.6", - "multihashes": "~0.4.14", - "multihashing-async": "~0.5.1" - }, - "dependencies": { - "cids": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/cids/-/cids-0.5.8.tgz", - "integrity": "sha512-Ye8TZP3YQfy0j+i5k+LPHdTY3JOvTwN1pxds44p6BRUv8PTMOAF/Vt4Bc+oiIQ0Sktn0iftkUHgqKNHIMwhshA==", - "requires": { - "class-is": "^1.1.0", - "multibase": "~0.6.0", - "multicodec": "~0.5.0", - "multihashes": "~0.4.14" - } - } - } - }, - "ipld-dag-cbor": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/ipld-dag-cbor/-/ipld-dag-cbor-0.13.1.tgz", - "integrity": "sha512-96KKh5XUq9LrWE/TQ/BOJ5FcQx7UZ892N76ufDdovq+fIwZ4/YpPRTAVssLUuN3crATHoGu80TVZMgevsuTCdQ==", - "requires": { - "borc": "^2.1.0", - "bs58": "^4.0.1", - "cids": "~0.5.5", - "is-circular": "^1.0.2", - "multihashes": "~0.4.14", - "multihashing-async": "~0.5.1", - "traverse": "~0.6.6" - }, - "dependencies": { - "cids": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/cids/-/cids-0.5.8.tgz", - "integrity": "sha512-Ye8TZP3YQfy0j+i5k+LPHdTY3JOvTwN1pxds44p6BRUv8PTMOAF/Vt4Bc+oiIQ0Sktn0iftkUHgqKNHIMwhshA==", - "requires": { - "class-is": "^1.1.0", - "multibase": "~0.6.0", - "multicodec": "~0.5.0", - "multihashes": "~0.4.14" - } - } - } - }, - "ipld-dag-pb": { - "version": "0.15.3", - "resolved": "https://registry.npmjs.org/ipld-dag-pb/-/ipld-dag-pb-0.15.3.tgz", - "integrity": "sha512-J1RJzSVCaOpxPmSzXbwVNsAZPHctjY4OjqG1dMIG86Z37CKvuy1QwCFkDhNccUTcQpF3sXfj5e0ZUyMM035vzg==", - "requires": { - "async": "^2.6.1", - "bs58": "^4.0.1", - "cids": "~0.5.4", - "class-is": "^1.1.0", - "is-ipfs": "~0.6.0", - "multihashing-async": "~0.5.1", - "protons": "^1.0.1", - "pull-stream": "^3.6.9", - "pull-traverse": "^1.0.3", - "stable": "~0.1.8" - }, - "dependencies": { - "cids": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/cids/-/cids-0.5.8.tgz", - "integrity": "sha512-Ye8TZP3YQfy0j+i5k+LPHdTY3JOvTwN1pxds44p6BRUv8PTMOAF/Vt4Bc+oiIQ0Sktn0iftkUHgqKNHIMwhshA==", - "requires": { - "class-is": "^1.1.0", - "multibase": "~0.6.0", - "multicodec": "~0.5.0", - "multihashes": "~0.4.14" - } - } - } - }, - "ipld-ethereum": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/ipld-ethereum/-/ipld-ethereum-2.0.3.tgz", - "integrity": "sha512-sJyKMMm8vPXC/cbOwV+f8emJ7FTmT12VYq70FfnNmPSfhtvYRdRtLPKG711KkqPOoTRC+nehQNII2Vwizw/6yg==", - "requires": { - "async": "^2.6.0", - "cids": "~0.5.2", - "ethereumjs-account": "^2.0.4", - "ethereumjs-block": "^2.1.0", - "ethereumjs-tx": "^1.3.3", - "ipfs-block": "~0.8.0", - "merkle-patricia-tree": "^3.0.0", - "multihashes": "~0.4.12", - "multihashing-async": "~0.5.1", - "rlp": "^2.0.0" - }, - "dependencies": { - "cids": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/cids/-/cids-0.5.8.tgz", - "integrity": "sha512-Ye8TZP3YQfy0j+i5k+LPHdTY3JOvTwN1pxds44p6BRUv8PTMOAF/Vt4Bc+oiIQ0Sktn0iftkUHgqKNHIMwhshA==", - "requires": { - "class-is": "^1.1.0", - "multibase": "~0.6.0", - "multicodec": "~0.5.0", - "multihashes": "~0.4.14" - } - } - } - }, - "ipld-git": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/ipld-git/-/ipld-git-0.3.0.tgz", - "integrity": "sha512-4ZqMHkKr7f2v9rizVpI9ax+2sNmYyWV48Snsf88b2DIZ/FrnukrTcRGS5NNw8f86lAkphICcczrkwhGifDtp4Q==", - "requires": { - "async": "^2.6.2", - "cids": "~0.5.8", - "multicodec": "~0.5.0", - "multihashes": "~0.4.14", - "multihashing-async": "~0.5.2", - "smart-buffer": "^4.0.2", - "strftime": "~0.10.0", - "traverse": "~0.6.6" - }, - "dependencies": { - "cids": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/cids/-/cids-0.5.8.tgz", - "integrity": "sha512-Ye8TZP3YQfy0j+i5k+LPHdTY3JOvTwN1pxds44p6BRUv8PTMOAF/Vt4Bc+oiIQ0Sktn0iftkUHgqKNHIMwhshA==", - "requires": { - "class-is": "^1.1.0", - "multibase": "~0.6.0", - "multicodec": "~0.5.0", - "multihashes": "~0.4.14" - } - }, - "multihashing-async": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/multihashing-async/-/multihashing-async-0.5.2.tgz", - "integrity": "sha512-mmyG6M/FKxrpBh9xQDUvuJ7BbqT93ZeEeH5X6LeMYKoYshYLr9BDdCsvDtZvn+Egf+/Xi+aOznrWL4vp3s+p0Q==", - "requires": { - "blakejs": "^1.1.0", - "js-sha3": "~0.8.0", - "multihashes": "~0.4.13", - "murmurhash3js": "^3.0.1", - "nodeify": "^1.0.1" - } - } - } - }, - "ipld-raw": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/ipld-raw/-/ipld-raw-2.0.1.tgz", - "integrity": "sha512-wtP1I61YQoAPnRZqVeflrxjTi41+38ck2puEz9mnMlc0ChYRGc4ZSKcWDTk66EQuqEzDAdV71nOMKb3JzDfbsg==", - "requires": { - "cids": "~0.5.2", - "multihashing-async": "~0.5.1" - }, - "dependencies": { - "cids": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/cids/-/cids-0.5.8.tgz", - "integrity": "sha512-Ye8TZP3YQfy0j+i5k+LPHdTY3JOvTwN1pxds44p6BRUv8PTMOAF/Vt4Bc+oiIQ0Sktn0iftkUHgqKNHIMwhshA==", - "requires": { - "class-is": "^1.1.0", - "multibase": "~0.6.0", - "multicodec": "~0.5.0", - "multihashes": "~0.4.14" - } - } - } - }, - "ipld-zcash": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/ipld-zcash/-/ipld-zcash-0.1.6.tgz", - "integrity": "sha512-y/mFm0AJDODcQG4Limv9LxEuJJBkbmVVDx9jbRRbxJLn2czb+TMZ+lBVLFU37DITwgix7RuuPPWVcZCBFs2TTQ==", - "requires": { - "async": "^2.6.1", - "cids": "~0.5.2", - "multihashes": "~0.4.12", - "multihashing-async": "~0.5.1", - "zcash-bitcore-lib": "~0.13.20-rc3" - }, - "dependencies": { - "cids": { - "version": "0.5.8", - "resolved": "https://registry.npmjs.org/cids/-/cids-0.5.8.tgz", - "integrity": "sha512-Ye8TZP3YQfy0j+i5k+LPHdTY3JOvTwN1pxds44p6BRUv8PTMOAF/Vt4Bc+oiIQ0Sktn0iftkUHgqKNHIMwhshA==", - "requires": { - "class-is": "^1.1.0", - "multibase": "~0.6.0", - "multicodec": "~0.5.0", - "multihashes": "~0.4.14" - } - } - } - }, - "is-ipfs": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/is-ipfs/-/is-ipfs-0.6.1.tgz", - "integrity": "sha512-WhqQylam6pODS2RyqT/u0PR5KWtBZNCgPjgargFOVQjzw/3+6d0midXenzU65klM4LH13IUiCC6ObhDUdXZ7Nw==", - "requires": { - "bs58": "^4.0.1", - "cids": "~0.7.0", - "mafmt": "^6.0.7", - "multiaddr": "^6.0.4", - "multibase": "~0.6.0", - "multihashes": "~0.4.13" - }, - "dependencies": { - "cids": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/cids/-/cids-0.7.1.tgz", - "integrity": "sha512-qEM4j2GKE/BiT6WdUi6cfW8dairhSLTUE8tIdxJG6SvY33Mp/UPjw+xcO0n1zsllgo72BupzKF/44v+Bg8YPPg==", - "requires": { - "class-is": "^1.1.0", - "multibase": "~0.6.0", - "multicodec": "~0.5.1", - "multihashes": "~0.4.14" - } - }, - "mafmt": { - "version": "6.0.7", - "resolved": "https://registry.npmjs.org/mafmt/-/mafmt-6.0.7.tgz", - "integrity": "sha512-2OG/EGAJZmpZBl7YRT1hD83sZa2gKsUEdegRuURreIOe7B4VeHU1rYYmhgk7BkLzknGL3xGYsDx3bbSgEEzE7g==", - "requires": { - "multiaddr": "^6.0.4" - } - }, - "multicodec": { - "version": "0.5.1", - "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.1.tgz", - "integrity": "sha512-Q5glyZLdXVbbBxvRYHLQHpu8ydVf1422Z+v9fU47v2JCkiue7n+JcFS7uRv0cQW8hbVtgdtIDgYWPWaIKEXuXA==", - "requires": { - "varint": "^5.0.0" - } - } - } - }, - "joi": { - "version": "14.3.1", - "resolved": "https://registry.npmjs.org/joi/-/joi-14.3.1.tgz", - "integrity": "sha512-LQDdM+pkOrpAn4Lp+neNIFV3axv1Vna3j38bisbQhETPMANYRbFJFUyOZcOClYvM/hppMhGWuKSFEK9vjrB+bQ==", - "requires": { - "hoek": "6.x.x", - "isemail": "3.x.x", - "topo": "3.x.x" - } - }, - "js-sha3": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/js-sha3/-/js-sha3-0.8.0.tgz", - "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q==" - }, - "lcid": { - "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/lcid/-/lcid-2.0.0.tgz", - "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==", - "requires": { - "invert-kv": "^2.0.0" - } - }, - "libp2p-kad-dht": { - "version": "0.14.15", - "resolved": "https://registry.npmjs.org/libp2p-kad-dht/-/libp2p-kad-dht-0.14.15.tgz", - "integrity": "sha512-3bvTvOUxWqA2WNIRqct9uivHp7b3FpWivShfQKNojn7Fuz+2ern7+su0TZEgWTq2BTsQ9lfHA3OYsSh7EGg/Pw==", - "requires": { - "abort-controller": "^3.0.0", - "async": "^2.6.2", - "base32.js": "~0.1.0", - "chai-checkmark": "^1.0.1", - "cids": "~0.6.0", - "debug": "^4.1.1", - "err-code": "^1.1.2", - "hashlru": "^2.3.0", - "heap": "~0.2.6", - "interface-datastore": "~0.6.0", - "k-bucket": "^5.0.0", - "libp2p-crypto": "~0.16.1", - "libp2p-record": "~0.6.2", - "merge-options": "^1.0.1", - "multihashes": "~0.4.14", - "multihashing-async": "~0.5.2", - "peer-id": "~0.12.2", - "peer-info": "~0.15.1", - "priorityqueue": "~0.2.1", - "protons": "^1.0.1", - "pull-length-prefixed": "^1.3.2", - "pull-stream": "^3.6.9", - "varint": "^5.0.0", - "xor-distance": "^2.0.0" - }, - "dependencies": { - "multihashing-async": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/multihashing-async/-/multihashing-async-0.5.2.tgz", - "integrity": "sha512-mmyG6M/FKxrpBh9xQDUvuJ7BbqT93ZeEeH5X6LeMYKoYshYLr9BDdCsvDtZvn+Egf+/Xi+aOznrWL4vp3s+p0Q==", - "requires": { - "blakejs": "^1.1.0", - "js-sha3": "~0.8.0", - "multihashes": "~0.4.13", - "murmurhash3js": "^3.0.1", - "nodeify": "^1.0.1" - } - } - } - }, - "libp2p-webrtc-star": { - "version": "0.15.8", - "resolved": "https://registry.npmjs.org/libp2p-webrtc-star/-/libp2p-webrtc-star-0.15.8.tgz", - "integrity": "sha512-ONfDf0DCamO++xZRJsPA2SSlrutO+UxC80t56acShg6ViZItiY3Y1WaMO+87jVW2711x230NlmOVoQ/gHfJmVw==", - "requires": { - "async": "^2.6.1", - "class-is": "^1.1.0", - "debug": "^4.1.0", - "epimetheus": "^1.0.92", - "hapi": "^16.6.2", - "inert": "^4.2.1", - "interface-connection": "~0.3.2", - "mafmt": "^6.0.4", - "minimist": "^1.2.0", - "multiaddr": "^6.0.3", - "once": "^1.4.0", - "peer-id": "~0.12.2", - "peer-info": "~0.15.1", - "pull-stream": "^3.6.9", - "simple-peer": "^9.1.2", - "socket.io": "^2.1.1", - "socket.io-client": "^2.1.1", - "stream-to-pull-stream": "^1.7.2", - "webrtcsupport": "github:ipfs/webrtcsupport" - }, - "dependencies": { - "boom": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/boom/-/boom-5.2.0.tgz", - "integrity": "sha512-Z5BTk6ZRe4tXXQlkqftmsAUANpXmuwlsF5Oov8ThoMbQRzdGTA1ngYRW160GexgOgjsFOKJz0LYhoNi+2AMBUw==", - "requires": { - "hoek": "4.x.x" - } - }, - "hapi": { - "version": "16.7.0", - "resolved": "https://registry.npmjs.org/hapi/-/hapi-16.7.0.tgz", - "integrity": "sha512-UeMX1LMWmHEIgMlwZGK/3lhI7X0VRvOioVply0Y9qF+/O5woGdQzNB8ZmDnLOBjnB6bdWWHyo5DEamuCsE1vmg==", - "requires": { - "accept": "2.x.x", - "ammo": "2.x.x", - "boom": "5.x.x", - "call": "4.x.x", - "catbox": "7.x.x", - "catbox-memory": "2.x.x", - "cryptiles": "3.x.x", - "heavy": "4.x.x", - "hoek": "4.x.x", - "iron": "4.x.x", - "items": "2.x.x", - "joi": "11.x.x", - "mimos": "3.x.x", - "podium": "1.x.x", - "shot": "3.x.x", - "somever": "1.x.x", - "statehood": "5.x.x", - "subtext": "5.x.x", - "topo": "2.x.x" - } - }, - "hoek": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/hoek/-/hoek-4.2.1.tgz", - "integrity": "sha512-QLg82fGkfnJ/4iy1xZ81/9SIJiq1NGFUMGs6ParyjBZr6jW2Ufj/snDqTHixNlHdPNwN2RLVD0Pi3igeK9+JfA==" - }, - "joi": { - "version": "11.4.0", - "resolved": "https://registry.npmjs.org/joi/-/joi-11.4.0.tgz", - "integrity": "sha512-O7Uw+w/zEWgbL6OcHbyACKSj0PkQeUgmehdoXVSxt92QFCq4+1390Rwh5moI2K/OgC7D8RHRZqHZxT2husMJHA==", - "requires": { - "hoek": "4.x.x", - "isemail": "3.x.x", - "topo": "2.x.x" - } - }, - "mafmt": { - "version": "6.0.7", - "resolved": "https://registry.npmjs.org/mafmt/-/mafmt-6.0.7.tgz", - "integrity": "sha512-2OG/EGAJZmpZBl7YRT1hD83sZa2gKsUEdegRuURreIOe7B4VeHU1rYYmhgk7BkLzknGL3xGYsDx3bbSgEEzE7g==", - "requires": { - "multiaddr": "^6.0.4" - } - }, - "topo": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/topo/-/topo-2.0.2.tgz", - "integrity": "sha1-zVYVdSU5BXwNwEkaYhw7xvvh0YI=", - "requires": { - "hoek": "4.x.x" - } - } - } - }, - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "requires": { - "yallist": "^3.0.2" - } - }, - "mem": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/mem/-/mem-4.3.0.tgz", - "integrity": "sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==", - "requires": { - "map-age-cleaner": "^0.1.1", - "mimic-fn": "^2.0.0", - "p-is-promise": "^2.0.0" - } - }, "mime-db": { - "version": "1.38.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.38.0.tgz", - "integrity": "sha512-bqVioMFFzc2awcdJZIzR3HjZFX20QhilVS7hytkKrv7xFAn8bM1gzc/FOX2awLISvWe0PV8ptFKcon+wZ5qYkg==" + "version": "1.40.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.40.0.tgz", + "integrity": "sha512-jYdeOMPy9vnxEqFRRo6ZvTZ8d9oPb+k18PKoYNYUe2stVEBPPwsln/qWzdbmaIvnhZ9v2P+CuecK+fpUfsV2mA==" }, "mime-types": { - "version": "2.1.22", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.22.tgz", - "integrity": "sha512-aGl6TZGnhm/li6F7yx82bJiBZwgiEa4Hf6CNr8YO+r5UHr53tSTYZb102zyU50DOWWKeOv0uQLRL0/9EiKWCog==", + "version": "2.1.24", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.24.tgz", + "integrity": "sha512-WaFHS3MCl5fapm3oLxU4eYDw77IQM2ACcxQ9RIxfaC3ooc6PFuBMGZZsYpvoXS5D5QTWPieo1jjLdAm3TBP3cQ==", "requires": { - "mime-db": "~1.38.0" + "mime-db": "1.40.0" } }, - "mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" - }, "ms": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/ms/-/ms-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" }, - "multiaddr": { - "version": "6.0.6", - "resolved": "https://registry.npmjs.org/multiaddr/-/multiaddr-6.0.6.tgz", - "integrity": "sha512-nR4s91mi7IKed1jrqUj/4OhZ1VKdAjUG79IuVB5PS6b+qxOZLKPW8nsskHhrfGn4o1Rn1NJWl7znidF/NVQpEA==", - "requires": { - "bs58": "^4.0.1", - "class-is": "^1.1.0", - "ip": "^1.1.5", - "is-ip": "^2.0.0", - "varint": "^5.0.0" - } - }, - "multicodec": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/multicodec/-/multicodec-0.5.0.tgz", - "integrity": "sha512-lKsJeT4cKeSq0rVEWhO3oSBgDN4sMY1sNZKlvl68g/ZAahjPS1KIVyF4IqhuYmCdtOyKs4Q4hQ6M0C3iqRnuqQ==", - "requires": { - "varint": "^5.0.0" - } - }, - "node-fetch": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz", - "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA==" - }, - "os-locale": { - "version": "3.1.0", - "resolved": "https://registry.js.ipfs.io/os-locale/-/os-locale-3.1.0.tgz", - "integrity": "sha512-Z8l3R4wYWM40/52Z+S265okfFj8Kt2cC2MKY+xNi3kFs+XGI7WXu/I309QQQYbRW4ijiZ+yxs9pqEhJh0DqW3Q==", - "requires": { - "execa": "^1.0.0", - "lcid": "^2.0.0", - "mem": "^4.0.0" - } - }, - "p-is-promise": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/p-is-promise/-/p-is-promise-2.1.0.tgz", - "integrity": "sha512-Y3W0wlRPK8ZMRbNq97l4M5otioeA5lm1z7bkNkxCka8HSPjR0xRWmpCmc9utiaLP9Jb1eD8BgeIxTW4AIF45Pg==" - }, - "p-limit": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.2.0.tgz", - "integrity": "sha512-pZbTJpoUsCzV48Mc9Nh51VbwO0X9cuPFE8gYwx9BTCt9SF8/b7Zljd2fVgOxhIF/HDTKgpVzs+GPhyKfjLLFRQ==", - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "requires": { - "p-limit": "^2.0.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" - }, - "peer-info": { - "version": "0.15.1", - "resolved": "https://registry.npmjs.org/peer-info/-/peer-info-0.15.1.tgz", - "integrity": "sha512-Y91Q2tZRC0CpSTPd1UebhGqniOrOAk/aj60uYUcWJXCoLTAnGu+4LJGoiay8ayudS6ice7l3SKhgL/cS62QacA==", - "requires": { - "mafmt": "^6.0.2", - "multiaddr": "^6.0.3", - "peer-id": "~0.12.2", - "unique-by": "^1.0.0" - } - }, "readable-stream": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.3.0.tgz", @@ -33210,148 +31294,12 @@ "looper": "^3.0.0", "pull-stream": "^3.2.3" } - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "requires": { - "ansi-regex": "^4.1.0" - } - }, - "tar-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.0.1.tgz", - "integrity": "sha512-I6OJF7wE62BC6zNPdHDtseK0D0187PBjbKSLYY4ffvVkBM6tyBn2O9plDvVM2229/mozfEL/X3++qSvYYQE2xw==", - "requires": { - "bl": "^3.0.0", - "end-of-stream": "^1.4.1", - "fs-constants": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^3.1.1" - } - }, - "through2": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/through2/-/through2-3.0.1.tgz", - "integrity": "sha512-M96dvTalPT3YbYLaKaCuwu+j06D/8Jfib0o/PxbVt6Amhv3dUAtW6rTV1jPgJSBG83I/e04Y6xkVdVhSRhi0ww==", - "requires": { - "readable-stream": "2 || 3" - } - }, - "topo": { - "version": "3.0.3", - "resolved": "https://registry.js.ipfs.io/topo/-/topo-3.0.3.tgz", - "integrity": "sha512-IgpPtvD4kjrJ7CRA3ov2FhWQADwv+Tdqbsf1ZnPUSAtCJ9e1Z44MmoSGDXGk4IppoZA7jd/QRkNddlLJWlUZsQ==", - "requires": { - "hoek": "6.x.x" - } - }, - "wrap-ansi": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", - "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", - "requires": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - }, - "dependencies": { - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - } - } - }, - "yallist": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.0.3.tgz", - "integrity": "sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==" - }, - "yargs": { - "version": "13.2.4", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.2.4.tgz", - "integrity": "sha512-HG/DWAJa1PAnHT9JAhNa8AbAv3FPaiLzioSjCcmuXXhP8MlpHO5vwls4g4j6n30Z74GVQj8Xa62dWVx1QCGklg==", - "requires": { - "cliui": "^5.0.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "os-locale": "^3.1.0", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^13.1.0" - }, - "dependencies": { - "cliui": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", - "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", - "requires": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - } - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" - }, - "require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - }, - "y18n": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", - "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==" - }, - "yargs-parser": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.0.tgz", - "integrity": "sha512-Yq+32PrijHRri0vVKQEm+ys8mbqWjLiwQkMFNXEENutzLPP0bE4Lcd4iA3OQY5HF+GD3xXxf0MEHb8E4/SA3AA==", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - } - } - }, - "yargs-parser": { - "version": "11.1.1", - "resolved": "https://registry.js.ipfs.io/yargs-parser/-/yargs-parser-11.1.1.tgz", - "integrity": "sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } } } }, "serviceworker-webpack-plugin": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/serviceworker-webpack-plugin/-/serviceworker-webpack-plugin-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/serviceworker-webpack-plugin/-/serviceworker-webpack-plugin-1.0.1.tgz", "integrity": "sha512-VgDEkZ3pA0HajsRaWtl5w6bLxAXx0Y+4dm7YeTcIxVmvC9YXvstex38HOBDuYETeDS5fUlBy/47gC0QYBrG0nw==", "dev": true, "requires": { @@ -33360,12 +31308,12 @@ }, "set-blocking": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/set-blocking/-/set-blocking-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" }, "set-value": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/set-value/-/set-value-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.0.tgz", "integrity": "sha512-hw0yxk9GT/Hr5yJEYnHNKYXkIA8mVJgd9ditYZCe16ZczcaELYYcfvaXesNACk2O8O0nTiPQcQhGUQj8JLzeeg==", "requires": { "extend-shallow": "^2.0.1", @@ -33376,7 +31324,7 @@ "dependencies": { "extend-shallow": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/extend-shallow/-/extend-shallow-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "requires": { "is-extendable": "^0.1.0" @@ -33386,17 +31334,17 @@ }, "setimmediate": { "version": "1.0.5", - "resolved": "https://registry.js.ipfs.io/setimmediate/-/setimmediate-1.0.5.tgz", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", "integrity": "sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU=" }, "setprototypeof": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/setprototypeof/-/setprototypeof-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==" }, "sha.js": { "version": "2.4.11", - "resolved": "https://registry.js.ipfs.io/sha.js/-/sha.js-2.4.11.tgz", + "resolved": "http://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", "requires": { "inherits": "^2.0.1", @@ -33422,17 +31370,17 @@ }, "shallow-compare": { "version": "1.2.2", - "resolved": "https://registry.js.ipfs.io/shallow-compare/-/shallow-compare-1.2.2.tgz", + "resolved": "https://registry.npmjs.org/shallow-compare/-/shallow-compare-1.2.2.tgz", "integrity": "sha512-LUMFi+RppPlrHzbqmFnINTrazo0lPNwhcgzuAXVVcfy/mqPDrQmHAyz5bvV0gDAuRFrk804V0HpQ6u9sZ0tBeg==" }, "shallowequal": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/shallowequal/-/shallowequal-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/shallowequal/-/shallowequal-1.1.0.tgz", "integrity": "sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==" }, "sharp": { "version": "0.21.0", - "resolved": "https://registry.js.ipfs.io/sharp/-/sharp-0.21.0.tgz", + "resolved": "https://registry.npmjs.org/sharp/-/sharp-0.21.0.tgz", "integrity": "sha512-qr6yMl0ju8EGMtjIj5U1Ojj8sKuZ99/DQaNKWmoFHxqg3692AFSrEiPI/yr0O05OWtGD8LuCw8WSGmnZcNrZaA==", "requires": { "color": "^3.0.0", @@ -33449,7 +31397,7 @@ }, "shebang-command": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/shebang-command/-/shebang-command-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", "requires": { "shebang-regex": "^1.0.0" @@ -33457,12 +31405,12 @@ }, "shebang-regex": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/shebang-regex/-/shebang-regex-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=" }, "shell-quote": { "version": "1.6.1", - "resolved": "https://registry.js.ipfs.io/shell-quote/-/shell-quote-1.6.1.tgz", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz", "integrity": "sha1-9HgZSczkAmlxJ0MOo7PFR29IF2c=", "requires": { "array-filter": "~0.0.0", @@ -33473,7 +31421,7 @@ }, "shelljs": { "version": "0.8.3", - "resolved": "https://registry.js.ipfs.io/shelljs/-/shelljs-0.8.3.tgz", + "resolved": "https://registry.npmjs.org/shelljs/-/shelljs-0.8.3.tgz", "integrity": "sha512-fc0BKlAWiLpwZljmOvAOTE/gXawtCoNrP5oaY7KIaQbbyHeQVg01pSEuEGvGh3HEdBU4baCD7wQBwADmM/7f7A==", "dev": true, "requires": { @@ -33484,52 +31432,25 @@ }, "shortid": { "version": "2.2.14", - "resolved": "https://registry.js.ipfs.io/shortid/-/shortid-2.2.14.tgz", + "resolved": "https://registry.npmjs.org/shortid/-/shortid-2.2.14.tgz", "integrity": "sha512-4UnZgr9gDdA1kaKj/38IiudfC3KHKhDc1zi/HSxd9FQDR0VLwH3/y79tZJLsVYPsJgIjeHjqIWaWVRJUj9qZOQ==", "requires": { "nanoid": "^2.0.0" } }, - "shot": { - "version": "3.4.2", - "resolved": "https://registry.js.ipfs.io/shot/-/shot-3.4.2.tgz", - "integrity": "sha1-Hlw/bysmZJrcQvfrNQIUpaApHWc=", - "requires": { - "hoek": "4.x.x", - "joi": "10.x.x" - }, - "dependencies": { - "isemail": { - "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/isemail/-/isemail-2.2.1.tgz", - "integrity": "sha1-A1PT2aYpUQgMJiwqoKQrjqjp4qY=" - }, - "joi": { - "version": "10.6.0", - "resolved": "https://registry.js.ipfs.io/joi/-/joi-10.6.0.tgz", - "integrity": "sha512-hBF3LcqyAid+9X/pwg+eXjD2QBZI5eXnBFJYaAkH4SK3mp9QSRiiQnDYlmlz5pccMvnLcJRS4whhDOTCkmsAdQ==", - "requires": { - "hoek": "4.x.x", - "isemail": "2.x.x", - "items": "2.x.x", - "topo": "2.x.x" - } - } - } - }, "sift": { "version": "5.1.0", - "resolved": "https://registry.js.ipfs.io/sift/-/sift-5.1.0.tgz", + "resolved": "http://registry.npmjs.org/sift/-/sift-5.1.0.tgz", "integrity": "sha1-G78t+w63HlbEzH+1Z/vRNRtlAV4=" }, "signal-exit": { "version": "3.0.2", - "resolved": "https://registry.js.ipfs.io/signal-exit/-/signal-exit-3.0.2.tgz", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=" }, "signed-varint": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/signed-varint/-/signed-varint-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/signed-varint/-/signed-varint-2.0.1.tgz", "integrity": "sha1-UKmYnafJjCxh2tEZvJdHDvhSgSk=", "requires": { "varint": "~5.0.0" @@ -33537,17 +31458,17 @@ }, "signedsource": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/signedsource/-/signedsource-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/signedsource/-/signedsource-1.0.0.tgz", "integrity": "sha1-HdrOSYF5j5O9gzlzgD2A1S6TrWo=" }, "simple-concat": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/simple-concat/-/simple-concat-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.0.tgz", "integrity": "sha1-c0TLuLbib7J9ZrL8hvn21Zl1IcY=" }, "simple-get": { "version": "3.0.3", - "resolved": "https://registry.js.ipfs.io/simple-get/-/simple-get-3.0.3.tgz", + "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-3.0.3.tgz", "integrity": "sha512-Wvre/Jq5vgoz31Z9stYWPLn0PqRqmBDpFSdypAnHu5AvRVCYPRYGnvryNLiXu8GOBNDH82J2FRHUGMjjHUpXFw==", "requires": { "decompress-response": "^3.3.0", @@ -33557,7 +31478,7 @@ }, "simple-git": { "version": "1.107.0", - "resolved": "https://registry.js.ipfs.io/simple-git/-/simple-git-1.107.0.tgz", + "resolved": "https://registry.npmjs.org/simple-git/-/simple-git-1.107.0.tgz", "integrity": "sha512-t4OK1JRlp4ayKRfcW6owrWcRVLyHRUlhGd0uN6ZZTqfDq8a5XpcUdOKiGRNobHEuMtNqzp0vcJNvhYWwh5PsQA==", "dev": true, "requires": { @@ -33566,7 +31487,7 @@ "dependencies": { "debug": { "version": "4.1.0", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz", "integrity": "sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==", "dev": true, "requires": { @@ -33575,7 +31496,7 @@ }, "ms": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/ms/-/ms-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==", "dev": true } @@ -33595,7 +31516,7 @@ "dependencies": { "debug": { "version": "4.1.1", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-4.1.1.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.1.tgz", "integrity": "sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==", "requires": { "ms": "^2.1.1" @@ -33603,14 +31524,14 @@ }, "ms": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/ms/-/ms-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" } } }, "simple-swizzle": { "version": "0.2.2", - "resolved": "https://registry.js.ipfs.io/simple-swizzle/-/simple-swizzle-0.2.2.tgz", + "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", "integrity": "sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo=", "requires": { "is-arrayish": "^0.3.1" @@ -33618,14 +31539,14 @@ "dependencies": { "is-arrayish": { "version": "0.3.2", - "resolved": "https://registry.js.ipfs.io/is-arrayish/-/is-arrayish-0.3.2.tgz", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==" } } }, "sister": { "version": "3.0.1", - "resolved": "https://registry.js.ipfs.io/sister/-/sister-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/sister/-/sister-3.0.1.tgz", "integrity": "sha512-aG41gNRHRRxPq52MpX4vtm9tapnr6ENmHUx8LMAJWCOplEMwXzh/dp5WIo52Wl8Zlc/VUyHLJ2snX0ck+Nma9g==" }, "sisteransi": { @@ -33635,17 +31556,17 @@ }, "slash": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/slash/-/slash-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz", "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=" }, "smart-buffer": { "version": "4.0.2", - "resolved": "https://registry.js.ipfs.io/smart-buffer/-/smart-buffer-4.0.2.tgz", + "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.0.2.tgz", "integrity": "sha512-JDhEpTKzXusOqXZ0BUIdH+CjFdO/CR3tLlf5CN34IypI+xMmXW1uB16OOY8z3cICbJlDAVJzNbwBhNO0wt9OAw==" }, "snapdragon": { "version": "0.8.2", - "resolved": "https://registry.js.ipfs.io/snapdragon/-/snapdragon-0.8.2.tgz", + "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", "requires": { "base": "^0.11.1", @@ -33660,7 +31581,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { "ms": "2.0.0" @@ -33668,7 +31589,7 @@ }, "define-property": { "version": "0.2.5", - "resolved": "https://registry.js.ipfs.io/define-property/-/define-property-0.2.5.tgz", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "requires": { "is-descriptor": "^0.1.0" @@ -33676,7 +31597,7 @@ }, "extend-shallow": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/extend-shallow/-/extend-shallow-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "requires": { "is-extendable": "^0.1.0" @@ -33686,7 +31607,7 @@ }, "snapdragon-node": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/snapdragon-node/-/snapdragon-node-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", "requires": { "define-property": "^1.0.0", @@ -33696,7 +31617,7 @@ "dependencies": { "define-property": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/define-property/-/define-property-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", "requires": { "is-descriptor": "^1.0.0" @@ -33704,7 +31625,7 @@ }, "is-accessor-descriptor": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", "requires": { "kind-of": "^6.0.0" @@ -33712,7 +31633,7 @@ }, "is-data-descriptor": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", "requires": { "kind-of": "^6.0.0" @@ -33720,7 +31641,7 @@ }, "is-descriptor": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/is-descriptor/-/is-descriptor-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", "requires": { "is-accessor-descriptor": "^1.0.0", @@ -33732,7 +31653,7 @@ }, "snapdragon-util": { "version": "3.0.1", - "resolved": "https://registry.js.ipfs.io/snapdragon-util/-/snapdragon-util-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", "requires": { "kind-of": "^3.2.0" @@ -33740,7 +31661,7 @@ "dependencies": { "kind-of": { "version": "3.2.2", - "resolved": "https://registry.js.ipfs.io/kind-of/-/kind-of-3.2.2.tgz", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "requires": { "is-buffer": "^1.1.5" @@ -33750,7 +31671,7 @@ }, "socket.io": { "version": "2.2.0", - "resolved": "https://registry.js.ipfs.io/socket.io/-/socket.io-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.2.0.tgz", "integrity": "sha512-wxXrIuZ8AILcn+f1B4ez4hJTPG24iNgxBBDaJfT6MsyOhVYiTXWexGoPkd87ktJG8kQEcL/NBvRi64+9k4Kc0w==", "requires": { "debug": "~4.1.0", @@ -33763,7 +31684,7 @@ "dependencies": { "debug": { "version": "4.1.0", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz", "integrity": "sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==", "requires": { "ms": "^2.1.1" @@ -33771,19 +31692,19 @@ }, "ms": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/ms/-/ms-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" } } }, "socket.io-adapter": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/socket.io-adapter/-/socket.io-adapter-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-1.1.1.tgz", "integrity": "sha1-KoBeihTWNyEk3ZFZrUUC+MsH8Gs=" }, "socket.io-client": { "version": "2.2.0", - "resolved": "https://registry.js.ipfs.io/socket.io-client/-/socket.io-client-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.2.0.tgz", "integrity": "sha512-56ZrkTDbdTLmBIyfFYesgOxsjcLnwAKoN4CiPyTVkMQj3zTUh0QAx3GbvIvLpFEOvQWu92yyWICxB0u7wkVbYA==", "requires": { "backo2": "1.0.2", @@ -33804,7 +31725,7 @@ }, "socket.io-parser": { "version": "3.3.0", - "resolved": "https://registry.js.ipfs.io/socket.io-parser/-/socket.io-parser-3.3.0.tgz", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.3.0.tgz", "integrity": "sha512-hczmV6bDgdaEbVqhAeVMM/jfUfzuEZHsQg6eOmLgJht6G3mPKMxYm75w2+qhAQZ+4X+1+ATZ+QFKeOZD5riHng==", "requires": { "component-emitter": "1.2.1", @@ -33814,14 +31735,14 @@ "dependencies": { "isarray": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/isarray/-/isarray-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz", "integrity": "sha1-o32U7ZzaLVmGXJ92/llu4fM4dB4=" } } }, "socket.io-pull-stream": { "version": "0.1.5", - "resolved": "https://registry.js.ipfs.io/socket.io-pull-stream/-/socket.io-pull-stream-0.1.5.tgz", + "resolved": "https://registry.npmjs.org/socket.io-pull-stream/-/socket.io-pull-stream-0.1.5.tgz", "integrity": "sha512-lcC2se3iAS33xYGnTDSzYW9P4RPVEgcqACCH7Mawy+2go0Wmx3y72PXGv7KI6Vz1YFcOz7np58FqOnZ/iUCbdg==", "requires": { "data-queue": "0.0.3", @@ -33832,7 +31753,7 @@ }, "sockjs": { "version": "0.3.19", - "resolved": "https://registry.js.ipfs.io/sockjs/-/sockjs-0.3.19.tgz", + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.19.tgz", "integrity": "sha512-V48klKZl8T6MzatbLlzzRNhMepEys9Y4oGFpypBFFn1gLI/QQ9HtLLyWJNbPlwGLelOVOEijUbTTJeLLI59jLw==", "requires": { "faye-websocket": "^0.10.0", @@ -33841,7 +31762,7 @@ "dependencies": { "faye-websocket": { "version": "0.10.0", - "resolved": "https://registry.js.ipfs.io/faye-websocket/-/faye-websocket-0.10.0.tgz", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz", "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=", "requires": { "websocket-driver": ">=0.5.1" @@ -33851,7 +31772,7 @@ }, "sockjs-client": { "version": "1.1.4", - "resolved": "https://registry.js.ipfs.io/sockjs-client/-/sockjs-client-1.1.4.tgz", + "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.1.4.tgz", "integrity": "sha1-W6vjhrd15M8U51IJEUUmVAFsixI=", "requires": { "debug": "^2.6.6", @@ -33864,7 +31785,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { "ms": "2.0.0" @@ -33872,14 +31793,6 @@ } } }, - "somever": { - "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/somever/-/somever-1.0.1.tgz", - "integrity": "sha512-PCDMBcega4n7wuBUKmkiXidF3cOwtHHGg2qJYl0Rkw7StZqORoCgqce7HUuWNta/NAiQhwLDezNnTANxEWPCGA==", - "requires": { - "hoek": "4.x.x" - } - }, "sonic-boom": { "version": "0.7.4", "resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-0.7.4.tgz", @@ -33890,7 +31803,7 @@ }, "sort-keys": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/sort-keys/-/sort-keys-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/sort-keys/-/sort-keys-2.0.0.tgz", "integrity": "sha1-ZYU1WEhh7JfXMNbPQYIuH1ZoQSg=", "requires": { "is-plain-obj": "^1.0.0" @@ -33898,17 +31811,17 @@ }, "source-list-map": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/source-list-map/-/source-list-map-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==" }, "source-map": { "version": "0.5.7", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.5.7.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" }, "source-map-resolve": { "version": "0.5.2", - "resolved": "https://registry.js.ipfs.io/source-map-resolve/-/source-map-resolve-0.5.2.tgz", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.2.tgz", "integrity": "sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA==", "requires": { "atob": "^2.1.1", @@ -33920,7 +31833,7 @@ }, "source-map-support": { "version": "0.5.9", - "resolved": "https://registry.js.ipfs.io/source-map-support/-/source-map-support-0.5.9.tgz", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.9.tgz", "integrity": "sha512-gR6Rw4MvUlYy83vP0vxoVNzM6t8MUXqNuRsuBmBHQDu1Fh6X015FrLdgoDKcNdkwGubozq0P4N0Q37UyFVr1EA==", "dev": true, "requires": { @@ -33930,7 +31843,7 @@ "dependencies": { "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true } @@ -33938,17 +31851,17 @@ }, "source-map-url": { "version": "0.4.0", - "resolved": "https://registry.js.ipfs.io/source-map-url/-/source-map-url-0.4.0.tgz", + "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz", "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=" }, "sourcemap-codec": { "version": "1.4.4", - "resolved": "https://registry.js.ipfs.io/sourcemap-codec/-/sourcemap-codec-1.4.4.tgz", + "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.4.tgz", "integrity": "sha512-CYAPYdBu34781kLHkaW3m6b/uUSyMOC2R61gcYMWooeuaGtjof86ZA/8T+qVPPt7np1085CR9hmMGrySwEc8Xg==" }, "space-separated-tokens": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/space-separated-tokens/-/space-separated-tokens-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.2.tgz", "integrity": "sha512-G3jprCEw+xFEs0ORweLmblJ3XLymGGr6hxZYTYZjIlvDti9vOBUjRQa1Rzjt012aRrocKstHwdNi+F7HguPsEA==", "dev": true, "requires": { @@ -33957,12 +31870,12 @@ }, "sparse-array": { "version": "1.3.2", - "resolved": "https://registry.js.ipfs.io/sparse-array/-/sparse-array-1.3.2.tgz", + "resolved": "https://registry.npmjs.org/sparse-array/-/sparse-array-1.3.2.tgz", "integrity": "sha512-ZT711fePGn3+kQyLuv1fpd3rNSkNF8vd5Kv2D+qnOANeyKs3fx6bUMGWRPvgTTcYV64QMqZKZwcuaQSP3AZ0tg==" }, "spdx-correct": { "version": "3.0.2", - "resolved": "https://registry.js.ipfs.io/spdx-correct/-/spdx-correct-3.0.2.tgz", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.0.2.tgz", "integrity": "sha512-q9hedtzyXHr5S0A1vEPoK/7l8NpfkFYTq6iCY+Pno2ZbdZR6WexZFtqeVGkGxW3TEJMN914Z55EnAGMmenlIQQ==", "requires": { "spdx-expression-parse": "^3.0.0", @@ -33971,12 +31884,12 @@ }, "spdx-exceptions": { "version": "2.2.0", - "resolved": "https://registry.js.ipfs.io/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz", "integrity": "sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA==" }, "spdx-expression-parse": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz", "integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==", "requires": { "spdx-exceptions": "^2.1.0", @@ -33985,7 +31898,7 @@ }, "spdx-license-ids": { "version": "3.0.2", - "resolved": "https://registry.js.ipfs.io/spdx-license-ids/-/spdx-license-ids-3.0.2.tgz", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.2.tgz", "integrity": "sha512-qky9CVt0lVIECkEsYbNILVnPvycuEBkXoMFLRWsREkomQLevYhtRKC+R91a5TOAQ3bCMjikRwhyaRqj1VYatYg==" }, "spdy": { @@ -34055,13 +31968,13 @@ }, "specificity": { "version": "0.4.1", - "resolved": "https://registry.js.ipfs.io/specificity/-/specificity-0.4.1.tgz", + "resolved": "https://registry.npmjs.org/specificity/-/specificity-0.4.1.tgz", "integrity": "sha512-1klA3Gi5PD1Wv9Q0wUoOQN1IWAuPu0D1U03ThXTr0cJ20+/iq2tHSDnK7Kk/0LXJ1ztUB2/1Os0wKmfyNgUQfg==", "dev": true }, "split": { "version": "0.3.3", - "resolved": "https://registry.js.ipfs.io/split/-/split-0.3.3.tgz", + "resolved": "http://registry.npmjs.org/split/-/split-0.3.3.tgz", "integrity": "sha1-zQ7qXmOiEd//frDwkcQTPi0N0o8=", "requires": { "through": "2" @@ -34069,7 +31982,7 @@ }, "split-string": { "version": "3.1.0", - "resolved": "https://registry.js.ipfs.io/split-string/-/split-string-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", "requires": { "extend-shallow": "^3.0.0" @@ -34077,7 +31990,7 @@ }, "split2": { "version": "2.2.0", - "resolved": "https://registry.js.ipfs.io/split2/-/split2-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/split2/-/split2-2.2.0.tgz", "integrity": "sha512-RAb22TG39LhI31MbreBgIuKiIKhVsawfTgEGqKHTK87aG+ul/PB8Sqoi3I7kVdRWiCfrKxK3uo4/YUkpNvhPbw==", "dev": true, "requires": { @@ -34086,12 +31999,12 @@ }, "sprintf-js": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/sprintf-js/-/sprintf-js-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" }, "sshpk": { "version": "1.15.2", - "resolved": "https://registry.js.ipfs.io/sshpk/-/sshpk-1.15.2.tgz", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.15.2.tgz", "integrity": "sha512-Ra/OXQtuh0/enyl4ETZAfTaeksa6BXks5ZcjpSUNrjBr0DvrJKX+1fsKDPpT9TBXgHAFsa4510aNVgI8g/+SzA==", "dev": true, "requires": { @@ -34108,7 +32021,7 @@ }, "ssri": { "version": "6.0.1", - "resolved": "https://registry.js.ipfs.io/ssri/-/ssri-6.0.1.tgz", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-6.0.1.tgz", "integrity": "sha512-3Wge10hNcT1Kur4PDFwEieXSCMCJs/7WvSACcrMYrNp+b8kDL1/0wJch5Ni2WrtwEa2IO8OsVfeKIciKCDx/QA==", "requires": { "figgy-pudding": "^3.5.1" @@ -34116,12 +32029,12 @@ }, "stable": { "version": "0.1.8", - "resolved": "https://registry.js.ipfs.io/stable/-/stable-0.1.8.tgz", + "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==" }, "stack-trace": { "version": "0.0.10", - "resolved": "https://registry.js.ipfs.io/stack-trace/-/stack-trace-0.0.10.tgz", + "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz", "integrity": "sha1-VHxws0fo0ytOEI6hoqFZ5f3eGcA=" }, "stack-utils": { @@ -34131,18 +32044,18 @@ }, "stackframe": { "version": "1.0.4", - "resolved": "https://registry.js.ipfs.io/stackframe/-/stackframe-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/stackframe/-/stackframe-1.0.4.tgz", "integrity": "sha512-to7oADIniaYwS3MhtCa/sQhrxidCCQiF/qp4/m5iN3ipf0Y7Xlri0f6eG29r08aL7JYl8n32AF3Q5GYBZ7K8vw==" }, "staged-git-files": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/staged-git-files/-/staged-git-files-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/staged-git-files/-/staged-git-files-1.1.2.tgz", "integrity": "sha512-0Eyrk6uXW6tg9PYkhi/V/J4zHp33aNyi2hOCmhFLqLTIhbgqWn5jlSzI+IU0VqrZq6+DbHcabQl/WP6P3BG0QA==", "dev": true }, "start-server-and-test": { "version": "1.7.11", - "resolved": "https://registry.js.ipfs.io/start-server-and-test/-/start-server-and-test-1.7.11.tgz", + "resolved": "https://registry.npmjs.org/start-server-and-test/-/start-server-and-test-1.7.11.tgz", "integrity": "sha512-651SCOfhPT65Xjhecvx/ZMJs8UOd5VItjjmpYH95aM6Hr4P8N8UIcxEgDhY/aaVmthACH7qFTqs4EA/KHykjtw==", "dev": true, "requires": { @@ -34157,7 +32070,7 @@ "dependencies": { "cross-spawn": { "version": "6.0.5", - "resolved": "https://registry.js.ipfs.io/cross-spawn/-/cross-spawn-6.0.5.tgz", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", "dev": true, "requires": { @@ -34170,7 +32083,7 @@ }, "debug": { "version": "3.2.6", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-3.2.6.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", "dev": true, "requires": { @@ -34179,7 +32092,7 @@ }, "execa": { "version": "0.11.0", - "resolved": "https://registry.js.ipfs.io/execa/-/execa-0.11.0.tgz", + "resolved": "https://registry.npmjs.org/execa/-/execa-0.11.0.tgz", "integrity": "sha512-k5AR22vCt1DcfeiRixW46U5tMLtBg44ssdJM9PiXw3D8Bn5qyxFCSnKY/eR22y+ctFDGPqafpaXg2G4Emyua4A==", "dev": true, "requires": { @@ -34194,7 +32107,7 @@ }, "get-stream": { "version": "4.1.0", - "resolved": "https://registry.js.ipfs.io/get-stream/-/get-stream-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", "dev": true, "requires": { @@ -34203,7 +32116,7 @@ }, "ms": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/ms/-/ms-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==", "dev": true } @@ -34211,36 +32124,12 @@ }, "state-toggle": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/state-toggle/-/state-toggle-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/state-toggle/-/state-toggle-1.0.1.tgz", "integrity": "sha512-Qe8QntFrrpWTnHwvwj2FZTgv+PKIsp0B9VxLzLLbSpPXWOgRgc5LVj/aTiSfK1RqIeF9jeC1UeOH8Q8y60A7og==" }, - "statehood": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/statehood/-/statehood-5.0.4.tgz", - "integrity": "sha512-6/feFLqqHylvA/dHwJA0DgXvbEcKgbhRUeljsuu6+cIr8PO88nax7Wc+celZlPTncqT2arsxXL8P329Q1yfe9Q==", - "requires": { - "boom": "5.x.x", - "bourne": "1.x.x", - "cryptiles": "3.x.x", - "hoek": "4.x.x", - "iron": "4.x.x", - "items": "2.x.x", - "joi": "12.x.x" - }, - "dependencies": { - "boom": { - "version": "5.2.0", - "resolved": "https://registry.js.ipfs.io/boom/-/boom-5.2.0.tgz", - "integrity": "sha512-Z5BTk6ZRe4tXXQlkqftmsAUANpXmuwlsF5Oov8ThoMbQRzdGTA1ngYRW160GexgOgjsFOKJz0LYhoNi+2AMBUw==", - "requires": { - "hoek": "4.x.x" - } - } - } - }, "static-extend": { "version": "0.1.2", - "resolved": "https://registry.js.ipfs.io/static-extend/-/static-extend-0.1.2.tgz", + "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", "requires": { "define-property": "^0.2.5", @@ -34249,7 +32138,7 @@ "dependencies": { "define-property": { "version": "0.2.5", - "resolved": "https://registry.js.ipfs.io/define-property/-/define-property-0.2.5.tgz", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", "requires": { "is-descriptor": "^0.1.0" @@ -34259,7 +32148,7 @@ }, "stats-webpack-plugin": { "version": "0.7.0", - "resolved": "https://registry.js.ipfs.io/stats-webpack-plugin/-/stats-webpack-plugin-0.7.0.tgz", + "resolved": "https://registry.npmjs.org/stats-webpack-plugin/-/stats-webpack-plugin-0.7.0.tgz", "integrity": "sha512-NT0YGhwuQ0EOX+uPhhUcI6/+1Sq/pMzNuSCBVT4GbFl/ac6I/JZefBcjlECNfAb1t3GOx5dEj1Z7x0cAxeeVLQ==", "dev": true, "requires": { @@ -34268,12 +32157,12 @@ }, "statuses": { "version": "1.4.0", - "resolved": "https://registry.js.ipfs.io/statuses/-/statuses-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz", "integrity": "sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew==" }, "stream-array": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/stream-array/-/stream-array-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/stream-array/-/stream-array-1.1.2.tgz", "integrity": "sha1-nl9zRfITfDDuO0mLkRToC1K7frU=", "dev": true, "requires": { @@ -34282,13 +32171,13 @@ "dependencies": { "process-nextick-args": { "version": "1.0.7", - "resolved": "https://registry.js.ipfs.io/process-nextick-args/-/process-nextick-args-1.0.7.tgz", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=", "dev": true }, "readable-stream": { "version": "2.1.5", - "resolved": "https://registry.js.ipfs.io/readable-stream/-/readable-stream-2.1.5.tgz", + "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-2.1.5.tgz", "integrity": "sha1-ZvqLcg4UOLNkaB8q0aY8YYRIydA=", "dev": true, "requires": { @@ -34303,7 +32192,7 @@ }, "string_decoder": { "version": "0.10.31", - "resolved": "https://registry.js.ipfs.io/string_decoder/-/string_decoder-0.10.31.tgz", + "resolved": "http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", "dev": true } @@ -34311,7 +32200,7 @@ }, "stream-browserify": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/stream-browserify/-/stream-browserify-2.0.1.tgz", + "resolved": "http://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.1.tgz", "integrity": "sha1-ZiZu5fm9uZQKTkUUyvtDu3Hlyds=", "requires": { "inherits": "~2.0.1", @@ -34320,7 +32209,7 @@ }, "stream-combiner": { "version": "0.0.4", - "resolved": "https://registry.js.ipfs.io/stream-combiner/-/stream-combiner-0.0.4.tgz", + "resolved": "http://registry.npmjs.org/stream-combiner/-/stream-combiner-0.0.4.tgz", "integrity": "sha1-TV5DPBhSYd3mI8o/RMWGvPXErRQ=", "dev": true, "requires": { @@ -34329,7 +32218,7 @@ }, "stream-combiner2": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/stream-combiner2/-/stream-combiner2-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/stream-combiner2/-/stream-combiner2-1.1.1.tgz", "integrity": "sha1-+02KFCDqNidk4hrUeAOXvry0HL4=", "dev": true, "requires": { @@ -34339,7 +32228,7 @@ }, "stream-each": { "version": "1.2.3", - "resolved": "https://registry.js.ipfs.io/stream-each/-/stream-each-1.2.3.tgz", + "resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz", "integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==", "requires": { "end-of-stream": "^1.1.0", @@ -34348,7 +32237,7 @@ }, "stream-http": { "version": "2.8.3", - "resolved": "https://registry.js.ipfs.io/stream-http/-/stream-http-2.8.3.tgz", + "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz", "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", "requires": { "builtin-status-codes": "^3.0.0", @@ -34360,12 +32249,12 @@ }, "stream-shift": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/stream-shift/-/stream-shift-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.0.tgz", "integrity": "sha1-1cdSgl5TZ+eG944Y5EXqIjoVWVI=" }, "stream-to-blob": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/stream-to-blob/-/stream-to-blob-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/stream-to-blob/-/stream-to-blob-1.0.1.tgz", "integrity": "sha512-aRy4neA4rf+qMtLT9fCRLPGWdrsIKtCx4kUdNTIPgPQ2hkHkdxbViVAvABMx9oRM6yCWfngHx6pwXfbYkVuPuw==", "requires": { "once": "^1.3.3" @@ -34373,7 +32262,7 @@ }, "stream-to-observable": { "version": "0.1.0", - "resolved": "https://registry.js.ipfs.io/stream-to-observable/-/stream-to-observable-0.1.0.tgz", + "resolved": "https://registry.npmjs.org/stream-to-observable/-/stream-to-observable-0.1.0.tgz", "integrity": "sha1-Rb8dny19wJvtgfHDB8Qw5ouEz/4=", "dev": true }, @@ -34388,7 +32277,7 @@ }, "streamroller": { "version": "0.7.0", - "resolved": "https://registry.js.ipfs.io/streamroller/-/streamroller-0.7.0.tgz", + "resolved": "https://registry.npmjs.org/streamroller/-/streamroller-0.7.0.tgz", "integrity": "sha512-WREzfy0r0zUqp3lGO096wRuUp7ho1X6uo/7DJfTlEi0Iv/4gT7YHqXDjKC2ioVGBZtE8QzsQD9nx1nIuoZ57jQ==", "dev": true, "requires": { @@ -34400,7 +32289,7 @@ }, "streamsearch": { "version": "0.1.2", - "resolved": "https://registry.js.ipfs.io/streamsearch/-/streamsearch-0.1.2.tgz", + "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-0.1.2.tgz", "integrity": "sha1-gIudDlb8Jz2Am6VzOOkpkZoanxo=" }, "strftime": { @@ -34410,29 +32299,29 @@ }, "strict-uri-encode": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/strict-uri-encode/-/strict-uri-encode-1.1.0.tgz", "integrity": "sha1-J5siXfHVgrH1TmWt3UNS4Y+qBxM=" }, "string-argv": { "version": "0.0.2", - "resolved": "https://registry.js.ipfs.io/string-argv/-/string-argv-0.0.2.tgz", + "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.0.2.tgz", "integrity": "sha1-2sMECGkMIfPDYwo/86BYd73L1zY=", "dev": true }, "string-convert": { "version": "0.2.1", - "resolved": "https://registry.js.ipfs.io/string-convert/-/string-convert-0.2.1.tgz", + "resolved": "https://registry.npmjs.org/string-convert/-/string-convert-0.2.1.tgz", "integrity": "sha1-aYLMMEn7tM2F+LJFaLnZvznu/5c=" }, "string-hash": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/string-hash/-/string-hash-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/string-hash/-/string-hash-1.1.3.tgz", "integrity": "sha1-6Kr8CsGFW0Zmkp7X3RJ1311sgRs=", "dev": true }, "string-similarity": { "version": "1.2.2", - "resolved": "https://registry.js.ipfs.io/string-similarity/-/string-similarity-1.2.2.tgz", + "resolved": "https://registry.npmjs.org/string-similarity/-/string-similarity-1.2.2.tgz", "integrity": "sha512-IoHUjcw3Srl8nsPlW04U3qwWPk3oG2ffLM0tN853d/E/JlIvcmZmDY2Kz5HzKp4lEi2T7QD7Zuvjq/1rDw+XcQ==", "requires": { "lodash.every": "^4.6.0", @@ -34444,13 +32333,13 @@ }, "string-template": { "version": "0.2.1", - "resolved": "https://registry.js.ipfs.io/string-template/-/string-template-0.2.1.tgz", + "resolved": "https://registry.npmjs.org/string-template/-/string-template-0.2.1.tgz", "integrity": "sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0=", "dev": true }, "string-width": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/string-width/-/string-width-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-2.1.1.tgz", "integrity": "sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==", "requires": { "is-fullwidth-code-point": "^2.0.0", @@ -34459,12 +32348,12 @@ "dependencies": { "ansi-regex": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/ansi-regex/-/ansi-regex-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-3.0.0.tgz", "integrity": "sha1-7QMXwyIGT3lGbAKWa922Bas32Zg=" }, "strip-ansi": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/strip-ansi/-/strip-ansi-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", "integrity": "sha1-qEeQIusaw2iocTibY1JixQXuNo8=", "requires": { "ansi-regex": "^3.0.0" @@ -34474,7 +32363,7 @@ }, "string_decoder": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/string_decoder/-/string_decoder-1.1.1.tgz", + "resolved": "http://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "requires": { "safe-buffer": "~5.1.0" @@ -34482,7 +32371,7 @@ }, "stringify-entities": { "version": "1.3.2", - "resolved": "https://registry.js.ipfs.io/stringify-entities/-/stringify-entities-1.3.2.tgz", + "resolved": "https://registry.npmjs.org/stringify-entities/-/stringify-entities-1.3.2.tgz", "integrity": "sha512-nrBAQClJAPN2p+uGCVJRPIPakKeKWZ9GtBCmormE7pWOSlHat7+x5A8gx85M7HM5Dt0BP3pP5RhVW77WdbJJ3A==", "dev": true, "requires": { @@ -34494,7 +32383,7 @@ }, "stringify-object": { "version": "3.3.0", - "resolved": "https://registry.js.ipfs.io/stringify-object/-/stringify-object-3.3.0.tgz", + "resolved": "https://registry.npmjs.org/stringify-object/-/stringify-object-3.3.0.tgz", "integrity": "sha512-rHqiFh1elqCQ9WPLIC8I0Q/g/wj5J1eMkyoiD6eoQApWHP0FtlK7rqnhmabL5VUY9JQCcqwwvlOaSuutekgyrw==", "dev": true, "requires": { @@ -34505,7 +32394,7 @@ }, "strip-ansi": { "version": "3.0.1", - "resolved": "https://registry.js.ipfs.io/strip-ansi/-/strip-ansi-3.0.1.tgz", + "resolved": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", "requires": { "ansi-regex": "^2.0.0" @@ -34513,12 +32402,12 @@ }, "strip-bom": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/strip-bom/-/strip-bom-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", "integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=" }, "strip-bom-stream": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/strip-bom-stream/-/strip-bom-stream-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/strip-bom-stream/-/strip-bom-stream-1.0.0.tgz", "integrity": "sha1-5xRDmFd9Uaa+0PoZlPoF9D/ZiO4=", "dev": true, "requires": { @@ -34528,7 +32417,7 @@ "dependencies": { "strip-bom": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/strip-bom/-/strip-bom-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", "dev": true, "requires": { @@ -34539,12 +32428,12 @@ }, "strip-eof": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/strip-eof/-/strip-eof-1.0.0.tgz", + "resolved": "http://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=" }, "strip-hex-prefix": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/strip-hex-prefix/-/strip-hex-prefix-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/strip-hex-prefix/-/strip-hex-prefix-1.0.0.tgz", "integrity": "sha1-DF8VX+8RUTczd96du1iNoFUA428=", "requires": { "is-hex-prefixed": "1.0.0" @@ -34552,18 +32441,18 @@ }, "strip-indent": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/strip-indent/-/strip-indent-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-2.0.0.tgz", "integrity": "sha1-XvjbKV0B5u1sv3qrlpmNeCJSe2g=", "dev": true }, "strip-json-comments": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=" }, "strip-outer": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/strip-outer/-/strip-outer-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz", "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==", "dev": true, "requires": { @@ -34572,13 +32461,13 @@ }, "strip-url-auth": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/strip-url-auth/-/strip-url-auth-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/strip-url-auth/-/strip-url-auth-1.0.1.tgz", "integrity": "sha1-IrD6OkE4WzO+PzMVUbu4N/oM164=", "dev": true }, "style-loader": { "version": "0.21.0", - "resolved": "https://registry.js.ipfs.io/style-loader/-/style-loader-0.21.0.tgz", + "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-0.21.0.tgz", "integrity": "sha512-T+UNsAcl3Yg+BsPKs1vd22Fr8sVT+CJMtzqc6LEw9bbJZb43lm9GoeIfUcDEefBSWC0BhYbcdupV1GtI4DGzxg==", "requires": { "loader-utils": "^1.1.0", @@ -34587,7 +32476,7 @@ }, "style-search": { "version": "0.1.0", - "resolved": "https://registry.js.ipfs.io/style-search/-/style-search-0.1.0.tgz", + "resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz", "integrity": "sha1-eVjHk+R+MuB9K1yv5cC/jhLneQI=", "dev": true }, @@ -34661,7 +32550,7 @@ }, "postcss-selector-parser": { "version": "3.1.1", - "resolved": "https://registry.js.ipfs.io/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz", "integrity": "sha1-T4dfSvsMllc9XPTXQBGu4lCn6GU=", "requires": { "dot-prop": "^4.1.1", @@ -34671,7 +32560,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" }, "supports-color": { @@ -34686,7 +32575,7 @@ }, "stylelint": { "version": "9.9.0", - "resolved": "https://registry.js.ipfs.io/stylelint/-/stylelint-9.9.0.tgz", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-9.9.0.tgz", "integrity": "sha512-kIuX0/9/I2mZeHz6EoFt7UpLt7Mz+ic9/PmFwKMdq4BkQHikg3FkcgAElLdAmaI8Au1JEUOS996ZFE+mwXytmA==", "dev": true, "requires": { @@ -34742,7 +32631,7 @@ "dependencies": { "ajv": { "version": "6.6.1", - "resolved": "https://registry.js.ipfs.io/ajv/-/ajv-6.6.1.tgz", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.6.1.tgz", "integrity": "sha512-ZoJjft5B+EJBjUyu9C9Hc0OZyPZSSlOF+plzouTrg6UlA8f+e/n8NIgBFG/9tppJtpPWfthHakK7juJdNDODww==", "dev": true, "requires": { @@ -34754,7 +32643,7 @@ }, "autoprefixer": { "version": "9.3.1", - "resolved": "https://registry.js.ipfs.io/autoprefixer/-/autoprefixer-9.3.1.tgz", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-9.3.1.tgz", "integrity": "sha512-DY9gOh8z3tnCbJ13JIWaeQsoYncTGdsrgCceBaQSIL4nvdrLxgbRSBPevg2XbX7u4QCSfLheSJEEIUUSlkbx6Q==", "dev": true, "requires": { @@ -34768,7 +32657,7 @@ }, "browserslist": { "version": "4.3.4", - "resolved": "https://registry.js.ipfs.io/browserslist/-/browserslist-4.3.4.tgz", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.3.4.tgz", "integrity": "sha512-u5iz+ijIMUlmV8blX82VGFrB9ecnUg5qEt55CMZ/YJEhha+d8qpBfOFuutJ6F/VKRXjZoD33b6uvarpPxcl3RA==", "dev": true, "requires": { @@ -34779,7 +32668,7 @@ }, "debug": { "version": "4.1.0", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-4.1.0.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.1.0.tgz", "integrity": "sha512-heNPJUJIqC+xB6ayLAMHaIrmN9HKa7aQO8MGqKpvCA+uJYVcvR6l5kgdrhRuwPFHU7P5/A1w0BjByPHwpfTDKg==", "dev": true, "requires": { @@ -34788,19 +32677,19 @@ }, "fast-deep-equal": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=", "dev": true }, "get-stdin": { "version": "6.0.0", - "resolved": "https://registry.js.ipfs.io/get-stdin/-/get-stdin-6.0.0.tgz", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz", "integrity": "sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g==", "dev": true }, "globby": { "version": "8.0.1", - "resolved": "https://registry.js.ipfs.io/globby/-/globby-8.0.1.tgz", + "resolved": "http://registry.npmjs.org/globby/-/globby-8.0.1.tgz", "integrity": "sha512-oMrYrJERnKBLXNLVTqhm3vPEdJ/b2ZE28xN4YARiix1NOIOBPEpOUnm844K1iu/BkphCaf2WNFwMszv8Soi1pw==", "dev": true, "requires": { @@ -34815,19 +32704,19 @@ "dependencies": { "ignore": { "version": "3.3.10", - "resolved": "https://registry.js.ipfs.io/ignore/-/ignore-3.3.10.tgz", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-3.3.10.tgz", "integrity": "sha512-Pgs951kaMm5GXP7MOvxERINe3gsaVjUWFm+UZPSq9xYriQAksyhg0csnS0KXSNRD5NmNdapXEpjxG49+AKh/ug==", "dev": true }, "pify": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/pify/-/pify-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", "dev": true }, "slash": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/slash/-/slash-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/slash/-/slash-1.0.0.tgz", "integrity": "sha1-xB8vbDn8FtHNF61LXYlhFK5HDVU=", "dev": true } @@ -34835,25 +32724,25 @@ }, "ignore": { "version": "5.0.4", - "resolved": "https://registry.js.ipfs.io/ignore/-/ignore-5.0.4.tgz", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.0.4.tgz", "integrity": "sha512-WLsTMEhsQuXpCiG173+f3aymI43SXa+fB1rSfbzyP4GkPP+ZFVuO0/3sFUGNBtifisPeDcl/uD/Y2NxZ7xFq4g==", "dev": true }, "import-lazy": { "version": "3.1.0", - "resolved": "https://registry.js.ipfs.io/import-lazy/-/import-lazy-3.1.0.tgz", + "resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-3.1.0.tgz", "integrity": "sha512-8/gvXvX2JMn0F+CDlSC4l6kOmVaLOO3XLkksI7CI3Ud95KDYJuYur2b9P/PUt/i/pDAMd/DulQsNbbbmRRsDIQ==", "dev": true }, "json-schema-traverse": { "version": "0.4.1", - "resolved": "https://registry.js.ipfs.io/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true }, "load-json-file": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/load-json-file/-/load-json-file-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-4.0.0.tgz", "integrity": "sha1-L19Fq5HjMhYjT9U62rZo607AmTs=", "dev": true, "requires": { @@ -34865,7 +32754,7 @@ "dependencies": { "pify": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/pify/-/pify-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", "dev": true } @@ -34873,7 +32762,7 @@ }, "log-symbols": { "version": "2.2.0", - "resolved": "https://registry.js.ipfs.io/log-symbols/-/log-symbols-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", "dev": true, "requires": { @@ -34882,7 +32771,7 @@ }, "meow": { "version": "5.0.0", - "resolved": "https://registry.js.ipfs.io/meow/-/meow-5.0.0.tgz", + "resolved": "https://registry.npmjs.org/meow/-/meow-5.0.0.tgz", "integrity": "sha512-CbTqYU17ABaLefO8vCU153ZZlprKYWDljcndKKDCFcYQITzWCXZAVk4QMFZPgvzrnUQ3uItnIE/LoUOwrT15Ig==", "dev": true, "requires": { @@ -34899,13 +32788,13 @@ }, "ms": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/ms/-/ms-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==", "dev": true }, "path-type": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/path-type/-/path-type-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", "dev": true, "requires": { @@ -34914,7 +32803,7 @@ "dependencies": { "pify": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/pify/-/pify-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", "integrity": "sha1-5aSs0sEB/fPZpNB/DbxNtJ3SgXY=", "dev": true } @@ -34922,13 +32811,13 @@ }, "pify": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/pify/-/pify-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", "dev": true }, "postcss": { "version": "7.0.6", - "resolved": "https://registry.js.ipfs.io/postcss/-/postcss-7.0.6.tgz", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.6.tgz", "integrity": "sha512-Nq/rNjnHFcKgCDDZYO0lNsl6YWe6U7tTy+ESN+PnLxebL8uBtYX59HZqvrj7YLK5UCyll2hqDsJOo3ndzEW8Ug==", "dev": true, "requires": { @@ -34939,7 +32828,7 @@ }, "postcss-selector-parser": { "version": "3.1.1", - "resolved": "https://registry.js.ipfs.io/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-3.1.1.tgz", "integrity": "sha1-T4dfSvsMllc9XPTXQBGu4lCn6GU=", "dev": true, "requires": { @@ -34950,7 +32839,7 @@ }, "read-pkg": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/read-pkg/-/read-pkg-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-3.0.0.tgz", "integrity": "sha1-nLxoaXj+5l0WwA4rGcI3/Pbjg4k=", "dev": true, "requires": { @@ -34961,7 +32850,7 @@ }, "read-pkg-up": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/read-pkg-up/-/read-pkg-up-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-3.0.0.tgz", "integrity": "sha1-PtSWaF26D4/hGNBpHcUfSh/5bwc=", "dev": true, "requires": { @@ -34971,19 +32860,19 @@ }, "resolve-from": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/resolve-from/-/resolve-from-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "dev": true }, "slash": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/slash/-/slash-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", "dev": true }, "slice-ansi": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/slice-ansi/-/slice-ansi-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-2.0.0.tgz", "integrity": "sha512-4j2WTWjp3GsZ+AOagyzVbzp4vWGtZ0hEZ/gDY/uTvm6MTxUfTUIsnMIFb1bn8o0RuXiqUw15H1bue8f22Vw2oQ==", "dev": true, "requires": { @@ -34994,13 +32883,13 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true }, "sugarss": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/sugarss/-/sugarss-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/sugarss/-/sugarss-2.0.0.tgz", "integrity": "sha512-WfxjozUk0UVA4jm+U1d736AUpzSrNsQcIbyOkoE364GrtWmIrFdk5lksEupgWMD4VaT/0kVx1dobpiDumSgmJQ==", "dev": true, "requires": { @@ -35009,7 +32898,7 @@ }, "table": { "version": "5.1.1", - "resolved": "https://registry.js.ipfs.io/table/-/table-5.1.1.tgz", + "resolved": "https://registry.npmjs.org/table/-/table-5.1.1.tgz", "integrity": "sha512-NUjapYb/qd4PeFW03HnAuOJ7OMcBkJlqeClWxeNlQ0lXGSb52oZXGzkO0/I0ARegQ2eUT1g2VDJH0eUxDRcHmw==", "dev": true, "requires": { @@ -35021,7 +32910,7 @@ }, "yargs-parser": { "version": "10.1.0", - "resolved": "https://registry.js.ipfs.io/yargs-parser/-/yargs-parser-10.1.0.tgz", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-10.1.0.tgz", "integrity": "sha512-VCIyR1wJoEBZUqk5PA+oOBF6ypbwh5aNB3I50guxAL/quggdfs4TtNHQrSazFA3fYZ+tEqfs0zIGlv0c/rgjbQ==", "dev": true, "requires": { @@ -35032,7 +32921,7 @@ }, "stylelint-config-moxy": { "version": "5.0.0", - "resolved": "https://registry.js.ipfs.io/stylelint-config-moxy/-/stylelint-config-moxy-5.0.0.tgz", + "resolved": "http://registry.npmjs.org/stylelint-config-moxy/-/stylelint-config-moxy-5.0.0.tgz", "integrity": "sha512-ByUA+5R9g/h5eYPsaVHmAJaFhxMA1sFZ/N1AD4/2pnP78Savad3YZRm0gFdZrZDcwS1IQ5cOkNAwBaskf4kdaA==", "dev": true, "requires": { @@ -35041,7 +32930,7 @@ }, "stylelint-config-suitcss": { "version": "14.0.0", - "resolved": "https://registry.js.ipfs.io/stylelint-config-suitcss/-/stylelint-config-suitcss-14.0.0.tgz", + "resolved": "https://registry.npmjs.org/stylelint-config-suitcss/-/stylelint-config-suitcss-14.0.0.tgz", "integrity": "sha1-SDpULEjnAp0VMPhwZVIGsQ7+vLI=", "dev": true, "requires": { @@ -35051,7 +32940,7 @@ }, "stylelint-order": { "version": "0.8.1", - "resolved": "https://registry.js.ipfs.io/stylelint-order/-/stylelint-order-0.8.1.tgz", + "resolved": "http://registry.npmjs.org/stylelint-order/-/stylelint-order-0.8.1.tgz", "integrity": "sha512-8mp1P2wnI9XShYXVXDsxVigE2eXnc0C2O4ktbwUvTBwjCP4xZskIbUVxp1evSG3OK4R7hXVNl/2BnJCZkrcc/w==", "dev": true, "requires": { @@ -35062,7 +32951,7 @@ }, "stylelint-suitcss": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/stylelint-suitcss/-/stylelint-suitcss-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/stylelint-suitcss/-/stylelint-suitcss-3.0.0.tgz", "integrity": "sha1-QXGPfUGZJKLtR5/FALkQbA+nXQA=", "dev": true, "requires": { @@ -35073,7 +32962,7 @@ "dependencies": { "postcss-selector-parser": { "version": "2.2.3", - "resolved": "https://registry.js.ipfs.io/postcss-selector-parser/-/postcss-selector-parser-2.2.3.tgz", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-2.2.3.tgz", "integrity": "sha1-+UN3iGBsPJrO4W/+jYsWKX8nu5A=", "dev": true, "requires": { @@ -35086,39 +32975,16 @@ }, "subarg": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/subarg/-/subarg-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz", "integrity": "sha1-9izxdYHplrSPyWVpn1TAauJouNI=", "dev": true, "requires": { "minimist": "^1.1.0" } }, - "subtext": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/subtext/-/subtext-5.0.1.tgz", - "integrity": "sha512-zH/jaUKJ/bkrTpEe3zuTFIRnqAwv5xcGpXA2JaxEc30KRAT4k78jZnRqM45snjBSZAuvpI8chRUh1VZprcUVfw==", - "requires": { - "boom": "5.x.x", - "bourne": "1.x.x", - "content": "3.x.x", - "hoek": "4.x.x", - "pez": "2.x.x", - "wreck": "12.x.x" - }, - "dependencies": { - "boom": { - "version": "5.2.0", - "resolved": "https://registry.js.ipfs.io/boom/-/boom-5.2.0.tgz", - "integrity": "sha512-Z5BTk6ZRe4tXXQlkqftmsAUANpXmuwlsF5Oov8ThoMbQRzdGTA1ngYRW160GexgOgjsFOKJz0LYhoNi+2AMBUw==", - "requires": { - "hoek": "4.x.x" - } - } - } - }, "sugarss": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/sugarss/-/sugarss-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/sugarss/-/sugarss-1.0.1.tgz", "integrity": "sha512-3qgLZytikQQEVn1/FrhY7B68gPUUGY3R1Q1vTiD5xT+Ti1DP/8iZuwFet9ONs5+bmL8pZoDQ6JrQHVgrNlK6mA==", "requires": { "postcss": "^6.0.14" @@ -35135,7 +33001,7 @@ }, "supports-color": { "version": "5.5.0", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-5.5.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "requires": { "has-flag": "^3.0.0" @@ -35143,7 +33009,7 @@ }, "svg-css-modules-loader": { "version": "1.6.1", - "resolved": "https://registry.js.ipfs.io/svg-css-modules-loader/-/svg-css-modules-loader-1.6.1.tgz", + "resolved": "https://registry.npmjs.org/svg-css-modules-loader/-/svg-css-modules-loader-1.6.1.tgz", "integrity": "sha1-PIndQkDZQ8kWLAf+Ea0SXHeCbLI=", "dev": true, "requires": { @@ -35156,13 +33022,13 @@ "dependencies": { "ansi-styles": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/ansi-styles/-/ansi-styles-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", "dev": true }, "chalk": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/chalk/-/chalk-1.1.3.tgz", + "resolved": "http://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", "dev": true, "requires": { @@ -35175,7 +33041,7 @@ "dependencies": { "supports-color": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", "dev": true } @@ -35183,13 +33049,13 @@ }, "has-flag": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/has-flag/-/has-flag-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz", "integrity": "sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo=", "dev": true }, "postcss": { "version": "5.2.18", - "resolved": "https://registry.js.ipfs.io/postcss/-/postcss-5.2.18.tgz", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-5.2.18.tgz", "integrity": "sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg==", "dev": true, "requires": { @@ -35201,7 +33067,7 @@ }, "supports-color": { "version": "3.2.3", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-3.2.3.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz", "integrity": "sha1-ZawFBLOVQXHYpklGsq48u4pfVPY=", "dev": true, "requires": { @@ -35212,13 +33078,13 @@ }, "svg-tags": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/svg-tags/-/svg-tags-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/svg-tags/-/svg-tags-1.0.0.tgz", "integrity": "sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=", "dev": true }, "svgo": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/svgo/-/svgo-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/svgo/-/svgo-1.1.1.tgz", "integrity": "sha512-GBkJbnTuFpM4jFbiERHDWhZc/S/kpHToqmZag3aEBjPYK44JAN2QBjvrGIxLOoCyMZjuFQIfTO2eJd8uwLY/9g==", "requires": { "coa": "~2.0.1", @@ -35239,7 +33105,7 @@ "dependencies": { "css-select": { "version": "2.0.2", - "resolved": "https://registry.js.ipfs.io/css-select/-/css-select-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-2.0.2.tgz", "integrity": "sha512-dSpYaDVoWaELjvZ3mS6IKZM/y2PMPa/XYoEfYNZePL4U/XgyxZNroHEHReDx/d+VgXh9VbCTtFqLkFbmeqeaRQ==", "requires": { "boolbase": "^1.0.0", @@ -35250,7 +33116,7 @@ }, "domutils": { "version": "1.7.0", - "resolved": "https://registry.js.ipfs.io/domutils/-/domutils-1.7.0.tgz", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", "integrity": "sha512-Lgd2XcJ/NjEw+7tFvfKxOzCYKZsdct5lczQ2ZaQY8Djz7pfAD3Gbp8ySJWtreII/vDlMVmxwa6pHmdxIYgttDg==", "requires": { "dom-serializer": "0", @@ -35261,7 +33127,7 @@ }, "svgo-loader": { "version": "2.2.0", - "resolved": "https://registry.js.ipfs.io/svgo-loader/-/svgo-loader-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/svgo-loader/-/svgo-loader-2.2.0.tgz", "integrity": "sha512-AtIy4kmUQc1zo+QK3ZFvRrULRZAhUC63cLJxdVo1cONZ9WeYAkySUlaB05uZKKcYpsTb/9tDsBSXMab3/0QWtw==", "dev": true, "requires": { @@ -35271,24 +33137,24 @@ }, "symbol-observable": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/symbol-observable/-/symbol-observable-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz", "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==" }, "symbol-tree": { "version": "3.2.2", - "resolved": "https://registry.js.ipfs.io/symbol-tree/-/symbol-tree-3.2.2.tgz", + "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.2.tgz", "integrity": "sha1-rifbOPZgp64uHDt9G8KQgZuFGeY=", "dev": true, "optional": true }, "tapable": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/tapable/-/tapable-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.1.tgz", "integrity": "sha512-9I2ydhj8Z9veORCw5PRm4u9uebCn0mcCa6scWoNcbZ6dAtoo2618u9UUzxgmsCOreJpqDDuv61LvwofW7hLcBA==" }, "tar": { "version": "4.4.8", - "resolved": "https://registry.js.ipfs.io/tar/-/tar-4.4.8.tgz", + "resolved": "https://registry.npmjs.org/tar/-/tar-4.4.8.tgz", "integrity": "sha512-LzHF64s5chPQQS0IYBn9IN5h3i98c12bo4NCO7e0sGM2llXQ3p2FGC5sdENN4cTW48O915Sh+x+EXx7XW96xYQ==", "requires": { "chownr": "^1.1.1", @@ -35302,14 +33168,14 @@ "dependencies": { "yallist": { "version": "3.0.3", - "resolved": "https://registry.js.ipfs.io/yallist/-/yallist-3.0.3.tgz", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.0.3.tgz", "integrity": "sha512-S+Zk8DEWE6oKpV+vI3qWkaK+jSbIK86pCwe2IF/xwIpQ8jEuxpw9NyaGjmp9+BoJv5FV2piqCDcoCtStppiq2A==" } } }, "tar-fs": { "version": "1.16.3", - "resolved": "https://registry.js.ipfs.io/tar-fs/-/tar-fs-1.16.3.tgz", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-1.16.3.tgz", "integrity": "sha512-NvCeXpYx7OsmOh8zIOP/ebG55zZmxLE0etfWRbWok+q2Qo8x/vOR/IJT1taADXPe+jsiu9axDb3X4B+iIgNlKw==", "requires": { "chownr": "^1.0.1", @@ -35320,7 +33186,7 @@ "dependencies": { "pump": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/pump/-/pump-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/pump/-/pump-1.0.3.tgz", "integrity": "sha512-8k0JupWme55+9tCVE+FS5ULT3K6AbgqrGa58lTT49RpyfwwcGedHqaC5LlQNdEAumn/wFsu6aPwkuPMioy8kqw==", "requires": { "end-of-stream": "^1.1.0", @@ -35331,7 +33197,7 @@ }, "tar-stream": { "version": "1.6.2", - "resolved": "https://registry.js.ipfs.io/tar-stream/-/tar-stream-1.6.2.tgz", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-1.6.2.tgz", "integrity": "sha512-rzS0heiNf8Xn7/mpdSVVSMAWAoy9bfb1WOTYC78Z0UQKeKa/CWS8FOq0lKGNa8DWKAn9gxjCvMLYc5PGXYlK2A==", "requires": { "bl": "^1.0.0", @@ -35345,7 +33211,7 @@ }, "tdigest": { "version": "0.1.1", - "resolved": "https://registry.js.ipfs.io/tdigest/-/tdigest-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/tdigest/-/tdigest-0.1.1.tgz", "integrity": "sha1-Ljyyw56kSeVdHmzZEReszKRYgCE=", "requires": { "bintrees": "1.0.1" @@ -35361,7 +33227,7 @@ }, "term-size": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/term-size/-/term-size-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/term-size/-/term-size-1.2.0.tgz", "integrity": "sha1-RYuDiH8oj8Vtb/+/rSYuJmOO+mk=", "requires": { "execa": "^0.7.0" @@ -35369,7 +33235,7 @@ "dependencies": { "execa": { "version": "0.7.0", - "resolved": "https://registry.js.ipfs.io/execa/-/execa-0.7.0.tgz", + "resolved": "https://registry.npmjs.org/execa/-/execa-0.7.0.tgz", "integrity": "sha1-lEvs00zEHuMqY6n68nrVpl/Fl3c=", "requires": { "cross-spawn": "^5.0.1", @@ -35385,7 +33251,7 @@ }, "terser": { "version": "3.10.13", - "resolved": "https://registry.js.ipfs.io/terser/-/terser-3.10.13.tgz", + "resolved": "https://registry.npmjs.org/terser/-/terser-3.10.13.tgz", "integrity": "sha512-AgdHqw2leuADuHiP4Kkk1i40m10RMGguPaiCw6MVD6jtDR7N94zohGqAS2lkDXIS7eIkGit3ief3eQGh/Md+GQ==", "dev": true, "requires": { @@ -35396,13 +33262,13 @@ "dependencies": { "commander": { "version": "2.17.1", - "resolved": "https://registry.js.ipfs.io/commander/-/commander-2.17.1.tgz", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.17.1.tgz", "integrity": "sha512-wPMUt6FnH2yzG95SA6mzjQOEKUU3aLaDEmzs1ti+1E9h+CsrZghRlqEM/EJ4KscsQVG8uNN4uVreUeT8+drlgg==", "dev": true }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true } @@ -35410,7 +33276,7 @@ }, "terser-webpack-plugin": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/terser-webpack-plugin/-/terser-webpack-plugin-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.1.0.tgz", "integrity": "sha512-61lV0DSxMAZ8AyZG7/A4a3UPlrbOBo8NIQ4tJzLPAdGOQ+yoNC7l5ijEow27lBAL2humer01KLS6bGIMYQxKoA==", "dev": true, "requires": { @@ -35426,7 +33292,7 @@ "dependencies": { "ajv": { "version": "6.6.1", - "resolved": "https://registry.js.ipfs.io/ajv/-/ajv-6.6.1.tgz", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.6.1.tgz", "integrity": "sha512-ZoJjft5B+EJBjUyu9C9Hc0OZyPZSSlOF+plzouTrg6UlA8f+e/n8NIgBFG/9tppJtpPWfthHakK7juJdNDODww==", "dev": true, "requires": { @@ -35438,19 +33304,19 @@ }, "ajv-keywords": { "version": "3.2.0", - "resolved": "https://registry.js.ipfs.io/ajv-keywords/-/ajv-keywords-3.2.0.tgz", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.2.0.tgz", "integrity": "sha1-6GuBnGAs+IIa1jdBNpjx3sAhhHo=", "dev": true }, "fast-deep-equal": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=", "dev": true }, "find-cache-dir": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/find-cache-dir/-/find-cache-dir-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.0.0.tgz", "integrity": "sha512-LDUY6V1Xs5eFskUVYtIwatojt6+9xC9Chnlk/jYOOvn3FAFfSaWddxahDGyNHh0b2dMXa6YW2m0tk8TdVaXHlA==", "dev": true, "requires": { @@ -35461,7 +33327,7 @@ }, "find-up": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/find-up/-/find-up-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "dev": true, "requires": { @@ -35470,13 +33336,13 @@ }, "json-schema-traverse": { "version": "0.4.1", - "resolved": "https://registry.js.ipfs.io/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true }, "locate-path": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/locate-path/-/locate-path-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "dev": true, "requires": { @@ -35486,7 +33352,7 @@ }, "p-limit": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/p-limit/-/p-limit-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.0.0.tgz", "integrity": "sha512-fl5s52lI5ahKCernzzIyAP0QAZbGIovtVHGwpcu1Jr/EpzLVDI2myISHwGqK7m8uQFugVWSrbxH7XnhGtvEc+A==", "dev": true, "requires": { @@ -35495,7 +33361,7 @@ }, "p-locate": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/p-locate/-/p-locate-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", "dev": true, "requires": { @@ -35504,13 +33370,13 @@ }, "p-try": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/p-try/-/p-try-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.0.0.tgz", "integrity": "sha512-hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQQ==", "dev": true }, "pkg-dir": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/pkg-dir/-/pkg-dir-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", "dev": true, "requires": { @@ -35519,7 +33385,7 @@ }, "schema-utils": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/schema-utils/-/schema-utils-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", "dev": true, "requires": { @@ -35530,7 +33396,7 @@ }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true } @@ -35538,28 +33404,28 @@ }, "text-extensions": { "version": "1.9.0", - "resolved": "https://registry.js.ipfs.io/text-extensions/-/text-extensions-1.9.0.tgz", + "resolved": "https://registry.npmjs.org/text-extensions/-/text-extensions-1.9.0.tgz", "integrity": "sha512-wiBrwC1EhBelW12Zy26JeOUkQ5mRu+5o8rpsJk5+2t+Y5vE7e842qtZDQ2g1NpX/29HdyFeJ4nSIhI47ENSxlQ==" }, "text-table": { "version": "0.2.0", - "resolved": "https://registry.js.ipfs.io/text-table/-/text-table-0.2.0.tgz", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" }, "throttleit": { "version": "0.0.2", - "resolved": "https://registry.js.ipfs.io/throttleit/-/throttleit-0.0.2.tgz", + "resolved": "https://registry.npmjs.org/throttleit/-/throttleit-0.0.2.tgz", "integrity": "sha1-z+34jmDADdlpe2H90qg0OptoDq8=", "dev": true }, "through": { "version": "2.3.8", - "resolved": "https://registry.js.ipfs.io/through/-/through-2.3.8.tgz", + "resolved": "http://registry.npmjs.org/through/-/through-2.3.8.tgz", "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=" }, "through2": { "version": "2.0.5", - "resolved": "https://registry.js.ipfs.io/through2/-/through2-2.0.5.tgz", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", "requires": { "readable-stream": "~2.3.6", @@ -35568,7 +33434,7 @@ }, "through2-filter": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/through2-filter/-/through2-filter-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/through2-filter/-/through2-filter-2.0.0.tgz", "integrity": "sha1-YLxVoNrLdghdsfna6Zq0P4PWIuw=", "dev": true, "requires": { @@ -35578,12 +33444,12 @@ }, "thunky": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/thunky/-/thunky-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.0.3.tgz", "integrity": "sha512-YwT8pjmNcAXBZqrubu22P4FYsh2D4dxRmnWBOL8Jk8bUcRUtc5326kx32tuTmFDAZtLOGEVNl8POAR8j896Iow==" }, "time-cache": { "version": "0.3.0", - "resolved": "https://registry.js.ipfs.io/time-cache/-/time-cache-0.3.0.tgz", + "resolved": "https://registry.npmjs.org/time-cache/-/time-cache-0.3.0.tgz", "integrity": "sha1-7Q388P2kXNyV+9YB/agw6/G9XYs=", "requires": { "lodash.throttle": "^4.1.1" @@ -35591,12 +33457,12 @@ }, "timed-out": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/timed-out/-/timed-out-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/timed-out/-/timed-out-4.0.1.tgz", "integrity": "sha1-8y6srFoXW+ol1/q1Zas+2HQe9W8=" }, "timers-browserify": { "version": "2.0.10", - "resolved": "https://registry.js.ipfs.io/timers-browserify/-/timers-browserify-2.0.10.tgz", + "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.10.tgz", "integrity": "sha512-YvC1SV1XdOUaL6gx5CoGroT3Gu49pK9+TZ38ErPldOWW4j49GI1HKs9DV+KGq/w6y+LZ72W1c8cKz2vzY+qpzg==", "requires": { "setimmediate": "^1.0.4" @@ -35609,23 +33475,23 @@ }, "timsort": { "version": "0.3.0", - "resolved": "https://registry.js.ipfs.io/timsort/-/timsort-0.3.0.tgz", + "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz", "integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=" }, "tiny-each-async": { "version": "2.0.3", - "resolved": "https://registry.js.ipfs.io/tiny-each-async/-/tiny-each-async-2.0.3.tgz", + "resolved": "https://registry.npmjs.org/tiny-each-async/-/tiny-each-async-2.0.3.tgz", "integrity": "sha1-jru/1tYpXxNwAD+7NxYq/loKUdE=" }, "tiny-emitter": { "version": "2.0.2", - "resolved": "https://registry.js.ipfs.io/tiny-emitter/-/tiny-emitter-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.0.2.tgz", "integrity": "sha512-2NM0auVBGft5tee/OxP4PI3d8WItkDM+fPnaRAVo6xTDI2knbz9eC5ArWGqtGlYqiH3RU5yMpdyTTO7MguC4ow==", "optional": true }, "tiny-lr": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/tiny-lr/-/tiny-lr-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/tiny-lr/-/tiny-lr-1.1.1.tgz", "integrity": "sha512-44yhA3tsaRoMOjQQ+5v5mVdqef+kH6Qze9jTpqtVufgYjYt08zyZAwNwwVBj3i1rJMnR52IxOW0LK0vBzgAkuA==", "dev": true, "requires": { @@ -35639,7 +33505,7 @@ "dependencies": { "faye-websocket": { "version": "0.10.0", - "resolved": "https://registry.js.ipfs.io/faye-websocket/-/faye-websocket-0.10.0.tgz", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.10.0.tgz", "integrity": "sha1-TkkvjQTftviQA1B/btvy1QHnxvQ=", "dev": true, "requires": { @@ -35679,7 +33545,7 @@ }, "tmp": { "version": "0.0.31", - "resolved": "https://registry.js.ipfs.io/tmp/-/tmp-0.0.31.tgz", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.31.tgz", "integrity": "sha1-jzirlDjhcxXl29izZX6L+yd65Kc=", "requires": { "os-tmpdir": "~1.0.1" @@ -35687,7 +33553,7 @@ }, "to-absolute-glob": { "version": "2.0.2", - "resolved": "https://registry.js.ipfs.io/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz", "integrity": "sha1-GGX0PZ50sIItufFFt4z/fQ98hJs=", "dev": true, "requires": { @@ -35697,27 +33563,27 @@ }, "to-array": { "version": "0.1.4", - "resolved": "https://registry.js.ipfs.io/to-array/-/to-array-0.1.4.tgz", + "resolved": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz", "integrity": "sha1-F+bBH3PdTz10zaek/zI46a2b+JA=" }, "to-arraybuffer": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", "integrity": "sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=" }, "to-buffer": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/to-buffer/-/to-buffer-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/to-buffer/-/to-buffer-1.1.1.tgz", "integrity": "sha512-lx9B5iv7msuFYE3dytT+KE5tap+rNYw+K4jVkb9R/asAb+pbBSM17jtunHplhBe6RRJdZx3Pn2Jph24O32mOVg==" }, "to-fast-properties": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=" }, "to-object-path": { "version": "0.3.0", - "resolved": "https://registry.js.ipfs.io/to-object-path/-/to-object-path-0.3.0.tgz", + "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", "requires": { "kind-of": "^3.0.2" @@ -35725,7 +33591,7 @@ "dependencies": { "kind-of": { "version": "3.2.2", - "resolved": "https://registry.js.ipfs.io/kind-of/-/kind-of-3.2.2.tgz", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "requires": { "is-buffer": "^1.1.5" @@ -35740,7 +33606,7 @@ }, "to-regex": { "version": "3.0.2", - "resolved": "https://registry.js.ipfs.io/to-regex/-/to-regex-3.0.2.tgz", + "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", "requires": { "define-property": "^2.0.2", @@ -35751,7 +33617,7 @@ }, "to-regex-range": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/to-regex-range/-/to-regex-range-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", "requires": { "is-number": "^3.0.0", @@ -35760,7 +33626,7 @@ }, "to-through": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/to-through/-/to-through-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/to-through/-/to-through-2.0.0.tgz", "integrity": "sha1-/JKtq6ByZHvAtn1rA2ZKoZUJOvY=", "dev": true, "requires": { @@ -35774,7 +33640,7 @@ }, "topo": { "version": "2.0.2", - "resolved": "https://registry.js.ipfs.io/topo/-/topo-2.0.2.tgz", + "resolved": "http://registry.npmjs.org/topo/-/topo-2.0.2.tgz", "integrity": "sha1-zVYVdSU5BXwNwEkaYhw7xvvh0YI=", "requires": { "hoek": "4.x.x" @@ -35782,7 +33648,7 @@ }, "tough-cookie": { "version": "2.4.3", - "resolved": "https://registry.js.ipfs.io/tough-cookie/-/tough-cookie-2.4.3.tgz", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.4.3.tgz", "integrity": "sha512-Q5srk/4vDM54WJsJio3XNn6K2sCG+CQ8G5Wz6bZhRZoAe/+TxjWB/GlFAnYEbkYVlON9FMk/fE3h2RLpPXo4lQ==", "dev": true, "requires": { @@ -35792,7 +33658,7 @@ "dependencies": { "punycode": { "version": "1.4.1", - "resolved": "https://registry.js.ipfs.io/punycode/-/punycode-1.4.1.tgz", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", "dev": true } @@ -35800,51 +33666,46 @@ }, "tr46": { "version": "0.0.3", - "resolved": "https://registry.js.ipfs.io/tr46/-/tr46-0.0.3.tgz", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=", "dev": true, "optional": true }, "transform-loader": { "version": "0.2.4", - "resolved": "https://registry.js.ipfs.io/transform-loader/-/transform-loader-0.2.4.tgz", + "resolved": "https://registry.npmjs.org/transform-loader/-/transform-loader-0.2.4.tgz", "integrity": "sha1-5ch4d7qW1R0/IlNoWHtG4ibRzsk=", "dev": true, "requires": { "loader-utils": "^1.0.2" } }, - "traverse": { - "version": "0.6.6", - "resolved": "https://registry.js.ipfs.io/traverse/-/traverse-0.6.6.tgz", - "integrity": "sha1-y99WD9e5r2MlAv7UD5GMFX6pcTc=" - }, "trim": { "version": "0.0.1", - "resolved": "https://registry.js.ipfs.io/trim/-/trim-0.0.1.tgz", + "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz", "integrity": "sha1-WFhUf2spB1fulczMZm+1AITEYN0=" }, "trim-lines": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/trim-lines/-/trim-lines-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/trim-lines/-/trim-lines-1.1.1.tgz", "integrity": "sha512-X+eloHbgJGxczUk1WSjIvn7aC9oN3jVE3rQfRVKcgpavi3jxtCn0VVKtjOBj64Yop96UYn/ujJRpTbCdAF1vyg==", "dev": true }, "trim-newlines": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/trim-newlines/-/trim-newlines-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-2.0.0.tgz", "integrity": "sha1-tAPQuRvlDDMd/EuC7s6yLD3hbSA=", "dev": true }, "trim-off-newlines": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz", "integrity": "sha1-n5up2e+odkw4dpi8v+sshI8RrbM=", "dev": true }, "trim-repeated": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/trim-repeated/-/trim-repeated-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz", "integrity": "sha1-42RqLqTokTEr9+rObPsFOAvAHCE=", "dev": true, "requires": { @@ -35853,17 +33714,17 @@ }, "trim-right": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/trim-right/-/trim-right-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/trim-right/-/trim-right-1.0.1.tgz", "integrity": "sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=" }, "trim-trailing-lines": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/trim-trailing-lines/-/trim-trailing-lines-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/trim-trailing-lines/-/trim-trailing-lines-1.1.1.tgz", "integrity": "sha512-bWLv9BbWbbd7mlqqs2oQYnLD/U/ZqeJeJwbO0FG2zA1aTq+HTvxfHNKFa/HGCVyJpDiioUYaBhfiT6rgk+l4mg==" }, "trough": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/trough/-/trough-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/trough/-/trough-1.0.3.tgz", "integrity": "sha512-fwkLWH+DimvA4YCy+/nvJd61nWQQ2liO/nF/RjkTpiOGi+zxZzVkhb1mvbHIIW4b/8nDsYI8uTmAlc0nNkRMOw==" }, "true-case-path": { @@ -35876,7 +33737,7 @@ }, "truncate-utf8-bytes": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz", "integrity": "sha1-QFkjkJWS1W94pYGENLC3hInKXys=", "requires": { "utf8-byte-length": "^1.0.1" @@ -35884,7 +33745,7 @@ }, "tryer": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/tryer/-/tryer-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz", "integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==", "dev": true }, @@ -35895,17 +33756,17 @@ }, "tslib": { "version": "1.9.3", - "resolved": "https://registry.js.ipfs.io/tslib/-/tslib-1.9.3.tgz", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.9.3.tgz", "integrity": "sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==" }, "tty-browserify": { "version": "0.0.0", - "resolved": "https://registry.js.ipfs.io/tty-browserify/-/tty-browserify-0.0.0.tgz", + "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", "integrity": "sha1-oVe6QC2iTpv5V/mqadUk7tQpAaY=" }, "tunnel-agent": { "version": "0.6.0", - "resolved": "https://registry.js.ipfs.io/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", "requires": { "safe-buffer": "^5.0.1" @@ -35913,13 +33774,13 @@ }, "tweetnacl": { "version": "0.14.5", - "resolved": "https://registry.js.ipfs.io/tweetnacl/-/tweetnacl-0.14.5.tgz", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", "dev": true }, "type-check": { "version": "0.3.2", - "resolved": "https://registry.js.ipfs.io/type-check/-/type-check-0.3.2.tgz", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", "requires": { "prelude-ls": "~1.1.2" @@ -35927,7 +33788,7 @@ }, "type-detect": { "version": "4.0.8", - "resolved": "https://registry.js.ipfs.io/type-detect/-/type-detect-4.0.8.tgz", + "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", "dev": true }, @@ -35938,7 +33799,7 @@ }, "type-is": { "version": "1.6.16", - "resolved": "https://registry.js.ipfs.io/type-is/-/type-is-1.6.16.tgz", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.16.tgz", "integrity": "sha512-HRkVv/5qY2G6I8iab9cI7v1bOIdhm94dVjQCPFElW9W+3GeDOSHmy2EBYe4VTApuzolPcmgFTN3ftVJRKR2J9Q==", "requires": { "media-typer": "0.3.0", @@ -35947,25 +33808,17 @@ }, "type-of": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/type-of/-/type-of-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/type-of/-/type-of-2.0.1.tgz", "integrity": "sha1-5yoXQYllaOn2KDeNgW1pEvfyOXI=" }, "typedarray": { "version": "0.0.6", - "resolved": "https://registry.js.ipfs.io/typedarray/-/typedarray-0.0.6.tgz", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", "integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=" }, - "typedarray-to-buffer": { - "version": "3.1.5", - "resolved": "https://registry.js.ipfs.io/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz", - "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==", - "requires": { - "is-typedarray": "^1.0.0" - } - }, "typeforce": { "version": "1.18.0", - "resolved": "https://registry.js.ipfs.io/typeforce/-/typeforce-1.18.0.tgz", + "resolved": "https://registry.npmjs.org/typeforce/-/typeforce-1.18.0.tgz", "integrity": "sha512-7uc1O8h1M1g0rArakJdf0uLRSSgFcYexrVoKo+bzJd32gd4gDy2L/Z+8/FjPnU9ydY3pEnVPtr9FyscYY60K1g==" }, "typical": { @@ -35975,12 +33828,12 @@ }, "ua-parser-js": { "version": "0.7.19", - "resolved": "https://registry.js.ipfs.io/ua-parser-js/-/ua-parser-js-0.7.19.tgz", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.19.tgz", "integrity": "sha512-T3PVJ6uz8i0HzPxOF9SWzWAlfN/DavlpQqepn22xgve/5QecC+XMCAtmUNnY7C9StehaV6exjUCI801lOI7QlQ==" }, "uglify-es": { "version": "3.3.9", - "resolved": "https://registry.js.ipfs.io/uglify-es/-/uglify-es-3.3.9.tgz", + "resolved": "https://registry.npmjs.org/uglify-es/-/uglify-es-3.3.9.tgz", "integrity": "sha512-r+MU0rfv4L/0eeW3xZrd16t4NZfK8Ld4SWVglYBb7ez5uXFWHuVRs6xCTrf1yirs9a4j4Y27nn7SRfO6v67XsQ==", "dev": true, "requires": { @@ -35990,13 +33843,13 @@ "dependencies": { "commander": { "version": "2.13.0", - "resolved": "https://registry.js.ipfs.io/commander/-/commander-2.13.0.tgz", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.13.0.tgz", "integrity": "sha512-MVuS359B+YzaWqjCL/c+22gfryv+mCBPHAv3zyVI2GN8EY6IRP8VwtasXn8jyyhvvq84R4ImN1OKRtcbIasjYA==", "dev": true }, "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true } @@ -36004,22 +33857,22 @@ }, "ultron": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/ultron/-/ultron-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/ultron/-/ultron-1.0.2.tgz", "integrity": "sha1-rOEWq1V80Zc4ak6I9GhTeMiy5Po=" }, "unc-path-regex": { "version": "0.1.2", - "resolved": "https://registry.js.ipfs.io/unc-path-regex/-/unc-path-regex-0.1.2.tgz", + "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz", "integrity": "sha1-5z3T17DXxe2G+6xrCufYxqadUPo=" }, "unescape": { "version": "0.2.0", - "resolved": "https://registry.js.ipfs.io/unescape/-/unescape-0.2.0.tgz", + "resolved": "https://registry.npmjs.org/unescape/-/unescape-0.2.0.tgz", "integrity": "sha1-t4ubYMhvFinfGBv1Pu47yNY2fd8=" }, "unherit": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/unherit/-/unherit-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/unherit/-/unherit-1.1.1.tgz", "integrity": "sha512-+XZuV691Cn4zHsK0vkKYwBEwB74T3IZIcxrgn2E4rKwTfFyI1zCh7X7grwh9Re08fdPlarIdyWgI8aVB3F5A5g==", "requires": { "inherits": "^2.0.1", @@ -36028,12 +33881,12 @@ }, "unicode-canonical-property-names-ecmascript": { "version": "1.0.4", - "resolved": "https://registry.js.ipfs.io/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-1.0.4.tgz", "integrity": "sha512-jDrNnXWHd4oHiTZnx/ZG7gtUTVp+gCcTTKr8L0HjlwphROEW3+Him+IpvC+xcJEFegapiMZyZe02CyuOnRmbnQ==" }, "unicode-match-property-ecmascript": { "version": "1.0.4", - "resolved": "https://registry.js.ipfs.io/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-1.0.4.tgz", "integrity": "sha512-L4Qoh15vTfntsn4P1zqnHulG0LdXgjSO035fEpdtp6YxXhMT51Q6vgM5lYdG/5X3MjS+k/Y9Xw4SFCY9IkR0rg==", "requires": { "unicode-canonical-property-names-ecmascript": "^1.0.4", @@ -36042,17 +33895,17 @@ }, "unicode-match-property-value-ecmascript": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-1.0.2.tgz", "integrity": "sha512-Rx7yODZC1L/T8XKo/2kNzVAQaRE88AaMvI1EF/Xnj3GW2wzN6fop9DDWuFAKUVFH7vozkz26DzP0qyWLKLIVPQ==" }, "unicode-property-aliases-ecmascript": { "version": "1.0.4", - "resolved": "https://registry.js.ipfs.io/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-1.0.4.tgz", "integrity": "sha512-2WSLa6OdYd2ng8oqiGIWnJqyFArvhn+5vgx5GTxMbUYjCYKUcuKS62YLFF0R/BDGlB1yzXjQOLtPAfHsgirEpg==" }, "unified": { "version": "6.2.0", - "resolved": "https://registry.js.ipfs.io/unified/-/unified-6.2.0.tgz", + "resolved": "https://registry.npmjs.org/unified/-/unified-6.2.0.tgz", "integrity": "sha512-1k+KPhlVtqmG99RaTbAv/usu85fcSRu3wY8X+vnsEhIxNP5VbVIDiXnLqyKIG+UMdyTg0ZX9EI6k2AfjJkHPtA==", "requires": { "bail": "^1.0.0", @@ -36065,7 +33918,7 @@ }, "union-value": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/union-value/-/union-value-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.0.tgz", "integrity": "sha1-XHHDTLW61dzr4+oM0IIHulqhrqQ=", "requires": { "arr-union": "^3.1.0", @@ -36076,7 +33929,7 @@ "dependencies": { "extend-shallow": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/extend-shallow/-/extend-shallow-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "requires": { "is-extendable": "^0.1.0" @@ -36084,7 +33937,7 @@ }, "set-value": { "version": "0.4.3", - "resolved": "https://registry.js.ipfs.io/set-value/-/set-value-0.4.3.tgz", + "resolved": "https://registry.npmjs.org/set-value/-/set-value-0.4.3.tgz", "integrity": "sha1-fbCPnT0i3H945Trzw79GZuzfzPE=", "requires": { "extend-shallow": "^2.0.1", @@ -36097,22 +33950,22 @@ }, "uniq": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/uniq/-/uniq-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/uniq/-/uniq-1.0.1.tgz", "integrity": "sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8=" }, "uniqs": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/uniqs/-/uniqs-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz", "integrity": "sha1-/+3ks2slKQaW5uFl1KWe25mOawI=" }, "unique-by": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/unique-by/-/unique-by-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/unique-by/-/unique-by-1.0.0.tgz", "integrity": "sha1-UiDIa6e8Vy+3E610ZRRwy2RCEr0=" }, "unique-filename": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/unique-filename/-/unique-filename-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", "requires": { "unique-slug": "^2.0.0" @@ -36120,7 +33973,7 @@ }, "unique-slug": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/unique-slug/-/unique-slug-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.1.tgz", "integrity": "sha512-n9cU6+gITaVu7VGj1Z8feKMmfAjEAQGhwD9fE3zvpRRa0wEIx8ODYkVGfSc94M2OX00tUFV8wH3zYbm1I8mxFg==", "requires": { "imurmurhash": "^0.1.4" @@ -36128,7 +33981,7 @@ }, "unique-stream": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/unique-stream/-/unique-stream-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-2.2.1.tgz", "integrity": "sha1-WqADz76Uxf+GbE59ZouxxNuts2k=", "dev": true, "requires": { @@ -36138,7 +33991,7 @@ }, "unique-string": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/unique-string/-/unique-string-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/unique-string/-/unique-string-1.0.0.tgz", "integrity": "sha1-nhBXzKhRq7kzmPizOuGHuZyuwRo=", "requires": { "crypto-random-string": "^1.0.0" @@ -36146,7 +33999,7 @@ }, "unist-builder": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/unist-builder/-/unist-builder-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/unist-builder/-/unist-builder-1.0.3.tgz", "integrity": "sha512-/KB8GEaoeHRyIqClL+Kam+Y5NWJ6yEiPsAfv1M+O1p+aKGgjR89WwoEHKTyOj17L6kAlqtKpAgv2nWvdbQDEig==", "dev": true, "requires": { @@ -36155,7 +34008,7 @@ }, "unist-util-find-all-after": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/unist-util-find-all-after/-/unist-util-find-all-after-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/unist-util-find-all-after/-/unist-util-find-all-after-1.0.2.tgz", "integrity": "sha512-nDl79mKpffXojLpCimVXnxhlH/jjaTnDuScznU9J4jjsaUtBdDbxmlc109XtcqxY4SDO0SwzngsxxW8DIISt1w==", "dev": true, "requires": { @@ -36164,24 +34017,24 @@ }, "unist-util-generated": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/unist-util-generated/-/unist-util-generated-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-1.1.3.tgz", "integrity": "sha512-qlPeDqnQnd84KIqwphzOR+l02cxjDzvEYEBl84EjmKRrX4eUmjyAo8xJv1SCDhJqNjyHRnBMZWNKAiBtXE6hBg==", "dev": true }, "unist-util-is": { "version": "2.1.2", - "resolved": "https://registry.js.ipfs.io/unist-util-is/-/unist-util-is-2.1.2.tgz", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-2.1.2.tgz", "integrity": "sha512-YkXBK/H9raAmG7KXck+UUpnKiNmUdB+aBGrknfQ4EreE1banuzrKABx3jP6Z5Z3fMSPMQQmeXBlKpCbMwBkxVw==" }, "unist-util-position": { "version": "3.0.2", - "resolved": "https://registry.js.ipfs.io/unist-util-position/-/unist-util-position-3.0.2.tgz", + "resolved": "https://registry.npmjs.org/unist-util-position/-/unist-util-position-3.0.2.tgz", "integrity": "sha512-npmFu92l/+b1Ao6uGP4I1WFz9hsKv7qleZ4aliw6x0RVu6A9A3tAf57NMpFfzQ02jxRtJZuRn+C8xWT7GWnH0g==", "dev": true }, "unist-util-remove-position": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/unist-util-remove-position/-/unist-util-remove-position-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.1.2.tgz", "integrity": "sha512-XxoNOBvq1WXRKXxgnSYbtCF76TJrRoe5++pD4cCBsssSiWSnPEktyFrFLE8LTk3JW5mt9hB0Sk5zn4x/JeWY7Q==", "requires": { "unist-util-visit": "^1.1.0" @@ -36189,12 +34042,12 @@ }, "unist-util-stringify-position": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/unist-util-stringify-position/-/unist-util-stringify-position-1.1.2.tgz", "integrity": "sha512-pNCVrk64LZv1kElr0N1wPiHEUoXNVFERp+mlTg/s9R5Lwg87f9bM/3sQB99w+N9D/qnM9ar3+AKDBwo/gm/iQQ==" }, "unist-util-visit": { "version": "1.4.0", - "resolved": "https://registry.js.ipfs.io/unist-util-visit/-/unist-util-visit-1.4.0.tgz", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.4.0.tgz", "integrity": "sha512-FiGu34ziNsZA3ZUteZxSFaczIjGmksfSgdKqBfOejrrfzyUy5b7YrlzT1Bcvi+djkYDituJDy2XB7tGTeBieKw==", "requires": { "unist-util-visit-parents": "^2.0.0" @@ -36202,7 +34055,7 @@ "dependencies": { "unist-util-visit-parents": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/unist-util-visit-parents/-/unist-util-visit-parents-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-2.0.1.tgz", "integrity": "sha512-6B0UTiMfdWql4cQ03gDTCSns+64Zkfo2OCbK31Ov0uMizEz+CJeAp0cgZVb5Fhmcd7Bct2iRNywejT0orpbqUA==", "requires": { "unist-util-is": "^2.1.2" @@ -36212,12 +34065,12 @@ }, "unist-util-visit-parents": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/unist-util-visit-parents/-/unist-util-visit-parents-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-1.1.2.tgz", "integrity": "sha512-yvo+MMLjEwdc3RhhPYSximset7rwjMrdt9E41Smmvg25UQIenzrN83cRnF1JMzoMi9zZOQeYXHSDf7p+IQkW3Q==" }, "units-css": { "version": "0.4.0", - "resolved": "https://registry.js.ipfs.io/units-css/-/units-css-0.4.0.tgz", + "resolved": "https://registry.npmjs.org/units-css/-/units-css-0.4.0.tgz", "integrity": "sha1-1iKGU6UZg9fBb/KPi53Dsf/tOgc=", "requires": { "isnumeric": "^0.2.0", @@ -36226,22 +34079,22 @@ }, "universalify": { "version": "0.1.2", - "resolved": "https://registry.js.ipfs.io/universalify/-/universalify-0.1.2.tgz", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" }, "unpipe": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/unpipe/-/unpipe-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" }, "unquote": { "version": "1.1.1", - "resolved": "https://registry.js.ipfs.io/unquote/-/unquote-1.1.1.tgz", + "resolved": "https://registry.npmjs.org/unquote/-/unquote-1.1.1.tgz", "integrity": "sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ=" }, "unset-value": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/unset-value/-/unset-value-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", "requires": { "has-value": "^0.3.1", @@ -36250,7 +34103,7 @@ "dependencies": { "has-value": { "version": "0.3.1", - "resolved": "https://registry.js.ipfs.io/has-value/-/has-value-0.3.1.tgz", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", "requires": { "get-value": "^2.0.3", @@ -36260,7 +34113,7 @@ "dependencies": { "isobject": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/isobject/-/isobject-2.1.0.tgz", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", "requires": { "isarray": "1.0.0" @@ -36270,24 +34123,24 @@ }, "has-values": { "version": "0.1.4", - "resolved": "https://registry.js.ipfs.io/has-values/-/has-values-0.1.4.tgz", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=" } } }, "unzip-response": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/unzip-response/-/unzip-response-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/unzip-response/-/unzip-response-2.0.1.tgz", "integrity": "sha1-0vD3N9FrBhXnKmk17QQhRXLVb5c=" }, "upath": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/upath/-/upath-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.1.0.tgz", "integrity": "sha512-bzpH/oBhoS/QI/YtbkqCg6VEiPYjSZtrHQM6/QnJS6OL9pKUFLqb3aFh4Scvwm45+7iAgiMkLhSbaZxUqmrprw==" }, "update-notifier": { "version": "2.5.0", - "resolved": "https://registry.js.ipfs.io/update-notifier/-/update-notifier-2.5.0.tgz", + "resolved": "https://registry.npmjs.org/update-notifier/-/update-notifier-2.5.0.tgz", "integrity": "sha512-gwMdhgJHGuj/+wHJJs9e6PcCszpxR1b236igrOkUofGhqJuG+amlIKwApH1IW1WWl7ovZxsX49lMBWLxSdm5Dw==", "requires": { "boxen": "^1.2.1", @@ -36304,7 +34157,7 @@ }, "uri-js": { "version": "4.2.2", - "resolved": "https://registry.js.ipfs.io/uri-js/-/uri-js-4.2.2.tgz", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.2.2.tgz", "integrity": "sha512-KY9Frmirql91X2Qgjry0Wd4Y+YTdrdZheS8TFwvkbLWf/G5KNJDCh6pKL5OZctEW4+0Baa5idK2ZQuELRwPznQ==", "requires": { "punycode": "^2.1.0" @@ -36335,12 +34188,12 @@ }, "urix": { "version": "0.1.0", - "resolved": "https://registry.js.ipfs.io/urix/-/urix-0.1.0.tgz", + "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=" }, "url": { "version": "0.11.0", - "resolved": "https://registry.js.ipfs.io/url/-/url-0.11.0.tgz", + "resolved": "https://registry.npmjs.org/url/-/url-0.11.0.tgz", "integrity": "sha1-ODjpfPxgUh63PFJajlW/3Z4uKPE=", "requires": { "punycode": "1.3.2", @@ -36349,14 +34202,14 @@ "dependencies": { "punycode": { "version": "1.3.2", - "resolved": "https://registry.js.ipfs.io/punycode/-/punycode-1.3.2.tgz", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.3.2.tgz", "integrity": "sha1-llOgNvt8HuQjQvIyXM7v6jkmxI0=" } } }, "url-loader": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/url-loader/-/url-loader-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-1.1.2.tgz", "integrity": "sha512-dXHkKmw8FhPqu8asTc1puBfe3TehOCo2+RmOOev5suNCIYBcT626kxiWg1NBVkwc4rO8BGa7gP70W7VXuqHrjg==", "requires": { "loader-utils": "^1.1.0", @@ -36366,7 +34219,7 @@ "dependencies": { "schema-utils": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/schema-utils/-/schema-utils-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", "requires": { "ajv": "^6.1.0", @@ -36387,7 +34240,7 @@ }, "url-parse-lax": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/url-parse-lax/-/url-parse-lax-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/url-parse-lax/-/url-parse-lax-1.0.0.tgz", "integrity": "sha1-evjzA2Rem9eaJy56FKxovAYJ2nM=", "requires": { "prepend-http": "^1.0.1" @@ -36395,18 +34248,18 @@ }, "url-to-options": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/url-to-options/-/url-to-options-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/url-to-options/-/url-to-options-1.0.1.tgz", "integrity": "sha1-FQWgOiiaSMvXpDTvuu7FBV9WM6k=" }, "urlgrey": { "version": "0.4.4", - "resolved": "https://registry.js.ipfs.io/urlgrey/-/urlgrey-0.4.4.tgz", + "resolved": "https://registry.npmjs.org/urlgrey/-/urlgrey-0.4.4.tgz", "integrity": "sha1-iS/pWWCAXoVRnxzUOJ8stMu3ZS8=", "dev": true }, "ursa-optional": { "version": "0.9.10", - "resolved": "https://registry.js.ipfs.io/ursa-optional/-/ursa-optional-0.9.10.tgz", + "resolved": "https://registry.npmjs.org/ursa-optional/-/ursa-optional-0.9.10.tgz", "integrity": "sha512-RvEbhnxlggX4MXon7KQulTFiJQtLJZpSb9ZSa7ZTkOW0AzqiVTaLjI4vxaSzJBDH9dwZ3ltZadFiBaZslp6haA==", "requires": { "bindings": "^1.3.0", @@ -36415,12 +34268,12 @@ }, "use": { "version": "3.1.1", - "resolved": "https://registry.js.ipfs.io/use/-/use-3.1.1.tgz", + "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==" }, "useragent": { "version": "2.2.1", - "resolved": "https://registry.js.ipfs.io/useragent/-/useragent-2.2.1.tgz", + "resolved": "https://registry.npmjs.org/useragent/-/useragent-2.2.1.tgz", "integrity": "sha1-z1k+9PLRdYdei7ZY6pLhik/QbY4=", "dev": true, "requires": { @@ -36430,7 +34283,7 @@ "dependencies": { "lru-cache": { "version": "2.2.4", - "resolved": "https://registry.js.ipfs.io/lru-cache/-/lru-cache-2.2.4.tgz", + "resolved": "http://registry.npmjs.org/lru-cache/-/lru-cache-2.2.4.tgz", "integrity": "sha1-bGWGGb7PFAMdDQtZSxYELOTcBj0=", "dev": true } @@ -36438,12 +34291,12 @@ }, "utf8-byte-length": { "version": "1.0.4", - "resolved": "https://registry.js.ipfs.io/utf8-byte-length/-/utf8-byte-length-1.0.4.tgz", + "resolved": "https://registry.npmjs.org/utf8-byte-length/-/utf8-byte-length-1.0.4.tgz", "integrity": "sha1-9F8VDExm7uloGGUFq5P8u4rWv2E=" }, "util": { "version": "0.10.4", - "resolved": "https://registry.js.ipfs.io/util/-/util-0.10.4.tgz", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz", "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==", "requires": { "inherits": "2.0.3" @@ -36451,12 +34304,12 @@ }, "util-deprecate": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/util-deprecate/-/util-deprecate-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" }, "util.promisify": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/util.promisify/-/util.promisify-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz", "integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==", "requires": { "define-properties": "^1.1.2", @@ -36465,33 +34318,33 @@ }, "utila": { "version": "0.4.0", - "resolved": "https://registry.js.ipfs.io/utila/-/utila-0.4.0.tgz", + "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", "integrity": "sha1-ihagXURWV6Oupe7MWxKk+lN5dyw=" }, "utils-merge": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/utils-merge/-/utils-merge-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" }, "uuid": { "version": "3.3.2", - "resolved": "https://registry.js.ipfs.io/uuid/-/uuid-3.3.2.tgz", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.3.2.tgz", "integrity": "sha512-yXJmeNaw3DnnKAOKJE51sL/ZaYfWJRl1pK9dr19YFCu0ObS231AB1/LbqTKRAQ5kw8A90rA6fr4riOUpTZvQZA==" }, "v8-compile-cache": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/v8-compile-cache/-/v8-compile-cache-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-1.1.2.tgz", "integrity": "sha512-ejdrifsIydN1XDH7EuR2hn8ZrkRKUYF7tUcBjBy/lhrCvs2K+zRlbW9UHc0IQ9RsYFZJFqJrieoIHfkCa0DBRA==" }, "vali-date": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/vali-date/-/vali-date-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/vali-date/-/vali-date-1.0.0.tgz", "integrity": "sha1-G5BKWWCfsyjvB4E4Qgk09rhnCaY=", "dev": true }, "validate-npm-package-license": { "version": "3.0.4", - "resolved": "https://registry.js.ipfs.io/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", "requires": { "spdx-correct": "^3.0.0", @@ -36500,18 +34353,18 @@ }, "value-or-function": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/value-or-function/-/value-or-function-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/value-or-function/-/value-or-function-3.0.0.tgz", "integrity": "sha1-HCQ6ULWVwb5Up1S/7OhWO5/42BM=", "dev": true }, "varint": { "version": "5.0.0", - "resolved": "https://registry.js.ipfs.io/varint/-/varint-5.0.0.tgz", + "resolved": "https://registry.npmjs.org/varint/-/varint-5.0.0.tgz", "integrity": "sha1-2Ca4n3SQcy+rwMDtaT7Uddyynr8=" }, "varint-decoder": { "version": "0.1.1", - "resolved": "https://registry.js.ipfs.io/varint-decoder/-/varint-decoder-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/varint-decoder/-/varint-decoder-0.1.1.tgz", "integrity": "sha1-YT1i8HHX51dqIO/RbvTB4zWg3f0=", "requires": { "varint": "^5.0.0" @@ -36519,7 +34372,7 @@ }, "varuint-bitcoin": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/varuint-bitcoin/-/varuint-bitcoin-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/varuint-bitcoin/-/varuint-bitcoin-1.1.0.tgz", "integrity": "sha512-jCEPG+COU/1Rp84neKTyDJQr478/hAfVp5xxYn09QEH0yBjbmPeMfuuQIrp+BUD83hybtYZKhr5elV3bvdV1bA==", "requires": { "safe-buffer": "^5.1.1" @@ -36527,17 +34380,17 @@ }, "vary": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/vary/-/vary-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" }, "vendors": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/vendors/-/vendors-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.2.tgz", "integrity": "sha512-w/hry/368nO21AN9QljsaIhb9ZiZtZARoVH5f3CsFbawdLdayCgKRPup7CggujvySMxx0I91NOyxdVENohprLQ==" }, "verror": { "version": "1.10.0", - "resolved": "https://registry.js.ipfs.io/verror/-/verror-1.10.0.tgz", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", "dev": true, "requires": { @@ -36548,7 +34401,7 @@ }, "vfile": { "version": "2.3.0", - "resolved": "https://registry.js.ipfs.io/vfile/-/vfile-2.3.0.tgz", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-2.3.0.tgz", "integrity": "sha512-ASt4mBUHcTpMKD/l5Q+WJXNtshlWxOogYyGYYrg4lt/vuRjC1EFQtlAofL5VmtVNIZJzWYFJjzGWZ0Gw8pzW1w==", "requires": { "is-buffer": "^1.1.4", @@ -36559,12 +34412,12 @@ }, "vfile-location": { "version": "2.0.4", - "resolved": "https://registry.js.ipfs.io/vfile-location/-/vfile-location-2.0.4.tgz", + "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-2.0.4.tgz", "integrity": "sha512-KRL5uXQPoUKu+NGvQVL4XLORw45W62v4U4gxJ3vRlDfI9QsT4ZN1PNXn/zQpKUulqGDpYuT0XDfp5q9O87/y/w==" }, "vfile-message": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/vfile-message/-/vfile-message-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-1.0.2.tgz", "integrity": "sha512-dNdEXHfPCvzyOlEaaQ+DcXpcxEz+pFvdrebKLiAMjobjaBC2bMeWoHOKPwJ+I8A4jQOEUDH7uoVcLWDLF1qhVQ==", "requires": { "unist-util-stringify-position": "^1.1.1" @@ -36572,7 +34425,7 @@ }, "vfile-reporter": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/vfile-reporter/-/vfile-reporter-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/vfile-reporter/-/vfile-reporter-4.0.0.tgz", "integrity": "sha1-6m8K4TQvSEFXOYXgX5QXNvJ96do=", "dev": true, "requires": { @@ -36585,13 +34438,13 @@ "dependencies": { "has-flag": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/has-flag/-/has-flag-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-2.0.0.tgz", "integrity": "sha1-6CB68cx7MNRGzHC3NLXovhj4jVE=", "dev": true }, "is-fullwidth-code-point": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", "dev": true, "requires": { @@ -36600,7 +34453,7 @@ }, "string-width": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/string-width/-/string-width-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", "dev": true, "requires": { @@ -36611,7 +34464,7 @@ }, "supports-color": { "version": "4.5.0", - "resolved": "https://registry.js.ipfs.io/supports-color/-/supports-color-4.5.0.tgz", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-4.5.0.tgz", "integrity": "sha1-vnoN5ITexcXN34s9WRJQRJEvY1s=", "dev": true, "requires": { @@ -36622,24 +34475,24 @@ }, "vfile-sort": { "version": "2.2.0", - "resolved": "https://registry.js.ipfs.io/vfile-sort/-/vfile-sort-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/vfile-sort/-/vfile-sort-2.2.0.tgz", "integrity": "sha512-RgxLXVWrJBWb2GuP8FsSkqK7HmbjXjnI8qx3nD6NTWhsWaelaKvJuxfh1F1d1lkCPD7imo4zzi8cf6IOMgaTnQ==", "dev": true }, "vfile-statistics": { "version": "1.1.2", - "resolved": "https://registry.js.ipfs.io/vfile-statistics/-/vfile-statistics-1.1.2.tgz", + "resolved": "https://registry.npmjs.org/vfile-statistics/-/vfile-statistics-1.1.2.tgz", "integrity": "sha512-16wAC9eEGXdsD35LX9m/iXCRIZyX5LIrDgDtAF92rbATSqsBRbC4n05e0Rj5vt3XRpcKu0UJeWnTxWsSyvNZ+w==", "dev": true }, "viewport-dimensions": { "version": "0.2.0", - "resolved": "https://registry.js.ipfs.io/viewport-dimensions/-/viewport-dimensions-0.2.0.tgz", + "resolved": "https://registry.npmjs.org/viewport-dimensions/-/viewport-dimensions-0.2.0.tgz", "integrity": "sha1-3nQHR9tTh/0XJfUXXpG6x2r982w=" }, "vinyl": { "version": "2.2.0", - "resolved": "https://registry.js.ipfs.io/vinyl/-/vinyl-2.2.0.tgz", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-2.2.0.tgz", "integrity": "sha512-MBH+yP0kC/GQ5GwBqrTPTzEfiiLjta7hTtvQtbxBgTeSXsmKQRQecjibMbxIXzVT3Y9KJK+drOz1/k+vsu8Nkg==", "dev": true, "requires": { @@ -36653,7 +34506,7 @@ "dependencies": { "clone": { "version": "2.1.2", - "resolved": "https://registry.js.ipfs.io/clone/-/clone-2.1.2.tgz", + "resolved": "https://registry.npmjs.org/clone/-/clone-2.1.2.tgz", "integrity": "sha1-G39Ln1kfHo+DZwQBYANFoCiHQ18=", "dev": true } @@ -36661,7 +34514,7 @@ }, "vinyl-fs": { "version": "2.4.4", - "resolved": "https://registry.js.ipfs.io/vinyl-fs/-/vinyl-fs-2.4.4.tgz", + "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-2.4.4.tgz", "integrity": "sha1-vm/zJwy1Xf19MGNkDegfJddTIjk=", "dev": true, "requires": { @@ -36686,7 +34539,7 @@ "dependencies": { "arr-diff": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/arr-diff/-/arr-diff-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz", "integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=", "dev": true, "requires": { @@ -36695,13 +34548,13 @@ }, "array-unique": { "version": "0.2.1", - "resolved": "https://registry.js.ipfs.io/array-unique/-/array-unique-0.2.1.tgz", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz", "integrity": "sha1-odl8yvy8JiXMcPrc6zalDFiwGlM=", "dev": true }, "braces": { "version": "1.8.5", - "resolved": "https://registry.js.ipfs.io/braces/-/braces-1.8.5.tgz", + "resolved": "https://registry.npmjs.org/braces/-/braces-1.8.5.tgz", "integrity": "sha1-uneWLhLf+WnWt2cR6RS3N4V79qc=", "dev": true, "requires": { @@ -36712,13 +34565,13 @@ }, "clone-stats": { "version": "0.0.1", - "resolved": "https://registry.js.ipfs.io/clone-stats/-/clone-stats-0.0.1.tgz", + "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz", "integrity": "sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE=", "dev": true }, "expand-brackets": { "version": "0.1.5", - "resolved": "https://registry.js.ipfs.io/expand-brackets/-/expand-brackets-0.1.5.tgz", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-0.1.5.tgz", "integrity": "sha1-3wcoTjQqgHzXM6xa9yQR5YHRF3s=", "dev": true, "requires": { @@ -36727,7 +34580,7 @@ }, "extend-shallow": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/extend-shallow/-/extend-shallow-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", "dev": true, "requires": { @@ -36736,7 +34589,7 @@ }, "extglob": { "version": "0.3.2", - "resolved": "https://registry.js.ipfs.io/extglob/-/extglob-0.3.2.tgz", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-0.3.2.tgz", "integrity": "sha1-Lhj/PS9JqydlzskCPwEdqo2DSaE=", "dev": true, "requires": { @@ -36745,7 +34598,7 @@ }, "glob": { "version": "5.0.15", - "resolved": "https://registry.js.ipfs.io/glob/-/glob-5.0.15.tgz", + "resolved": "https://registry.npmjs.org/glob/-/glob-5.0.15.tgz", "integrity": "sha1-G8k2ueAvSmA/zCIuz3Yz0wuLk7E=", "dev": true, "requires": { @@ -36758,7 +34611,7 @@ }, "glob-stream": { "version": "5.3.5", - "resolved": "https://registry.js.ipfs.io/glob-stream/-/glob-stream-5.3.5.tgz", + "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-5.3.5.tgz", "integrity": "sha1-pVZlqajM3EGRWofHAeMtTgFvrSI=", "dev": true, "requires": { @@ -36774,7 +34627,7 @@ "dependencies": { "readable-stream": { "version": "1.0.34", - "resolved": "https://registry.js.ipfs.io/readable-stream/-/readable-stream-1.0.34.tgz", + "resolved": "http://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", "dev": true, "requires": { @@ -36786,7 +34639,7 @@ }, "through2": { "version": "0.6.5", - "resolved": "https://registry.js.ipfs.io/through2/-/through2-0.6.5.tgz", + "resolved": "http://registry.npmjs.org/through2/-/through2-0.6.5.tgz", "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", "dev": true, "requires": { @@ -36798,13 +34651,13 @@ }, "is-extglob": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-extglob/-/is-extglob-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", "dev": true }, "is-glob": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/is-glob/-/is-glob-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", "dev": true, "requires": { @@ -36813,19 +34666,19 @@ }, "is-valid-glob": { "version": "0.3.0", - "resolved": "https://registry.js.ipfs.io/is-valid-glob/-/is-valid-glob-0.3.0.tgz", + "resolved": "https://registry.npmjs.org/is-valid-glob/-/is-valid-glob-0.3.0.tgz", "integrity": "sha1-1LVcafUYhvm2XHDWwmItN+KfSP4=", "dev": true }, "isarray": { "version": "0.0.1", - "resolved": "https://registry.js.ipfs.io/isarray/-/isarray-0.0.1.tgz", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", "dev": true }, "kind-of": { "version": "3.2.2", - "resolved": "https://registry.js.ipfs.io/kind-of/-/kind-of-3.2.2.tgz", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", "dev": true, "requires": { @@ -36834,7 +34687,7 @@ }, "micromatch": { "version": "2.3.11", - "resolved": "https://registry.js.ipfs.io/micromatch/-/micromatch-2.3.11.tgz", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-2.3.11.tgz", "integrity": "sha1-hmd8l9FyCzY0MdBNDRUpO9OMFWU=", "dev": true, "requires": { @@ -36855,7 +34708,7 @@ }, "ordered-read-streams": { "version": "0.3.0", - "resolved": "https://registry.js.ipfs.io/ordered-read-streams/-/ordered-read-streams-0.3.0.tgz", + "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.3.0.tgz", "integrity": "sha1-cTfmmzKYuzQiR6G77jiByA4v14s=", "dev": true, "requires": { @@ -36865,19 +34718,19 @@ }, "replace-ext": { "version": "0.0.1", - "resolved": "https://registry.js.ipfs.io/replace-ext/-/replace-ext-0.0.1.tgz", + "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz", "integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=", "dev": true }, "string_decoder": { "version": "0.10.31", - "resolved": "https://registry.js.ipfs.io/string_decoder/-/string_decoder-0.10.31.tgz", + "resolved": "http://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", "dev": true }, "strip-bom": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/strip-bom/-/strip-bom-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", "dev": true, "requires": { @@ -36886,7 +34739,7 @@ }, "to-absolute-glob": { "version": "0.1.1", - "resolved": "https://registry.js.ipfs.io/to-absolute-glob/-/to-absolute-glob-0.1.1.tgz", + "resolved": "https://registry.npmjs.org/to-absolute-glob/-/to-absolute-glob-0.1.1.tgz", "integrity": "sha1-HN+kcqnvUMI57maZm2YsoOs5k38=", "dev": true, "requires": { @@ -36895,7 +34748,7 @@ }, "vinyl": { "version": "1.2.0", - "resolved": "https://registry.js.ipfs.io/vinyl/-/vinyl-1.2.0.tgz", + "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-1.2.0.tgz", "integrity": "sha1-XIgDbPVl5d8FVYv8kR+GVt8hiIQ=", "dev": true, "requires": { @@ -36908,7 +34761,7 @@ }, "vinyl-sourcemap": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/vinyl-sourcemap/-/vinyl-sourcemap-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/vinyl-sourcemap/-/vinyl-sourcemap-1.1.0.tgz", "integrity": "sha1-kqgAWTo4cDqM2xHYswCtS+Y7PhY=", "dev": true, "requires": { @@ -36921,22 +34774,14 @@ "vinyl": "^2.0.0" } }, - "vise": { - "version": "2.0.2", - "resolved": "https://registry.js.ipfs.io/vise/-/vise-2.0.2.tgz", - "integrity": "sha1-awjo+0y3bjpQzW3Q7DczjoEaDTk=", - "requires": { - "hoek": "4.x.x" - } - }, "vlq": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/vlq/-/vlq-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/vlq/-/vlq-1.0.0.tgz", "integrity": "sha512-o3WmXySo+oI5thgqr7Qy8uBkT/v9Zr+sRyrh1lr8aWPUkgDWdWt4Nae2WKBrLsocgE8BuWWD0jLc+VW8LeU+2g==" }, "vm-browserify": { "version": "0.0.4", - "resolved": "https://registry.js.ipfs.io/vm-browserify/-/vm-browserify-0.0.4.tgz", + "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-0.0.4.tgz", "integrity": "sha1-XX6kW7755Kb/ZflUOOCofDV9WnM=", "requires": { "indexof": "0.0.1" @@ -36944,13 +34789,13 @@ }, "void-elements": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/void-elements/-/void-elements-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz", "integrity": "sha1-wGavtYK7HLQSjWDqkjkulNXp2+w=", "dev": true }, "vue-template-compiler": { "version": "2.5.17", - "resolved": "https://registry.js.ipfs.io/vue-template-compiler/-/vue-template-compiler-2.5.17.tgz", + "resolved": "https://registry.npmjs.org/vue-template-compiler/-/vue-template-compiler-2.5.17.tgz", "integrity": "sha512-63uI4syCwtGR5IJvZM0LN5tVsahrelomHtCxvRkZPJ/Tf3ADm1U1wG6KWycK3qCfqR+ygM5vewUvmJ0REAYksg==", "dev": true, "requires": { @@ -36960,7 +34805,7 @@ }, "wait-on": { "version": "3.2.0", - "resolved": "https://registry.js.ipfs.io/wait-on/-/wait-on-3.2.0.tgz", + "resolved": "https://registry.npmjs.org/wait-on/-/wait-on-3.2.0.tgz", "integrity": "sha512-QUGNKlKLDyY6W/qHdxaRlXUAgLPe+3mLL/tRByHpRNcHs/c7dZXbu+OnJWGNux6tU1WFh/Z8aEwvbuzSAu79Zg==", "dev": true, "requires": { @@ -36973,13 +34818,13 @@ "dependencies": { "hoek": { "version": "5.0.4", - "resolved": "https://registry.js.ipfs.io/hoek/-/hoek-5.0.4.tgz", + "resolved": "https://registry.npmjs.org/hoek/-/hoek-5.0.4.tgz", "integrity": "sha512-Alr4ZQgoMlnere5FZJsIyfIjORBqZll5POhDsF4q64dPuJR6rNxXdDxtHSQq8OXRurhmx+PWYEE8bXRROY8h0w==", "dev": true }, "joi": { "version": "13.7.0", - "resolved": "https://registry.js.ipfs.io/joi/-/joi-13.7.0.tgz", + "resolved": "https://registry.npmjs.org/joi/-/joi-13.7.0.tgz", "integrity": "sha512-xuY5VkHfeOYK3Hdi91ulocfuFopwgbSORmIwzcwHKESQhC7w1kD5jaVSPnqDxS2I8t3RZ9omCKAxNwXN5zG1/Q==", "dev": true, "requires": { @@ -36990,7 +34835,7 @@ }, "topo": { "version": "3.0.3", - "resolved": "https://registry.js.ipfs.io/topo/-/topo-3.0.3.tgz", + "resolved": "https://registry.npmjs.org/topo/-/topo-3.0.3.tgz", "integrity": "sha512-IgpPtvD4kjrJ7CRA3ov2FhWQADwv+Tdqbsf1ZnPUSAtCJ9e1Z44MmoSGDXGk4IppoZA7jd/QRkNddlLJWlUZsQ==", "dev": true, "requires": { @@ -36999,7 +34844,7 @@ "dependencies": { "hoek": { "version": "6.1.1", - "resolved": "https://registry.js.ipfs.io/hoek/-/hoek-6.1.1.tgz", + "resolved": "https://registry.npmjs.org/hoek/-/hoek-6.1.1.tgz", "integrity": "sha512-q60PigXXRtRFSe1+Eal3y/wlIq5weFsYPiyulkg1EAObgWhkDqSwj4xqgtd7qT3IpS6e4eLigyMWH6duPRI7QA==", "dev": true } @@ -37009,7 +34854,7 @@ }, "warning": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/warning/-/warning-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/warning/-/warning-3.0.0.tgz", "integrity": "sha1-MuU3fLVy3kqwR1O9+IIcAe1gW3w=", "requires": { "loose-envify": "^1.0.0" @@ -37017,7 +34862,7 @@ }, "watchpack": { "version": "1.6.0", - "resolved": "https://registry.js.ipfs.io/watchpack/-/watchpack-1.6.0.tgz", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz", "integrity": "sha512-i6dHe3EyLjMmDlU1/bGQpEw25XSjkJULPuAVKCbNRefQVq48yXKUpwg538F7AZTf9kyr57zj++pQFltUa5H7yA==", "requires": { "chokidar": "^2.0.2", @@ -37027,7 +34872,7 @@ }, "wbuf": { "version": "1.7.3", - "resolved": "https://registry.js.ipfs.io/wbuf/-/wbuf-1.7.3.tgz", + "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", "requires": { "minimalistic-assert": "^1.0.0" @@ -37039,14 +34884,14 @@ }, "webidl-conversions": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/webidl-conversions/-/webidl-conversions-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-2.0.1.tgz", "integrity": "sha1-O/glj30xjHRDw28uFpQCoaZwNQY=", "dev": true, "optional": true }, "webpack": { "version": "4.26.1", - "resolved": "https://registry.js.ipfs.io/webpack/-/webpack-4.26.1.tgz", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.26.1.tgz", "integrity": "sha512-i2oOvEvuvLLSuSCkdVrknaxAhtUZ9g+nLSoHCWV0gDzqGX2DXaCrMmMUpbRsTSSLrUqAI56PoEiyMUZIZ1msug==", "dev": true, "requires": { @@ -37078,7 +34923,7 @@ "dependencies": { "ajv": { "version": "6.6.1", - "resolved": "https://registry.js.ipfs.io/ajv/-/ajv-6.6.1.tgz", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.6.1.tgz", "integrity": "sha512-ZoJjft5B+EJBjUyu9C9Hc0OZyPZSSlOF+plzouTrg6UlA8f+e/n8NIgBFG/9tppJtpPWfthHakK7juJdNDODww==", "dev": true, "requires": { @@ -37090,13 +34935,13 @@ }, "ajv-keywords": { "version": "3.2.0", - "resolved": "https://registry.js.ipfs.io/ajv-keywords/-/ajv-keywords-3.2.0.tgz", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.2.0.tgz", "integrity": "sha1-6GuBnGAs+IIa1jdBNpjx3sAhhHo=", "dev": true }, "eslint-scope": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/eslint-scope/-/eslint-scope-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-4.0.0.tgz", "integrity": "sha512-1G6UTDi7Jc1ELFwnR58HV4fK9OQK4S6N985f166xqXxpjU6plxFISJa2Ba9KCQuFa8RCnj/lSFJbHo7UFDBnUA==", "dev": true, "requires": { @@ -37106,13 +34951,13 @@ }, "fast-deep-equal": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-2.0.1.tgz", "integrity": "sha1-ewUhjd+WZ79/Nwv3/bLLFf3Qqkk=", "dev": true }, "json-schema-traverse": { "version": "0.4.1", - "resolved": "https://registry.js.ipfs.io/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true } @@ -37120,7 +34965,7 @@ }, "webpack-bundle-analyzer": { "version": "3.0.3", - "resolved": "https://registry.js.ipfs.io/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.0.3.tgz", + "resolved": "https://registry.npmjs.org/webpack-bundle-analyzer/-/webpack-bundle-analyzer-3.0.3.tgz", "integrity": "sha512-naLWiRfmtH4UJgtUktRTLw6FdoZJ2RvCR9ePbwM9aRMsS/KjFerkPZG9epEvXRAw5d5oPdrs9+3p+afNjxW8Xw==", "dev": true, "requires": { @@ -37140,13 +34985,13 @@ "dependencies": { "filesize": { "version": "3.6.1", - "resolved": "https://registry.js.ipfs.io/filesize/-/filesize-3.6.1.tgz", + "resolved": "https://registry.npmjs.org/filesize/-/filesize-3.6.1.tgz", "integrity": "sha512-7KjR1vv6qnicaPMi1iiTcI85CyYwRO/PSFCu6SvqL8jN2Wjt/NIYQTFtFs7fSDCYOstUkEWIQGFUg5YZQfjlcg==", "dev": true }, "gzip-size": { "version": "5.0.0", - "resolved": "https://registry.js.ipfs.io/gzip-size/-/gzip-size-5.0.0.tgz", + "resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-5.0.0.tgz", "integrity": "sha512-5iI7omclyqrnWw4XbXAmGhPsABkSIDQonv2K0h61lybgofWa6iZyvrI3r2zsJH4P8Nb64fFVzlvfhs0g7BBxAA==", "dev": true, "requires": { @@ -37158,7 +35003,7 @@ }, "webpack-cli": { "version": "3.1.2", - "resolved": "https://registry.js.ipfs.io/webpack-cli/-/webpack-cli-3.1.2.tgz", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.1.2.tgz", "integrity": "sha512-Cnqo7CeqeSvC6PTdts+dywNi5CRlIPbLx1AoUPK2T6vC1YAugMG3IOoO9DmEscd+Dghw7uRlnzV1KwOe5IrtgQ==", "dev": true, "requires": { @@ -37176,13 +35021,13 @@ "dependencies": { "camelcase": { "version": "5.0.0", - "resolved": "https://registry.js.ipfs.io/camelcase/-/camelcase-5.0.0.tgz", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.0.0.tgz", "integrity": "sha512-faqwZqnWxbxn+F1d399ygeamQNy3lPp/H9H6rNrqYh4FSVCtcY+3cub1MxA8o9mDd55mM8Aghuu/kuyYA6VTsA==", "dev": true }, "cross-spawn": { "version": "6.0.5", - "resolved": "https://registry.js.ipfs.io/cross-spawn/-/cross-spawn-6.0.5.tgz", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", "dev": true, "requires": { @@ -37195,7 +35040,7 @@ }, "execa": { "version": "0.10.0", - "resolved": "https://registry.js.ipfs.io/execa/-/execa-0.10.0.tgz", + "resolved": "https://registry.npmjs.org/execa/-/execa-0.10.0.tgz", "integrity": "sha512-7XOMnz8Ynx1gGo/3hyV9loYNPWM94jG3+3T3Y8tsfSstFmETmENCMU/A/zj8Lyaj1lkgEepKepvd6240tBRvlw==", "dev": true, "requires": { @@ -37210,7 +35055,7 @@ }, "find-up": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/find-up/-/find-up-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "dev": true, "requires": { @@ -37219,13 +35064,13 @@ }, "invert-kv": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/invert-kv/-/invert-kv-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz", "integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==", "dev": true }, "lcid": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/lcid/-/lcid-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz", "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==", "dev": true, "requires": { @@ -37234,7 +35079,7 @@ }, "locate-path": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/locate-path/-/locate-path-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "dev": true, "requires": { @@ -37244,7 +35089,7 @@ }, "mem": { "version": "4.0.0", - "resolved": "https://registry.js.ipfs.io/mem/-/mem-4.0.0.tgz", + "resolved": "https://registry.npmjs.org/mem/-/mem-4.0.0.tgz", "integrity": "sha512-WQxG/5xYc3tMbYLXoXPm81ET2WDULiU5FxbuIoNbJqLOOI8zehXFdZuiUEgfdrU2mVB1pxBZUGlYORSrpuJreA==", "dev": true, "requires": { @@ -37255,7 +35100,7 @@ }, "os-locale": { "version": "3.0.1", - "resolved": "https://registry.js.ipfs.io/os-locale/-/os-locale-3.0.1.tgz", + "resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.0.1.tgz", "integrity": "sha512-7g5e7dmXPtzcP4bgsZ8ixDVqA7oWYuEz4lOSujeWyliPai4gfVDiFIcwBg3aGCPnmSGfzOKTK3ccPn0CKv3DBw==", "dev": true, "requires": { @@ -37266,7 +35111,7 @@ }, "p-limit": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/p-limit/-/p-limit-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.0.0.tgz", "integrity": "sha512-fl5s52lI5ahKCernzzIyAP0QAZbGIovtVHGwpcu1Jr/EpzLVDI2myISHwGqK7m8uQFugVWSrbxH7XnhGtvEc+A==", "dev": true, "requires": { @@ -37275,7 +35120,7 @@ }, "p-locate": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/p-locate/-/p-locate-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", "dev": true, "requires": { @@ -37284,19 +35129,19 @@ }, "p-try": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/p-try/-/p-try-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.0.0.tgz", "integrity": "sha512-hMp0onDKIajHfIkdRk3P4CdCmErkYAxxDtP3Wx/4nZ3aGlau2VKh3mZpcuFkH27WQkL/3WBCPOktzA9ZOAnMQQ==", "dev": true }, "v8-compile-cache": { "version": "2.0.2", - "resolved": "https://registry.js.ipfs.io/v8-compile-cache/-/v8-compile-cache-2.0.2.tgz", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.0.2.tgz", "integrity": "sha512-1wFuMUIM16MDJRCrpbpuEPTUGmM5QMUg0cr3KFwra2XgOgFcPGDQHDh3CszSCD2Zewc/dh/pamNEW8CbfDebUw==", "dev": true }, "yargs": { "version": "12.0.5", - "resolved": "https://registry.js.ipfs.io/yargs/-/yargs-12.0.5.tgz", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-12.0.5.tgz", "integrity": "sha512-Lhz8TLaYnxq/2ObqHDql8dX8CJi97oHxrjUcYtzKbbykPtVW9WB+poxI+NM2UIzsMgNCZTIf0AQwsjK5yMAqZw==", "dev": true, "requires": { @@ -37316,7 +35161,7 @@ }, "yargs-parser": { "version": "11.1.1", - "resolved": "https://registry.js.ipfs.io/yargs-parser/-/yargs-parser-11.1.1.tgz", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-11.1.1.tgz", "integrity": "sha512-C6kB/WJDiaxONLJQnF8ccx9SEeoTTLek8RVbaOIsrAUS8VrBEXfmeSnCZxygc+XC2sNMBIwOOnfcxiynjHsVSQ==", "dev": true, "requires": { @@ -37328,7 +35173,7 @@ }, "webpack-dev-middleware": { "version": "3.4.0", - "resolved": "https://registry.js.ipfs.io/webpack-dev-middleware/-/webpack-dev-middleware-3.4.0.tgz", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-3.4.0.tgz", "integrity": "sha512-Q9Iyc0X9dP9bAsYskAVJ/hmIZZQwf/3Sy4xCAZgL5cUkjZmUZLt4l5HpbST/Pdgjn3u6pE7u5OdGd1apgzRujA==", "requires": { "memory-fs": "~0.4.1", @@ -37410,7 +35255,7 @@ }, "cross-spawn": { "version": "6.0.5", - "resolved": "https://registry.js.ipfs.io/cross-spawn/-/cross-spawn-6.0.5.tgz", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", "requires": { "nice-try": "^1.0.4", @@ -37451,7 +35296,7 @@ }, "eventsource": { "version": "1.0.7", - "resolved": "https://registry.js.ipfs.io/eventsource/-/eventsource-1.0.7.tgz", + "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.0.7.tgz", "integrity": "sha512-4Ln17+vVT0k8aWq+t/bF5arcS3EpT9gYtW66EPacdj/mAFevznsnyoHLPy2BA8gbIQeIHoPsvwmfBftfcG//BQ==", "requires": { "original": "^1.0.0" @@ -37473,7 +35318,7 @@ }, "find-up": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/find-up/-/find-up-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", "requires": { "locate-path": "^3.0.0" @@ -37489,7 +35334,7 @@ }, "invert-kv": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/invert-kv/-/invert-kv-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/invert-kv/-/invert-kv-2.0.0.tgz", "integrity": "sha512-wPVv/y/QQ/Uiirj/vh3oP+1Ww+AWehmi1g5fFWGPF6IpCBCDVrhgHRMvrLfdYcwDh3QJbGXDW4JAuzxElLSqKA==" }, "is-path-cwd": { @@ -37515,7 +35360,7 @@ }, "lcid": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/lcid/-/lcid-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/lcid/-/lcid-2.0.0.tgz", "integrity": "sha512-avPEb8P8EGnwXKClwsNUgryVjllcRqtMYa49NTsbQagYuT1DcXnl1915oxWjoyGrXR6zH/Y0Zc96xWsPcoDKeA==", "requires": { "invert-kv": "^2.0.0" @@ -37523,7 +35368,7 @@ }, "locate-path": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/locate-path/-/locate-path-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", "requires": { "p-locate": "^3.0.0", @@ -37547,7 +35392,7 @@ }, "ms": { "version": "2.1.1", - "resolved": "https://registry.js.ipfs.io/ms/-/ms-2.1.1.tgz", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" }, "normalize-path": { @@ -37580,7 +35425,7 @@ }, "p-locate": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/p-locate/-/p-locate-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", "requires": { "p-limit": "^2.0.0" @@ -37611,7 +35456,7 @@ }, "schema-utils": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/schema-utils/-/schema-utils-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-1.0.0.tgz", "integrity": "sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g==", "requires": { "ajv": "^6.1.0", @@ -37626,7 +35471,7 @@ }, "sockjs-client": { "version": "1.3.0", - "resolved": "https://registry.js.ipfs.io/sockjs-client/-/sockjs-client-1.3.0.tgz", + "resolved": "https://registry.npmjs.org/sockjs-client/-/sockjs-client-1.3.0.tgz", "integrity": "sha512-R9jxEzhnnrdxLCNln0xg5uGHqMnkhPSTzUZH2eXcR03S/On9Yvoq2wyUZILRUhZCNVu2PmwWVoyuiPz8th8zbg==", "requires": { "debug": "^3.2.5", @@ -37639,7 +35484,7 @@ "dependencies": { "debug": { "version": "3.2.6", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-3.2.6.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.6.tgz", "integrity": "sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==", "requires": { "ms": "^2.1.1" @@ -37714,7 +35559,7 @@ }, "webpack-log": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/webpack-log/-/webpack-log-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz", "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==", "requires": { "ansi-colors": "^3.0.0", @@ -37723,7 +35568,7 @@ }, "webpack-merge": { "version": "4.1.4", - "resolved": "https://registry.js.ipfs.io/webpack-merge/-/webpack-merge-4.1.4.tgz", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-4.1.4.tgz", "integrity": "sha512-TmSe1HZKeOPey3oy1Ov2iS3guIZjWvMT2BBJDzzT5jScHTjVC3mpjJofgueEzaEd6ibhxRDD6MIblDr8tzh8iQ==", "requires": { "lodash": "^4.17.5" @@ -37731,7 +35576,7 @@ }, "webpack-sources": { "version": "1.3.0", - "resolved": "https://registry.js.ipfs.io/webpack-sources/-/webpack-sources-1.3.0.tgz", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.3.0.tgz", "integrity": "sha512-OiVgSrbGu7NEnEvQJJgdSFPl2qWKkWq5lHMhgiToIiN9w34EBnjYzSYs+VbL5KoYiLNtFFa7BZIKxRED3I32pA==", "requires": { "source-list-map": "^2.0.0", @@ -37740,14 +35585,14 @@ "dependencies": { "source-map": { "version": "0.6.1", - "resolved": "https://registry.js.ipfs.io/source-map/-/source-map-0.6.1.tgz", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" } } }, "webpack-stats-plugin": { "version": "0.1.5", - "resolved": "https://registry.js.ipfs.io/webpack-stats-plugin/-/webpack-stats-plugin-0.1.5.tgz", + "resolved": "https://registry.npmjs.org/webpack-stats-plugin/-/webpack-stats-plugin-0.1.5.tgz", "integrity": "sha1-KeXxLr/VMVjTHWVqETrB97hhedk=" }, "webrtcsupport": { @@ -37756,7 +35601,7 @@ }, "websocket-driver": { "version": "0.7.0", - "resolved": "https://registry.js.ipfs.io/websocket-driver/-/websocket-driver-0.7.0.tgz", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.0.tgz", "integrity": "sha1-DK+dLXVdk67gSdS90NP+LMoqJOs=", "requires": { "http-parser-js": ">=0.4.0", @@ -37765,17 +35610,17 @@ }, "websocket-extensions": { "version": "0.1.3", - "resolved": "https://registry.js.ipfs.io/websocket-extensions/-/websocket-extensions-0.1.3.tgz", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.3.tgz", "integrity": "sha512-nqHUnMXmBzT0w570r2JpJxfiSD1IzoI+HGVdd3aZ0yNi3ngvQ4jv1dtHt5VGxfI2yj5yqImPhOK4vmIh2xMbGg==" }, "whatwg-fetch": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.0.0.tgz", "integrity": "sha512-9GSJUgz1D4MfyKU7KRqwOjXCXTqWdFNvEr7eUBYchQiVc744mqK/MzXPNR2WsPkmkOa4ywfg8C2n8h+13Bey1Q==" }, "whatwg-url-compat": { "version": "0.6.5", - "resolved": "https://registry.js.ipfs.io/whatwg-url-compat/-/whatwg-url-compat-0.6.5.tgz", + "resolved": "https://registry.npmjs.org/whatwg-url-compat/-/whatwg-url-compat-0.6.5.tgz", "integrity": "sha1-AImBEa9om7CXVBzVpFymyHmERb8=", "dev": true, "optional": true, @@ -37785,7 +35630,7 @@ }, "which": { "version": "1.3.1", - "resolved": "https://registry.js.ipfs.io/which/-/which-1.3.1.tgz", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "requires": { "isexe": "^2.0.0" @@ -37793,17 +35638,17 @@ }, "which-module": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/which-module/-/which-module-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" }, "which-pm-runs": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/which-pm-runs/-/which-pm-runs-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/which-pm-runs/-/which-pm-runs-1.0.0.tgz", "integrity": "sha1-Zws6+8VS4LVd9rd4DKdGFfI60cs=" }, "wide-align": { "version": "1.1.3", - "resolved": "https://registry.js.ipfs.io/wide-align/-/wide-align-1.1.3.tgz", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz", "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==", "requires": { "string-width": "^1.0.2 || 2" @@ -37811,7 +35656,7 @@ }, "widest-line": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/widest-line/-/widest-line-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-2.0.1.tgz", "integrity": "sha512-Ba5m9/Fa4Xt9eb2ELXt77JxVDV8w7qQrH0zS/TWSJdLyAwQjWoOzpzj5lwVftDz6n/EOu3tNACS84v509qwnJA==", "requires": { "string-width": "^2.1.1" @@ -37819,7 +35664,7 @@ }, "wif": { "version": "2.0.6", - "resolved": "https://registry.js.ipfs.io/wif/-/wif-2.0.6.tgz", + "resolved": "https://registry.npmjs.org/wif/-/wif-2.0.6.tgz", "integrity": "sha1-CNP1IFbGZnkplyb63g1DKudLRwQ=", "requires": { "bs58check": "<3.0.0" @@ -37827,12 +35672,12 @@ }, "wordwrap": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/wordwrap/-/wordwrap-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", "integrity": "sha1-J1hIEIkUVqQXHI0CJkQa3pDLyus=" }, "worker-farm": { "version": "1.6.0", - "resolved": "https://registry.js.ipfs.io/worker-farm/-/worker-farm-1.6.0.tgz", + "resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.6.0.tgz", "integrity": "sha512-6w+3tHbM87WnSWnENBUvA2pxJPLhQUg5LKwUQHq3r+XPhIM+Gh2R5ycbwPCyuGbNg+lPgdcnQUhuC02kJCvffQ==", "requires": { "errno": "~0.1.7" @@ -37840,7 +35685,7 @@ }, "wrap-ansi": { "version": "2.1.0", - "resolved": "https://registry.js.ipfs.io/wrap-ansi/-/wrap-ansi-2.1.0.tgz", + "resolved": "http://registry.npmjs.org/wrap-ansi/-/wrap-ansi-2.1.0.tgz", "integrity": "sha1-2Pw9KE3QV5T+hJc8rs3Rz4JP3YU=", "requires": { "string-width": "^1.0.1", @@ -37849,7 +35694,7 @@ "dependencies": { "is-fullwidth-code-point": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz", "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=", "requires": { "number-is-nan": "^1.0.0" @@ -37857,7 +35702,7 @@ }, "string-width": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/string-width/-/string-width-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz", "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=", "requires": { "code-point-at": "^1.0.0", @@ -37869,31 +35714,12 @@ }, "wrappy": { "version": "1.0.2", - "resolved": "https://registry.js.ipfs.io/wrappy/-/wrappy-1.0.2.tgz", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" }, - "wreck": { - "version": "12.5.1", - "resolved": "https://registry.js.ipfs.io/wreck/-/wreck-12.5.1.tgz", - "integrity": "sha512-l5DUGrc+yDyIflpty1x9XuMj1ehVjC/dTbF3/BasOO77xk0EdEa4M/DuOY8W88MQDAD0fEDqyjc8bkIMHd2E9A==", - "requires": { - "boom": "5.x.x", - "hoek": "4.x.x" - }, - "dependencies": { - "boom": { - "version": "5.2.0", - "resolved": "https://registry.js.ipfs.io/boom/-/boom-5.2.0.tgz", - "integrity": "sha512-Z5BTk6ZRe4tXXQlkqftmsAUANpXmuwlsF5Oov8ThoMbQRzdGTA1ngYRW160GexgOgjsFOKJz0LYhoNi+2AMBUw==", - "requires": { - "hoek": "4.x.x" - } - } - } - }, "write": { "version": "0.2.1", - "resolved": "https://registry.js.ipfs.io/write/-/write-0.2.1.tgz", + "resolved": "https://registry.npmjs.org/write/-/write-0.2.1.tgz", "integrity": "sha1-X8A4KOJkzqP+kUVUdvejxWbLB1c=", "requires": { "mkdirp": "^0.5.1" @@ -37901,7 +35727,7 @@ }, "write-file-atomic": { "version": "2.3.0", - "resolved": "https://registry.js.ipfs.io/write-file-atomic/-/write-file-atomic-2.3.0.tgz", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-2.3.0.tgz", "integrity": "sha512-xuPeK4OdjWqtfi59ylvVL0Yn35SF3zgcAcv7rBPFHVaEapaDr4GdGgm3j7ckTwH9wHL7fGmgfAnb0+THrHb8tA==", "requires": { "graceful-fs": "^4.1.11", @@ -37911,7 +35737,7 @@ }, "ws": { "version": "6.1.2", - "resolved": "https://registry.js.ipfs.io/ws/-/ws-6.1.2.tgz", + "resolved": "https://registry.npmjs.org/ws/-/ws-6.1.2.tgz", "integrity": "sha512-rfUqzvz0WxmSXtJpPMX2EeASXabOrSMk1ruMOV3JBTBjo4ac2lDjGGsbQSyxj8Odhw5fBib8ZKEjDNvgouNKYw==", "requires": { "async-limiter": "~1.0.0" @@ -37919,36 +35745,36 @@ }, "x-is-string": { "version": "0.1.0", - "resolved": "https://registry.js.ipfs.io/x-is-string/-/x-is-string-0.1.0.tgz", + "resolved": "https://registry.npmjs.org/x-is-string/-/x-is-string-0.1.0.tgz", "integrity": "sha1-R0tQhlrzpJqcRlfwWs0UVFj3fYI=" }, "xdg-basedir": { "version": "3.0.0", - "resolved": "https://registry.js.ipfs.io/xdg-basedir/-/xdg-basedir-3.0.0.tgz", + "resolved": "https://registry.npmjs.org/xdg-basedir/-/xdg-basedir-3.0.0.tgz", "integrity": "sha1-SWsswQnsqNus/i3HK2A8F8WHCtQ=" }, "xml": { "version": "1.0.1", - "resolved": "https://registry.js.ipfs.io/xml/-/xml-1.0.1.tgz", + "resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz", "integrity": "sha1-eLpyAgApxbyHuKgaPPzXS0ovweU=", "dev": true }, "xml-name-validator": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/xml-name-validator/-/xml-name-validator-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-2.0.1.tgz", "integrity": "sha1-TYuPHszTQZqjYgYb7O9RXh5VljU=", "dev": true, "optional": true }, "xmlbuilder": { "version": "8.2.2", - "resolved": "https://registry.js.ipfs.io/xmlbuilder/-/xmlbuilder-8.2.2.tgz", + "resolved": "http://registry.npmjs.org/xmlbuilder/-/xmlbuilder-8.2.2.tgz", "integrity": "sha1-aSSGc0ELS6QuGmE2VR0pIjNap3M=", "dev": true }, "xmlhttprequest-ssl": { "version": "1.5.5", - "resolved": "https://registry.js.ipfs.io/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz", + "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz", "integrity": "sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4=" }, "xor-distance": { @@ -37963,12 +35789,12 @@ }, "xtend": { "version": "4.0.1", - "resolved": "https://registry.js.ipfs.io/xtend/-/xtend-4.0.1.tgz", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=" }, "xxhashjs": { "version": "0.2.2", - "resolved": "https://registry.js.ipfs.io/xxhashjs/-/xxhashjs-0.2.2.tgz", + "resolved": "https://registry.npmjs.org/xxhashjs/-/xxhashjs-0.2.2.tgz", "integrity": "sha512-AkTuIuVTET12tpsVIQo+ZU6f/qDmKuRUcjaqR+OIvm+aCBsZ95i7UVY5WJ9TMsSaZ0DA2WxoZ4acu0sPH+OKAw==", "requires": { "cuint": "^0.2.2" @@ -37976,17 +35802,17 @@ }, "y18n": { "version": "3.2.1", - "resolved": "https://registry.js.ipfs.io/y18n/-/y18n-3.2.1.tgz", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz", "integrity": "sha1-bRX7qITAhnnA136I53WegR4H+kE=" }, "yallist": { "version": "2.1.2", - "resolved": "https://registry.js.ipfs.io/yallist/-/yallist-2.1.2.tgz", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", "integrity": "sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=" }, "yaml-loader": { "version": "0.5.0", - "resolved": "https://registry.js.ipfs.io/yaml-loader/-/yaml-loader-0.5.0.tgz", + "resolved": "https://registry.npmjs.org/yaml-loader/-/yaml-loader-0.5.0.tgz", "integrity": "sha512-p9QIzcFSNm4mCw/m5NdyMfN4RE4aFZJWRRb01ERVNGCym8VNbKtw3OYZXnvUIkim6U/EjqE/2yIh9F/msShH9A==", "requires": { "js-yaml": "^3.5.2" @@ -38054,7 +35880,7 @@ }, "yargs-promise": { "version": "1.1.0", - "resolved": "https://registry.js.ipfs.io/yargs-promise/-/yargs-promise-1.1.0.tgz", + "resolved": "https://registry.npmjs.org/yargs-promise/-/yargs-promise-1.1.0.tgz", "integrity": "sha1-l+u1GY33NLs7EXRRM65bUBsWqx8=" }, "yauzl": { @@ -38080,12 +35906,12 @@ }, "yeast": { "version": "0.1.2", - "resolved": "https://registry.js.ipfs.io/yeast/-/yeast-0.1.2.tgz", + "resolved": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz", "integrity": "sha1-AI4G2AlDIMNy28L47XagymyKxBk=" }, "youtube-player": { "version": "5.5.1", - "resolved": "https://registry.js.ipfs.io/youtube-player/-/youtube-player-5.5.1.tgz", + "resolved": "https://registry.npmjs.org/youtube-player/-/youtube-player-5.5.1.tgz", "integrity": "sha512-1d62W9She0B1uKNyY6K7jtWFbOW3dYsm6hyKzrh11BLOuYFzkt8K6AcQ3QdPF3aU47dzhZ82clzOJVVWus4HTw==", "requires": { "debug": "^2.6.6", @@ -38095,7 +35921,7 @@ "dependencies": { "debug": { "version": "2.6.9", - "resolved": "https://registry.js.ipfs.io/debug/-/debug-2.6.9.tgz", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "requires": { "ms": "2.0.0" @@ -38185,7 +36011,7 @@ }, "zcash-bitcore-lib": { "version": "0.13.20-rc3", - "resolved": "https://registry.js.ipfs.io/zcash-bitcore-lib/-/zcash-bitcore-lib-0.13.20-rc3.tgz", + "resolved": "https://registry.npmjs.org/zcash-bitcore-lib/-/zcash-bitcore-lib-0.13.20-rc3.tgz", "integrity": "sha1-gToPVtz4t2vBQplRvqbRI2xQcAg=", "requires": { "bn.js": "=2.0.4", @@ -38198,22 +36024,22 @@ "dependencies": { "bn.js": { "version": "2.0.4", - "resolved": "https://registry.js.ipfs.io/bn.js/-/bn.js-2.0.4.tgz", + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-2.0.4.tgz", "integrity": "sha1-Igp81nf38b+pNif/QZN3b+eBlIA=" }, "bs58": { "version": "2.0.0", - "resolved": "https://registry.js.ipfs.io/bs58/-/bs58-2.0.0.tgz", + "resolved": "https://registry.npmjs.org/bs58/-/bs58-2.0.0.tgz", "integrity": "sha1-crcTvtIjoKxRi72g484/SBfznrU=" }, "buffer-compare": { "version": "1.0.0", - "resolved": "https://registry.js.ipfs.io/buffer-compare/-/buffer-compare-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/buffer-compare/-/buffer-compare-1.0.0.tgz", "integrity": "sha1-rKp6lm6Y7un64Usxw5pfFY+zxKI=" }, "elliptic": { "version": "3.0.3", - "resolved": "https://registry.js.ipfs.io/elliptic/-/elliptic-3.0.3.tgz", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-3.0.3.tgz", "integrity": "sha1-hlybQgv75VAGuflp+XoNLESWZZU=", "requires": { "bn.js": "^2.0.0", @@ -38224,12 +36050,12 @@ "dependencies": { "brorand": { "version": "1.0.5", - "resolved": "https://registry.js.ipfs.io/brorand/-/brorand-1.0.5.tgz", + "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.0.5.tgz", "integrity": "sha1-B7VMowKGq9Fxig4qgwgD79yb+gQ=" }, "hash.js": { "version": "1.0.3", - "resolved": "https://registry.js.ipfs.io/hash.js/-/hash.js-1.0.3.tgz", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.0.3.tgz", "integrity": "sha1-EzL/ABVsCg/92CNgE9B7d6BFFXM=", "requires": { "inherits": "^2.0.1" @@ -38239,12 +36065,12 @@ }, "inherits": { "version": "2.0.1", - "resolved": "https://registry.js.ipfs.io/inherits/-/inherits-2.0.1.tgz", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz", "integrity": "sha1-sX0I0ya0Qj5Wjv9xn5GwscvfafE=" }, "lodash": { "version": "3.10.1", - "resolved": "https://registry.js.ipfs.io/lodash/-/lodash-3.10.1.tgz", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=" } } diff --git a/package.json b/package.json index 32b68ffe..ff79d6ae 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "gatsby-plugin-postcss": "^2.0.0", "gatsby-plugin-react-helmet": "^3.0.1", "intersection-observer": "~0.5.0", - "ipfs": "~0.36.0", + "ipfs": "~0.36.1", "normalize.css": "^8.0.0", "postcss-import": "^12.0.0", "postcss-preset-moxy": "^2.3.1", @@ -53,7 +53,7 @@ "react-toastify": "^4.4.0", "react-tooltip": "^3.9.0", "react-youtube": "^7.8.0", - "service-worker-gateway": "~0.1.13" + "service-worker-gateway": "~0.1.14" }, "devDependencies": { "@babel/core": "^7.1.2", @@ -76,7 +76,7 @@ "eslint-plugin-react": "^7.11.1", "external-svg-sprite-loader": "^4.0.0-beta.7", "file-loader": "^2.0.0", - "gatsby-plugin-webpack-bundle-analyzer": "^1.0.4", + "gatsby-plugin-webpack-bundle-analyzer": "^1.0.5", "husky": "^1.2.0", "lint-staged": "^8.0.4", "postcss-reporter": "^6.0.0",