{
  "name": "test-all-versions",
  "version": "6.2.0",
  "description": "Run your test suite against all published versions of a dependency",
  "bin": {
    "tav": "index.js"
  },
  "dependencies": {
    "after-all-results": "^2.0.0",
    "ansi-diff-stream": "^1.2.1",
    "cli-spinners": "^2.9.2",
    "deepmerge": "^4.3.1",
    "import-fresh": "^3.3.1",
    "is-ci": "^4.1.0",
    "js-yaml": "^4.1.0",
    "log-symbols": "^4.1.0",
    "minimist": "^1.2.8",
    "npm-package-versions": "^2.0.3",
    "once": "^1.4.0",
    "parse-env-string": "^1.0.1",
    "resolve": "^1.22.10",
    "semver": "^7.7.2",
    "spawn-npm-install": "^1.3.0",
    "which": "^3.0.1"
  },
  "devDependencies": {
    "standard": "^17.1.2",
    "tap": "^19.2.5"
  },
  "scripts": {
    "coverage": "npm prune && tap --coverage-report=html test.js",
    "coverage:ci": "tap --coverage-report=lcovonly --allow-incomplete-coverage test.js",
    "lint": "standard",
    "test": "npm run lint && npm prune && tap test.js",
    "test:ci": "tap --disable-coverage test.js",
    "test:ci:tap16": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/watson/test-all-versions.git"
  },
  "keywords": [
    "test",
    "npm",
    "version",
    "versions",
    "module",
    "modules",
    "package",
    "packages"
  ],
  "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/watson/test-all-versions/issues"
  },
  "homepage": "https://github.com/watson/test-all-versions#readme",
  "engines": {
    "node": ">=14"
  },
  "coordinates": [
    56.0400132,
    12.5912484
  ]
}
