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 SUBTIL's avatar
Hugo SUBTIL committed
  "version": "1.9.0",
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": {
Loading
Loading full blame...