1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768 |
- {
- "name": "@nuxt/friendly-errors-webpack-plugin",
- "publishConfig": {
- "access": "public"
- },
- "version": "2.5.2",
- "description": "Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience",
- "main": "index.js",
- "scripts": {
- "test": "eslint . && jest",
- "release": "standard-version"
- },
- "files": [
- "src",
- "index.js"
- ],
- "keywords": [
- "friendly",
- "errors",
- "webpack",
- "plugin"
- ],
- "author": "Geoffroy Warin",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/nuxt/friendly-errors-webpack-plugin.git"
- },
- "bugs": {
- "url": "https://github.com/nuxt/friendly-errors-webpack-plugin/issues"
- },
- "license": "MIT",
- "peerDependencies": {
- "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
- },
- "devDependencies": {
- "babel-core": "^6.23.1",
- "babel-eslint": "^8.0.0",
- "babel-loader": "^7.1.4",
- "babel-plugin-transform-async-to-generator": "^6.22.0",
- "babel-preset-react": "^6.23.0",
- "eslint": "^5.8.0",
- "eslint-config-standard": "^12.0.0",
- "eslint-loader": "^2.0.0",
- "eslint-plugin-import": "^2.14.0",
- "eslint-plugin-node": "^8.0.0",
- "eslint-plugin-promise": "^4.0.1",
- "eslint-plugin-standard": "^4.0.0",
- "expect": "^1.20.2",
- "jest": "^22.4.2",
- "memory-fs": "^0.4.1",
- "standard-version": "^4.3.0",
- "strip-ansi": "^5.0.0",
- "webpack": "^4.23.1"
- },
- "dependencies": {
- "chalk": "^2.3.2",
- "consola": "^2.6.0",
- "error-stack-parser": "^2.0.0",
- "string-width": "^4.2.3"
- },
- "jest": {
- "testEnvironment": "node"
- },
- "engines": {
- "node": ">=8.0.0",
- "npm": ">=5.0.0"
- }
- }
|