HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/node_modules/ow/package.json
{
  "_args": [
    [
      "ow@0.17.0",
      "/home/arjun/projects/buyercall"
    ]
  ],
  "_development": true,
  "_from": "ow@0.17.0",
  "_id": "ow@0.17.0",
  "_inBundle": false,
  "_integrity": "sha512-i3keDzDQP5lWIe4oODyDFey1qVrq2hXKTuTH2VpqwpYtzPiKZt2ziRI4NBQmgW40AnV5Euz17OyWweCb+bNEQA==",
  "_location": "/ow",
  "_optional": true,
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ow@0.17.0",
    "name": "ow",
    "escapedName": "ow",
    "rawSpec": "0.17.0",
    "saveSpec": null,
    "fetchSpec": "0.17.0"
  },
  "_requiredBy": [
    "/imagemin-pngquant"
  ],
  "_resolved": "https://registry.npmjs.org/ow/-/ow-0.17.0.tgz",
  "_spec": "0.17.0",
  "_where": "/home/arjun/projects/buyercall",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "ava": {
    "babel": false,
    "compileEnhancements": false,
    "files": [
      "dist/test/**",
      "!dist/test/fixtures/**"
    ]
  },
  "browser": {
    "./dist/source/utils/infer-label.js": "./dist/source/utils/infer-label.browser.js"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/ow/issues"
  },
  "dependencies": {
    "type-fest": "^0.11.0"
  },
  "description": "Function argument validation for humans",
  "devDependencies": {
    "@sindresorhus/is": "^2.1.0",
    "@sindresorhus/tsconfig": "^0.7.0",
    "@types/lodash.isequal": "^4.5.2",
    "@types/node": "^13.7.4",
    "@types/vali-date": "^1.0.0",
    "@typescript-eslint/eslint-plugin": "^2.20.0",
    "@typescript-eslint/parser": "^2.20.0",
    "add-asset-webpack-plugin": "^1.0.0",
    "add-module-exports-webpack-plugin": "^1.0.0",
    "ava": "^2.0.0",
    "awesome-typescript-loader": "^5.2.1",
    "callsites": "^3.0.0",
    "codecov": "^3.1.0",
    "del-cli": "^3.0.0",
    "dot-prop": "^5.2.0",
    "eslint-config-xo-typescript": "^0.26.0",
    "license-webpack-plugin": "^2.0.2",
    "lodash.isequal": "^4.5.0",
    "nyc": "^15.0.0",
    "typedoc": "^0.16.10",
    "typescript": "~3.8.2",
    "vali-date": "^1.0.0",
    "webpack": "^4.33.0",
    "webpack-cli": "^3.3.10",
    "xo": "^0.26.1"
  },
  "engines": {
    "node": ">=10"
  },
  "files": [
    "dist/source",
    "dev-only.js"
  ],
  "funding": "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/source",
  "name": "ow",
  "nyc": {
    "exclude": [
      "dist/test"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/ow.git"
  },
  "scripts": {
    "build": "npm run clean && webpack",
    "clean": "del-cli dist",
    "compile": "npm run clean && tsc",
    "docs": "typedoc source",
    "prepublishOnly": "npm run build",
    "pretest": "npm run compile -- --sourceMap",
    "test": "xo && nyc ava"
  },
  "sideEffects": false,
  "types": "dist/source",
  "version": "0.17.0",
  "xo": {
    "extends": "xo-typescript",
    "extensions": [
      "ts"
    ],
    "ignores": [
      "example.js",
      "webpack.config.js",
      "dev-only.js"
    ],
    "rules": {
      "no-useless-return": "off",
      "@typescript-eslint/generic-type-naming": "off",
      "@typescript-eslint/member-naming": "off",
      "ava/no-ignored-test-files": "off",
      "@typescript-eslint/explicit-function-return-type": "off",
      "@typescript-eslint/ban-types": "off",
      "@typescript-eslint/no-explicit-any": "off",
      "@typescript-eslint/no-empty-function": "off",
      "@typescript-eslint/restrict-template-expressions": "off"
    }
  }
}