{
  "_from": "async-hook-domain@^2.0.1",
  "_id": "async-hook-domain@2.0.3",
  "_inBundle": false,
  "_integrity": "sha512-MadiLLDEZRZzZwcm0dgS+K99qXZ4H2saAUwUgwzFulbAkXrKi3AX5FvWS3FFTQtLMwrqcGqAJe6o12KrObejQA==",
  "_location": "/async-hook-domain",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "async-hook-domain@^2.0.1",
    "name": "async-hook-domain",
    "escapedName": "async-hook-domain",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/libtap"
  ],
  "_resolved": "https://registry.npmjs.org/async-hook-domain/-/async-hook-domain-2.0.3.tgz",
  "_shasum": "702d86fc21866bcb0f38b32214d04c2e5a311429",
  "_spec": "async-hook-domain@^2.0.1",
  "_where": "/home/mars/current-universe/tappity-tap/node_modules/libtap",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "https://blog.izs.me"
  },
  "bugs": {
    "url": "https://github.com/tapjs/async-hook-domain/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "An implementation of Domain-like error handling, built on async_hooks",
  "devDependencies": {
    "source-map-support": "^0.5.16",
    "tap": "^14.10.2"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/tapjs/async-hook-domain#readme",
  "keywords": [
    "async",
    "hooks",
    "async_hooks",
    "domain",
    "error",
    "handling",
    "handler",
    "uncaughtException",
    "unhandledRejection",
    "catch",
    "promise",
    "execution",
    "context"
  ],
  "license": "ISC",
  "main": "index.js",
  "name": "async-hook-domain",
  "repository": {
    "type": "git",
    "url": "git://github.com/tapjs/async-hook-domain.git"
  },
  "scripts": {
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "preversion": "npm test",
    "snap": "tap test/fixtures",
    "test": "tap test/fixtures"
  },
  "tap": {
    "node-arg": [
      "test/run.js"
    ],
    "check-coverage": true
  },
  "version": "2.0.3"
}
