HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/node_modules/libtap/
Upload File :
Current File : //proc/self/root/usr/share/node_modules/libtap/package.json
{
  "name": "libtap",
  "version": "1.4.0",
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
  "description": "A Test-Anything-Protocol library for JavaScript",
  "homepage": "http://www.node-tap.org/",
  "main": "lib/tap.js",
  "exports": {
    ".": {
      "import": "./lib/tap.mjs",
      "default": "./lib/tap.js"
    },
    "./settings": "./settings.js",
    "./versions": "./versions.js"
  },
  "engines": {
    "node": ">=10"
  },
  "dependencies": {
    "async-hook-domain": "^2.0.4",
    "bind-obj-methods": "^3.0.0",
    "diff": "^4.0.2",
    "function-loop": "^2.0.1",
    "minipass": "^3.1.5",
    "own-or": "^1.0.0",
    "own-or-env": "^1.0.2",
    "signal-exit": "^3.0.4",
    "stack-utils": "^2.0.4",
    "tap-parser": "^11.0.0",
    "tap-yaml": "^1.0.0",
    "tcompare": "^5.0.6",
    "trivial-deferred": "^1.0.1"
  },
  "devDependencies": {
    "@babel/core": "^7.15.5",
    "@istanbuljs/esm-loader-hook": "^0.1.0",
    "foreground-child": "^2.0.0",
    "glob": "^7.1.7",
    "nyc": "^15.1.0",
    "rimraf": "^3.0.0",
    "semver": "^7.1.3",
    "source-map-support": "^0.5.20",
    "tap-mocha-reporter": "^5.0.1"
  },
  "keywords": [
    "assert",
    "tap",
    "test",
    "testing"
  ],
  "license": "ISC",
  "repository": "https://github.com/tapjs/libtap.git",
  "scripts": {
    "presnap": "rimraf tap-snapshots",
    "snap": "TAP_SNAPSHOT=1 npm test",
    "tests-only": "nyc --silent=true --no-check-coverage node npm-run-test.js | tap-mocha-reporter classic",
    "test": "npm run -s tests-only",
    "posttest": "nyc report",
    "preversion": "npm test",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags"
  },
  "files": [
    "settings.js",
    "versions.js",
    "lib"
  ],
  "funding": {
    "url": "https://github.com/sponsors/isaacs"
  }
}