Skip to content
Snippets Groups Projects
package-lock.json 1.31 MiB
Newer Older
Hugo SUBTIL's avatar
Hugo SUBTIL committed
{
  "name": "ram_server",
Hugo NOUTS's avatar
Hugo NOUTS committed
  "version": "1.9.1",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "lockfileVersion": 2,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "requires": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
  "packages": {
    "": {
      "name": "ram_server",
      "version": "1.8.0",
      "license": "MIT",
      "dependencies": {
        "@elastic/elasticsearch": "^7.12.0",
        "@nestjs/common": "^7.6.13",
        "@nestjs/config": "^0.6.3",
        "@nestjs/core": "^7.5.1",
        "@nestjs/elasticsearch": "^7.1.0",
        "@nestjs/jwt": "^7.2.0",
        "@nestjs/mongoose": "^7.1.0",
        "@nestjs/passport": "^7.1.5",
        "@nestjs/platform-express": "^7.5.1",
        "@nestjs/schedule": "^0.4.1",
        "@nestjs/swagger": "^4.7.5",
        "@tryghost/admin-api": "^1.3.8",
        "@types/bcrypt": "^3.0.0",
        "bcrypt": "^5.0.0",
        "class-transformer": "^0.3.1",
        "class-validator": "^0.12.2",
        "dotenv": "^8.2.0",
        "ejs": "^3.1.5",
        "form-data": "^3.0.0",
        "luxon": "^1.25.0",
        "migrate": "^1.7.0",
        "mongoose": "^5.10.15",
        "passport": "^0.4.1",
        "passport-jwt": "^4.0.0",
        "passport-local": "^1.0.0",
        "reflect-metadata": "^0.1.13",
        "rimraf": "^3.0.2",
        "rxjs": "^6.6.3",
        "standard-version": "^9.0.0",
        "swagger-ui-express": "^4.1.5"
      },
      "devDependencies": {
        "@compodoc/compodoc": "^1.1.11",
        "@nestjs/cli": "^7.5.1",
        "@nestjs/schematics": "^7.1.3",
        "@nestjs/testing": "^7.5.1",
        "@types/express": "^4.17.8",
        "@types/jest": "^26.0.15",
        "@types/mongoose": "^5.10.1",
        "@types/node": "^14.14.6",
        "@types/passport-local": "^1.0.33",
        "@types/supertest": "^2.0.10",
        "@typescript-eslint/eslint-plugin": "^4.6.1",
        "@typescript-eslint/parser": "^4.6.1",
        "eslint": "^7.12.1",
        "eslint-config-prettier": "^6.15.0",
        "eslint-plugin-prettier": "^3.1.4",
        "jest": "^26.6.3",
        "jest-junit": "^12.0.0",
        "nodemon": "^2.0.6",
        "prettier": "^2.1.2",
        "supertest": "^6.0.0",
        "ts-jest": "^26.4.3",
        "ts-loader": "^8.0.8",
        "ts-node": "^9.0.0",
        "tsconfig-paths": "^3.9.0",
        "typescript": "^4.0.5"
      }
    },
    "node_modules/@aduh95/viz.js": {
      "version": "3.4.0",
      "resolved": "https://registry.npmjs.org/@aduh95/viz.js/-/viz.js-3.4.0.tgz",
      "integrity": "sha512-KI2nVf9JdwWCXqK6RVf+9/096G7VWN4Z84mnynlyZKao2xQENW8WNEjLmvdlxS5X8PNWXFC1zqwm7tveOXw/4A==",
      "dev": true
    },
    "node_modules/@angular-devkit/core": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "10.0.7",
      "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-10.0.7.tgz",
      "integrity": "sha512-pXaZgsQ8LHpRx4QGAUYDE8GwBQLAtoqPh6oUCwRJwBExm5rl13OGPTBWewHiq0ysV/SnFXvOjxwAaHQvC1AgZw==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "ajv": "6.12.3",
        "fast-json-stable-stringify": "2.1.0",
        "magic-string": "0.25.7",
        "rxjs": "6.5.5",
        "source-map": "0.7.3"
      },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "engines": {
        "node": ">= 10.13.0",
        "npm": ">= 6.11.0",
        "yarn": ">= 1.13.0"
      }
    },
    "node_modules/@angular-devkit/core/node_modules/rxjs": {
      "version": "6.5.5",
      "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.5.tgz",
      "integrity": "sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "tslib": "^1.9.0"
      },
      "engines": {
        "npm": ">=2.0.0"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@angular-devkit/core/node_modules/tslib": {
      "version": "1.14.1",
      "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
      "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
      "dev": true
    },
    "node_modules/@angular-devkit/schematics": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "10.0.7",
      "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-10.0.7.tgz",
      "integrity": "sha512-eyyYPgpjtr3h7WbnNbkDubJ/p+8TgKU6abWd+NmBfTvyeHrpVFUYZabNRcdXwUDSVzfTQKdmLynIkESj/KROrg==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@angular-devkit/core": "10.0.7",
        "ora": "4.0.4",
        "rxjs": "6.5.5"
      },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "engines": {
        "node": ">= 10.13.0",
        "npm": ">= 6.11.0",
        "yarn": ">= 1.13.0"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@angular-devkit/schematics-cli": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "0.1000.7",
      "resolved": "https://registry.npmjs.org/@angular-devkit/schematics-cli/-/schematics-cli-0.1000.7.tgz",
      "integrity": "sha512-5zXO0WfyRySZudv2/EEC/UVfG75y7TGrdMfVZNc1WP0SB54psA0U3Z3jT+6Y9VjdjmXdxjVfybhuOzZ4I1fs0Q==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@angular-devkit/core": "10.0.7",
        "@angular-devkit/schematics": "10.0.7",
        "@schematics/schematics": "0.1000.7",
        "inquirer": "7.1.0",
        "minimist": "1.2.5",
        "rxjs": "6.5.5",
        "symbol-observable": "1.2.0"
      },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "bin": {
        "schematics": "bin/schematics.js"
      },
      "engines": {
        "node": ">= 10.13.0",
        "npm": ">= 6.11.0",
        "yarn": ">= 1.13.0"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@angular-devkit/schematics-cli/node_modules/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,
      "dependencies": {
        "color-convert": "^2.0.1"
      },
      "engines": {
        "node": ">=8"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@angular-devkit/schematics-cli/node_modules/chalk": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
      "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
        "ansi-styles": "^4.1.0",
        "supports-color": "^7.1.0"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@angular-devkit/schematics-cli/node_modules/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,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "color-name": "~1.1.4"
      },
      "engines": {
        "node": ">=7.0.0"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@angular-devkit/schematics-cli/node_modules/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
    },
    "node_modules/@angular-devkit/schematics-cli/node_modules/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,
      "engines": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "node": ">=8"
      }
    },
    "node_modules/@angular-devkit/schematics-cli/node_modules/inquirer": {
      "version": "7.1.0",
      "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-7.1.0.tgz",
      "integrity": "sha512-5fJMWEmikSYu0nv/flMc475MhGbB7TSPd/2IpFV4I4rMklboCH2rQjYY5kKiYGHqUF9gvaambupcJFFG9dvReg==",
      "dev": true,
      "dependencies": {
        "ansi-escapes": "^4.2.1",
        "chalk": "^3.0.0",
        "cli-cursor": "^3.1.0",
        "cli-width": "^2.0.0",
        "external-editor": "^3.0.3",
        "figures": "^3.0.0",
        "lodash": "^4.17.15",
        "mute-stream": "0.0.8",
        "run-async": "^2.4.0",
        "rxjs": "^6.5.3",
        "string-width": "^4.1.0",
        "strip-ansi": "^6.0.0",
        "through": "^2.3.6"
      },
      "engines": {
        "node": ">=6.0.0"
      }
    },
    "node_modules/@angular-devkit/schematics-cli/node_modules/rxjs": {
      "version": "6.5.5",
      "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.5.tgz",
      "integrity": "sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ==",
      "dev": true,
      "dependencies": {
        "tslib": "^1.9.0"
      },
      "engines": {
        "npm": ">=2.0.0"
      }
    },
    "node_modules/@angular-devkit/schematics-cli/node_modules/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,
      "dependencies": {
        "has-flag": "^4.0.0"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@angular-devkit/schematics-cli/node_modules/tslib": {
      "version": "1.14.1",
      "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
      "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
      "dev": true
    },
    "node_modules/@angular-devkit/schematics/node_modules/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,
      "dependencies": {
        "color-convert": "^2.0.1"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@angular-devkit/schematics/node_modules/chalk": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
      "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
      "dev": true,
      "dependencies": {
        "ansi-styles": "^4.1.0",
        "supports-color": "^7.1.0"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@angular-devkit/schematics/node_modules/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,
      "dependencies": {
        "color-name": "~1.1.4"
      },
      "engines": {
        "node": ">=7.0.0"
      }
    },
    "node_modules/@angular-devkit/schematics/node_modules/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
    },
    "node_modules/@angular-devkit/schematics/node_modules/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,
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@angular-devkit/schematics/node_modules/ora": {
      "version": "4.0.4",
      "resolved": "https://registry.npmjs.org/ora/-/ora-4.0.4.tgz",
      "integrity": "sha512-77iGeVU1cIdRhgFzCK8aw1fbtT1B/iZAvWjS+l/o1x0RShMgxHUZaD2yDpWsNCPwXg9z1ZA78Kbdvr8kBmG/Ww==",
      "dev": true,
      "dependencies": {
        "chalk": "^3.0.0",
        "cli-cursor": "^3.1.0",
        "cli-spinners": "^2.2.0",
        "is-interactive": "^1.0.0",
        "log-symbols": "^3.0.0",
        "mute-stream": "0.0.8",
        "strip-ansi": "^6.0.0",
        "wcwidth": "^1.0.1"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@angular-devkit/schematics/node_modules/rxjs": {
      "version": "6.5.5",
      "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.5.tgz",
      "integrity": "sha512-WfQI+1gohdf0Dai/Bbmk5L5ItH5tYqm3ki2c5GdWhKjalzjg93N3avFjVStyZZz+A2Em+ZxKH5bNghw9UeylGQ==",
      "dev": true,
      "dependencies": {
        "tslib": "^1.9.0"
      },
      "engines": {
        "npm": ">=2.0.0"
      }
    },
    "node_modules/@angular-devkit/schematics/node_modules/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,
      "dependencies": {
        "has-flag": "^4.0.0"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@angular-devkit/schematics/node_modules/tslib": {
      "version": "1.14.1",
      "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
      "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
      "dev": true
    },
    "node_modules/@babel/code-frame": {
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.10.4.tgz",
      "integrity": "sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==",
      "dependencies": {
        "@babel/highlight": "^7.10.4"
      }
    },
    "node_modules/@babel/core": {
      "version": "7.12.3",
      "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.3.tgz",
      "integrity": "sha512-0qXcZYKZp3/6N2jKYVxZv0aNCsxTSVCiK72DTiTYZAu7sjg73W0/aynWjMbiGd87EQL4WyA8reiJVh92AVla9g==",
      "dev": true,
      "dependencies": {
        "@babel/code-frame": "^7.10.4",
        "@babel/generator": "^7.12.1",
        "@babel/helper-module-transforms": "^7.12.1",
        "@babel/helpers": "^7.12.1",
        "@babel/parser": "^7.12.3",
        "@babel/template": "^7.10.4",
        "@babel/traverse": "^7.12.1",
        "@babel/types": "^7.12.1",
        "convert-source-map": "^1.7.0",
        "debug": "^4.1.0",
        "gensync": "^1.0.0-beta.1",
        "json5": "^2.1.2",
        "lodash": "^4.17.19",
        "resolve": "^1.3.2",
        "semver": "^5.4.1",
        "source-map": "^0.5.0"
      },
      "engines": {
        "node": ">=6.9.0"
      }
    },
    "node_modules/@babel/core/node_modules/debug": {
      "version": "4.2.0",
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz",
      "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==",
      "dev": true,
      "dependencies": {
        "ms": "2.1.2"
      },
      "engines": {
        "node": ">=6.0"
      }
    },
    "node_modules/@babel/core/node_modules/json5": {
      "version": "2.1.3",
      "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz",
      "integrity": "sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA==",
      "dev": true,
      "dependencies": {
        "minimist": "^1.2.5"
      },
      "bin": {
        "json5": "lib/cli.js"
      },
      "engines": {
        "node": ">=6"
      }
    },
    "node_modules/@babel/core/node_modules/ms": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
      "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
      "dev": true
    },
    "node_modules/@babel/core/node_modules/semver": {
      "version": "5.7.1",
      "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
      "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
      "dev": true,
      "bin": {
        "semver": "bin/semver"
      }
    },
    "node_modules/@babel/core/node_modules/source-map": {
      "version": "0.5.7",
      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
      "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/@babel/generator": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.12.5",
      "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.12.5.tgz",
      "integrity": "sha512-m16TQQJ8hPt7E+OS/XVQg/7U184MLXtvuGbCdA7na61vha+ImkyyNM/9DDA0unYCVZn3ZOhng+qz48/KBOT96A==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/types": "^7.12.5",
        "jsesc": "^2.5.1",
        "source-map": "^0.5.0"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/generator/node_modules/source-map": {
      "version": "0.5.7",
      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
      "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/@babel/helper-function-name": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.10.4.tgz",
      "integrity": "sha512-YdaSyz1n8gY44EmN7x44zBn9zQ1Ry2Y+3GTA+3vH6Mizke1Vw0aWDM66FOYEPw8//qKkmqOckrGgTYa+6sceqQ==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/helper-get-function-arity": "^7.10.4",
        "@babel/template": "^7.10.4",
        "@babel/types": "^7.10.4"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/helper-get-function-arity": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.10.4.tgz",
      "integrity": "sha512-EkN3YDB+SRDgiIUnNgcmiD361ti+AVbL3f3Henf6dqqUyr5dMsorno0lJWJuLhDhkI5sYEpgj6y9kB8AOU1I2A==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/types": "^7.10.4"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/helper-member-expression-to-functions": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.12.1.tgz",
      "integrity": "sha512-k0CIe3tXUKTRSoEx1LQEPFU9vRQfqHtl+kf8eNnDqb4AUJEy5pz6aIiog+YWtVm2jpggjS1laH68bPsR+KWWPQ==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/types": "^7.12.1"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/helper-module-imports": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.12.5",
      "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.12.5.tgz",
      "integrity": "sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/types": "^7.12.5"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/helper-module-transforms": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.12.1.tgz",
      "integrity": "sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/helper-module-imports": "^7.12.1",
        "@babel/helper-replace-supers": "^7.12.1",
        "@babel/helper-simple-access": "^7.12.1",
        "@babel/helper-split-export-declaration": "^7.11.0",
        "@babel/helper-validator-identifier": "^7.10.4",
        "@babel/template": "^7.10.4",
        "@babel/traverse": "^7.12.1",
        "@babel/types": "^7.12.1",
        "lodash": "^4.17.19"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/helper-optimise-call-expression": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz",
      "integrity": "sha512-n3UGKY4VXwXThEiKrgRAoVPBMqeoPgHVqiHZOanAJCG9nQUL2pLRQirUzl0ioKclHGpGqRgIOkgcIJaIWLpygg==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/types": "^7.10.4"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/helper-plugin-utils": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.10.4.tgz",
      "integrity": "sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg==",
      "dev": true
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/helper-replace-supers": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.12.5",
      "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.12.5.tgz",
      "integrity": "sha512-5YILoed0ZyIpF4gKcpZitEnXEJ9UoDRki1Ey6xz46rxOzfNMAhVIJMoune1hmPVxh40LRv1+oafz7UsWX+vyWA==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/helper-member-expression-to-functions": "^7.12.1",
        "@babel/helper-optimise-call-expression": "^7.10.4",
        "@babel/traverse": "^7.12.5",
        "@babel/types": "^7.12.5"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/helper-simple-access": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.12.1.tgz",
      "integrity": "sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/types": "^7.12.1"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/helper-split-export-declaration": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.11.0",
      "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.11.0.tgz",
      "integrity": "sha512-74Vejvp6mHkGE+m+k5vHY93FX2cAtrw1zXrZXRlG4l410Nm9PxfEiVTn1PjDPV5SnmieiueY4AFg2xqhNFuuZg==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/types": "^7.11.0"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/helper-validator-identifier": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.4.tgz",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "integrity": "sha512-3U9y+43hz7ZM+rzG24Qe2mufW5KhvFg/NhnNph+i9mgCtdTCtMJuI1TMkrIUiK7Ix4PYlRF9I5dhqaLYA/ADXw=="
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/helpers": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.12.5",
      "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.12.5.tgz",
      "integrity": "sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/template": "^7.10.4",
        "@babel/traverse": "^7.12.5",
        "@babel/types": "^7.12.5"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/highlight": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.10.4.tgz",
      "integrity": "sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA==",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/helper-validator-identifier": "^7.10.4",
        "chalk": "^2.0.0",
        "js-tokens": "^4.0.0"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/parser": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.12.5",
      "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.12.5.tgz",
      "integrity": "sha512-FVM6RZQ0mn2KCf1VUED7KepYeUWoVShczewOCfm3nzoBybaih51h+sYVVGthW9M6lPByEPTQf+xm27PBdlpwmQ==",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dev": true,
      "bin": {
        "parser": "bin/babel-parser.js"
      },
      "engines": {
        "node": ">=6.0.0"
      }
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/plugin-syntax-async-generators": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.8.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
      "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/helper-plugin-utils": "^7.8.0"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/plugin-syntax-bigint": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
      "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/helper-plugin-utils": "^7.8.0"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/plugin-syntax-class-properties": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.1.tgz",
      "integrity": "sha512-U40A76x5gTwmESz+qiqssqmeEsKvcSyvtgktrm0uzcARAmM9I1jR221f6Oq+GmHrcD+LvZDag1UTOTe2fL3TeA==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/helper-plugin-utils": "^7.10.4"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/plugin-syntax-import-meta": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
      "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/helper-plugin-utils": "^7.10.4"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/plugin-syntax-json-strings": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
      "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/helper-plugin-utils": "^7.8.0"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
      "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/helper-plugin-utils": "^7.10.4"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
      "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/helper-plugin-utils": "^7.8.0"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/plugin-syntax-numeric-separator": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
      "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/helper-plugin-utils": "^7.10.4"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/plugin-syntax-object-rest-spread": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
      "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/helper-plugin-utils": "^7.8.0"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/plugin-syntax-optional-catch-binding": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
      "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/helper-plugin-utils": "^7.8.0"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/plugin-syntax-optional-chaining": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.8.3",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
      "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/helper-plugin-utils": "^7.8.0"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/plugin-syntax-top-level-await": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.12.1",
      "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.12.1.tgz",
      "integrity": "sha512-i7ooMZFS+a/Om0crxZodrTzNEPJHZrlMVGMTEpFAj6rYY/bKCddB0Dk/YxfPuYXOopuhKk/e1jV6h+WUU9XN3A==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/helper-plugin-utils": "^7.10.4"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/runtime": {
      "version": "7.14.0",
      "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz",
      "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==",
      "dev": true,
      "dependencies": {
        "regenerator-runtime": "^0.13.4"
      }
    },
    "node_modules/@babel/template": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.10.4",
      "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.10.4.tgz",
      "integrity": "sha512-ZCjD27cGJFUB6nmCB1Enki3r+L5kJveX9pq1SvAUKoICy6CZ9yD8xO086YXdYhvNjBdnekm4ZnaP5yC8Cs/1tA==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/code-frame": "^7.10.4",
        "@babel/parser": "^7.10.4",
        "@babel/types": "^7.10.4"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/traverse": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.12.5",
      "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.12.5.tgz",
      "integrity": "sha512-xa15FbQnias7z9a62LwYAA5SZZPkHIXpd42C6uW68o8uTuua96FHZy1y61Va5P/i83FAAcMpW8+A/QayntzuqA==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/code-frame": "^7.10.4",
        "@babel/generator": "^7.12.5",
        "@babel/helper-function-name": "^7.10.4",
        "@babel/helper-split-export-declaration": "^7.11.0",
        "@babel/parser": "^7.12.5",
        "@babel/types": "^7.12.5",
        "debug": "^4.1.0",
        "globals": "^11.1.0",
        "lodash": "^4.17.19"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
    "node_modules/@babel/traverse/node_modules/debug": {
      "version": "4.2.0",
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz",
      "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "ms": "2.1.2"
      },
      "engines": {
        "node": ">=6.0"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@babel/traverse/node_modules/globals": {
      "version": "11.12.0",
      "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
      "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
      "dev": true,
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/@babel/traverse/node_modules/ms": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
      "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
      "dev": true
    },
    "node_modules/@babel/types": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.12.5",
      "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.12.5.tgz",
      "integrity": "sha512-gyTcvz7JFa4V45C0Zklv//GmFOAal5fL23OWpBLqc4nZ4Yrz67s4kCNwSK1Gu0MXGTU8mRY3zJYtacLdKXlzig==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/helper-validator-identifier": "^7.10.4",
        "lodash": "^4.17.19",
        "to-fast-properties": "^2.0.0"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@bcoe/v8-coverage": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "0.2.3",
      "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
      "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
      "dev": true
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@cnakazawa/watch": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "1.0.4",
      "resolved": "https://registry.npmjs.org/@cnakazawa/watch/-/watch-1.0.4.tgz",
      "integrity": "sha512-v9kIhKwjeZThiWrLmj0y17CWoyddASLj9O2yvbZkbvw/N3rWOYy9zkV66ursAoVr0mV15bL8g0c4QZUE6cdDoQ==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "exec-sh": "^0.3.2",
        "minimist": "^1.2.0"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      },
      "bin": {
        "watch": "cli.js"
      },
      "engines": {
        "node": ">=0.1.95"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@compodoc/compodoc": {
      "version": "1.1.11",
      "resolved": "https://registry.npmjs.org/@compodoc/compodoc/-/compodoc-1.1.11.tgz",
      "integrity": "sha512-3PGTf64Eug1SIcdQole2KkVftBMFjKzecBytLHy4+MQYcblAQM0O3a4GoxuWwN7cTawVq4eqSJTtf6My1I/oHA==",
      "dev": true,
      "hasInstallScript": true,
      "dependencies": {
        "@compodoc/ngd-transformer": "^2.0.0",
        "chalk": "^2.4.2",
        "cheerio": "^1.0.0-rc.3",
        "chokidar": "^3.1.1",
        "colors": "^1.4.0",
        "commander": "^3.0.2",
        "cosmiconfig": "^5.2.1",
        "decache": "^4.5.1",
        "fancy-log": "^1.3.3",
        "findit2": "^2.2.3",
        "fs-extra": "^8.0.1",
        "glob": "^7.1.4",
        "handlebars": "^4.3.3",
        "html-entities": "^1.2.1",
        "i18next": "^17.0.16",
        "inside": "^1.0.0",
        "json5": "^2.1.0",
        "live-server": "^1.2.1",
        "lodash": "^4.17.15",
        "loglevel": "^1.6.4",
        "loglevel-plugin-prefix": "^0.8.4",
        "lunr": "^2.3.6",
        "marked": "^0.7.0",
        "minimist": "^1.2.0",
        "opencollective-postinstall": "^2.0.2",
        "os-name": "^3.1.0",
        "pdfmake": "^0.1.60",
        "semver": "^6.3.0",
        "traverse": "^0.6.6",
        "ts-simple-ast": "12.4.0",
        "uuid": "^3.3.3"
      },
      "bin": {
        "compodoc": "bin/index-cli.js"
      },
      "engines": {
        "node": ">= 8.0.0"
      }
    },
    "node_modules/@compodoc/compodoc/node_modules/commander": {
      "version": "3.0.2",
      "resolved": "https://registry.npmjs.org/commander/-/commander-3.0.2.tgz",
      "integrity": "sha512-Gar0ASD4BDyKC4hl4DwHqDrmvjoxWKZigVnAbn5H1owvm4CxCPdb0HQDehwNYMJpla5+M2tPmPARzhtYuwpHow==",
      "dev": true
    },
    "node_modules/@compodoc/compodoc/node_modules/cosmiconfig": {
      "version": "5.2.1",
      "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-5.2.1.tgz",
      "integrity": "sha512-H65gsXo1SKjf8zmrJ67eJk8aIRKV5ff2D4uKZIBZShbhGSpEmsQOPW/SKMKYhSTrqR7ufy6RP69rPogdaPh/kA==",
      "dev": true,
      "dependencies": {
        "import-fresh": "^2.0.0",
        "is-directory": "^0.3.1",
        "js-yaml": "^3.13.1",
        "parse-json": "^4.0.0"
      },
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/@compodoc/compodoc/node_modules/fs-extra": {
      "version": "8.1.0",
      "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
      "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
      "dev": true,
      "dependencies": {
        "graceful-fs": "^4.2.0",
        "jsonfile": "^4.0.0",
        "universalify": "^0.1.0"
      },
      "engines": {
        "node": ">=6 <7 || >=8"
      }
    },
    "node_modules/@compodoc/compodoc/node_modules/import-fresh": {
      "version": "2.0.0",
      "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-2.0.0.tgz",
      "integrity": "sha1-2BNVwVYS04bGH53dOSLUMEgipUY=",
      "dev": true,
      "dependencies": {
        "caller-path": "^2.0.0",
        "resolve-from": "^3.0.0"
      },
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/@compodoc/compodoc/node_modules/json5": {
      "version": "2.2.0",
      "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz",
      "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==",
      "dev": true,
      "dependencies": {
        "minimist": "^1.2.5"
      },
      "bin": {
        "json5": "lib/cli.js"
      },
      "engines": {
        "node": ">=6"
      }
    },
    "node_modules/@compodoc/compodoc/node_modules/jsonfile": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
      "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
      "dev": true,
      "optionalDependencies": {
        "graceful-fs": "^4.1.6"
      }
    },
    "node_modules/@compodoc/compodoc/node_modules/parse-json": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-4.0.0.tgz",
      "integrity": "sha1-vjX1Qlvh9/bHRxhPmKeIy5lHfuA=",
      "dev": true,
      "dependencies": {
        "error-ex": "^1.3.1",
        "json-parse-better-errors": "^1.0.1"
      },
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/@compodoc/compodoc/node_modules/resolve-from": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-3.0.0.tgz",
      "integrity": "sha1-six699nWiBvItuZTM17rywoYh0g=",
      "dev": true,
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/@compodoc/compodoc/node_modules/semver": {
      "version": "6.3.0",
      "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
      "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
      "dev": true,
      "bin": {
        "semver": "bin/semver.js"
      }
    },
    "node_modules/@compodoc/compodoc/node_modules/universalify": {
      "version": "0.1.2",
      "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
      "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
      "dev": true,
      "engines": {
        "node": ">= 4.0.0"
      }
    },
    "node_modules/@compodoc/compodoc/node_modules/uuid": {
      "version": "3.4.0",
      "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
      "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
      "dev": true,
      "bin": {
        "uuid": "bin/uuid"
      }
    },
    "node_modules/@compodoc/ngd-core": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/@compodoc/ngd-core/-/ngd-core-2.1.0.tgz",
      "integrity": "sha512-nyBH7J7SJJ2AV6OeZhJ02kRtVB7ALnZJKgShjoL9CNmOFEj8AkdhP9qTBIgjaDrbsW5pF4nx32KQL2fT7RFnqw==",
      "dev": true,
      "dependencies": {
        "ansi-colors": "^4.1.1",
        "fancy-log": "^1.3.3",
        "typescript": "^4.0.3"
      },
      "engines": {
        "node": ">= 10.0.0"
      }
    },
    "node_modules/@compodoc/ngd-transformer": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/@compodoc/ngd-transformer/-/ngd-transformer-2.1.0.tgz",
      "integrity": "sha512-Jo4VCMzIUtgIAdRmhHhOoRRE01gCjc5CyrUERRx0VgEzkkCm1Wmu/XHSsQP6tSpCYHBjERghqaDqH5DabkR2oQ==",
      "dev": true,
      "dependencies": {
        "@aduh95/viz.js": "^3.1.0",
        "@compodoc/ngd-core": "~2.1.0",
        "dot": "^1.1.3",
        "fs-extra": "^9.0.1"
      },
      "engines": {
        "node": ">= 10.0.0"
      }
    },
    "node_modules/@dsherret/to-absolute-glob": {
      "version": "2.0.2",
      "resolved": "https://registry.npmjs.org/@dsherret/to-absolute-glob/-/to-absolute-glob-2.0.2.tgz",
      "integrity": "sha1-H2R13IvZdM6gei2vOGSzF7HdMyw=",
      "dev": true,
      "dependencies": {
        "is-absolute": "^1.0.0",
        "is-negated-glob": "^1.0.0"
      },
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/@elastic/elasticsearch": {
      "version": "7.12.0",
      "resolved": "https://registry.npmjs.org/@elastic/elasticsearch/-/elasticsearch-7.12.0.tgz",
      "integrity": "sha512-GquUEytCijFRPEk3DKkkDdyhspB3qbucVQOwih9uNyz3iz804I+nGBUsFo2LwVvLQmQfEM0IY2+yoYfEz5wMug==",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
        "debug": "^4.3.1",
        "hpagent": "^0.1.1",
        "ms": "^2.1.3",
        "pump": "^3.0.0",
        "secure-json-parse": "^2.3.1"
      },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "engines": {
        "node": ">=10"
      }
    },
    "node_modules/@elastic/elasticsearch/node_modules/debug": {
      "version": "4.3.1",
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.1.tgz",
      "integrity": "sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ==",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "ms": "2.1.2"
      },
      "engines": {
        "node": ">=6.0"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@elastic/elasticsearch/node_modules/debug/node_modules/ms": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
      "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
    },
    "node_modules/@elastic/elasticsearch/node_modules/ms": {
      "version": "2.1.3",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
      "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA=="
    },
    "node_modules/@eslint/eslintrc": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "0.2.1",
      "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-0.2.1.tgz",
      "integrity": "sha512-XRUeBZ5zBWLYgSANMpThFddrZZkEbGHgUdt5UJjZfnlN9BGCiUBrf+nvbRupSjMvqzwnQN0qwCmOxITt1cfywA==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "ajv": "^6.12.4",
        "debug": "^4.1.1",
        "espree": "^7.3.0",
        "globals": "^12.1.0",
        "ignore": "^4.0.6",
        "import-fresh": "^3.2.1",
        "js-yaml": "^3.13.1",
        "lodash": "^4.17.19",
        "minimatch": "^3.0.4",
        "strip-json-comments": "^3.1.1"
      },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "engines": {
        "node": "^10.12.0 || >=12.0.0"
      }
    },
    "node_modules/@eslint/eslintrc/node_modules/ajv": {
      "version": "6.12.6",
      "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
      "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "fast-deep-equal": "^3.1.1",
        "fast-json-stable-stringify": "^2.0.0",
        "json-schema-traverse": "^0.4.1",
        "uri-js": "^4.2.2"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@eslint/eslintrc/node_modules/debug": {
      "version": "4.2.0",
      "resolved": "https://registry.npmjs.org/debug/-/debug-4.2.0.tgz",
      "integrity": "sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==",
      "dev": true,
      "dependencies": {
        "ms": "2.1.2"
      },
      "engines": {
        "node": ">=6.0"
      }
    },
    "node_modules/@eslint/eslintrc/node_modules/ignore": {
      "version": "4.0.6",
      "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
      "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
      "dev": true,
      "engines": {
        "node": ">= 4"
      }
    },
    "node_modules/@eslint/eslintrc/node_modules/ms": {
      "version": "2.1.2",
      "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
      "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
      "dev": true
    },
    "node_modules/@istanbuljs/load-nyc-config": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "1.1.0",
      "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
      "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "camelcase": "^5.3.1",
        "find-up": "^4.1.0",
        "get-package-type": "^0.1.0",
        "js-yaml": "^3.13.1",
        "resolve-from": "^5.0.0"
      },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": {
      "version": "4.1.0",
      "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
      "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "locate-path": "^5.0.0",
        "path-exists": "^4.0.0"
      },
      "engines": {
        "node": ">=8"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": {
      "version": "5.0.0",
      "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
      "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
      "dev": true,
      "dependencies": {
        "p-locate": "^4.1.0"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": {
      "version": "4.1.0",
      "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
      "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
      "dev": true,
      "dependencies": {
        "p-limit": "^2.2.0"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@istanbuljs/load-nyc-config/node_modules/path-exists": {
      "version": "4.0.0",
      "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
      "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
      "dev": true,
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": {
      "version": "5.0.0",
      "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
      "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
      "dev": true,
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@istanbuljs/schema": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "0.1.2",
      "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.2.tgz",
      "integrity": "sha512-tsAQNx32a8CoFhjhijUIhI4kccIAgmGhy8LZMZgGfmXcpMbPRUqn5LWmgRttILi6yeGmBJd2xsPkFMs0PzgPCw==",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dev": true,
      "engines": {
        "node": ">=8"
      }
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@jest/console": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "26.6.2",
      "resolved": "https://registry.npmjs.org/@jest/console/-/console-26.6.2.tgz",
      "integrity": "sha512-IY1R2i2aLsLr7Id3S6p2BA82GNWryt4oSvEXLAKc+L2zdi89dSkE8xC1C+0kpATG4JhBJREnQOH7/zmccM2B0g==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@jest/types": "^26.6.2",
        "@types/node": "*",
        "chalk": "^4.0.0",
        "jest-message-util": "^26.6.2",
        "jest-util": "^26.6.2",
        "slash": "^3.0.0"
      },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "engines": {
        "node": ">= 10.14.2"
      }
    },
    "node_modules/@jest/console/node_modules/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,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "color-convert": "^2.0.1"
      },
      "engines": {
        "node": ">=8"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@jest/console/node_modules/chalk": {
      "version": "4.1.0",
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
      "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
      "dev": true,
      "dependencies": {
        "ansi-styles": "^4.1.0",
        "supports-color": "^7.1.0"
      },
      "engines": {
        "node": ">=10"
      }
    },
    "node_modules/@jest/console/node_modules/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,
      "dependencies": {
        "color-name": "~1.1.4"
      },
      "engines": {
        "node": ">=7.0.0"
      }
    },
    "node_modules/@jest/console/node_modules/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
    },
    "node_modules/@jest/console/node_modules/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,
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@jest/console/node_modules/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,
      "dependencies": {
        "has-flag": "^4.0.0"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@jest/core": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "26.6.3",
      "resolved": "https://registry.npmjs.org/@jest/core/-/core-26.6.3.tgz",
      "integrity": "sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@jest/console": "^26.6.2",
        "@jest/reporters": "^26.6.2",
        "@jest/test-result": "^26.6.2",
        "@jest/transform": "^26.6.2",
        "@jest/types": "^26.6.2",
        "@types/node": "*",
        "ansi-escapes": "^4.2.1",
        "chalk": "^4.0.0",
        "exit": "^0.1.2",
        "graceful-fs": "^4.2.4",
        "jest-changed-files": "^26.6.2",
        "jest-config": "^26.6.3",
        "jest-haste-map": "^26.6.2",
        "jest-message-util": "^26.6.2",
        "jest-regex-util": "^26.0.0",
        "jest-resolve": "^26.6.2",
        "jest-resolve-dependencies": "^26.6.3",
        "jest-runner": "^26.6.3",
        "jest-runtime": "^26.6.3",
        "jest-snapshot": "^26.6.2",
        "jest-util": "^26.6.2",
        "jest-validate": "^26.6.2",
        "jest-watcher": "^26.6.2",
        "micromatch": "^4.0.2",
        "p-each-series": "^2.1.0",
        "rimraf": "^3.0.0",
        "slash": "^3.0.0",
        "strip-ansi": "^6.0.0"
      },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "engines": {
        "node": ">= 10.14.2"
      }
    },
    "node_modules/@jest/core/node_modules/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,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "color-convert": "^2.0.1"
      },
      "engines": {
        "node": ">=8"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@jest/core/node_modules/chalk": {
      "version": "4.1.0",
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
      "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
      "dev": true,
      "dependencies": {
        "ansi-styles": "^4.1.0",
        "supports-color": "^7.1.0"
      },
      "engines": {
        "node": ">=10"
      }
    },
    "node_modules/@jest/core/node_modules/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,
      "dependencies": {
        "color-name": "~1.1.4"
      },
      "engines": {
        "node": ">=7.0.0"
      }
    },
    "node_modules/@jest/core/node_modules/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
    },
    "node_modules/@jest/core/node_modules/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,
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@jest/core/node_modules/micromatch": {
      "version": "4.0.2",
      "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz",
      "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==",
      "dev": true,
      "dependencies": {
        "braces": "^3.0.1",
        "picomatch": "^2.0.5"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@jest/core/node_modules/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,
      "dependencies": {
        "has-flag": "^4.0.0"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@jest/create-cache-key-function": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "26.6.2",
      "resolved": "https://registry.npmjs.org/@jest/create-cache-key-function/-/create-cache-key-function-26.6.2.tgz",
      "integrity": "sha512-LgEuqU1f/7WEIPYqwLPIvvHuc1sB6gMVbT6zWhin3txYUNYK/kGQrC1F2WR4gR34YlI9bBtViTm5z98RqVZAaw==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@jest/types": "^26.6.2"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      },
      "engines": {
        "node": ">= 10.14.2"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@jest/environment": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "26.6.2",
      "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-26.6.2.tgz",
      "integrity": "sha512-nFy+fHl28zUrRsCeMB61VDThV1pVTtlEokBRgqPrcT1JNq4yRNIyTHfyht6PqtUvY9IsuLGTrbG8kPXjSZIZwA==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@jest/fake-timers": "^26.6.2",
        "@jest/types": "^26.6.2",
        "@types/node": "*",
        "jest-mock": "^26.6.2"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      },
      "engines": {
        "node": ">= 10.14.2"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@jest/fake-timers": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "26.6.2",
      "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-26.6.2.tgz",
      "integrity": "sha512-14Uleatt7jdzefLPYM3KLcnUl1ZNikaKq34enpb5XG9i81JpppDb5muZvonvKyrl7ftEHkKS5L5/eB/kxJ+bvA==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@jest/types": "^26.6.2",
        "@sinonjs/fake-timers": "^6.0.1",
        "@types/node": "*",
        "jest-message-util": "^26.6.2",
        "jest-mock": "^26.6.2",
        "jest-util": "^26.6.2"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      },
      "engines": {
        "node": ">= 10.14.2"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@jest/globals": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "26.6.2",
      "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-26.6.2.tgz",
      "integrity": "sha512-85Ltnm7HlB/KesBUuALwQ68YTU72w9H2xW9FjZ1eL1U3lhtefjjl5c2MiUbpXt/i6LaPRvoOFJ22yCBSfQ0JIA==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@jest/environment": "^26.6.2",
        "@jest/types": "^26.6.2",
        "expect": "^26.6.2"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      },
      "engines": {
        "node": ">= 10.14.2"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@jest/reporters": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "26.6.2",
      "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-26.6.2.tgz",
      "integrity": "sha512-h2bW53APG4HvkOnVMo8q3QXa6pcaNt1HkwVsOPMBV6LD/q9oSpxNSYZQYkAnjdMjrJ86UuYeLo+aEZClV6opnw==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@bcoe/v8-coverage": "^0.2.3",
        "@jest/console": "^26.6.2",
        "@jest/test-result": "^26.6.2",
        "@jest/transform": "^26.6.2",
        "@jest/types": "^26.6.2",
        "chalk": "^4.0.0",
        "collect-v8-coverage": "^1.0.0",
        "exit": "^0.1.2",
        "glob": "^7.1.2",
        "graceful-fs": "^4.2.4",
        "istanbul-lib-coverage": "^3.0.0",
        "istanbul-lib-instrument": "^4.0.3",
        "istanbul-lib-report": "^3.0.0",
        "istanbul-lib-source-maps": "^4.0.0",
        "istanbul-reports": "^3.0.2",
        "jest-haste-map": "^26.6.2",
        "jest-resolve": "^26.6.2",
        "jest-util": "^26.6.2",
        "jest-worker": "^26.6.2",
        "slash": "^3.0.0",
        "source-map": "^0.6.0",
        "string-length": "^4.0.1",
        "terminal-link": "^2.0.0",
        "v8-to-istanbul": "^7.0.0"
      },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "engines": {
        "node": ">= 10.14.2"
      },
      "optionalDependencies": {
        "node-notifier": "^8.0.0"
      }
    },
    "node_modules/@jest/reporters/node_modules/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,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "color-convert": "^2.0.1"
      },
      "engines": {
        "node": ">=8"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@jest/reporters/node_modules/chalk": {
      "version": "4.1.0",
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
      "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
      "dev": true,
      "dependencies": {
        "ansi-styles": "^4.1.0",
        "supports-color": "^7.1.0"
      },
      "engines": {
        "node": ">=10"
      }
    },
    "node_modules/@jest/reporters/node_modules/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,
      "dependencies": {
        "color-name": "~1.1.4"
      },
      "engines": {
        "node": ">=7.0.0"
      }
    },
    "node_modules/@jest/reporters/node_modules/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
    },
    "node_modules/@jest/reporters/node_modules/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,
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@jest/reporters/node_modules/source-map": {
      "version": "0.6.1",
      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
      "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/@jest/reporters/node_modules/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,
      "dependencies": {
        "has-flag": "^4.0.0"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@jest/source-map": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "26.6.2",
      "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-26.6.2.tgz",
      "integrity": "sha512-YwYcCwAnNmOVsZ8mr3GfnzdXDAl4LaenZP5z+G0c8bzC9/dugL8zRmxZzdoTl4IaS3CryS1uWnROLPFmb6lVvA==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "callsites": "^3.0.0",
        "graceful-fs": "^4.2.4",
        "source-map": "^0.6.0"
      },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "engines": {
        "node": ">= 10.14.2"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@jest/source-map/node_modules/source-map": {
      "version": "0.6.1",
      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
      "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/@jest/test-result": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "26.6.2",
      "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-26.6.2.tgz",
      "integrity": "sha512-5O7H5c/7YlojphYNrK02LlDIV2GNPYisKwHm2QTKjNZeEzezCbwYs9swJySv2UfPMyZ0VdsmMv7jIlD/IKYQpQ==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@jest/console": "^26.6.2",
        "@jest/types": "^26.6.2",
        "@types/istanbul-lib-coverage": "^2.0.0",
        "collect-v8-coverage": "^1.0.0"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      },
      "engines": {
        "node": ">= 10.14.2"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@jest/test-sequencer": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "26.6.3",
      "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-26.6.3.tgz",
      "integrity": "sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@jest/test-result": "^26.6.2",
        "graceful-fs": "^4.2.4",
        "jest-haste-map": "^26.6.2",
        "jest-runner": "^26.6.3",
        "jest-runtime": "^26.6.3"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      },
      "engines": {
        "node": ">= 10.14.2"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@jest/transform": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "26.6.2",
      "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-26.6.2.tgz",
      "integrity": "sha512-E9JjhUgNzvuQ+vVAL21vlyfy12gP0GhazGgJC4h6qUt1jSdUXGWJ1wfu/X7Sd8etSgxV4ovT1pb9v5D6QW4XgA==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@babel/core": "^7.1.0",
        "@jest/types": "^26.6.2",
        "babel-plugin-istanbul": "^6.0.0",
        "chalk": "^4.0.0",
        "convert-source-map": "^1.4.0",
        "fast-json-stable-stringify": "^2.0.0",
        "graceful-fs": "^4.2.4",
        "jest-haste-map": "^26.6.2",
        "jest-regex-util": "^26.0.0",
        "jest-util": "^26.6.2",
        "micromatch": "^4.0.2",
        "pirates": "^4.0.1",
        "slash": "^3.0.0",
        "source-map": "^0.6.1",
        "write-file-atomic": "^3.0.0"
      },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "engines": {
        "node": ">= 10.14.2"
      }
    },
    "node_modules/@jest/transform/node_modules/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,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "color-convert": "^2.0.1"
      },
      "engines": {
        "node": ">=8"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@jest/transform/node_modules/chalk": {
      "version": "4.1.0",
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
      "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
      "dev": true,
      "dependencies": {
        "ansi-styles": "^4.1.0",
        "supports-color": "^7.1.0"
      },
      "engines": {
        "node": ">=10"
      }
    },
    "node_modules/@jest/transform/node_modules/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,
      "dependencies": {
        "color-name": "~1.1.4"
      },
      "engines": {
        "node": ">=7.0.0"
      }
    },
    "node_modules/@jest/transform/node_modules/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
    },
    "node_modules/@jest/transform/node_modules/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,
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@jest/transform/node_modules/micromatch": {
      "version": "4.0.2",
      "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.2.tgz",
      "integrity": "sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q==",
      "dev": true,
      "dependencies": {
        "braces": "^3.0.1",
        "picomatch": "^2.0.5"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@jest/transform/node_modules/source-map": {
      "version": "0.6.1",
      "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
      "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
      "dev": true,
      "engines": {
        "node": ">=0.10.0"
      }
    },
    "node_modules/@jest/transform/node_modules/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,
      "dependencies": {
        "has-flag": "^4.0.0"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@jest/types": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "26.6.2",
      "resolved": "https://registry.npmjs.org/@jest/types/-/types-26.6.2.tgz",
      "integrity": "sha512-fC6QCp7Sc5sX6g8Tvbmj4XUTbyrik0akgRy03yjXbQaBWWNWGE7SGtJk98m0N8nzegD/7SggrUlivxo5ax4KWQ==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@types/istanbul-lib-coverage": "^2.0.0",
        "@types/istanbul-reports": "^3.0.0",
        "@types/node": "*",
        "@types/yargs": "^15.0.0",
        "chalk": "^4.0.0"
      },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "engines": {
        "node": ">= 10.14.2"
      }
    },
    "node_modules/@jest/types/node_modules/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,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "color-convert": "^2.0.1"
      },
      "engines": {
        "node": ">=8"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@jest/types/node_modules/chalk": {
      "version": "4.1.0",
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz",
      "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==",
      "dev": true,
      "dependencies": {
        "ansi-styles": "^4.1.0",
        "supports-color": "^7.1.0"
      },
      "engines": {
        "node": ">=10"
      }
    },
    "node_modules/@jest/types/node_modules/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,
      "dependencies": {
        "color-name": "~1.1.4"
      },
      "engines": {
        "node": ">=7.0.0"
      }
    },
    "node_modules/@jest/types/node_modules/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
    },
    "node_modules/@jest/types/node_modules/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,
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@jest/types/node_modules/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,
      "dependencies": {
        "has-flag": "^4.0.0"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@mrmlnc/readdir-enhanced": {
      "version": "2.2.1",
      "resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz",
      "integrity": "sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==",
      "dev": true,
      "dependencies": {
        "call-me-maybe": "^1.0.1",
        "glob-to-regexp": "^0.3.0"
      },
      "engines": {
        "node": ">=4"
      }
    },
    "node_modules/@nestjs/cli": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.5.1",
      "resolved": "https://registry.npmjs.org/@nestjs/cli/-/cli-7.5.1.tgz",
      "integrity": "sha512-18EfBO48ojVm7YzwyPc8PRjas9KcIVjdlD+v7tIImKzrf5THcpAYxvzUvZUspSbLIIIqwTgKj/loqamkwOk/XA==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@angular-devkit/core": "10.0.7",
        "@angular-devkit/schematics": "10.0.7",
        "@angular-devkit/schematics-cli": "0.1000.7",
        "@nestjs/schematics": "^7.1.0",
        "@types/webpack": "4.41.21",
        "chalk": "3.0.0",
        "chokidar": "3.4.2",
        "cli-table3": "0.5.1",
        "commander": "4.1.1",
        "fork-ts-checker-webpack-plugin": "5.1.0",
        "inquirer": "7.3.3",
        "node-emoji": "1.10.0",
        "ora": "5.0.0",
        "os-name": "3.1.0",
        "rimraf": "3.0.2",
        "shelljs": "0.8.4",
        "tree-kill": "1.2.2",
        "tsconfig-paths": "3.9.0",
        "tsconfig-paths-webpack-plugin": "3.3.0",
        "typescript": "^3.6.4",
        "webpack": "4.44.1",
        "webpack-node-externals": "2.5.1"
      },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "bin": {
        "nest": "bin/nest.js"
      },
      "engines": {
        "node": ">= 10.13.0",
        "npm": ">= 6.11.0"
      }
    },
    "node_modules/@nestjs/cli/node_modules/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,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "color-convert": "^2.0.1"
      },
      "engines": {
        "node": ">=8"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@nestjs/cli/node_modules/chalk": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
      "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
      "dev": true,
      "dependencies": {
        "ansi-styles": "^4.1.0",
        "supports-color": "^7.1.0"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@nestjs/cli/node_modules/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,
      "dependencies": {
        "color-name": "~1.1.4"
      },
      "engines": {
        "node": ">=7.0.0"
      }
    },
    "node_modules/@nestjs/cli/node_modules/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
    },
    "node_modules/@nestjs/cli/node_modules/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,
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@nestjs/cli/node_modules/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,
      "dependencies": {
        "has-flag": "^4.0.0"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@nestjs/cli/node_modules/typescript": {
      "version": "3.9.7",
      "resolved": "https://registry.npmjs.org/typescript/-/typescript-3.9.7.tgz",
      "integrity": "sha512-BLbiRkiBzAwsjut4x/dsibSTB6yWpwT5qWmC2OfuCg3GgVQCSgMs4vEctYPhsaGtd0AeuuHMkjZ2h2WG8MSzRw==",
      "dev": true,
      "bin": {
        "tsc": "bin/tsc",
        "tsserver": "bin/tsserver"
      },
      "engines": {
        "node": ">=4.2.0"
      }
    },
    "node_modules/@nestjs/common": {
      "version": "7.6.13",
      "resolved": "https://registry.npmjs.org/@nestjs/common/-/common-7.6.13.tgz",
      "integrity": "sha512-xijw6so4yA8Ywi8mnrA7Kz97ZC36u20Eyb5/XvmokdLcgTcTyHVdE39r44JYnjHPf8SKZoJ965zdu/fKl4s4GQ==",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
        "axios": "0.21.1",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "iterare": "1.2.1",
        "tslib": "2.1.0",
        "uuid": "8.3.2"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@nestjs/common/node_modules/tslib": {
      "version": "2.1.0",
      "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.1.0.tgz",
      "integrity": "sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A=="
    },
    "node_modules/@nestjs/common/node_modules/uuid": {
      "version": "8.3.2",
      "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
      "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
      "bin": {
        "uuid": "dist/bin/uuid"
      }
    },
    "node_modules/@nestjs/config": {
      "version": "0.6.3",
      "resolved": "https://registry.npmjs.org/@nestjs/config/-/config-0.6.3.tgz",
      "integrity": "sha512-JxvvUpmH0/WOrTB+zh8dEkxSUQXhB7V3d/qeQXyCnMiEFjaq89+fNFztpWjz4DlOfdS4/eYTzIEy9PH2uGnfzA==",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
        "dotenv": "8.2.0",
        "dotenv-expand": "5.1.0",
        "lodash.get": "4.4.2",
        "lodash.has": "4.5.2",
        "lodash.set": "4.3.2",
        "uuid": "8.3.2"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@nestjs/config/node_modules/uuid": {
      "version": "8.3.2",
      "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
      "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
      "bin": {
        "uuid": "dist/bin/uuid"
      }
    },
    "node_modules/@nestjs/core": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.5.1",
      "resolved": "https://registry.npmjs.org/@nestjs/core/-/core-7.5.1.tgz",
      "integrity": "sha512-aJ1w5tQPkVEmH5QRe1echV5NFWAcHAVQJX/jvfCSK4M5VSkIBN9zreZg8UnYf8sbW5YEaizPts07veeTPsG3FQ==",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@nuxtjs/opencollective": "0.2.2",
        "fast-safe-stringify": "2.0.7",
        "iterare": "1.2.1",
        "object-hash": "2.0.3",
        "path-to-regexp": "3.2.0",
        "tslib": "2.0.3",
        "uuid": "8.3.1"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@nestjs/elasticsearch": {
      "version": "7.1.0",
      "resolved": "https://registry.npmjs.org/@nestjs/elasticsearch/-/elasticsearch-7.1.0.tgz",
      "integrity": "sha512-3ixmu9MkTh0DS+LKAKcWHLyf/1DPQTXoy+aVClVI14DJQU208oHR3V0e9klApC+GXCYW+BDhNReh4HRyekjTrw=="
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@nestjs/jwt": {
      "version": "7.2.0",
      "resolved": "https://registry.npmjs.org/@nestjs/jwt/-/jwt-7.2.0.tgz",
      "integrity": "sha512-uOTqYmWNpu+oS/MrdYjrWXtKGV4HkCYmAEVEFPP/KfiP/7K6fNy+boLllE6cnqESAXh9u0CLa1noAAavs+LHEQ==",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
        "@types/jsonwebtoken": "8.5.0",
        "jsonwebtoken": "8.5.1"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@nestjs/mapped-types": {
      "version": "0.1.1",
      "resolved": "https://registry.npmjs.org/@nestjs/mapped-types/-/mapped-types-0.1.1.tgz",
      "integrity": "sha512-FROYmmZ2F+tLJP/aHasPMX40iUHQPtEAzOAcfAp21baebN5iLUrdyTuphoXjIqubfPFSwtnAGpVm9kLJjQ//ig=="
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@nestjs/mongoose": {
      "version": "7.1.0",
      "resolved": "https://registry.npmjs.org/@nestjs/mongoose/-/mongoose-7.1.0.tgz",
      "integrity": "sha512-cIUgz8Gg2o827S33GtsKIOCxQDA166BqY89CjPRCOtLI72+0JzIXOca05Ms80suRQNoJxcYJ6oOUZfUni9/apA=="
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@nestjs/passport": {
      "version": "7.1.5",
      "resolved": "https://registry.npmjs.org/@nestjs/passport/-/passport-7.1.5.tgz",
      "integrity": "sha512-Hu9hPxTdBZA0C4GrWTsSflzwsJ99oAk9jqAwpcszdFNqfjMjkPGuCM9QsVZbBP2bE8fxrVrPsNOILS6puY8e/A=="
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@nestjs/platform-express": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.5.1",
      "resolved": "https://registry.npmjs.org/@nestjs/platform-express/-/platform-express-7.5.1.tgz",
      "integrity": "sha512-sJG9KSIsnPCsfk4uvEBDu8vE78Yjm1kT1b4HLjawH34DJoV16FAlIJQcXwKn0Lq4QWPafQvWr7e1KP5jzOdNEQ==",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "body-parser": "1.19.0",
        "cors": "2.8.5",
        "express": "4.17.1",
        "multer": "1.4.2",
        "tslib": "2.0.3"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@nestjs/schedule": {
      "version": "0.4.1",
      "resolved": "https://registry.npmjs.org/@nestjs/schedule/-/schedule-0.4.1.tgz",
      "integrity": "sha512-pj+zo3DJnoyGQKGguyLn9Nv1KEHZO2vNNGhtrZCIn74GsJL+CkDnd+fpgV85mypaJzjjGRogbMvXUW2UFnJAfg==",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
        "cron": "1.7.2",
        "uuid": "8.3.0"
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@nestjs/schedule/node_modules/uuid": {
      "version": "8.3.0",
      "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.0.tgz",
      "integrity": "sha512-fX6Z5o4m6XsXBdli9g7DtWgAx+osMsRRZFKma1mIUsLCz6vRvv+pz5VNbyu9UEDzpMWulZfvpgb/cmDXVulYFQ==",
      "bin": {
        "uuid": "dist/bin/uuid"
      }
    },
    "node_modules/@nestjs/schematics": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "version": "7.1.3",
      "resolved": "https://registry.npmjs.org/@nestjs/schematics/-/schematics-7.1.3.tgz",
      "integrity": "sha512-13YU6H8Cw+GwtIfclSBeiswlzdM2Z9tMN4ZWiveyok0Fmi/8t6mxGHDw3bWPv8wGkd1bWz0PVCC2CjUGkHmcGg==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@angular-devkit/core": "9.1.12",
        "@angular-devkit/schematics": "9.1.12",
        "fs-extra": "9.0.1",
        "pluralize": "8.0.0"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
    "node_modules/@nestjs/schematics/node_modules/@angular-devkit/core": {
      "version": "9.1.12",
      "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-9.1.12.tgz",
      "integrity": "sha512-D/GnBeSlmdgGn7EhuE32HuPuRAjvUuxi7Q6WywBI8PSsXKAGnrypghBwMATNnOA24//CgbW2533Y9VWHaeXdeA==",
      "dev": true,
      "dependencies": {
        "ajv": "6.12.3",
        "fast-json-stable-stringify": "2.1.0",
        "magic-string": "0.25.7",
        "rxjs": "6.5.4",
        "source-map": "0.7.3"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "engines": {
        "node": ">= 10.13.0",
        "npm": ">= 6.11.0",
        "yarn": ">= 1.13.0"
      }
    },
    "node_modules/@nestjs/schematics/node_modules/@angular-devkit/schematics": {
      "version": "9.1.12",
      "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-9.1.12.tgz",
      "integrity": "sha512-+GYnUzmIy1/QpYitCC8mI7jcrViGHTtOKvvDPEFjU2nggjNEQaMmsHcdIsjrqggEc23ZZyebNAIewT8CMkJyrQ==",
      "dev": true,
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Hugo SUBTIL's avatar
Hugo SUBTIL committed
        "@angular-devkit/core": "9.1.12",
        "ora": "4.0.3",
        "rxjs": "6.5.4"
      },
      "engines": {
        "node": ">= 10.13.0",
        "npm": ">= 6.11.0",
        "yarn": ">= 1.13.0"
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      }
    },
Hugo SUBTIL's avatar
Hugo SUBTIL committed
    "node_modules/@nestjs/schematics/node_modules/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,
      "dependencies": {
        "color-convert": "^2.0.1"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@nestjs/schematics/node_modules/chalk": {
      "version": "3.0.0",
      "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
      "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
      "dev": true,
      "dependencies": {
        "ansi-styles": "^4.1.0",
        "supports-color": "^7.1.0"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@nestjs/schematics/node_modules/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,
      "dependencies": {
        "color-name": "~1.1.4"
      },
      "engines": {
        "node": ">=7.0.0"
      }
    },
    "node_modules/@nestjs/schematics/node_modules/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
    },
    "node_modules/@nestjs/schematics/node_modules/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,
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@nestjs/schematics/node_modules/ora": {
      "version": "4.0.3",
      "resolved": "https://registry.npmjs.org/ora/-/ora-4.0.3.tgz",
      "integrity": "sha512-fnDebVFyz309A73cqCipVL1fBZewq4vwgSHfxh43vVy31mbyoQ8sCH3Oeaog/owYOs/lLlGVPCISQonTneg6Pg==",
      "dev": true,
      "dependencies": {
        "chalk": "^3.0.0",
        "cli-cursor": "^3.1.0",
        "cli-spinners": "^2.2.0",
        "is-interactive": "^1.0.0",
        "log-symbols": "^3.0.0",
        "mute-stream": "0.0.8",
        "strip-ansi": "^6.0.0",
        "wcwidth": "^1.0.1"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@nestjs/schematics/node_modules/rxjs": {
      "version": "6.5.4",
      "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.5.4.tgz",
      "integrity": "sha512-naMQXcgEo3csAEGvw/NydRA0fuS2nDZJiw1YUWFKU7aPPAPGZEsD4Iimit96qwCieH6y614MCLYwdkrWx7z/7Q==",
      "dev": true,
      "dependencies": {
        "tslib": "^1.9.0"
      },
      "engines": {
        "npm": ">=2.0.0"
      }
    },
    "node_modules/@nestjs/schematics/node_modules/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,
      "dependencies": {
        "has-flag": "^4.0.0"
      },
      "engines": {
        "node": ">=8"
      }
    },
    "node_modules/@nestjs/schematics/node_modules/tslib": {
      "version": "1.14.1",
      "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz",
      "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==",
      "dev": true
    },
    "node_modules/@nestjs/swagger": {
      "version": "4.7.5",
      "resolved": "https://registry.npmjs.org/@nestjs/swagger/-/swagger-4.7.5.tgz",
      "integrity": "sha512-Qoj7lnvWoCIdJL50b85fdc+v2X9OY8HXaN9ngbBxAAfqLch0YfHgGdU95oBAtV6GYKbAGBqMCsmogr1TzWENwQ==",
Hugo SUBTIL's avatar
Hugo SUBTIL committed
      "dependencies": {
Loading
Loading full blame...