{
  "_from": "umzug@3.2.1",
  "_id": "umzug@3.2.1",
  "_inBundle": false,
  "_integrity": "sha512-XyWQowvP9CKZycKc/Zg9SYWrAWX/gJCE799AUTFqk8yC3tp44K1xWr3LoFF0MNEjClKOo1suCr5ASnoy+KltdA==",
  "_location": "/umzug",
  "_phantomChildren": {
    "balanced-match": "1.0.2",
    "fs.realpath": "1.0.0",
    "inflight": "1.0.6",
    "inherits": "2.0.4",
    "once": "1.4.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "umzug@3.2.1",
    "name": "umzug",
    "escapedName": "umzug",
    "rawSpec": "3.2.1",
    "saveSpec": null,
    "fetchSpec": "3.2.1"
  },
  "_requiredBy": [
    "/@strapi/database"
  ],
  "_resolved": "https://registry.npmjs.org/umzug/-/umzug-3.2.1.tgz",
  "_shasum": "01c3a109efb037a10a317d4191be22810c37b195",
  "_spec": "umzug@3.2.1",
  "_where": "/home/ghf/system/node_modules/@strapi/database",
  "author": {
    "name": "Sascha Depold",
    "email": "sascha@depold.com"
  },
  "bugs": {
    "url": "https://github.com/sequelize/umzug/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Misha Kaletsky",
      "email": "mmkal@kaletsky.com"
    },
    {
      "name": "Jukka Hyytiälä",
      "email": "hyytiala.jukka@gmail.com"
    },
    {
      "name": "Pascal Pflaum",
      "email": "mail@pascalpflaum.de"
    },
    {
      "name": "Pedro Augusto de Paula Barbosa",
      "email": "papb1996@gmail.com"
    }
  ],
  "dependencies": {
    "@rushstack/ts-command-line": "^4.12.2",
    "emittery": "^0.12.1",
    "fs-jetpack": "^4.3.1",
    "glob": "^8.0.3",
    "pony-cause": "^2.1.2",
    "type-fest": "^2.18.0"
  },
  "deprecated": false,
  "description": "Framework-agnostic migration tool for Node",
  "devDependencies": {
    "@types/glob": "7.2.0",
    "@types/jest": "27.0.3",
    "@types/lodash": "4.14.178",
    "@types/uuid": "8.3.3",
    "@types/verror": "^1.10.5",
    "@typescript-eslint/eslint-plugin": "5.8.1",
    "@typescript-eslint/parser": "5.8.1",
    "del-cli": "4.0.1",
    "eslint": "8.5.0",
    "eslint-config-xo": "0.39.0",
    "eslint-config-xo-typescript": "0.47.1",
    "eslint-plugin-codegen": "0.16.1",
    "eslint-plugin-import": "2.25.3",
    "eslint-plugin-jest": "25.3.0",
    "eslint-plugin-mocha": "10.0.3",
    "eslint-plugin-prettier": "4.0.0",
    "eslint-plugin-unicorn": "39.0.0",
    "expect-type": "0.13.0",
    "fs-syncer": "0.4.0",
    "jest": "27.4.5",
    "lodash": "4.17.21",
    "np": "7.6.0",
    "prettier": "2.5.1",
    "sequelize": "6.12.3",
    "sinon": "12.0.1",
    "source-map-support": "0.5.21",
    "sqlite3": "npm:@vscode/sqlite3@5.0.7",
    "strip-ansi": "6.0.1",
    "ts-jest": "27.1.2",
    "ts-node": "10.4.0",
    "typescript": "4.6.2",
    "uuid": "8.3.2",
    "verror": "^1.10.0"
  },
  "engines": {
    "node": ">=12"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/sequelize/umzug",
  "jest": {
    "preset": "ts-jest",
    "globals": {
      "ts-jest": {
        "diagnostics": false
      }
    },
    "testEnvironment": "node",
    "testMatch": [
      "**/*test.ts"
    ],
    "collectCoverageFrom": [
      "src/**"
    ]
  },
  "keywords": [
    "migrate",
    "migration",
    "migrations",
    "sequelize",
    "database"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "umzug",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sequelize/umzug.git"
  },
  "scripts": {
    "build": "del-cli lib && tsc -p tsconfig.lib.json",
    "eslint": "eslint --ext .js,.ts,.md . --max-warnings 0",
    "lint": "npm run type-check && npm run eslint",
    "prepare": "npm run build",
    "pretest": "del-cli test/generated",
    "release": "np --no-yarn --no-2fa",
    "test": "jest",
    "type-check": "tsc -p ."
  },
  "version": "3.2.1"
}
