{
  "ava": {
    "failFast": false,
    "files": [
      "dist/tests/**/*.js",
      "!dist/tests/**/fixtures/**/*.js"
    ],
    "timeout": "1m",
    "workerThreads": false
  },
  "dependencies": {
    "@hint/utils-debug": "^1.0.11",
    "@hint/utils-fs": "^1.0.16",
    "@hint/utils-string": "^1.0.14",
    "chalk": "^4.1.2",
    "configstore": "^5.0.1",
    "content-type": "^1.0.5",
    "eventemitter2": "^6.4.9",
    "file-type": "^16.5.4",
    "globby": "^11.0.4",
    "is-svg": "^4.4.0",
    "is-wsl": "^2.2.0",
    "lodash": "^4.17.21",
    "npm-registry-fetch": "^14.0.5",
    "semver": "^7.5.2"
  },
  "description": "hint tools",
  "devDependencies": {
    "@hint/utils-dom": "^2.2.4",
    "@hint/utils-types": "^1.2.1",
    "@types/configstore": "^5.0.1",
    "@types/mime-db": "^1.43.1",
    "@types/semver": "^7.5.1",
    "@typescript-eslint/eslint-plugin": "^5.59.2",
    "@typescript-eslint/parser": "^4.33.0",
    "ava": "^4.3.3",
    "copyfiles": "^2.4.1",
    "eslint": "^7.32.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-markdown": "^2.2.1",
    "mime-db": "1.52.0",
    "npm-run-all": "^4.1.5",
    "nyc": "^15.1.0",
    "proxyquire": "^2.1.3",
    "rimraf": "^5.0.0",
    "sinon": "^13.0.1",
    "typescript": "^4.5.5"
  },
  "files": [
    "dist/src"
  ],
  "homepage": "https://webhint.io/",
  "keywords": [
    "hint",
    "hint-utils",
    "tools",
    "utils",
    "webhint"
  ],
  "license": "Apache-2.0",
  "main": "./dist/src/index.js",
  "name": "@hint/utils",
  "nyc": {
    "extends": "../../.nycrc"
  },
  "peerDependencies": {},
  "repository": {
    "directory": "packages/utils",
    "type": "git",
    "url": "https://github.com/webhintio/hint.git"
  },
  "scripts": {
    "ava": "ava",
    "build": "npm run prebuild && npm-run-all build:*",
    "build-release": "npm run clean && npm run prebuild && npm run build:assets && tsc --inlineSourceMap false --removeComments true",
    "build:assets": "copyfiles \"./{src,tests}/**/{!(*.ts),.!(ts)}\" dist",
    "build:ts": "tsc -b",
    "clean": "rimraf dist",
    "lint": "npm-run-all lint:*",
    "lint:dependencies": "node ../../scripts/lint-dependencies.js",
    "lint:js": "eslint . --cache --ext .js,.md,.ts --ignore-path ../../.eslintignore",
    "lint:md": "node ../../scripts/lint-markdown.js",
    "prebuild": "npm-run-all prebuild:*",
    "prebuild:mime-db": "node ./scripts/mime-db.js",
    "test": "npm run prebuild && npm run lint && npm run build && npm run test-only",
    "test-only": "nyc ava",
    "test-release": "npm run lint && npm run build-release && ava",
    "watch": "npm run build && npm-run-all --parallel -c watch:*",
    "watch:ts": "npm run build:ts -- --watch"
  },
  "version": "7.0.24"
}
