{
  "_args": [
    [
      "linkinator@1.5.0",
      "/home/pertec/public_html/areadocliente/bootstrap"
    ]
  ],
  "_development": true,
  "_from": "linkinator@1.5.0",
  "_id": "linkinator@1.5.0",
  "_inBundle": false,
  "_integrity": "sha512-9nKS9QUWuxzdj8HaSc1HcFAMAqQnzEfpLw40WmVEpjwnjwSm05jU7zNSIFN9gGHCIGqpglbo4LuiL6+oNKUUDQ==",
  "_location": "/linkinator",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "linkinator@1.5.0",
    "name": "linkinator",
    "escapedName": "linkinator",
    "rawSpec": "1.5.0",
    "saveSpec": null,
    "fetchSpec": "1.5.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/linkinator/-/linkinator-1.5.0.tgz",
  "_spec": "1.5.0",
  "_where": "/home/pertec/public_html/areadocliente/bootstrap",
  "bin": {
    "linkinator": "build/src/cli.js"
  },
  "bugs": {
    "url": "https://github.com/JustinBeckwith/linkinator/issues"
  },
  "c8": {
    "exclude": [
      "build/test"
    ]
  },
  "dependencies": {
    "chalk": "^2.4.2",
    "cheerio": "^1.0.0-rc.2",
    "finalhandler": "^1.1.2",
    "gaxios": "^2.0.0",
    "jsonexport": "^2.4.1",
    "meow": "^5.0.0",
    "serve-static": "^1.14.1",
    "server-destroy": "^1.0.1",
    "update-notifier": "^3.0.0"
  },
  "description": "Find broken links, missing images, etc in your HTML. Scurry around your site and find all those broken links.",
  "devDependencies": {
    "@types/cheerio": "^0.22.10",
    "@types/finalhandler": "^1.1.0",
    "@types/meow": "^5.0.0",
    "@types/mocha": "^5.2.6",
    "@types/nock": "^10.0.0",
    "@types/node": "^11.9.4",
    "@types/serve-static": "^1.13.2",
    "@types/server-destroy": "^1.0.0",
    "@types/sinon": "^7.0.6",
    "@types/update-notifier": "^2.5.0",
    "assert-rejects": "^1.0.0",
    "c8": "^5.0.1",
    "codecov": "^3.2.0",
    "gts": "^1.0.0",
    "mocha": "^6.1.4",
    "nock": "^10.0.6",
    "semantic-release": "^15.13.15",
    "sinon": "^7.2.3",
    "source-map-support": "^0.5.10",
    "typescript": "^3.3.3"
  },
  "engines": {
    "node": ">=8"
  },
  "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": {
    "codecov": "c8 report --reporter=json && codecov -f coverage/*.json",
    "compile": "tsc -p .",
    "fix": "gts fix",
    "lint": "gts check",
    "prepare": "npm run compile",
    "pretest": "npm run compile",
    "test": "c8 mocha build/test"
  },
  "types": "build/src/index.d.ts",
  "version": "1.5.0"
}
