composer and npm

This commit is contained in:
Henry Whitaker
2020-08-25 00:59:44 +01:00
parent 6726d93cc6
commit c8f853dc84
2504 changed files with 88530 additions and 41367 deletions

View File

@@ -1,35 +1,29 @@
{
"_args": [
[
"webpack-cli@3.3.11",
"webpack-cli@3.3.12",
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
]
],
"_development": true,
"_from": "webpack-cli@3.3.11",
"_id": "webpack-cli@3.3.11",
"_from": "webpack-cli@3.3.12",
"_id": "webpack-cli@3.3.12",
"_inBundle": false,
"_integrity": "sha512-dXlfuml7xvAFwYUPsrtQAA9e4DOe58gnzSxhgrO/ZM/gyXTBowrsYeubyN4mqGhYdpXMFNyQ6emjJS9M7OBd4g==",
"_integrity": "sha512-NVWBaz9k839ZH/sinurM+HcDvJOTXwSjYp1ku+5XKeOC03z8v5QitnK/x+lAxGXFyhdayoIf/GOpv85z3/xPag==",
"_location": "/webpack-cli",
"_phantomChildren": {
"big.js": "5.2.2",
"cliui": "5.0.0",
"emoji-regex": "7.0.3",
"find-up": "3.0.0",
"get-caller-file": "2.0.5",
"graceful-fs": "4.2.3",
"has-flag": "3.0.0",
"is-fullwidth-code-point": "2.0.0",
"isexe": "2.0.0",
"memory-fs": "0.4.1",
"minimist": "1.2.5",
"nice-try": "1.0.5",
"os-locale": "3.1.0",
"path-exists": "3.0.0",
"require-directory": "2.1.1",
"require-main-filename": "2.0.0",
"semver": "5.7.1",
"set-blocking": "2.0.0",
"tapable": "1.1.3",
"which-module": "2.0.0",
"y18n": "4.0.0",
"yargs-parser": "13.1.2"
@@ -37,18 +31,18 @@
"_requested": {
"type": "version",
"registry": true,
"raw": "webpack-cli@3.3.11",
"raw": "webpack-cli@3.3.12",
"name": "webpack-cli",
"escapedName": "webpack-cli",
"rawSpec": "3.3.11",
"rawSpec": "3.3.12",
"saveSpec": null,
"fetchSpec": "3.3.11"
"fetchSpec": "3.3.12"
},
"_requiredBy": [
"/laravel-mix"
],
"_resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.11.tgz",
"_spec": "3.3.11",
"_resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-3.3.12.tgz",
"_spec": "3.3.12",
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
"bin": {
"webpack-cli": "bin/cli.js"
@@ -65,17 +59,17 @@
}
},
"dependencies": {
"chalk": "2.4.2",
"cross-spawn": "6.0.5",
"enhanced-resolve": "4.1.0",
"findup-sync": "3.0.0",
"global-modules": "2.0.0",
"import-local": "2.0.0",
"interpret": "1.2.0",
"loader-utils": "1.2.3",
"supports-color": "6.1.0",
"v8-compile-cache": "2.0.3",
"yargs": "13.2.4"
"chalk": "^2.4.2",
"cross-spawn": "^6.0.5",
"enhanced-resolve": "^4.1.1",
"findup-sync": "^3.0.0",
"global-modules": "^2.0.0",
"import-local": "^2.0.0",
"interpret": "^1.4.0",
"loader-utils": "^1.4.0",
"supports-color": "^6.1.0",
"v8-compile-cache": "^2.1.1",
"yargs": "^13.3.2"
},
"description": "CLI for webpack & friends",
"devDependencies": {
@@ -225,5 +219,5 @@
"travis:lint": "npm run build && npm run lint",
"watch": "npm run build && tsc -w"
},
"version": "3.3.11"
"version": "3.3.12"
}