
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
{
  "_from": "knex-migrator",
  "_id": "knex-migrator@4.0.4",
  "_inBundle": false,
  "_integrity": "sha512-8MmK2HyiVA/IR9KG/1iOwUHXylNXmHQgLbc4L64hqD2c7EH0CggjqzHhFe+PirGCpyUbXE9bBoZky64u7XpTUQ==",
  "_location": "/knex-migrator",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "knex-migrator",
    "name": "knex-migrator",
    "escapedName": "knex-migrator",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/knex-migrator/-/knex-migrator-4.0.4.tgz",
  "_shasum": "0522e6922585839639bd26d7a9e671331000acd5",
  "_spec": "knex-migrator",
  "_where": "/usr/src/csf",
  "author": {
    "name": "Ghost Foundation",
    "email": "hello@ghost.org",
    "url": "https://ghost.org"
  },
  "bin": {
    "knex-migrator": "bin/knex-migrator",
    "knex-migrator-init": "bin/knex-migrator-init",
    "knex-migrator-health": "bin/knex-migrator-health",
    "knex-migrator-migrate": "bin/knex-migrator-migrate",
    "knex-migrator-reset": "bin/knex-migrator-reset",
    "knex-migrator-rollback": "bin/knex-migrator-rollback"
  },
  "bugs": {
    "url": "https://github.com/TryGhost//knex-migrator/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "bluebird": "3.7.2",
    "commander": "5.1.0",
    "compare-ver": "2.0.2",
    "debug": "4.3.1",
    "ghost-ignition": "4.6.2",
    "knex": "0.21.19",
    "lodash": "4.17.21",
    "moment": "2.24.0",
    "mysql": "2.18.1",
    "nconf": "0.11.2",
    "resolve": "1.20.0",
    "sqlite3": "5.0.2"
  },
  "deprecated": false,
  "description": "Database migrations with knex.",
  "devDependencies": {
    "eslint": "6.8.0",
    "eslint-plugin-ghost": "0.2.0",
    "mocha": "7.2.0",
    "nyc": "15.1.0",
    "rimraf": "3.0.2",
    "should": "13.2.3",
    "sinon": "9.2.4"
  },
  "engines": {
    "node": "^10.13.0 || ^12.10.0 || ^14.14.0"
  },
  "files": [
    "bin",
    "lib",
    "migrations",
    "logging.js"
  ],
  "homepage": "https://github.com/TryGhost/knex-migrator#readme",
  "keywords": [
    "ghost",
    "migration",
    "knex",
    "knex-migrations",
    "knex migration",
    "knex migrations",
    "bookshelf migration",
    "bookshelf"
  ],
  "license": "MIT",
  "main": "lib",
  "name": "knex-migrator",
  "optionalDependencies": {
    "mysql": "2.18.1",
    "sqlite3": "5.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/TryGhost/knex-migrator.git"
  },
  "scripts": {
    "coverage": "nyc --reporter=lcov _mocha --require test/utils.js -- test/*_spec.js",
    "lint": "eslint --ext .js --cache lib/** test/**",
    "posttest": "yarn lint",
    "preship": "yarn test",
    "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn publish && git push ${GHOST_UPSTREAM:-upstream} master --follow-tags; fi",
    "test": "LEVEL=fatal _mocha --require test/utils.js --report --exit lcovonly -- test/**/*_spec.js",
    "test:unit": "yarn lint && LEVEL=fatal _mocha --require test/utils.js --report lcovonly -- test/unit/*_spec.js"
  },
  "version": "4.0.4"
}
