{
  "_from": "tap@15.0.5",
  "_id": "tap@15.0.5",
  "_inBundle": false,
  "_integrity": "sha512-9txwiDv7Sj8e4O15bjWtjSsPSJOiBGFbQj8gW0Wc7GXPXe6Zy46q9Eax71Ez7gAwhElnu7f9qgtfiCYzH8U2/w==",
  "_location": "/tap",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tap@15.0.5",
    "name": "tap",
    "escapedName": "tap",
    "rawSpec": "15.0.5",
    "saveSpec": null,
    "fetchSpec": "15.0.5"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/tap/-/tap-15.0.5.tgz",
  "_shasum": "b84d8103d3303994c9229425ca461600bba013be",
  "_spec": "tap@15.0.5",
  "_where": "/home/mars/current-universe/tappity-tap",
  "author": {
    "name": "Isaac Z. Schlueter",
    "email": "i@izs.me",
    "url": "http://blog.izs.me"
  },
  "bin": {
    "tap": "bin/run.js"
  },
  "bugs": {
    "url": "https://github.com/tapjs/node-tap/issues"
  },
  "bundleDependencies": [
    "ink",
    "treport",
    "@types/react"
  ],
  "dependencies": {
    "@types/react": "^16.9.23",
    "chokidar": "^3.3.0",
    "coveralls": "^3.0.11",
    "findit": "^2.0.0",
    "foreground-child": "^2.0.0",
    "fs-exists-cached": "^1.0.0",
    "glob": "^7.1.6",
    "import-jsx": "^4.0.0",
    "ink": "^2.7.1",
    "isexe": "^2.0.0",
    "istanbul-lib-processinfo": "^2.0.2",
    "jackspeak": "^1.4.0",
    "libtap": "^1.1.1",
    "minipass": "^3.1.1",
    "mkdirp": "^1.0.4",
    "nyc": "^15.1.0",
    "opener": "^1.5.1",
    "react": "^16.12.0",
    "rimraf": "^3.0.0",
    "signal-exit": "^3.0.0",
    "source-map-support": "^0.5.16",
    "tap-mocha-reporter": "^5.0.0",
    "tap-parser": "^10.0.1",
    "tap-yaml": "^1.0.0",
    "tcompare": "^5.0.4",
    "treport": "^2.0.1",
    "which": "^2.0.2"
  },
  "deprecated": false,
  "description": "A Test-Anything-Protocol library for JavaScript",
  "devDependencies": {
    "flow-remove-types": "^2.112.0",
    "node-preload": "^0.2.1",
    "process-on-spawn": "^1.0.0",
    "ts-node": "^8.5.2",
    "typescript": "^3.7.2"
  },
  "engines": {
    "node": ">=10"
  },
  "exports": {
    ".": {
      "import": "./lib/tap.mjs",
      "default": "./lib/tap.js"
    },
    "./*": "./*",
    "./": "./"
  },
  "files": [
    "settings.js",
    "bin/run.js",
    "bin/jsx.js",
    "bin/jack.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": "tap",
  "nyc": {
    "include": [
      "bin/run.js",
      "bin/jsx.js",
      "lib/*.js",
      "bin/jack.js"
    ]
  },
  "peerDependencies": {
    "flow-remove-types": ">=2.112.0",
    "ts-node": ">=8.5.2",
    "typescript": ">=3.7.2"
  },
  "peerDependenciesMeta": {
    "flow-remove-types": {
      "optional": true
    },
    "ts-node": {
      "optional": true
    },
    "typescript": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tapjs/node-tap.git"
  },
  "scripts": {
    "postpublish": "bash postpublish.sh",
    "posttest": "rm -rf cli-tests-*",
    "postunit": "npm run posttest",
    "postversion": "npm publish",
    "preversion": "npm test",
    "snap": "node bin/run.js -M coverage-map.js",
    "start": "npm run www:develop",
    "t": "node bin/run.js -J -sfails.txt",
    "test": "node bin/run.js -M coverage-map.js",
    "unit": "bash scripts/unit.sh",
    "www:build": "cd docs; npm ci; npm run build",
    "www:develop": "cd docs; npm run develop",
    "www:serve": "cd docs; npm run serve"
  },
  "tap": {
    "test-regex": "^test/.*\\.js$",
    "check-coverage": true
  },
  "version": "15.0.5"
}
