b5395b781afa53879adfd2737b0fb0908a1eca88.svn-base 3.62 KB
{
  "_from": "tap@>=0.2.3",
  "_id": "tap@14.11.0",
  "_inBundle": false,
  "_integrity": "sha1-ZPH1CxAoDVFJaQyacFnYWfK7zSQ=",
  "_location": "/tap",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tap@>=0.2.3",
    "name": "tap",
    "escapedName": "tap",
    "rawSpec": ">=0.2.3",
    "saveSpec": null,
    "fetchSpec": ">=0.2.3"
  },
  "_requiredBy": [
    "/nodeunit"
  ],
  "_resolved": "https://registry.npm.taobao.org/tap/download/tap-14.11.0.tgz",
  "_shasum": "64f1f50b10280d5149690c9a7059d859f2bbcd24",
  "_spec": "tap@>=0.2.3",
  "_where": "F:\\budongchan_quanji_work\\ODM\\src\\main\\webapp\\static\\jquery-validation\\1.11.0\\node_modules\\nodeunit",
  "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",
    "import-jsx",
    "minipass",
    "signal-exit",
    "tap-parser",
    "tap-yaml",
    "yaml"
  ],
  "dependencies": {
    "@types/react": "^16.9.16",
    "async-hook-domain": "^1.1.3",
    "bind-obj-methods": "^2.0.0",
    "browser-process-hrtime": "^1.0.0",
    "chokidar": "^3.3.0",
    "color-support": "^1.1.0",
    "coveralls": "^3.0.11",
    "diff": "^4.0.1",
    "esm": "^3.2.25",
    "findit": "^2.0.0",
    "flow-remove-types": "^2.112.0",
    "foreground-child": "^1.3.3",
    "fs-exists-cached": "^1.0.0",
    "function-loop": "^1.0.2",
    "glob": "^7.1.6",
    "import-jsx": "^3.1.0",
    "ink": "^2.6.0",
    "isexe": "^2.0.0",
    "istanbul-lib-processinfo": "^1.0.0",
    "jackspeak": "^1.4.0",
    "minipass": "^3.1.1",
    "mkdirp": "^0.5.4",
    "nyc": "^14.1.1",
    "opener": "^1.5.1",
    "own-or": "^1.0.0",
    "own-or-env": "^1.0.1",
    "react": "^16.12.0",
    "rimraf": "^2.7.1",
    "signal-exit": "^3.0.0",
    "source-map-support": "^0.5.16",
    "stack-utils": "^1.0.3",
    "tap-mocha-reporter": "^5.0.0",
    "tap-parser": "^10.0.1",
    "tap-yaml": "^1.0.0",
    "tcompare": "^3.0.0",
    "treport": "^1.0.2",
    "trivial-deferred": "^1.0.1",
    "ts-node": "^8.5.2",
    "typescript": "^3.7.2",
    "which": "^2.0.2",
    "write-file-atomic": "^3.0.1",
    "yaml": "^1.7.2",
    "yapool": "^1.0.0"
  },
  "deprecated": false,
  "description": "A Test-Anything-Protocol library for JavaScript",
  "engines": {
    "node": ">=8"
  },
  "files": [
    "bin/run.js",
    "bin/jsx.js",
    "bin/jack.js",
    "lib/*.js"
  ],
  "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"
    ]
  },
  "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": "bash scripts/snap.sh",
    "start": "npm run www:develop",
    "t": "node bin/run.js test -J -sfails.txt",
    "test": "node bin/run.js test -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": {
    "esm": false,
    "test-ignore": "/(^|/)cli-tests-[0-9]+/",
    "check-coverage": true
  },
  "version": "14.11.0"
}