Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

86 lines
2.4 KiB

4 years ago
{
"_args": [
[
"@soda/friendly-errors-webpack-plugin@1.7.1",
"/home/lefos/repos/swarmlab-playground-client"
]
],
"_development": true,
"_from": "@soda/friendly-errors-webpack-plugin@1.7.1",
"_id": "@soda/friendly-errors-webpack-plugin@1.7.1",
"_inBundle": false,
"_integrity": "sha512-cWKrGaFX+rfbMrAxVv56DzhPNqOJPZuNIS2HGMELtgGzb+vsMzyig9mml5gZ/hr2BGtSLV+dP2LUEuAL8aG2mQ==",
"_location": "/@soda/friendly-errors-webpack-plugin",
"_phantomChildren": {
"escape-string-regexp": "1.0.5",
"has-ansi": "2.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "@soda/friendly-errors-webpack-plugin@1.7.1",
"name": "@soda/friendly-errors-webpack-plugin",
"escapedName": "@soda%2ffriendly-errors-webpack-plugin",
"scope": "@soda",
"rawSpec": "1.7.1",
"saveSpec": null,
"fetchSpec": "1.7.1"
},
"_requiredBy": [
"/@vue/cli-service"
],
"_resolved": "https://registry.npmjs.org/@soda/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.7.1.tgz",
"_spec": "1.7.1",
"_where": "/home/lefos/repos/swarmlab-playground-client",
"author": {
"name": "Geoffroy Warin"
},
"bugs": {
"url": "https://github.com/sodatea/friendly-errors-webpack-plugin/issues"
},
"dependencies": {
"chalk": "^1.1.3",
"error-stack-parser": "^2.0.0",
"string-width": "^2.0.0"
},
"description": "Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.3.0",
"babel-plugin-transform-async-to-generator": "^6.22.0",
"babel-preset-react": "^6.23.0",
"eslint": "^3.16.1",
"eslint-loader": "^1.6.1",
"expect": "^1.20.2",
"jest": "^18.1.0",
"memory-fs": "^0.4.1",
"webpack": "^2.2.1"
},
"files": [
"src",
"index.js"
],
"homepage": "https://github.com/sodatea/friendly-errors-webpack-plugin#readme",
"keywords": [
"friendly",
"errors",
"webpack",
"plugin"
],
"license": "MIT",
"main": "index.js",
"name": "@soda/friendly-errors-webpack-plugin",
"peerDependencies": {
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sodatea/friendly-errors-webpack-plugin.git"
},
"scripts": {
"test": "eslint --ignore-pattern test/* && jest"
},
"version": "1.7.1"
}