{
  "_args": [
    [
      "tape@4.15.0",
      "D:\\jenkins\\workspace\\examine-fvue"
    ]
  ],
  "_from": "tape@4.15.0",
  "_id": "tape@4.15.0",
  "_inBundle": false,
  "_integrity": "sha512-SfRmG2I8QGGgJE/MCiLH8c11L5XxyUXxwK9xLRD0uiK5fehRkkSZGmR6Y1pxOt8vJ19m3sY+POTQpiaVv45/LQ==",
  "_location": "/tape",
  "_phantomChildren": {
    "fs.realpath": "1.0.0",
    "has": "1.0.3",
    "inflight": "1.0.6",
    "inherits": "2.0.4",
    "minimatch": "3.0.4",
    "once": "1.4.0",
    "path-is-absolute": "1.0.1",
    "supports-preserve-symlinks-flag": "1.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tape@4.15.0",
    "name": "tape",
    "escapedName": "tape",
    "rawSpec": "4.15.0",
    "saveSpec": null,
    "fetchSpec": "4.15.0"
  },
  "_requiredBy": [
    "/fmin"
  ],
  "_resolved": "https://registry.npmmirror.com/tape/-/tape-4.15.0.tgz",
  "_spec": "4.15.0",
  "_where": "D:\\jenkins\\workspace\\examine-fvue",
  "author": {
    "name": "James Halliday",
    "email": "mail@substack.net",
    "url": "http://substack.net"
  },
  "bin": {
    "tape": "bin/tape"
  },
  "browser": {
    "fs": false
  },
  "bugs": {
    "url": "https://github.com/substack/tape/issues"
  },
  "dependencies": {
    "call-bind": "~1.0.2",
    "deep-equal": "~1.1.1",
    "defined": "~1.0.0",
    "dotignore": "~0.1.2",
    "for-each": "~0.3.3",
    "glob": "~7.2.0",
    "has": "~1.0.3",
    "inherits": "~2.0.4",
    "is-regex": "~1.1.4",
    "minimist": "~1.2.5",
    "object-inspect": "~1.12.0",
    "resolve": "~1.22.0",
    "resumer": "~0.0.0",
    "string.prototype.trim": "~1.2.5",
    "through": "~2.3.8"
  },
  "description": "tap-producing test harness for node and browsers",
  "devDependencies": {
    "@ljharb/eslint-config": "^20.2.0",
    "array.prototype.flatmap": "^1.2.5",
    "aud": "^2.0.0",
    "concat-stream": "^1.6.2",
    "eclint": "^2.8.1",
    "ecstatic": "^4.1.4",
    "es-value-fixtures": "^1.2.1",
    "eslint": "^8.7.0",
    "falafel": "^2.2.4",
    "js-yaml": "^3.14.0",
    "safe-publish-latest": "^2.0.0",
    "tap": "^8.0.1",
    "tap-parser": "^3.0.5"
  },
  "directories": {
    "example": "example",
    "test": "test"
  },
  "homepage": "https://github.com/substack/tape",
  "keywords": [
    "tap",
    "test",
    "harness",
    "assert",
    "browser"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "tape",
  "repository": {
    "type": "git",
    "url": "git://github.com/substack/tape.git"
  },
  "scripts": {
    "lint": "eslint --ext .js,.cjs,.mjs . bin/*",
    "posttest": "aud --production",
    "prelint": "eclint check $(git ls-files 2>/dev/null | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' || echo '*.md *.js test/*.js')",
    "prepublish": "!(type not-in-publish) || not-in-publish || npm run prepublishOnly",
    "prepublishOnly": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "tests-only": "nyc tap test/*.js"
  },
  "testling": {
    "files": "test/browser/*.js",
    "browsers": [
      "ie/6..latest",
      "chrome/20..latest",
      "firefox/10..latest",
      "safari/latest",
      "opera/11.0..latest",
      "iphone/6",
      "ipad/6"
    ]
  },
  "version": "4.15.0"
}
