{
  "_from": "libtap@^1.1.1",
  "_id": "libtap@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-Fye8fh1+G7E8qqmjQaY+pXGxy7HM0S6bqCCJFLa16+g2jODBByxbJFDpjbDNF69wfRVyvJ+foLZc1WTIv7dx+g==",
  "_location": "/libtap",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "libtap@^1.1.1",
    "name": "libtap",
    "escapedName": "libtap",
    "rawSpec": "^1.1.1",
    "saveSpec": null,
    "fetchSpec": "^1.1.1"
  },
  "_requiredBy": [
    "/tap"
  ],
  "_resolved": "https://registry.npmjs.org/libtap/-/libtap-1.1.1.tgz",
  "_shasum": "927057f505b3641f66043d89f04bd509185ccc2b",
  "_spec": "libtap@^1.1.1",
  "_where": "/home/mars/current-universe/tappity-tap/node_modules/tap",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me"
  },
  "bugs": {
    "url": "https://github.com/tapjs/libtap/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "async-hook-domain": "^2.0.1",
    "bind-obj-methods": "^3.0.0",
    "diff": "^4.0.2",
    "function-loop": "^2.0.1",
    "minipass": "^3.1.1",
    "own-or": "^1.0.0",
    "own-or-env": "^1.0.1",
    "signal-exit": "^3.0.2",
    "stack-utils": "^2.0.1",
    "tap-parser": "^10.0.1",
    "tap-yaml": "^1.0.0",
    "tcompare": "^5.0.1",
    "trivial-deferred": "^1.0.1",
    "yapool": "^1.0.0"
  },
  "deprecated": false,
  "description": "A Test-Anything-Protocol library for JavaScript",
  "devDependencies": {
    "@babel/core": "^7.8.7",
    "@istanbuljs/esm-loader-hook": "^0.1.0",
    "foreground-child": "^2.0.0",
    "glob": "^7.1.6",
    "nyc": "^15.0.0",
    "rimraf": "^3.0.0",
    "semver": "^7.1.3",
    "source-map-support": "^0.5.16",
    "tap-mocha-reporter": "^5.0.1"
  },
  "engines": {
    "node": ">=10"
  },
  "exports": {
    ".": {
      "import": "./lib/tap.mjs",
      "default": "./lib/tap.js"
    },
    "./settings": "./settings.js",
    "./versions": "./versions.js"
  },
  "files": [
    "settings.js",
    "versions.js",
    "lib"
  ],
  "funding": {
    "url": "https://github.com/sponsors/isaacs"
  },
  "homepage": "http://www.node-tap.org/",
  "keywords": [
    "assert",
    "tap",
    "test",
    "testing"
  ],
  "license": "ISC",
  "main": "lib/tap.js",
  "name": "libtap",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tapjs/libtap.git"
  },
  "scripts": {
    "posttest": "nyc report",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "presnap": "rimraf tap-snapshots",
    "preversion": "npm test",
    "snap": "TAP_SNAPSHOT=1 npm test",
    "test": "npm run -s tests-only",
    "tests-only": "nyc --silent=true --no-check-coverage node npm-run-test.js | tap-mocha-reporter classic"
  },
  "version": "1.1.1"
}
