{
  "_args": [
    [
      "@cypress/webpack-preprocessor@5.15.0",
      "/var/www/html/analytics/analytics-soa"
    ]
  ],
  "_development": true,
  "_from": "@cypress/webpack-preprocessor@5.15.0",
  "_id": "@cypress/webpack-preprocessor@5.15.0",
  "_inBundle": false,
  "_integrity": "sha512-fwgki3deJLnNAnnWn0ocsnSY6zyYjNe7oqGFqqWl9S4GSO2lgvZX/7VaZYNWhYefm1gWc+ka98TTWqFDI2opxQ==",
  "_location": "/@cypress/webpack-preprocessor",
  "_phantomChildren": {
    "big.js": "5.2.2",
    "json5": "2.2.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@cypress/webpack-preprocessor@5.15.0",
    "name": "@cypress/webpack-preprocessor",
    "escapedName": "@cypress%2fwebpack-preprocessor",
    "scope": "@cypress",
    "rawSpec": "5.15.0",
    "saveSpec": null,
    "fetchSpec": "5.15.0"
  },
  "_requiredBy": [
    "/@nrwl/cypress"
  ],
  "_resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.15.0.tgz",
  "_spec": "5.15.0",
  "_where": "/var/www/html/analytics/analytics-soa",
  "bugs": {
    "url": "https://github.com/cypress-io/cypress/issues/new?assignees=&labels=npm%3A%20%40cypress%2Fwebpack-preprocessor&template=1-bug-report.md&title="
  },
  "dependencies": {
    "bluebird": "3.7.1",
    "debug": "^4.3.2",
    "fs-extra": "^10.1.0",
    "loader-utils": "^2.0.0",
    "lodash": "^4.17.20",
    "md5": "2.3.0",
    "webpack-virtual-modules": "^0.4.4"
  },
  "description": "Cypress preprocessor for bundling JavaScript via webpack",
  "devDependencies": {
    "@babel/core": "^7.0.1",
    "@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
    "@babel/preset-env": "^7.0.0",
    "@fellow/eslint-plugin-coffee": "0.4.13",
    "@types/mocha": "9.0.0",
    "@types/webpack": "^4.41.12",
    "@typescript-eslint/eslint-plugin": "^4.18.0",
    "@typescript-eslint/parser": "^4.18.0",
    "babel-loader": "^8.0.2",
    "chai": "4.1.2",
    "chalk": "3.0.0",
    "chokidar-cli": "2.1.0",
    "common-tags": "^1.8.2",
    "cypress": "0.0.0-development",
    "dependency-check": "2.9.1",
    "deps-ok": "1.2.1",
    "eslint": "7.22.0",
    "eslint-plugin-cypress": "2.11.2",
    "eslint-plugin-json-format": "2.0.1",
    "eslint-plugin-mocha": "8.1.0",
    "fast-glob": "3.1.1",
    "find-webpack": "1.5.0",
    "mocha": "^7.1.0",
    "mockery": "2.1.0",
    "proxyquire": "2.1.3",
    "react": "16.13.1",
    "react-dom": "16.13.1",
    "react-scripts": "3.2",
    "rimraf": "3.0.2",
    "semantic-release": "19.0.3",
    "sinon": "^9.0.0",
    "sinon-chai": "^3.5.0",
    "snap-shot-it": "7.9.2",
    "ts-node": "^10.9.1",
    "webpack": "^4.44.2"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/cypress-io/cypress/tree/develop/npm/webpack-preprocessor#readme",
  "keywords": [
    "cypress",
    "cypress-plugin",
    "cypress-preprocessor",
    "webpack"
  ],
  "license": "MIT",
  "main": "dist",
  "name": "@cypress/webpack-preprocessor",
  "peerDependencies": {
    "@babel/core": "^7.0.1",
    "@babel/preset-env": "^7.0.0",
    "babel-loader": "^8.0.2",
    "webpack": "^4 || ^5"
  },
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cypress-io/cypress.git"
  },
  "scripts": {
    "build": "rimraf dist && tsc || echo 'built, with errors'",
    "build-prod": "yarn build",
    "check-ts": "tsc --noEmit",
    "deps": "deps-ok && dependency-check --no-dev .",
    "secure": "nsp check",
    "semantic-release": "semantic-release",
    "size": "npm pack --dry",
    "test": "node ./scripts/test-webpack-5.js",
    "test-debug": "node --inspect --debug-brk ./node_modules/.bin/_mocha",
    "test-e2e": "mocha test/e2e/*.spec.*",
    "test-unit": "mocha test/unit/*.spec.*",
    "test-watch": "yarn test-unit & chokidar '**/*.(js|ts)' 'test/unit/*.(js|ts)' -c 'yarn test-unit'",
    "watch": "rimraf dist && tsc --watch"
  },
  "types": "dist",
  "version": "5.15.0"
}
