HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-172-31-4-197 6.8.0-1036-aws #38~22.04.1-Ubuntu SMP Fri Aug 22 15:44:33 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/api-parametros/node_modules/nestjs-class-seeder/package.json
{
  "name": "nestjs-class-seeder",
  "version": "1.2.1",
  "description": "An extension library for NestJS to perform seeding. Forked from nestjs-seeder",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "tsc",
    "prebuild": "rimraf dist",
    "prepare": "npm run build",
    "dev": "npm run prebuild && tsc -w",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/helveg/nestjs-class-seeder"
  },
  "bugs": "https://github.com/helveg/nestjs-class-seeder/issues",
  "homepage": "https://github.com/helveg/nestjs-class-seeder#readme",
  "keywords": [
    "seeding",
    "seeder",
    "seed",
    "nestjs",
    "seeder"
  ],
  "author": "Robin De Schepper <robin.deschepper93@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "@faker-js/faker": "^7.4.0",
    "sift": "^16.0.1"
  },
  "peerDependencies": {
    "@nestjs/common": ">=8.x",
    "@nestjs/core": ">=8.x",
    "@nestjs/typeorm": ">=8.x",
    "typeorm": "^0.3.0"
  },
  "devDependencies": {
    "@nestjs/common": "^9.1.6",
    "@nestjs/core": "^9.1.6",
    "@types/jest": "^29.4.0",
    "@types/node": "^16.0.0",
    "@types/uuid": "^9.0.8",
    "jest": "^29.4.3",
    "prettier": "^2.8.4",
    "reflect-metadata": "*",
    "rimraf": "^3.0.2",
    "rxjs": "^7.x",
    "sqlite3": "^5.1.4",
    "ts-jest": "^29.0.5",
    "typescript": "^4.7.4",
    "uuid": "^9.0.0"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "rootDir": "lib",
    "testRegex": ".*\\.spec\\.ts$",
    "transform": {
      "^.+\\.(t|j)s$": "ts-jest"
    },
    "collectCoverageFrom": [
      "**/*.(t|j)s"
    ],
    "coverageDirectory": "../coverage",
    "testEnvironment": "node"
  }
}