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,22 +1,23 @@
{
"_args": [
[
"webpack@4.42.1",
"webpack@4.44.1",
"/home/henry/Documents/git/Speedtest-tracker-docker/conf/site"
]
],
"_development": true,
"_from": "webpack@4.42.1",
"_id": "webpack@4.42.1",
"_from": "webpack@4.44.1",
"_id": "webpack@4.44.1",
"_inBundle": false,
"_integrity": "sha512-SGfYMigqEfdGchGhFFJ9KyRpQKnipvEvjc1TwrXEPCM6H5Wywu10ka8o3KGrMzSMxMQKt8aCHUFh5DaQ9UmyRg==",
"_integrity": "sha512-4UOGAohv/VGUNQJstzEywwNxqX417FnjZgZJpJQegddzPmTvph37eBIRbRTfdySXzVtJXLJfbMN3mMYhM6GdmQ==",
"_location": "/webpack",
"_phantomChildren": {
"ajv": "6.12.0",
"ajv": "6.12.4",
"ajv-errors": "1.0.1",
"ajv-keywords": "3.4.1",
"bluebird": "3.7.2",
"chownr": "1.1.4",
"commander": "2.20.3",
"figgy-pudding": "3.5.2",
"find-cache-dir": "2.1.0",
"glob": "7.1.6",
@@ -25,12 +26,12 @@
"is-wsl": "1.1.0",
"lru-cache": "5.1.1",
"mississippi": "3.0.0",
"mkdirp": "0.5.4",
"mkdirp": "0.5.5",
"move-concurrently": "1.0.1",
"promise-inflight": "1.0.1",
"rimraf": "2.7.1",
"serialize-javascript": "2.1.2",
"source-map-support": "0.5.16",
"serialize-javascript": "4.0.0",
"source-map-support": "0.5.19",
"unique-filename": "1.1.1",
"webpack-sources": "1.4.3",
"worker-farm": "1.7.0",
@@ -39,18 +40,18 @@
"_requested": {
"type": "version",
"registry": true,
"raw": "webpack@4.42.1",
"raw": "webpack@4.44.1",
"name": "webpack",
"escapedName": "webpack",
"rawSpec": "4.42.1",
"rawSpec": "4.44.1",
"saveSpec": null,
"fetchSpec": "4.42.1"
"fetchSpec": "4.44.1"
},
"_requiredBy": [
"/laravel-mix"
],
"_resolved": "https://registry.npmjs.org/webpack/-/webpack-4.42.1.tgz",
"_spec": "4.42.1",
"_resolved": "https://registry.npmjs.org/webpack/-/webpack-4.44.1.tgz",
"_spec": "4.44.1",
"_where": "/home/henry/Documents/git/Speedtest-tracker-docker/conf/site",
"author": {
"name": "Tobias Koppers @sokra"
@@ -66,11 +67,11 @@
"@webassemblyjs/helper-module-context": "1.9.0",
"@webassemblyjs/wasm-edit": "1.9.0",
"@webassemblyjs/wasm-parser": "1.9.0",
"acorn": "^6.2.1",
"acorn": "^6.4.1",
"ajv": "^6.10.2",
"ajv-keywords": "^3.4.1",
"chrome-trace-event": "^1.0.2",
"enhanced-resolve": "^4.1.0",
"enhanced-resolve": "^4.3.0",
"eslint-scope": "^4.0.3",
"json-parse-better-errors": "^1.0.2",
"loader-runner": "^2.4.0",
@@ -83,7 +84,7 @@
"schema-utils": "^1.0.0",
"tapable": "^1.1.3",
"terser-webpack-plugin": "^1.4.3",
"watchpack": "^1.6.0",
"watchpack": "^1.7.4",
"webpack-sources": "^1.4.1"
},
"description": "Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.",
@@ -221,6 +222,14 @@
},
"main": "lib/webpack.js",
"name": "webpack",
"peerDependenciesMeta": {
"webpack-cli": {
"optional": true
},
"webpack-command": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/webpack/webpack.git"
@@ -258,6 +267,6 @@
"travis:lintunit": "yarn lint && yarn cover:unit --ci $JEST",
"type-lint": "tsc --pretty"
},
"version": "4.42.1",
"version": "4.44.1",
"web": "lib/webpack.web.js"
}