mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-31 01:57:20 +01:00
npm install
This commit is contained in:
90
conf/site/node_modules/friendly-errors-webpack-plugin/package.json
generated
vendored
90
conf/site/node_modules/friendly-errors-webpack-plugin/package.json
generated
vendored
@@ -1,49 +1,33 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"friendly-errors-webpack-plugin@1.7.0",
|
||||
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "friendly-errors-webpack-plugin@1.7.0",
|
||||
"_id": "friendly-errors-webpack-plugin@1.7.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-K27M3VK30wVoOarP651zDmb93R9zF28usW4ocaK3mfQeIEI5BPht/EzZs5E8QLLwbLRJQMwscAjDxYPb1FuNiw==",
|
||||
"_location": "/friendly-errors-webpack-plugin",
|
||||
"_phantomChildren": {
|
||||
"escape-string-regexp": "1.0.5",
|
||||
"has-ansi": "2.0.0",
|
||||
"strip-ansi": "3.0.1"
|
||||
"name": "friendly-errors-webpack-plugin",
|
||||
"version": "1.7.0",
|
||||
"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 --ignore-pattern test/* && jest"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "friendly-errors-webpack-plugin@1.7.0",
|
||||
"name": "friendly-errors-webpack-plugin",
|
||||
"escapedName": "friendly-errors-webpack-plugin",
|
||||
"rawSpec": "1.7.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.7.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/laravel-mix"
|
||||
"files": [
|
||||
"src",
|
||||
"index.js"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/friendly-errors-webpack-plugin/-/friendly-errors-webpack-plugin-1.7.0.tgz",
|
||||
"_spec": "1.7.0",
|
||||
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
|
||||
"author": {
|
||||
"name": "Geoffroy Warin"
|
||||
"keywords": [
|
||||
"friendly",
|
||||
"errors",
|
||||
"webpack",
|
||||
"plugin"
|
||||
],
|
||||
"author": "Geoffroy Warin",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/geowarin/friendly-errors-webpack-plugin.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/geowarin/friendly-errors-webpack-plugin/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^1.1.3",
|
||||
"error-stack-parser": "^2.0.0",
|
||||
"string-width": "^2.0.0"
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"webpack": "^2.0.0 || ^3.0.0 || ^4.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",
|
||||
@@ -57,29 +41,9 @@
|
||||
"memory-fs": "^0.4.1",
|
||||
"webpack": "^2.2.1"
|
||||
},
|
||||
"files": [
|
||||
"src",
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/geowarin/friendly-errors-webpack-plugin#readme",
|
||||
"keywords": [
|
||||
"friendly",
|
||||
"errors",
|
||||
"webpack",
|
||||
"plugin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "friendly-errors-webpack-plugin",
|
||||
"peerDependencies": {
|
||||
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/geowarin/friendly-errors-webpack-plugin.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "eslint --ignore-pattern test/* && jest"
|
||||
},
|
||||
"version": "1.7.0"
|
||||
"dependencies": {
|
||||
"chalk": "^1.1.3",
|
||||
"error-stack-parser": "^2.0.0",
|
||||
"string-width": "^2.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user