159 lines
4.3 KiB
JSON
159 lines
4.3 KiB
JSON
|
{
|
||
|
"_from": "mini-css-extract-plugin@^0.6.0",
|
||
|
"_id": "mini-css-extract-plugin@0.6.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-79q5P7YGI6rdnVyIAV4NXpBQJFWdkzJxCim3Kog4078fM0piAaFlwocqbejdWtLW1cEzCexPrh6EdyFsPgVdAw==",
|
||
|
"_location": "/mini-css-extract-plugin",
|
||
|
"_phantomChildren": {
|
||
|
"ajv": "6.10.0",
|
||
|
"ajv-errors": "1.0.1",
|
||
|
"ajv-keywords": "3.4.0",
|
||
|
"prepend-http": "2.0.0",
|
||
|
"query-string": "5.1.1",
|
||
|
"sort-keys": "2.0.0"
|
||
|
},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "mini-css-extract-plugin@^0.6.0",
|
||
|
"name": "mini-css-extract-plugin",
|
||
|
"escapedName": "mini-css-extract-plugin",
|
||
|
"rawSpec": "^0.6.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^0.6.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@vue/cli-service"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.6.0.tgz",
|
||
|
"_shasum": "a3f13372d6fcde912f3ee4cd039665704801e3b9",
|
||
|
"_spec": "mini-css-extract-plugin@^0.6.0",
|
||
|
"_where": "/home/soeren/dev/keksaccountgui/node_modules/@vue/cli-service",
|
||
|
"author": {
|
||
|
"name": "Tobias Koppers @sokra"
|
||
|
},
|
||
|
"babel": {
|
||
|
"presets": [
|
||
|
[
|
||
|
"@babel/preset-env",
|
||
|
{
|
||
|
"targets": {
|
||
|
"node": "6.9.0"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
]
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/webpack-contrib/mini-css-extract-plugin/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"commitlint": {
|
||
|
"extends": [
|
||
|
"@commitlint/config-conventional"
|
||
|
]
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"loader-utils": "^1.1.0",
|
||
|
"normalize-url": "^2.0.1",
|
||
|
"schema-utils": "^1.0.0",
|
||
|
"webpack-sources": "^1.1.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "extracts CSS into separate files",
|
||
|
"devDependencies": {
|
||
|
"@babel/cli": "^7.4.3",
|
||
|
"@babel/core": "^7.4.3",
|
||
|
"@babel/preset-env": "^7.4.3",
|
||
|
"@commitlint/cli": "^7.5.2",
|
||
|
"@commitlint/config-conventional": "^7.5.0",
|
||
|
"@webpack-contrib/defaults": "^3.1.1",
|
||
|
"@webpack-contrib/eslint-config-webpack": "^3.0.0",
|
||
|
"acorn": "^6.1.1",
|
||
|
"babel-eslint": "^10.0.1",
|
||
|
"babel-jest": "^24.7.1",
|
||
|
"cross-env": "^5.1.3",
|
||
|
"css-loader": "^2.1.1",
|
||
|
"del": "^4.1.0",
|
||
|
"del-cli": "^1.1.0",
|
||
|
"es-check": "^5.0.0",
|
||
|
"eslint": "^5.16.0",
|
||
|
"eslint-plugin-import": "^2.16.0",
|
||
|
"eslint-plugin-prettier": "^3.0.1",
|
||
|
"file-loader": "^3.0.1",
|
||
|
"husky": "^1.3.1",
|
||
|
"jest": "^24.7.1",
|
||
|
"lint-staged": "^8.1.5",
|
||
|
"memory-fs": "^0.4.1",
|
||
|
"pre-commit": "^1.2.2",
|
||
|
"prettier": "^1.16.4",
|
||
|
"standard-version": "^5.0.2",
|
||
|
"webpack": "4.29.0",
|
||
|
"webpack-cli": "^3.3.0",
|
||
|
"webpack-dev-server": "^3.3.1"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">= 6.9.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"dist"
|
||
|
],
|
||
|
"homepage": "https://github.com/webpack-contrib/mini-css-extract-plugin",
|
||
|
"husky": {
|
||
|
"hooks": {
|
||
|
"pre-commit": "lint-staged",
|
||
|
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
|
||
|
}
|
||
|
},
|
||
|
"keywords": [
|
||
|
"webpack",
|
||
|
"css",
|
||
|
"extract",
|
||
|
"hmr"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"lint-staged": {
|
||
|
"*.js": [
|
||
|
"eslint --fix",
|
||
|
"git add"
|
||
|
]
|
||
|
},
|
||
|
"main": "dist/cjs.js",
|
||
|
"name": "mini-css-extract-plugin",
|
||
|
"peerDependencies": {
|
||
|
"webpack": "^4.4.0"
|
||
|
},
|
||
|
"prettier": {
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "es5",
|
||
|
"arrowParens": "always"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/webpack-contrib/mini-css-extract-plugin.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
|
||
|
"ci:coverage": "npm run test:coverage -- --runInBand",
|
||
|
"ci:lint": "npm run lint && npm run security",
|
||
|
"ci:lint:commits": "commitlint --from=origin/master --to=${CIRCLE_SHA1}",
|
||
|
"ci:test": "npm run test:only -- --runInBand",
|
||
|
"clean": "del-cli dist",
|
||
|
"commitlint": "commitlint --from=master",
|
||
|
"defaults": "webpack-defaults",
|
||
|
"lint": "eslint --cache src test",
|
||
|
"postbuild": "es-check es5 dist/hmr/hotModuleReplacement.js",
|
||
|
"prebuild": "npm run clean",
|
||
|
"prepublish": "npm run build",
|
||
|
"pretest": "npm run lint",
|
||
|
"release": "standard-version",
|
||
|
"security": "npm audit",
|
||
|
"start": "npm run build -- -w",
|
||
|
"test": "npm run test:only",
|
||
|
"test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
|
||
|
"test:only": "jest",
|
||
|
"test:watch": "jest --watch"
|
||
|
},
|
||
|
"version": "0.6.0"
|
||
|
}
|