Skip to content
Snippets Groups Projects
package-lock.json 640 KiB
Newer Older
  • Learn to ignore specific revisions
  • Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "is-plain-obj": "^1.1.0",
            "kind-of": "^6.0.3"
          }
        },
    
        "minipass": {
    
          "version": "3.1.6",
          "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.6.tgz",
          "integrity": "sha512-rty5kpw9/z8SX9dmxblFA6edItUmwJgMeYDZRrwlIVN27i8gysGbznJwUggw2V/FVqFSDdWy040ZPS811DYAqQ==",
    
          "requires": {
    
            "yallist": "^4.0.0"
          },
          "dependencies": {
            "yallist": {
              "version": "4.0.0",
              "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
              "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
            }
    
          "version": "2.1.2",
          "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
          "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
    
          "requires": {
    
            "minipass": "^3.0.0",
            "yallist": "^4.0.0"
          },
          "dependencies": {
            "yallist": {
              "version": "4.0.0",
              "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
              "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
            }
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "mixin-deep": {
          "version": "1.3.2",
          "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz",
          "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==",
          "dev": true,
          "requires": {
            "for-in": "^1.0.2",
            "is-extendable": "^1.0.1"
          },
          "dependencies": {
            "is-extendable": {
              "version": "1.0.1",
              "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
              "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
              "dev": true,
              "requires": {
                "is-plain-object": "^2.0.4"
              }
            }
          }
        },
        "mkdirp": {
          "version": "0.5.5",
          "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
          "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
          "requires": {
            "minimist": "^1.2.5"
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "modify-values": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/modify-values/-/modify-values-1.0.1.tgz",
          "integrity": "sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw=="
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "version": "2.29.4",
          "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz",
          "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w=="
    
        },
        "moment-timezone": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "version": "0.5.38",
          "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.38.tgz",
          "integrity": "sha512-nMIrzGah4+oYZPflDvLZUgoVUO4fvAqHstvG3xAUnMolWncuAiLDWNnJZj6EwJGMGfb1ZcuTFE6GI3hNOVWI/Q==",
    
          "requires": {
            "moment": ">= 2.9.0"
          }
        },
    
        "mongodb": {
          "version": "3.6.3",
          "resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.6.3.tgz",
          "integrity": "sha512-rOZuR0QkodZiM+UbQE5kDsJykBqWi0CL4Ec2i1nrGrUI3KO11r6Fbxskqmq3JK2NH7aW4dcccBuUujAP0ERl5w==",
          "requires": {
            "bl": "^2.2.1",
            "bson": "^1.1.4",
            "denque": "^1.4.1",
            "require_optional": "^1.0.1",
            "safe-buffer": "^5.1.2",
            "saslprep": "^1.0.0"
          }
        },
        "mongoose": {
          "version": "5.10.15",
          "resolved": "https://registry.npmjs.org/mongoose/-/mongoose-5.10.15.tgz",
          "integrity": "sha512-3QUWCpMRdFCPIBZkjG/B2OkfMY2WLkR+hv335o4T2mn3ta9kx8qVvXeUDojp3OHMxBZVUyCA+hDyyP4/aKmHuA==",
          "requires": {
            "bson": "^1.1.4",
            "kareem": "2.3.1",
            "mongodb": "3.6.3",
            "mongoose-legacy-pluralize": "1.0.2",
            "mpath": "0.7.0",
            "mquery": "3.2.2",
            "ms": "2.1.2",
            "regexp-clone": "1.0.0",
            "safe-buffer": "5.2.1",
            "sift": "7.0.1",
            "sliced": "1.0.1"
          },
          "dependencies": {
            "ms": {
              "version": "2.1.2",
              "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
              "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
            },
            "safe-buffer": {
              "version": "5.2.1",
              "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
              "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ=="
            }
          }
        },
        "mongoose-legacy-pluralize": {
          "version": "1.0.2",
          "resolved": "https://registry.npmjs.org/mongoose-legacy-pluralize/-/mongoose-legacy-pluralize-1.0.2.tgz",
          "integrity": "sha512-Yo/7qQU4/EyIS8YDFSeenIvXxZN+ld7YdV9LqFVQJzTLye8unujAWPZ4NWKfFA+RNjh+wvTWKY9Z3E5XM6ZZiQ=="
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "morgan": {
          "version": "1.10.0",
          "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.10.0.tgz",
          "integrity": "sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==",
          "dev": true,
          "requires": {
            "basic-auth": "~2.0.1",
            "debug": "2.6.9",
            "depd": "~2.0.0",
            "on-finished": "~2.3.0",
            "on-headers": "~1.0.2"
          },
          "dependencies": {
            "depd": {
              "version": "2.0.0",
              "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz",
              "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==",
              "dev": true
            }
          }
        },
    
        "mpath": {
          "version": "0.7.0",
          "resolved": "https://registry.npmjs.org/mpath/-/mpath-0.7.0.tgz",
          "integrity": "sha512-Aiq04hILxhz1L+f7sjGyn7IxYzWm1zLNNXcfhDtx04kZ2Gk7uvFdgZ8ts1cWa/6d0TQmag2yR8zSGZUmp0tFNg=="
        },
        "mquery": {
          "version": "3.2.2",
          "resolved": "https://registry.npmjs.org/mquery/-/mquery-3.2.2.tgz",
          "integrity": "sha512-XB52992COp0KP230I3qloVUbkLUxJIu328HBP2t2EsxSFtf4W1HPSOBWOXf1bqxK4Xbb66lfMJ+Bpfd9/yZE1Q==",
          "requires": {
            "bluebird": "3.5.1",
            "debug": "3.1.0",
            "regexp-clone": "^1.0.0",
            "safe-buffer": "5.1.2",
            "sliced": "1.0.1"
          },
          "dependencies": {
            "bluebird": {
              "version": "3.5.1",
              "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.5.1.tgz",
              "integrity": "sha512-MKiLiV+I1AA596t9w1sQJ8jkiSr5+ZKi0WKrYGUn6d1Fx+Ij4tIj+m2WMQSGczs5jZVxV339chE8iwk6F64wjA=="
            },
            "debug": {
              "version": "3.1.0",
              "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
              "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
              "requires": {
                "ms": "2.0.0"
              }
            }
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "ms": {
          "version": "2.0.0",
          "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
          "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
        },
        "multer": {
    
          "version": "1.4.4-lts.1",
          "resolved": "https://registry.npmjs.org/multer/-/multer-1.4.4-lts.1.tgz",
          "integrity": "sha512-WeSGziVj6+Z2/MwQo3GvqzgR+9Uc+qt8SwHKh3gvNPiISKfsMfG4SvCOFYlxxgkXt7yIV2i1yczehm0EOKIxIg==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "requires": {
            "append-field": "^1.0.0",
    
            "busboy": "^1.0.0",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "concat-stream": "^1.5.2",
    
            "mkdirp": "^0.5.4",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "object-assign": "^4.1.1",
            "type-is": "^1.6.4",
            "xtend": "^4.0.0"
          }
        },
        "mute-stream": {
          "version": "0.0.8",
          "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
          "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
          "dev": true
        },
    
        "nanoid": {
          "version": "3.1.32",
          "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.32.tgz",
          "integrity": "sha512-F8mf7R3iT9bvThBoW4tGXhXFHCctyCiUUPrWF8WaTqa3h96d9QybkSeba43XVOOE3oiLfkVDe4bT8MeGmkrTxw=="
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "nanomatch": {
          "version": "1.2.13",
          "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
          "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",
          "dev": true,
          "requires": {
            "arr-diff": "^4.0.0",
            "array-unique": "^0.3.2",
            "define-property": "^2.0.2",
            "extend-shallow": "^3.0.2",
            "fragment-cache": "^0.2.1",
            "is-windows": "^1.0.2",
            "kind-of": "^6.0.2",
            "object.pick": "^1.3.0",
            "regex-not": "^1.0.0",
            "snapdragon": "^0.8.1",
            "to-regex": "^3.0.1"
          }
        },
        "natural-compare": {
          "version": "1.4.0",
          "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
          "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=",
          "dev": true
        },
        "negotiator": {
          "version": "0.6.2",
          "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
    
          "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==",
          "dev": true
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
        "neo-async": {
          "version": "2.6.2",
          "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw=="
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "next-tick": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz",
          "integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=",
          "dev": true
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "nice-try": {
          "version": "1.0.5",
          "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
          "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",
          "dev": true
        },
    
        "node-abort-controller": {
          "version": "3.0.1",
          "resolved": "https://registry.npmjs.org/node-abort-controller/-/node-abort-controller-3.0.1.tgz",
          "integrity": "sha512-/ujIVxthRs+7q6hsdjHMaj8hRG9NuWmwrz+JdRwZ14jdFoKSkm+vDsCbF9PLpnSqjaWQJuTmVtcWHNLr+vrOFw==",
          "dev": true
        },
    
        "node-addon-api": {
    
          "version": "3.2.1",
          "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.2.1.tgz",
          "integrity": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A=="
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "node-emoji": {
    
          "version": "1.11.0",
          "resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.11.0.tgz",
          "integrity": "sha512-wo2DpQkQp7Sjm2A0cq+sN7EHKO6Sl0ctXeBdFZrL9T9+UywORbufTcTZxom8YqpLQt/FqNMUkOpkZrJVYSKD3A==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "lodash": "^4.17.21"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
        "node-fetch": {
    
          "version": "2.6.7",
          "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
          "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
          "requires": {
            "whatwg-url": "^5.0.0"
          },
          "dependencies": {
            "tr46": {
              "version": "0.0.3",
              "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
    
              "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o="
    
            },
            "webidl-conversions": {
              "version": "3.0.1",
              "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
    
              "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE="
    
            },
            "whatwg-url": {
              "version": "5.0.0",
              "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
    
              "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=",
    
              "requires": {
                "tr46": "~0.0.3",
                "webidl-conversions": "^3.0.0"
              }
            }
          }
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
        "node-int64": {
          "version": "0.4.0",
          "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
          "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=",
          "dev": true
        },
        "node-modules-regexp": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/node-modules-regexp/-/node-modules-regexp-1.0.0.tgz",
          "integrity": "sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA=",
          "dev": true
        },
        "node-notifier": {
    
          "version": "8.0.2",
          "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-8.0.2.tgz",
          "integrity": "sha512-oJP/9NAdd9+x2Q+rfphB2RJCHjod70RcRLjosiPMMu5gjIfwVnOUGq2nbTjTUbmy0DJ/tFIVT30+Qe3nzl4TJg==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "optional": true,
          "requires": {
            "growly": "^1.3.0",
            "is-wsl": "^2.2.0",
            "semver": "^7.3.2",
            "shellwords": "^0.1.1",
            "uuid": "^8.3.0",
            "which": "^2.0.2"
          },
          "dependencies": {
            "is-wsl": {
              "version": "2.2.0",
              "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
              "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
              "dev": true,
              "optional": true,
              "requires": {
                "is-docker": "^2.0.0"
              }
            },
    
            "which": {
              "version": "2.0.2",
              "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
              "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
              "dev": true,
              "optional": true,
              "requires": {
                "isexe": "^2.0.0"
              }
    
        "node-releases": {
    
          "version": "2.0.6",
          "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.6.tgz",
          "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==",
    
          "dev": true
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "nodemon": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "version": "2.0.20",
          "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-2.0.20.tgz",
          "integrity": "sha512-Km2mWHKKY5GzRg6i1j5OxOHQtuvVsgskLfigG25yTtbyfRGn/GNvIbRyOf1PSCKJ2aT/58TiuUsuOU5UToVViw==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "chokidar": "^3.5.2",
            "debug": "^3.2.7",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "ignore-by-default": "^1.0.1",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "minimatch": "^3.1.2",
            "pstree.remy": "^1.1.8",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "semver": "^5.7.1",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "simple-update-notifier": "^1.0.7",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "supports-color": "^5.5.0",
            "touch": "^3.1.0",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "undefsafe": "^2.0.5"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          },
          "dependencies": {
            "debug": {
              "version": "3.2.7",
              "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
              "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "requires": {
                "ms": "^2.1.1"
              }
            },
            "ms": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "version": "2.1.3",
              "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
              "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            },
            "semver": {
              "version": "5.7.1",
              "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
    
              "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
              "dev": true
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            }
          }
        },
        "nopt": {
          "version": "1.0.10",
          "resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "integrity": "sha512-NWmpvLSqUrgrAC9HCuxEvb+PSloHpqVu+FqcO4eeF2h5qYRhA7ev6KvelyQAKtegUbC6RypJnlEOhd8vloNKYg==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "requires": {
            "abbrev": "1"
          }
        },
        "normalize-package-data": {
          "version": "2.5.0",
          "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
          "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
          "requires": {
            "hosted-git-info": "^2.1.4",
            "resolve": "^1.10.0",
            "semver": "2 || 3 || 4 || 5",
            "validate-npm-package-license": "^3.0.1"
          },
          "dependencies": {
            "semver": {
              "version": "5.7.1",
              "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            }
          }
        },
        "normalize-path": {
          "version": "3.0.0",
          "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
    
          "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
          "dev": true
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
        "npm-run-path": {
          "version": "2.0.2",
          "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
          "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
          "dev": true,
          "requires": {
            "path-key": "^2.0.0"
          }
        },
    
        "npmlog": {
    
          "version": "5.0.1",
          "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz",
          "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==",
    
          "requires": {
    
            "are-we-there-yet": "^2.0.0",
            "console-control-strings": "^1.1.0",
            "gauge": "^3.0.0",
            "set-blocking": "^2.0.0"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "nth-check": {
    
          "version": "2.0.1",
          "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.0.1.tgz",
          "integrity": "sha512-it1vE95zF6dTT9lBsYbxvqh0Soy4SPowchj0UBGj/V6cTPnXXtQOPUbhZ6CmGzAD/rW22LQK6E96pcdJXk4A4w==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
            "boolbase": "^1.0.0"
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "null-check": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/null-check/-/null-check-1.0.0.tgz",
          "integrity": "sha1-l33/1xdgErnsMNKjnbXPcqBDnt0="
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "nwsapi": {
          "version": "2.2.0",
          "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz",
          "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==",
          "dev": true
        },
        "object-assign": {
          "version": "4.1.1",
          "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
          "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
        },
        "object-copy": {
          "version": "0.1.0",
          "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
          "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=",
          "dev": true,
          "requires": {
            "copy-descriptor": "^0.1.0",
            "define-property": "^0.2.5",
            "kind-of": "^3.0.3"
          },
          "dependencies": {
            "define-property": {
              "version": "0.2.5",
              "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
              "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
              "dev": true,
              "requires": {
                "is-descriptor": "^0.1.0"
              }
            },
            "kind-of": {
              "version": "3.2.2",
              "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
              "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
              "dev": true,
              "requires": {
                "is-buffer": "^1.1.5"
              }
            }
          }
        },
        "object-hash": {
    
          "version": "3.0.0",
          "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz",
          "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw=="
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "object-inspect": {
    
          "version": "1.12.0",
          "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.0.tgz",
    
          "integrity": "sha512-Ho2z80bVIvJloH+YzRmpZVQe87+qASmBUKZDWgx9cu+KDrX2ZDH/3tMy+gXbZETVGs2M8YdxObOh7XAtim9Y0g=="
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
        "object-is": {
          "version": "1.1.5",
          "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz",
          "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==",
          "dev": true,
          "requires": {
            "call-bind": "^1.0.2",
            "define-properties": "^1.1.3"
          }
        },
        "object-keys": {
          "version": "1.1.1",
          "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
          "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
          "dev": true
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "object-visit": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",
          "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=",
          "dev": true,
          "requires": {
            "isobject": "^3.0.0"
          }
        },
    
        "object.assign": {
          "version": "4.1.2",
          "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz",
          "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
          "dev": true,
          "requires": {
            "call-bind": "^1.0.0",
            "define-properties": "^1.1.3",
            "has-symbols": "^1.0.1",
            "object-keys": "^1.1.1"
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "object.pick": {
          "version": "1.3.0",
          "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
          "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=",
          "dev": true,
          "requires": {
            "isobject": "^3.0.1"
          }
        },
        "on-finished": {
          "version": "2.3.0",
          "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz",
          "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "requires": {
            "ee-first": "1.1.1"
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "on-headers": {
          "version": "1.0.2",
          "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
          "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
          "dev": true
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "once": {
          "version": "1.4.0",
          "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
          "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
          "requires": {
            "wrappy": "1"
          }
        },
        "onetime": {
          "version": "5.1.2",
          "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
          "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
          "dev": true,
          "requires": {
            "mimic-fn": "^2.1.0"
          }
        },
    
        "open": {
          "version": "8.2.1",
          "resolved": "https://registry.npmjs.org/open/-/open-8.2.1.tgz",
          "integrity": "sha512-rXILpcQlkF/QuFez2BJDf3GsqpjGKbkUUToAIGo9A0Q6ZkoSGogZJulrUdwRkrAsoQvoZsrjCYt8+zblOk7JQQ==",
          "dev": true,
          "requires": {
            "define-lazy-prop": "^2.0.0",
            "is-docker": "^2.1.1",
            "is-wsl": "^2.2.0"
          },
          "dependencies": {
            "is-wsl": {
              "version": "2.2.0",
              "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
              "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
              "dev": true,
              "requires": {
                "is-docker": "^2.0.0"
              }
            }
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "opencollective-postinstall": {
          "version": "2.0.3",
          "resolved": "https://registry.npmjs.org/opencollective-postinstall/-/opencollective-postinstall-2.0.3.tgz",
          "integrity": "sha512-8AV/sCtuzUeTo8gQK5qDZzARrulB3egtLzFgteqB2tcT4Mw7B8Kt7JcDHmltjz6FOAHsvTevk70gZEbhM4ZS9Q==",
          "dev": true
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "optionator": {
          "version": "0.9.1",
          "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
          "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
          "dev": true,
          "requires": {
            "deep-is": "^0.1.3",
            "fast-levenshtein": "^2.0.6",
            "levn": "^0.4.1",
            "prelude-ls": "^1.2.1",
            "type-check": "^0.4.0",
            "word-wrap": "^1.2.3"
          }
        },
        "ora": {
    
          "version": "5.4.1",
          "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz",
          "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "chalk": "^4.1.0",
            "cli-cursor": "^3.1.0",
    
            "cli-spinners": "^2.5.0",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "is-interactive": "^1.0.0",
    
            "is-unicode-supported": "^0.1.0",
            "log-symbols": "^4.1.0",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "strip-ansi": "^6.0.0",
            "wcwidth": "^1.0.1"
          },
          "dependencies": {
            "ansi-styles": {
              "version": "4.3.0",
              "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
              "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
              "dev": true,
              "requires": {
                "color-convert": "^2.0.1"
              }
            },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "version": "4.1.0",
    
              "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz",
              "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==",
              "dev": true,
              "requires": {
                "buffer": "^5.5.0",
                "inherits": "^2.0.4",
                "readable-stream": "^3.4.0"
              }
            },
            "chalk": {
              "version": "4.1.2",
              "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
              "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true,
              "requires": {
                "ansi-styles": "^4.1.0",
                "supports-color": "^7.1.0"
              }
            },
            "color-convert": {
              "version": "2.0.1",
              "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
              "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
              "dev": true,
              "requires": {
                "color-name": "~1.1.4"
              }
            },
            "color-name": {
              "version": "1.1.4",
              "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
              "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
              "dev": true
            },
            "has-flag": {
              "version": "4.0.0",
              "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
              "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
              "dev": true
            },
    
            "inherits": {
              "version": "2.0.4",
              "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
              "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
              "dev": true
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            },
            "supports-color": {
              "version": "7.2.0",
              "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
              "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
              "dev": true,
              "requires": {
                "has-flag": "^4.0.0"
              }
            }
          }
        },
        "os-name": {
    
          "version": "4.0.1",
          "resolved": "https://registry.npmjs.org/os-name/-/os-name-4.0.1.tgz",
          "integrity": "sha512-xl9MAoU97MH1Xt5K9ERft2YfCAoaO6msy1OBA0ozxEC0x0TmIoE6K3QvgJMMZA9yKGLmHXNY/YZoDbiGDj4zYw==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "macos-release": "^2.5.0",
            "windows-release": "^4.0.0"
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          }
        },
        "os-tmpdir": {
          "version": "1.0.2",
          "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz",
    
          "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=",
    
          "dev": true
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
        "p-each-series": {
          "version": "2.1.0",
          "resolved": "https://registry.npmjs.org/p-each-series/-/p-each-series-2.1.0.tgz",
          "integrity": "sha512-ZuRs1miPT4HrjFa+9fRfOFXxGJfORgelKV9f9nNOWw2gl6gVsRaVDOQP0+MI0G0wGKns1Yacsu0GjOFbTK0JFQ==",
          "dev": true
        },
        "p-finally": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
          "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=",
          "dev": true
        },
        "p-limit": {
          "version": "2.3.0",
          "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
          "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
          "requires": {
            "p-try": "^2.0.0"
          }
        },
        "p-locate": {
          "version": "3.0.0",
          "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"
          }
        },
        "p-try": {
          "version": "2.2.0",
          "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
    
        "parent-module": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
          "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
            "callsites": "^3.0.0"
          }
        },
        "parse-json": {
          "version": "5.1.0",
          "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.1.0.tgz",
          "integrity": "sha512-+mi/lmVVNKFNVyLXV31ERiy2CY5E1/F6QtJFEzoChPRwwngMNXRDQ9GJ5WdE2Z2P4AujsOi0/+2qHID68KwfIQ==",
          "requires": {
            "@babel/code-frame": "^7.0.0",
            "error-ex": "^1.3.1",
            "json-parse-even-better-errors": "^2.3.0",
            "lines-and-columns": "^1.1.6"
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "parse-node-version": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz",
          "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==",
          "dev": true
        },
    
        "parse-srcset": {
          "version": "1.0.2",
          "resolved": "https://registry.npmjs.org/parse-srcset/-/parse-srcset-1.0.2.tgz",
          "integrity": "sha1-8r0iH2zJcKk42IVWq8WJyqqiveE="
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "parse5-htmlparser2-tree-adapter": {
          "version": "6.0.1",
          "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz",
          "integrity": "sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==",
          "dev": true,
          "requires": {
            "parse5": "^6.0.1"
          },
          "dependencies": {
            "parse5": {
              "version": "6.0.1",
              "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
              "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
              "dev": true
            }
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "parseurl": {
          "version": "1.3.3",
          "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
          "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ=="
        },
        "pascalcase": {
          "version": "0.1.1",
          "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
          "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=",
          "dev": true
        },
    
        "passport": {
    
          "version": "0.6.0",
          "resolved": "https://registry.npmjs.org/passport/-/passport-0.6.0.tgz",
          "integrity": "sha512-0fe+p3ZnrWRW74fe8+SvCyf4a3Pb2/h7gFkQ8yTJpAO50gDzlfjZUZTO1k5Eg9kUct22OxHLqDZoKUWRHOh9ug==",
    
          "requires": {
            "passport-strategy": "1.x.x",
    
            "pause": "0.0.1",
            "utils-merge": "^1.0.1"
    
          }
        },
        "passport-jwt": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/passport-jwt/-/passport-jwt-4.0.0.tgz",
          "integrity": "sha512-BwC0n2GP/1hMVjR4QpnvqA61TxenUMlmfNjYNgK0ZAs0HK4SOQkHcSv4L328blNTLtHq7DbmvyNJiH+bn6C5Mg==",
          "requires": {
            "jsonwebtoken": "^8.2.0",
            "passport-strategy": "^1.0.0"
          }
        },
        "passport-local": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/passport-local/-/passport-local-1.0.0.tgz",
          "integrity": "sha1-H+YyaMkudWBmJkN+O5BmYsFbpu4=",
          "requires": {
            "passport-strategy": "1.x.x"
          }
        },
        "passport-strategy": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/passport-strategy/-/passport-strategy-1.0.0.tgz",
          "integrity": "sha1-tVOaqPwiWj0a0XlHbd8ja0QPUuQ="
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "path-exists": {
          "version": "3.0.0",
          "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU="
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
        "path-is-absolute": {
          "version": "1.0.1",
          "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
          "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
        },
        "path-key": {
          "version": "2.0.1",
          "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
          "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=",
          "dev": true
        },
        "path-parse": {
    
          "version": "1.0.7",
          "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
          "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
        "path-to-regexp": {
          "version": "3.2.0",
          "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-3.2.0.tgz",
          "integrity": "sha512-jczvQbCUS7XmS7o+y1aEO9OBVFeZBQ1MDSEqmO7xSoPgOPoowY/SxLpZ6Vh97/8qHZOteiCKb7gkG9gA2ZUxJA=="
        },
        "path-type": {
          "version": "4.0.0",
          "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
          "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
          "dev": true
        },
    
        "pause": {
          "version": "0.0.1",
          "resolved": "https://registry.npmjs.org/pause/-/pause-0.0.1.tgz",
    
          "integrity": "sha1-HUCLP9t2kjuVQ9lvtMnf1TXZy10="
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "pause-stream": {
          "version": "0.0.11",
          "resolved": "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz",
          "integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=",
          "dev": true,
          "requires": {
            "through": "~2.3"
          }
        },
        "pdfmake": {
    
          "version": "0.2.4",
          "resolved": "https://registry.npmjs.org/pdfmake/-/pdfmake-0.2.4.tgz",
          "integrity": "sha512-EM39waHUe/Dg1W9C3XqYbpx6tfhYyU14JHZlI1HaW0AUEY32GbkRBjDLGWo9f7z/k3ea6k1p9yyDrflnvtZS1A==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true,
          "requires": {
    
            "@foliojs-fork/linebreak": "^1.1.1",
            "@foliojs-fork/pdfkit": "^0.13.0",
            "iconv-lite": "^0.6.3",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
            "xmldoc": "^1.1.2"
          },
          "dependencies": {
            "iconv-lite": {
    
              "version": "0.6.3",
              "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
              "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
              "dev": true,
              "requires": {
                "safer-buffer": ">= 2.1.2 < 3.0.0"
              }
            }
          }
        },
    
        "picocolors": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
    
          "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        },
        "picomatch": {
    
          "version": "2.3.1",
          "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
    
          "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
          "dev": true
        },
        "pirates": {
          "version": "4.0.1",
          "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.1.tgz",
          "integrity": "sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA==",
          "dev": true,
          "requires": {
            "node-modules-regexp": "^1.0.0"
          }
        },
        "pluralize": {
          "version": "8.0.0",
          "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz",
          "integrity": "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==",
          "dev": true
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "png-js": {
          "version": "1.0.0",
          "resolved": "https://registry.npmjs.org/png-js/-/png-js-1.0.0.tgz",
          "integrity": "sha512-k+YsbhpA9e+EFfKjTCH3VW6aoKlyNYI6NYdTfDL4CIvFnvsuO84ttonmZE7rc+v23SLTH8XX+5w/Ak9v0xGY4g==",
          "dev": true
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "posix-character-classes": {
          "version": "0.1.1",
          "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
          "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=",
          "dev": true
        },
    
        "postcss": {
          "version": "8.4.5",
          "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.5.tgz",
          "integrity": "sha512-jBDboWM8qpaqwkMwItqTQTiFikhs/67OYVvblFFTM7MrZjt6yMKd6r2kgXizEbTTljacm4NldIlZnhbjr84QYg==",
          "requires": {
            "nanoid": "^3.1.30",
            "picocolors": "^1.0.0",
            "source-map-js": "^1.0.1"
          }
        },
    
    Hugo SUBTIL's avatar
    Hugo SUBTIL committed
        "prelude-ls": {
          "version": "1.2.1",
          "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
          "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
          "dev": true
        },
        "prettier": {
          "version": "2.1.2",
          "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.1.2.tgz",
          "integrity": "sha512-16c7K+x4qVlJg9rEbXl7HEGmQyZlG4R9AgP+oHKRMsMsuk8s+ATStlf1NpDqyBI1HpVyfjLOeMhH2LvuNvV5Vg==",
          "dev": true
        },
        "prettier-linter-helpers": {