Files
30-seconds-of-code/node_modules/@pieh/friendly-errors-webpack-plugin/package.json
2019-08-20 15:52:05 +02:00

80 lines
2.5 KiB
JSON

{
"_from": "@pieh/friendly-errors-webpack-plugin@1.7.0-chalk-2",
"_id": "@pieh/friendly-errors-webpack-plugin@1.7.0-chalk-2",
"_inBundle": false,
"_integrity": "sha512-65+vYGuDkHBCWWjqzzR/Ck318+d6yTI00EqII9qe3aPD1J3Olhvw0X38uM5moQb1PK/ksDXwSoPGt/5QhCiotw==",
"_location": "/@pieh/friendly-errors-webpack-plugin",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@pieh/friendly-errors-webpack-plugin@1.7.0-chalk-2",
"name": "@pieh/friendly-errors-webpack-plugin",
"escapedName": "@pieh%2ffriendly-errors-webpack-plugin",
"scope": "@pieh",
"rawSpec": "1.7.0-chalk-2",
"saveSpec": null,
"fetchSpec": "1.7.0-chalk-2"
},
"_requiredBy": [
"/gatsby"
],
"_resolved": "https://registry.npmjs.org/@pieh/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.7.0-chalk-2.tgz",
"_shasum": "2e9da9d3ade9d18d013333eb408c457d04eabac0",
"_spec": "@pieh/friendly-errors-webpack-plugin@1.7.0-chalk-2",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/gatsby",
"author": {
"name": "Geoffroy Warin"
},
"bugs": {
"url": "https://github.com/pieh/friendly-errors-webpack-plugin/issues"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "^2.4.2",
"error-stack-parser": "^2.0.0",
"string-width": "^2.0.0",
"strip-ansi": "^3"
},
"deprecated": false,
"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/pieh/friendly-errors-webpack-plugin#readme",
"keywords": [
"friendly",
"errors",
"webpack",
"plugin"
],
"license": "MIT",
"main": "index.js",
"name": "@pieh/friendly-errors-webpack-plugin",
"peerDependencies": {
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pieh/friendly-errors-webpack-plugin.git"
},
"scripts": {
"test": "eslint --ignore-pattern test/* && jest"
},
"version": "1.7.0-chalk-2"
}