{
  "_from": "mini-css-extract-plugin@^2.4.5",
  "_id": "mini-css-extract-plugin@2.6.1",
  "_inBundle": false,
  "_integrity": "sha512-wd+SD57/K6DiV7jIR34P+s3uckTRuQvx0tKPcvjFlrEylk6P4mQ2KSWk1hblj1Kxaqok7LogKOieygXqBczNlg==",
  "_location": "/mini-css-extract-plugin",
  "_phantomChildren": {
    "@types/json-schema": "7.0.11",
    "ajv-formats": "2.1.1",
    "fast-deep-equal": "3.1.3",
    "require-from-string": "2.0.2",
    "uri-js": "4.4.1"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "mini-css-extract-plugin@^2.4.5",
    "name": "mini-css-extract-plugin",
    "escapedName": "mini-css-extract-plugin",
    "rawSpec": "^2.4.5",
    "saveSpec": null,
    "fetchSpec": "^2.4.5"
  },
  "_requiredBy": [
    "/react-scripts"
  ],
  "_resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.1.tgz",
  "_shasum": "9a1251d15f2035c342d99a468ab9da7a0451b71e",
  "_spec": "mini-css-extract-plugin@^2.4.5",
  "_where": "/home/smartsensero/public_html/research.smartsense.ro/node_modules/react-scripts",
  "author": {
    "name": "Tobias Koppers @sokra"
  },
  "bugs": {
    "url": "https://github.com/webpack-contrib/mini-css-extract-plugin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "schema-utils": "^4.0.0"
  },
  "deprecated": false,
  "description": "extracts CSS into separate files",
  "devDependencies": {
    "@babel/cli": "^7.17.6",
    "@babel/core": "^7.17.5",
    "@babel/eslint-parser": "^7.17.0",
    "@babel/preset-env": "^7.16.11",
    "@commitlint/cli": "^17.0.2",
    "@commitlint/config-conventional": "^17.0.2",
    "@webpack-contrib/eslint-config-webpack": "^3.0.0",
    "babel-jest": "^28.1.1",
    "bootstrap": "^4.6.0",
    "cross-env": "^7.0.3",
    "css-loader": "^6.7.0",
    "del": "^6.0.0",
    "del-cli": "^4.0.0",
    "es-check": "^6.2.1",
    "eslint": "^8.10.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import": "^2.25.4",
    "file-loader": "^6.2.0",
    "husky": "^7.0.0",
    "jest": "^28.1.1",
    "jest-environment-jsdom": "^28.1.1",
    "jsdom": "^19.0.0",
    "lint-staged": "^12.3.4",
    "memfs": "^3.4.1",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.3.2",
    "sass": "^1.49.9",
    "sass-loader": "^12.6.0",
    "standard-version": "^9.3.0",
    "typescript": "^4.6.2",
    "webpack": "^5.70.0",
    "webpack-cli": "^4.9.2",
    "webpack-dev-server": "^4.7.4"
  },
  "engines": {
    "node": ">= 12.13.0"
  },
  "files": [
    "dist",
    "types"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/webpack"
  },
  "homepage": "https://github.com/webpack-contrib/mini-css-extract-plugin",
  "keywords": [
    "webpack",
    "css",
    "extract",
    "hmr"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "mini-css-extract-plugin",
  "peerDependencies": {
    "webpack": "^5.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"
  },
  "scripts": {
    "build": "npm-run-all -p \"build:**\"",
    "build:code": "cross-env NODE_ENV=production babel src -d dist --copy-files",
    "build:types": "tsc --declaration --emitDeclarationOnly --outDir types && prettier \"types/**/*.ts\" --write",
    "clean": "del-cli dist",
    "commitlint": "commitlint --from=master",
    "lint": "npm-run-all -l -p \"lint:**\"",
    "lint:js": "eslint --cache .",
    "lint:prettier": "prettier \"{**/*,*}.{js,json,md,yml,css,ts}\" --list-different",
    "lint:types": "tsc --pretty --noEmit",
    "postbuild": "es-check es5 dist/hmr/hotModuleReplacement.js",
    "prebuild": "npm run clean",
    "prepare": "husky install && npm run build",
    "pretest": "npm run lint",
    "release": "standard-version",
    "security": "npm audit --production",
    "start": "npm run build -- -w",
    "test": "cross-env NODE_ENV=test npm run test:coverage",
    "test:coverage": "npm run test:only -- --collectCoverageFrom=\"src/**/*.js\" --coverage",
    "test:manual": "npm run build && webpack serve ./test/manual/src/index.js --open --config ./test/manual/webpack.config.js",
    "test:only": "cross-env NODE_ENV=test jest",
    "test:only:experimental": "EXPERIMENTAL_USE_IMPORT_MODULE=true cross-env NODE_ENV=test jest",
    "test:watch": "npm run test:only -- --watch"
  },
  "types": "types/index.d.ts",
  "version": "2.6.1"
}
