
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
{
  "_from": "@tryghost/elasticsearch-bunyan@0.1.1",
  "_id": "@tryghost/elasticsearch-bunyan@0.1.1",
  "_inBundle": false,
  "_integrity": "sha512-ILhumzdwJNoRG44S0FkgzZQlkCYioTKWEiY+FFFQpTFWwZ3Jd5a6us5k8tEsd+Wf2rZOvul/ehV45j2c2l1BMw==",
  "_location": "/knex-migrator/@tryghost/elasticsearch-bunyan",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@tryghost/elasticsearch-bunyan@0.1.1",
    "name": "@tryghost/elasticsearch-bunyan",
    "escapedName": "@tryghost%2felasticsearch-bunyan",
    "scope": "@tryghost",
    "rawSpec": "0.1.1",
    "saveSpec": null,
    "fetchSpec": "0.1.1"
  },
  "_requiredBy": [
    "/knex-migrator/ghost-ignition"
  ],
  "_resolved": "https://registry.npmjs.org/@tryghost/elasticsearch-bunyan/-/elasticsearch-bunyan-0.1.1.tgz",
  "_shasum": "5a36d81dd020825dd563b1357ae6c249580c46f5",
  "_spec": "@tryghost/elasticsearch-bunyan@0.1.1",
  "_where": "/usr/local/lib/node_modules/knex-migrator/node_modules/ghost-ignition",
  "author": {
    "name": "Ghost Foundation"
  },
  "bugs": {
    "url": "https://github.com/TryGhost/elasticsearch-bunyan/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@elastic/elasticsearch": "^7.10.0"
  },
  "deprecated": false,
  "description": "## Install",
  "devDependencies": {
    "eslint": "7.18.0",
    "eslint-plugin-ghost": "2.0.0",
    "mocha": "8.2.1",
    "should": "13.2.3",
    "sinon": "9.2.4"
  },
  "homepage": "https://github.com/TryGhost/elasticsearch-bunyan#readme",
  "license": "MIT",
  "main": "index.js",
  "name": "@tryghost/elasticsearch-bunyan",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/TryGhost/elasticsearch-bunyan.git"
  },
  "scripts": {
    "lint": "eslint . --ext .js --cache",
    "posttest": "yarn lint",
    "preship": "yarn test",
    "ship": "STATUS=$(git status --porcelain); echo $STATUS; if [ -z \"$STATUS\" ]; then yarn publish --access public && git push --follow-tags; fi",
    "test": "NODE_ENV=testing mocha './test/**/*.test.js'"
  },
  "version": "0.1.1"
}
