
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
{
  "_from": "ghost-ignition@4.6.2",
  "_id": "ghost-ignition@4.6.2",
  "_inBundle": false,
  "_integrity": "sha512-ls78Gr5pbwjzMySo7eYmAW4aOAjbNHxM54GKucFrTeOoGZHgGlOaXJMhCwLD68UW9ZD35yXsU9KhzSnNpUhemg==",
  "_location": "/knex-migrator/ghost-ignition",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ghost-ignition@4.6.2",
    "name": "ghost-ignition",
    "escapedName": "ghost-ignition",
    "rawSpec": "4.6.2",
    "saveSpec": null,
    "fetchSpec": "4.6.2"
  },
  "_requiredBy": [
    "/knex-migrator"
  ],
  "_resolved": "https://registry.npmjs.org/ghost-ignition/-/ghost-ignition-4.6.2.tgz",
  "_shasum": "c88166eb93bfcc94408c84783c62838111154b71",
  "_spec": "ghost-ignition@4.6.2",
  "_where": "/usr/local/lib/node_modules/knex-migrator",
  "author": {
    "name": "Ghost Foundation"
  },
  "bugs": {
    "url": "https://github.com/TryGhost/Ignition/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@tryghost/bunyan-rotating-filestream": "0.0.7",
    "@tryghost/elasticsearch-bunyan": "0.1.1",
    "bunyan": "1.8.15",
    "bunyan-loggly": "1.4.2",
    "caller": "1.0.1",
    "debug": "4.3.1",
    "find-root": "1.1.0",
    "fs-extra": "9.1.0",
    "gelf-stream": "1.1.1",
    "json-stringify-safe": "5.0.1",
    "lodash": "4.17.21",
    "moment": "2.27.0",
    "nconf": "0.11.2",
    "prettyjson": "1.2.1",
    "uuid": "8.3.2"
  },
  "deprecated": false,
  "description": "Basic configuration and tooling shared across applications",
  "devDependencies": {
    "chai": "4.3.4",
    "eslint": "7.24.0",
    "mocha": "8.3.2",
    "should": "13.2.3",
    "sinon": "10.0.0"
  },
  "engine": {
    "node": "^10.13.0 || ^12.10.0"
  },
  "files": [
    "index.js",
    "lib"
  ],
  "homepage": "https://github.com/TryGhost/Ignition#readme",
  "keywords": [
    "ghost",
    "tooling",
    "config",
    "errors",
    "nconf",
    "configuration"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "ghost-ignition",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TryGhost/Ignition.git"
  },
  "scripts": {
    "lint": "eslint lib test",
    "posttest": "yarn lint",
    "preship": "yarn test",
    "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn publish && git push --follow-tags; fi",
    "test": "npm run lint && mocha --exit -- $(find test -name '*.test.js')"
  },
  "version": "4.6.2"
}
