{
  "_from": "msw@1.3.0",
  "_id": "msw@1.3.0",
  "_inBundle": false,
  "_integrity": "sha512-nnWAZlQyQOKeYRblCpseT1kSPt1aF5e/jHz1hn/18IxbsMFreSVV1cJriT0uV+YG6+wvwFRMHXU3zVuMvuwERQ==",
  "_location": "/msw",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "msw@1.3.0",
    "name": "msw",
    "escapedName": "msw",
    "rawSpec": "1.3.0",
    "saveSpec": null,
    "fetchSpec": "1.3.0"
  },
  "_requiredBy": [
    "/@strapi/admin"
  ],
  "_resolved": "https://registry.npmjs.org/msw/-/msw-1.3.0.tgz",
  "_shasum": "dc1f80a79f4719610e45a87e77d1ec32720bbb6d",
  "_spec": "msw@1.3.0",
  "_where": "/home/perazamc/cms.perazam.com/perazam-cms/node_modules/@strapi/admin",
  "author": {
    "name": "Artem Zakharchenko",
    "url": "https://github.com/kettanaito"
  },
  "bin": {
    "msw": "cli/index.js"
  },
  "bugs": {
    "url": "https://github.com/mswjs/msw/issues"
  },
  "bundleDependencies": false,
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "@mswjs/cookies": "^0.2.2",
    "@mswjs/interceptors": "^0.17.5",
    "@open-draft/until": "^1.0.3",
    "@types/cookie": "^0.4.1",
    "@types/js-levenshtein": "^1.1.1",
    "chalk": "^4.1.1",
    "chokidar": "^3.4.2",
    "cookie": "^0.4.2",
    "graphql": "^15.0.0 || ^16.0.0",
    "headers-polyfill": "^3.2.0",
    "inquirer": "^8.2.0",
    "is-node-process": "^1.2.0",
    "js-levenshtein": "^1.1.6",
    "node-fetch": "^2.6.7",
    "outvariant": "^1.4.0",
    "path-to-regexp": "^6.2.0",
    "strict-event-emitter": "^0.4.3",
    "type-fest": "^2.19.0",
    "yargs": "^17.3.1"
  },
  "deprecated": false,
  "description": "Seamless REST/GraphQL API mocking library for browser and Node.js.",
  "devDependencies": {
    "@babel/core": "^7.17.2",
    "@babel/preset-env": "^7.16.11",
    "@commitlint/cli": "^16.1.0",
    "@commitlint/config-conventional": "^16.0.0",
    "@open-draft/test-server": "^0.4.2",
    "@ossjs/release": "^0.5.1",
    "@playwright/test": "^1.30.0",
    "@swc/core": "^1.3.35",
    "@swc/jest": "^0.2.24",
    "@types/express": "^4.17.17",
    "@types/fs-extra": "^9.0.13",
    "@types/jest": "^29.4.0",
    "@types/json-bigint": "^1.0.1",
    "@types/node": "^14.14.31",
    "@types/node-fetch": "^2.5.11",
    "@types/puppeteer": "^5.4.4",
    "@typescript-eslint/eslint-plugin": "^5.11.0",
    "@typescript-eslint/parser": "^5.11.0",
    "babel-loader": "^8.2.3",
    "babel-minify": "^0.5.1",
    "commitizen": "^4.2.4",
    "cross-env": "^7.0.3",
    "cross-fetch": "^3.1.5",
    "cz-conventional-changelog": "3.3.0",
    "esbuild-loader": "^2.21.0",
    "eslint": "^7.30.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-prettier": "^3.4.0",
    "express": "^4.18.2",
    "fs-extra": "^10.0.0",
    "fs-teardown": "^0.3.0",
    "jest": "^29.4.3",
    "jest-environment-jsdom": "^29.4.3",
    "json-bigint": "^1.0.0",
    "lint-staged": "^13.0.3",
    "page-with": "^0.5.0",
    "prettier": "^2.7.1",
    "regenerator-runtime": "^0.13.9",
    "rimraf": "^3.0.2",
    "simple-git-hooks": "^2.8.0",
    "statuses": "^2.0.0",
    "ts-node": "^10.9.1",
    "tsup": "^5.12.8",
    "typescript": "^5.0.2",
    "url-loader": "^4.1.1",
    "webpack": "^5.68.0",
    "webpack-dev-server": "^3.11.2",
    "webpack-http-server": "^0.5.0"
  },
  "engines": {
    "node": ">=14"
  },
  "exports": {
    ".": {
      "default": "./lib/index.js"
    },
    "./native": {
      "types": "./lib/native/index.d.ts",
      "default": "./lib/native/index.js"
    },
    "./node": {
      "types": "./lib/node/index.d.ts",
      "require": "./lib/node/index.js",
      "default": "./lib/node/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "config/constants.js",
    "config/scripts/postinstall.js",
    "cli",
    "lib",
    "native",
    "node",
    "LICENSE.md",
    "README.md"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/mswjs"
  },
  "homepage": "https://mswjs.io",
  "keywords": [
    "api",
    "mock",
    "mocking",
    "worker",
    "prototype",
    "server",
    "service",
    "handler",
    "testing",
    "front-end",
    "back-end"
  ],
  "license": "MIT",
  "lint-staged": {
    "**/*.ts": [
      "eslint --fix"
    ],
    "**/*.{ts,json}": [
      "prettier --write"
    ]
  },
  "main": "./lib/index.js",
  "name": "msw",
  "packageManager": "pnpm@7.12.2",
  "peerDependencies": {
    "typescript": ">= 4.4.x <= 5.2.x"
  },
  "peerDependenciesMeta": {
    "typescript": {
      "optional": true
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mswjs/msw.git"
  },
  "resolutions": {
    "chokidar": "3.4.1"
  },
  "scripts": {
    "build": "cross-env NODE_ENV=production tsup",
    "clean": "rimraf ./lib",
    "lint": "eslint \"{cli,config,src,test}/**/*.ts\"",
    "postinstall": "node -e \"try{require('./config/scripts/postinstall')}catch(e){}\"",
    "release": "release publish",
    "start": "tsup --watch",
    "test": "pnpm test:unit && pnpm test:node && pnpm test:browser",
    "test:browser": "playwright test -c ./test/browser/playwright.config.ts",
    "test:node": "jest --config=./test/jest.config.js",
    "test:ts": "ts-node test/typings/run.ts",
    "test:unit": "cross-env BABEL_ENV=test jest --maxWorkers=3"
  },
  "sideEffects": false,
  "simple-git-hooks": {
    "pre-commit": "pnpm lint-staged",
    "prepare-commit-msg": "grep -qE '^[^#]' .git/COMMIT_EDITMSG || (exec < /dev/tty && pnpm cz --hook || true)",
    "commit-msg": "pnpm commitlint --edit $1"
  },
  "types": "./lib/index.d.ts",
  "version": "1.3.0"
}
