{
  "_from": "ow@^0.28.1",
  "_id": "ow@0.28.2",
  "_inBundle": false,
  "_integrity": "sha512-dD4UpyBh/9m4X2NVjA+73/ZPBRF+uF4zIMFvvQsabMiEK8x41L3rQ8EENOi35kyyoaJwNxEeJcP6Fj1H4U409Q==",
  "_location": "/ow",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ow@^0.28.1",
    "name": "ow",
    "escapedName": "ow",
    "rawSpec": "^0.28.1",
    "saveSpec": null,
    "fetchSpec": "^0.28.1"
  },
  "_requiredBy": [
    "/@crawlee/basic",
    "/@crawlee/browser",
    "/@crawlee/browser-pool",
    "/@crawlee/core",
    "/@crawlee/http",
    "/@crawlee/jsdom",
    "/@crawlee/linkedom",
    "/@crawlee/playwright",
    "/@crawlee/puppeteer",
    "/@crawlee/utils",
    "/header-generator"
  ],
  "_resolved": "https://registry.npmjs.org/ow/-/ow-0.28.2.tgz",
  "_shasum": "782b28102124e665c49ec7725e2066a129acf6bf",
  "_spec": "ow@^0.28.1",
  "_where": "/home/easypc6/backend/node_modules/@crawlee/basic",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "ava": {
    "babel": false,
    "compileEnhancements": false,
    "files": [
      "test/**",
      "!test/fixtures/**"
    ],
    "extensions": [
      "ts"
    ],
    "require": [
      "ts-node/register"
    ]
  },
  "browser": {
    "./dist/utils/infer-label.js": "./dist/utils/infer-label.browser.js"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/ow/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@sindresorhus/is": "^4.2.0",
    "callsites": "^3.1.0",
    "dot-prop": "^6.0.1",
    "lodash.isequal": "^4.5.0",
    "vali-date": "^1.0.0"
  },
  "deprecated": false,
  "description": "Function argument validation for humans",
  "devDependencies": {
    "@sindresorhus/tsconfig": "^0.8.0",
    "@types/lodash.isequal": "^4.5.5",
    "@types/node": "^16.10.2",
    "@types/vali-date": "^1.0.0",
    "ava": "^2.4.0",
    "del-cli": "^4.0.0",
    "expect-type": "^0.12.0",
    "gh-pages": "^3.2.3",
    "nyc": "^15.1.0",
    "ts-node": "^10.2.1",
    "typedoc": "^0.22.5",
    "typescript": "^4.4.3",
    "xo": "^0.38.2"
  },
  "engines": {
    "node": ">=12"
  },
  "files": [
    "dist",
    "dev-only.js"
  ],
  "funding": {
    "url": "https://github.com/sponsors/sindresorhus"
  },
  "homepage": "https://github.com/sindresorhus/ow#readme",
  "keywords": [
    "type",
    "types",
    "check",
    "checking",
    "guard",
    "guards",
    "assert",
    "assertion",
    "predicate",
    "predicates",
    "is",
    "validate",
    "validation",
    "utility",
    "util",
    "typeof",
    "instanceof",
    "object"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "ow",
  "nyc": {
    "reporter": [
      "text",
      "lcov"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/ow.git"
  },
  "scripts": {
    "build": "del-cli dist && tsc",
    "docs": "typedoc source/index.ts",
    "example": "npm run build && node example.js",
    "postpublish": "npm run docs && gh-pages --dist docs --no-history --message \"Deploy documentation\"",
    "prepare": "npm run build",
    "test": "xo && ava"
  },
  "sideEffects": false,
  "types": "dist",
  "version": "0.28.2",
  "xo": {
    "parserOptions": {
      "project": "./tsconfig.xo.json"
    },
    "ignores": [
      "example.js",
      "dev-only.js",
      "source/utils/infer-label.browser.ts"
    ],
    "rules": {
      "no-useless-return": "off",
      "ava/no-ignored-test-files": "off",
      "@typescript-eslint/explicit-function-return-type": "error",
      "@typescript-eslint/ban-types": "off",
      "@typescript-eslint/no-explicit-any": "off",
      "@typescript-eslint/no-empty-function": "off",
      "@typescript-eslint/restrict-template-expressions": "off",
      "@typescript-eslint/no-unused-vars": "off",
      "import/no-anonymous-default-export": "off"
    }
  }
}
