{
  "_args": [
    [
      "avvio@6.2.2",
      "/Users/john/src/homebridge-config-ui-x"
    ]
  ],
  "_from": "avvio@6.2.2",
  "_id": "avvio@6.2.2",
  "_inBundle": false,
  "_integrity": "sha512-7+yznbJOMoHQ8Z8VH+1meyRjtxUW8za6gqnHBl8DqlX5qPtaclNIgWrKrTLuIbfn2+1/EGkcr+rQXI8DYVU4RA==",
  "_location": "/avvio",
  "_phantomChildren": {
    "ms": "2.1.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "avvio@6.2.2",
    "name": "avvio",
    "escapedName": "avvio",
    "rawSpec": "6.2.2",
    "saveSpec": null,
    "fetchSpec": "6.2.2"
  },
  "_requiredBy": [
    "/@nestjs/platform-fastify/fastify",
    "/fastify"
  ],
  "_resolved": "https://registry.npmjs.org/avvio/-/avvio-6.2.2.tgz",
  "_spec": "6.2.2",
  "_where": "/Users/john/src/homebridge-config-ui-x",
  "author": {
    "name": "Matteo Collina",
    "email": "hello@matteocollina.com"
  },
  "bugs": {
    "url": "https://github.com/mcollina/avvio/issues"
  },
  "contributors": [
    {
      "name": "Tomas Della Vedova",
      "url": "http://delved.org"
    }
  ],
  "dependencies": {
    "archy": "^1.0.0",
    "debug": "^4.0.0",
    "fastq": "^1.6.0"
  },
  "description": "Asynchronous bootstrapping of Node applications",
  "devDependencies": {
    "@types/node": "^10.9.1",
    "express": "^4.16.3",
    "pre-commit": "^1.2.2",
    "standard": "^12.0.1",
    "tap": "^12.0.0",
    "then-sleep": "^1.0.1",
    "typescript": "^3.1.1"
  },
  "homepage": "https://github.com/mcollina/avvio#readme",
  "keywords": [
    "async",
    "boot",
    "delayed",
    "open"
  ],
  "license": "MIT",
  "main": "boot.js",
  "name": "avvio",
  "precommit": "test",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mcollina/avvio.git"
  },
  "scripts": {
    "test": "standard && tap -j4 test/*test.js && npm run typescript",
    "typescript": "tsc --project ./test/types/tsconfig.json"
  },
  "version": "6.2.2"
}
