/var/www/flurhymez/node_modules/webpack
NameSizeModeActions
bin/-0755rm
hot/-0755rm
lib/-0755rm
node_modules/-0755rm
schemas/-0755rm
LICENSE10710644editdlrm
module.d.ts55800644editdlrm
package.json122080644editdlrm
README.md804810644editdlrm
SECURITY.md3490644editdlrm
types.d.ts3259420644editdlrm
Edit: /var/www/flurhymez/node_modules/webpack/package.json (12208B)
{ "_args": [ [ "webpack@5.62.1", "/var/www/flurhymez" ] ], "_development": true, "_from": "webpack@5.62.1", "_id": "webpack@5.62.1", "_inBundle": false, "_integrity": "sha512-jNLtnWChS2CMZ7vqWtztv0G6fYB5hz11Zsadp5tE7e4/66zVDj7/KUeQZOsOl8Hz5KrLJH1h2eIDl6AnlyE12Q==", "_location": "/webpack", "_phantomChildren": { "@types/json-schema": "7.0.9", "ajv": "6.12.6", "ajv-keywords": "3.5.2" }, "_requested": { "type": "version", "registry": true, "raw": "webpack@5.62.1", "name": "webpack", "escapedName": "webpack", "rawSpec": "5.62.1", "saveSpec": null, "fetchSpec": "5.62.1" }, "_requiredBy": [ "/laravel-mix" ], "_resolved": "https://registry.npmjs.org/webpack/-/webpack-5.62.1.tgz", "_spec": "5.62.1", "_where": "/var/www/flurhymez", "author": { "name": "Tobias Koppers @sokra" }, "bin": { "webpack": "bin/webpack.js" }, "bugs": { "url": "https://github.com/webpack/webpack/issues" }, "dependencies": { "@types/eslint-scope": "^3.7.0", "@types/estree": "^0.0.50", "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/wasm-edit": "1.11.1", "@webassemblyjs/wasm-parser": "1.11.1", "acorn": "^8.4.1", "acorn-import-assertions": "^1.7.6", "browserslist": "^4.14.5", "chrome-trace-event": "^1.0.2", "enhanced-resolve": "^5.8.3", "es-module-lexer": "^0.9.0", "eslint-scope": "5.1.1", "events": "^3.2.0", "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.2.4", "json-parse-better-errors": "^1.0.2", "loader-runner": "^4.2.0", "mime-types": "^2.1.27", "neo-async": "^2.6.2", "schema-utils": "^3.1.0", "tapable": "^2.1.1", "terser-webpack-plugin": "^5.1.3", "watchpack": "^2.2.0", "webpack-sources": "^3.2.0" }, "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.", "devDependencies": { "@babel/core": "^7.11.1", "@babel/preset-react": "^7.10.4", "@types/es-module-lexer": "^0.4.1", "@types/jest": "^27.0.2", "@types/node": "^15.0.1", "assemblyscript": "^0.19.16", "babel-loader": "^8.1.0", "benchmark": "^2.1.4", "bundle-loader": "^0.5.6", "coffee-loader": "^1.0.0", "coffeescript": "^2.5.1", "core-js": "^3.6.5", "coveralls": "^3.1.0", "cspell": "^4.0.63", "css-loader": "^5.0.1", "date-fns": "^2.15.0", "es5-ext": "^0.10.53", "es6-promise-polyfill": "^1.2.0", "eslint": "^7.14.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-jest": "^24.3.6", "eslint-plugin-jsdoc": "^33.0.0", "eslint-plugin-node": "^11.0.0", "eslint-plugin-prettier": "^4.0.0", "file-loader": "^6.0.0", "fork-ts-checker-webpack-plugin": "^6.0.5", "hash-wasm": "^4.9.0", "husky": "^6.0.0", "is-ci": "^3.0.0", "istanbul": "^0.4.5", "jest": "^27.3.1", "jest-circus": "^27.3.1", "jest-cli": "^27.3.1", "jest-diff": "^27.3.1", "jest-junit": "^13.0.0", "json-loader": "^0.5.7", "json5": "^2.1.3", "less": "^4.0.0", "less-loader": "^8.0.0", "lint-staged": "^11.0.0", "loader-utils": "^2.0.0", "lodash": "^4.17.19", "lodash-es": "^4.17.15", "memfs": "^3.2.0", "mini-css-extract-plugin": "^1.6.1", "mini-svg-data-uri": "^1.2.3", "nyc": "^15.1.0", "open-cli": "^6.0.1", "prettier": "^2.2.0", "pretty-format": "^27.0.2", "pug": "^3.0.0", "pug-loader": "^2.4.0", "raw-loader": "^4.0.1", "react": "^17.0.1", "react-dom": "^17.0.1", "rimraf": "^3.0.2", "script-loader": "^0.7.2", "simple-git": "^2.17.0", "strip-ansi": "^6.0.0", "style-loader": "^2.0.0", "terser": "^5.7.0", "toml": "^3.0.0", "tooling": "github:webpack/tooling#v1.20.0", "ts-loader": "^8.0.2", "typescript": "^4.2.0-beta", "url-loader": "^4.1.0", "wast-loader": "^1.11.0", "webassembly-feature": "1.3.0", "webpack-cli": "^4.3.0", "xxhashjs": "^0.2.2", "yamljs": "^0.3.0", "yarn-deduplicate": "^3.1.0" }, "engines": { "node": ">=10.13.0" }, "files": [ "lib/", "bin/", "hot/", "schemas/", "SECURITY.md", "module.d.ts", "types.d.ts" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/webpack" }, "homepage": "https://github.com/webpack/webpack", "jest": { "forceExit": true, "setupFilesAfterEnv": [ "/test/setupTestFramework.js" ], "testMatch": [ "/test/*.test.js", "/test/*.basictest.js", "/test/*.longtest.js", "/test/*.unittest.js" ], "watchPathIgnorePatterns": [ "/.git", "/node_modules", "/test/js", "/test/browsertest/js", "/test/fixtures/temp-cache-fixture", "/test/fixtures/temp-", "/benchmark", "/assembly", "/tooling", "/examples/*/dist", "/coverage", "/.eslintcache" ], "modulePathIgnorePatterns": [ "/.git", "/node_modules/webpack/node_modules", "/test/js", "/test/browsertest/js", "/test/fixtures/temp-cache-fixture", "/test/fixtures/temp-", "/benchmark", "/examples/*/dist", "/coverage", "/.eslintcache" ], "transformIgnorePatterns": [ "" ], "coverageDirectory": "/coverage", "coveragePathIgnorePatterns": [ "\\.runtime\\.js$", "/test", "/schemas", "/node_modules" ], "testEnvironment": "node", "coverageReporters": [ "json" ] }, "license": "MIT", "lint-staged": { "*.js|{lib,setup,bin,hot,tooling,schemas}/**/*.js|test/*.js|{test,examples}/**/webpack.config.js}": [ "eslint --cache" ], "*.{ts,json,yml,yaml,md}|examples/*.md": [ "prettier --check" ], "*.md|{.github,benchmark,bin,examples,hot,lib,schemas,setup,tooling}/**/*.{md,yml,yaml,js,json}": [ "cspell" ] }, "main": "lib/index.js", "name": "webpack", "peerDependenciesMeta": { "webpack-cli": { "optional": true } }, "repository": { "type": "git", "url": "git+https://github.com/webpack/webpack.git" }, "scripts": { "appveyor:benchmark": "yarn benchmark --ci", "appveyor:integration": "yarn cover:integration --ci %JEST%", "appveyor:unit": "yarn cover:unit --ci %JEST%", "benchmark": "node --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"/test/*.benchmark.js\" --runInBand", "build:examples": "cd examples && node buildAll.js", "code-lint": "eslint . --ext '.js' --cache", "cover": "yarn cover:all && yarn cover:report", "cover:all": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --coverage", "cover:basic": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"/test/*.basictest.js\" --coverage", "cover:clean": "rimraf .nyc_output coverage", "cover:integration": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"/test/*.{basictest,longtest,test}.js\" --coverage", "cover:integration:a": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"/test/*.{basictest,test}.js\" --coverage", "cover:integration:b": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"/test/*.longtest.js\" --coverage", "cover:merge": "yarn mkdirp .nyc_output && nyc merge .nyc_output coverage/coverage-nyc.json && rimraf .nyc_output", "cover:report": "nyc report -t coverage", "cover:types": "node node_modules/tooling/type-coverage", "cover:unit": "node --max-old-space-size=4096 --experimental-vm-modules node_modules/jest-cli/bin/jest --testMatch \"/test/*.unittest.js\" --coverage", "fix": "yarn code-lint --fix && yarn special-lint-fix && yarn pretty-lint-fix", "jest": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage", "lint": "yarn code-lint && yarn special-lint && yarn type-lint && yarn typings-test && yarn module-typings-test && yarn yarn-lint && yarn pretty-lint && yarn spellcheck", "module-typings-test": "tsc -p tsconfig.module.test.json", "prelint": "yarn setup", "prepare": "husky install", "pretest": "yarn lint", "pretty-lint": "yarn pretty-lint-base --check", "pretty-lint-base": "prettier \"*.{ts,json,yml,yaml,md}\" \"{setup,lib,bin,hot,benchmark,tooling,schemas}/**/*.json\" \"examples/*.md\"", "pretty-lint-base-all": "yarn pretty-lint-base \"*.js\" \"{setup,lib,bin,hot,benchmark,tooling,schemas}/**/*.js\" \"module.d.ts\" \"test/*.js\" \"test/helpers/*.js\" \"test/{configCases,watchCases,statsCases,hotCases,benchmarkCases}/**/webpack.config.js\" \"examples/**/webpack.config.js\"", "pretty-lint-fix": "yarn pretty-lint-base-all --loglevel warn --write", "setup": "node ./setup/setup.js", "special-lint": "node node_modules/tooling/lockfile-lint && node node_modules/tooling/schemas-lint && node node_modules/tooling/inherit-types && node node_modules/tooling/format-schemas && node tooling/generate-runtime-code.js && node tooling/generate-wasm-code.js && node node_modules/tooling/format-file-header && node node_modules/tooling/compile-to-definitions && node node_modules/tooling/precompile-schemas && node node_modules/tooling/generate-types --no-template-literals", "special-lint-fix": "node node_modules/tooling/inherit-types --write && node node_modules/tooling/format-schemas --write && node tooling/generate-runtime-code.js --write && node tooling/generate-wasm-code.js --write && node node_modules/tooling/format-file-header --write && node node_modules/tooling/compile-to-definitions --write && node node_modules/tooling/precompile-schemas --write && node node_modules/tooling/generate-types --no-template-literals --write", "spellcheck": "cspell \"{.github,benchmark,bin,examples,hot,lib,schemas,setup,tooling}/**/*.{md,yml,yaml,js,json}\" \"*.md\"", "test": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage", "test:basic": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"/test/*.basictest.js\"", "test:integration": "node --expose-gc --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --logHeapUsage --testMatch \"/test/*.{basictest,longtest,test}.js\"", "test:unit": "node --max-old-space-size=4096 --experimental-vm-modules --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"/test/*.unittest.js\"", "test:update-snapshots": "yarn jest -u", "travis:basic": "yarn cover:basic --ci $JEST", "travis:benchmark": "yarn benchmark --ci", "travis:integration": "yarn cover:integration --ci $JEST", "travis:lintunit": "yarn lint && yarn cover:unit --ci $JEST", "type-lint": "tsc", "type-report": "rimraf coverage && yarn cover:types && yarn cover:report && open-cli coverage/lcov-report/index.html", "typings-test": "tsc -p tsconfig.types.test.json", "yarn-lint": "yarn-deduplicate --fail --list -s highest yarn.lock", "yarn-lint-fix": "yarn-deduplicate -s highest yarn.lock" }, "types": "types.d.ts", "version": "5.62.1" }