{
  "_from": "@epic-web/invariant@^1.0.0",
  "_id": "@epic-web/invariant@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-lrTPqgvfFQtR/eY/qkIzp98OGdNJu0m5ji3q/nJI8v3SXkRKEnWiOxMmbvcSoAIzv/cGiuvRy57k4suKQSAdwA==",
  "_location": "/@epic-web/invariant",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@epic-web/invariant@^1.0.0",
    "name": "@epic-web/invariant",
    "escapedName": "@epic-web%2finvariant",
    "scope": "@epic-web",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/cross-env"
  ],
  "_resolved": "https://registry.npmjs.org/@epic-web/invariant/-/invariant-1.0.0.tgz",
  "_shasum": "1073e5dee6dd540410784990eb73e4acd25c9813",
  "_spec": "@epic-web/invariant@^1.0.0",
  "_where": "/var/www/html/packages/zab_site/node_modules/cross-env",
  "author": {
    "name": "Kent C. Dodds",
    "email": "me@kentcdodds.com",
    "url": "https://kentcdodds.com/"
  },
  "bugs": {
    "url": "https://github.com/epicweb-dev/invariant/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Type safe utilities for throwing errors (and responses) if things aren't quite right. Inspired by npm.im/invariant",
  "devDependencies": {
    "@types/node": "^20.10.4",
    "prettier": "^3.1.1",
    "tsx": "^4.6.2",
    "typescript": "^5.3.3"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/epicweb-dev/invariant#readme",
  "keywords": [],
  "license": "MIT",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "name": "@epic-web/invariant",
  "prettier": {
    "semi": false,
    "useTabs": true,
    "singleQuote": true,
    "proseWrap": "always",
    "overrides": [
      {
        "files": [
          "**/*.json"
        ],
        "options": {
          "useTabs": false
        }
      }
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/epicweb-dev/invariant.git"
  },
  "scripts": {
    "build": "tsc",
    "format": "prettier --write .",
    "test": "tsx --test --test-reporter spec --experimental-test-coverage test/*.test.ts",
    "test:watch": "tsx --test --test-reporter spec --watch test/*.test.ts"
  },
  "type": "module",
  "version": "1.0.0"
}
