{
  "_from": "tape@^4.5.1",
  "_id": "tape@4.17.0",
  "_inBundle": false,
  "_integrity": "sha512-KCuXjYxCZ3ru40dmND+oCLsXyuA8hoseu2SS404Px5ouyS0A99v8X/mdiLqsR5MTAyamMBN7PRwt2Dv3+xGIxw==",
  "_location": "/tape",
  "_phantomChildren": {
    "call-bind": "1.0.8",
    "has-tostringtag": "1.0.2"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "tape@^4.5.1",
    "name": "tape",
    "escapedName": "tape",
    "rawSpec": "^4.5.1",
    "saveSpec": null,
    "fetchSpec": "^4.5.1"
  },
  "_requiredBy": [
    "/fmin"
  ],
  "_resolved": "https://registry.npmjs.org/tape/-/tape-4.17.0.tgz",
  "_shasum": "de89f3671ddc5dad178d04c28dc6b0183f42268e",
  "_spec": "tape@^4.5.1",
  "_where": "/Users/admin/projects/dms/src/dealer_admin/node_modules/fmin",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true
  },
  "bin": {
    "tape": "bin/tape"
  },
  "browser": {
    "fs": false
  },
  "bugs": {
    "url": "https://github.com/ljharb/tape/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@ljharb/resumer": "~0.0.1",
    "@ljharb/through": "~2.3.9",
    "call-bind": "~1.0.2",
    "deep-equal": "~1.1.1",
    "defined": "~1.0.1",
    "dotignore": "~0.1.2",
    "for-each": "~0.3.3",
    "glob": "~7.2.3",
    "has": "~1.0.3",
    "inherits": "~2.0.4",
    "is-regex": "~1.1.4",
    "minimist": "~1.2.8",
    "mock-property": "~1.0.0",
    "object-inspect": "~1.12.3",
    "resolve": "~1.22.6",
    "string.prototype.trim": "~1.2.8"
  },
  "deprecated": false,
  "description": "tap-producing test harness for node and browsers",
  "devDependencies": {
    "@ljharb/eslint-config": "^21.1.0",
    "array.prototype.flatmap": "^1.3.2",
    "aud": "^2.0.3",
    "auto-changelog": "^2.4.0",
    "concat-stream": "^1.6.2",
    "eclint": "^2.8.1",
    "ecstatic": "^4.1.4",
    "es-value-fixtures": "^1.4.2",
    "eslint": "=8.8.0",
    "falafel": "^2.2.5",
    "jackspeak": "=2.1.1",
    "js-yaml": "^3.14.0",
    "npm-run-posix-or-windows": "^2.0.2",
    "npmignore": "^0.3.0",
    "safe-publish-latest": "^2.0.0",
    "tap": "^8.0.1",
    "tap-parser": "^3.0.5"
  },
  "directories": {
    "example": "example",
    "test": "test"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "homepage": "https://github.com/ljharb/tape",
  "keywords": [
    "tap",
    "test",
    "harness",
    "assert",
    "browser"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "tape",
  "publishConfig": {
    "ignore": [
      ".github/workflows"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/ljharb/tape.git"
  },
  "scripts": {
    "eclint": "FILES=\"$(npm run --silent prelint:files)\" eclint check \"${FILES:=package.json}\"",
    "eclint:windows": "eclint check *.js",
    "lint": "eslint --ext .js,.cjs,.mjs . bin/*",
    "posttest": "aud --production",
    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
    "prelint": "npm-run-posix-or-windows eclint",
    "prelint:files": "git ls-files 2>/dev/null | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git' || echo '*.md *.js test/*.js'",
    "prepack": "npmignore --auto --commentLines=autogenerated",
    "prepublish": "not-in-publish || npm run prepublishOnly",
    "prepublishOnly": "safe-publish-latest",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "test:example": "find example -name '*.js' | grep -v fail | grep -v static | xargs tap",
    "tests-only": "nyc tap 'test/*.js'",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "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.17.0"
}
