{
  "_from": "outvariant@^1.4.0",
  "_id": "outvariant@1.4.3",
  "_inBundle": false,
  "_integrity": "sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==",
  "_location": "/outvariant",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "outvariant@^1.4.0",
    "name": "outvariant",
    "escapedName": "outvariant",
    "rawSpec": "^1.4.0",
    "saveSpec": null,
    "fetchSpec": "^1.4.0"
  },
  "_requiredBy": [
    "/@mswjs/interceptors",
    "/msw"
  ],
  "_resolved": "https://registry.npmjs.org/outvariant/-/outvariant-1.4.3.tgz",
  "_shasum": "221c1bfc093e8fec7075497e7799fdbf43d14873",
  "_spec": "outvariant@^1.4.0",
  "_where": "/home/perazamc/cms.perazam.com/perazam-cms/node_modules/msw",
  "author": {
    "name": "Artem Zakharchenko"
  },
  "bugs": {
    "url": "https://github.com/open-draft/outvariant/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Type-safe implementation of invariant with positionals.",
  "devDependencies": {
    "@ossjs/release": "^0.8.0",
    "@types/jest": "^26.0.23",
    "jest": "^27.0.6",
    "rimraf": "^3.0.2",
    "ts-jest": "^27.0.3",
    "ts-node": "^10.0.0",
    "tsup": "^6.2.3",
    "typescript": "^4.3.4"
  },
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "require": "./lib/index.js",
      "default": "./lib/index.mjs"
    }
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/open-draft/outvariant#readme",
  "keywords": [
    "invariant",
    "outvariant",
    "exception",
    "positional"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "module": "lib/index.mjs",
  "name": "outvariant",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/open-draft/outvariant.git"
  },
  "scripts": {
    "build": "yarn clean && tsup",
    "clean": "rimraf ./lib",
    "prepublishOnly": "yarn test && yarn build",
    "release": "release publish",
    "test": "jest"
  },
  "typings": "lib/index.d.ts",
  "version": "1.4.3"
}
