{
  "_args": [
    [
      "linkinator@2.16.2",
      "C:\\xampp\\htdocs\\agent-happy-grains"
    ]
  ],
  "_development": true,
  "_from": "linkinator@2.16.2",
  "_id": "linkinator@2.16.2",
  "_inBundle": false,
  "_integrity": "sha512-5tHSz6gMN0z25+Pk4lZnU0Edr1lJLNuk+MCfQa2NxF4f1rfKS8Lo3JEwxTciVzwVHHdBpydAgmWYOgylNlwyDQ==",
  "_location": "/linkinator",
  "_phantomChildren": {
    "@types/minimist": "1.2.2",
    "camelcase": "5.3.1",
    "decamelize": "1.2.0",
    "decamelize-keys": "1.1.0",
    "domelementtype": "2.2.0",
    "domhandler": "4.3.0",
    "domutils": "2.8.0",
    "hard-rejection": "2.1.0",
    "indent-string": "4.0.0",
    "is-core-module": "2.8.0",
    "lru-cache": "6.0.0",
    "min-indent": "1.0.1",
    "minimist-options": "4.1.0",
    "quick-lru": "4.0.1",
    "read-pkg-up": "7.0.1",
    "semver": "7.3.5",
    "validate-npm-package-license": "3.0.4"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "linkinator@2.16.2",
    "name": "linkinator",
    "escapedName": "linkinator",
    "rawSpec": "2.16.2",
    "saveSpec": null,
    "fetchSpec": "2.16.2"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/linkinator/-/linkinator-2.16.2.tgz",
  "_spec": "2.16.2",
  "_where": "C:\\xampp\\htdocs\\agent-happy-grains",
  "author": {
    "name": "Justin Beckwith"
  },
  "bin": {
    "linkinator": "build/src/cli.js"
  },
  "bugs": {
    "url": "https://github.com/JustinBeckwith/linkinator/issues"
  },
  "dependencies": {
    "chalk": "^4.0.0",
    "escape-html": "^1.0.3",
    "gaxios": "^4.0.0",
    "glob": "^7.1.6",
    "htmlparser2": "^7.1.2",
    "jsonexport": "^3.0.0",
    "marked": "^2.0.0",
    "meow": "^9.0.0",
    "mime": "^3.0.0",
    "server-destroy": "^1.0.1",
    "update-notifier": "^5.0.0"
  },
  "description": "Find broken links, missing images, etc in your HTML. Scurry around your site and find all those broken links.",
  "devDependencies": {
    "@types/chai": "^4.2.7",
    "@types/escape-html": "^1.0.0",
    "@types/glob": "^7.1.3",
    "@types/marked": "^3.0.0",
    "@types/meow": "^5.0.0",
    "@types/mime": "^2.0.3",
    "@types/mocha": "^9.0.0",
    "@types/node": "^16.0.0",
    "@types/server-destroy": "^1.0.0",
    "@types/sinon": "^10.0.0",
    "@types/update-notifier": "^5.0.0",
    "c8": "^7.0.0",
    "chai": "^4.2.0",
    "codecov": "^3.8.1",
    "execa": "^5.0.0",
    "gts": "^3.0.0",
    "mocha": "^9.0.0",
    "nock": "^13.0.0",
    "pkg": "^5.0.0",
    "semantic-release": "^18.0.0",
    "sinon": "^12.0.0",
    "strip-ansi": "^6.0.0",
    "typescript": "^4.0.0"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "build/src"
  ],
  "homepage": "https://github.com/JustinBeckwith/linkinator#readme",
  "keywords": [
    "404",
    "html",
    "hyperlink",
    "links",
    "seo",
    "url",
    "broken link checker",
    "broken",
    "link",
    "checker"
  ],
  "license": "MIT",
  "main": "build/src/index.js",
  "name": "linkinator",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JustinBeckwith/linkinator.git"
  },
  "scripts": {
    "build-binaries": "pkg . --out-path build/binaries",
    "codecov": "c8 report --reporter=json && codecov -f coverage/*.json",
    "compile": "tsc -p .",
    "docs-test": "node build/src/cli.js ./README.md",
    "fix": "gts fix",
    "lint": "gts lint",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "test": "c8 mocha build/test"
  },
  "types": "build/src/index.d.ts",
  "version": "2.16.2"
}
