2023-12-18 13:12:25 +08:00
{
2024-01-16 21:26:16 +08:00
"_from" : "webpack@^4.0.0" ,
"_id" : "webpack@4.47.0" ,
2023-12-18 13:12:25 +08:00
"_inBundle" : false ,
2024-01-16 21:26:16 +08:00
"_integrity" : "sha512-td7fYwgLSrky3fI1EuU5cneU4+pbH6GgOfuKNS1tNPcfdGinGELAqsb/BP4nnvZyKSG2i/xFGU7+n2PvZA8HJQ==" ,
2023-12-18 13:12:25 +08:00
"_location" : "/webpack" ,
2024-01-16 21:26:16 +08:00
"_phantomChildren" : {
"ajv" : "6.12.6" ,
"ajv-errors" : "1.0.1" ,
"ajv-keywords" : "3.5.2" ,
"esrecurse" : "4.3.0" ,
"estraverse" : "4.3.0"
} ,
2023-12-18 13:12:25 +08:00
"_requested" : {
2024-01-16 21:26:16 +08:00
"type" : "range" ,
2023-12-18 13:12:25 +08:00
"registry" : true ,
2024-01-16 21:26:16 +08:00
"raw" : "webpack@^4.0.0" ,
2023-12-18 13:12:25 +08:00
"name" : "webpack" ,
"escapedName" : "webpack" ,
2024-01-16 21:26:16 +08:00
"rawSpec" : "^4.0.0" ,
2023-12-18 13:12:25 +08:00
"saveSpec" : null ,
2024-01-16 21:26:16 +08:00
"fetchSpec" : "^4.0.0"
2023-12-18 13:12:25 +08:00
} ,
"_requiredBy" : [
"/@vue/cli-plugin-babel" ,
"/@vue/cli-plugin-eslint" ,
"/@vue/cli-service"
] ,
2024-01-16 21:26:16 +08:00
"_resolved" : "https://registry.npmmirror.com/webpack/-/webpack-4.47.0.tgz" ,
"_shasum" : "8b8a02152d7076aeb03b61b47dad2eeed9810ebc" ,
"_spec" : "webpack@^4.0.0" ,
"_where" : "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\@vue\\cli-plugin-babel" ,
2023-12-18 13:12:25 +08:00
"author" : {
"name" : "Tobias Koppers @sokra"
} ,
"bin" : {
"webpack" : "bin/webpack.js"
} ,
"bugs" : {
"url" : "https://github.com/webpack/webpack/issues"
} ,
2024-01-16 21:26:16 +08:00
"bundleDependencies" : false ,
2023-12-18 13:12:25 +08:00
"dependencies" : {
2024-01-16 21:26:16 +08:00
"@webassemblyjs/ast" : "1.9.0" ,
"@webassemblyjs/helper-module-context" : "1.9.0" ,
"@webassemblyjs/wasm-edit" : "1.9.0" ,
"@webassemblyjs/wasm-parser" : "1.9.0" ,
"acorn" : "^6.4.1" ,
"ajv" : "^6.10.2" ,
"ajv-keywords" : "^3.4.1" ,
"chrome-trace-event" : "^1.0.2" ,
"enhanced-resolve" : "^4.5.0" ,
"eslint-scope" : "^4.0.3" ,
2023-12-18 13:12:25 +08:00
"json-parse-better-errors" : "^1.0.2" ,
2024-01-16 21:26:16 +08:00
"loader-runner" : "^2.4.0" ,
"loader-utils" : "^1.2.3" ,
"memory-fs" : "^0.4.1" ,
"micromatch" : "^3.1.10" ,
"mkdirp" : "^0.5.3" ,
"neo-async" : "^2.6.1" ,
"node-libs-browser" : "^2.2.1" ,
"schema-utils" : "^1.0.0" ,
"tapable" : "^1.1.3" ,
"terser-webpack-plugin" : "^1.4.3" ,
"watchpack" : "^1.7.4" ,
"webpack-sources" : "^1.4.1"
2023-12-18 13:12:25 +08:00
} ,
2024-01-16 21:26:16 +08:00
"deprecated" : false ,
2023-12-18 13:12:25 +08:00
"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" : {
2024-01-16 21:26:16 +08:00
"@babel/core" : "^7.7.2" ,
"@types/node" : "^10.12.21" ,
2023-12-18 13:12:25 +08:00
"@types/tapable" : "^1.0.1" ,
"@types/webpack-sources" : "^0.1.4" ,
2024-01-16 21:26:16 +08:00
"@yarnpkg/lockfile" : "^1.1.0" ,
"babel-loader" : "^8.0.6" ,
2023-12-18 13:12:25 +08:00
"benchmark" : "^2.1.1" ,
"bundle-loader" : "~0.5.0" ,
"coffee-loader" : "^0.9.0" ,
2024-01-16 21:26:16 +08:00
"coffeescript" : "^2.3.2" ,
2023-12-18 13:12:25 +08:00
"coveralls" : "^3.0.2" ,
2024-01-16 21:26:16 +08:00
"css-loader" : "^2.1.0" ,
2023-12-18 13:12:25 +08:00
"es6-promise-polyfill" : "^1.1.1" ,
"eslint" : "^5.8.0" ,
2024-01-16 21:26:16 +08:00
"eslint-config-prettier" : "^4.0.0" ,
"eslint-plugin-jest" : "^22.2.2" ,
"eslint-plugin-jsdoc" : "^15.3.2" ,
2023-12-18 13:12:25 +08:00
"eslint-plugin-node" : "^8.0.0" ,
"eslint-plugin-prettier" : "^3.0.0" ,
2024-01-16 21:26:16 +08:00
"express" : "~4.16.4" ,
"file-loader" : "^3.0.1" ,
2023-12-18 13:12:25 +08:00
"glob" : "^7.1.3" ,
"husky" : "^1.1.3" ,
"i18n-webpack-plugin" : "^1.0.0" ,
"istanbul" : "^0.4.5" ,
2024-01-16 21:26:16 +08:00
"jest" : "^24.9.0" ,
"jest-junit" : "^8.0.0" ,
2023-12-18 13:12:25 +08:00
"json-loader" : "^0.5.7" ,
"json-schema-to-typescript" : "^6.0.1" ,
2024-01-16 21:26:16 +08:00
"less" : "^3.9.0" ,
2023-12-18 13:12:25 +08:00
"less-loader" : "^4.0.3" ,
"lint-staged" : "^8.0.4" ,
"lodash" : "^4.17.4" ,
"prettier" : "^1.14.3" ,
2024-01-16 21:26:16 +08:00
"pug" : "^2.0.4" ,
2023-12-18 13:12:25 +08:00
"pug-loader" : "^2.4.0" ,
2024-01-16 21:26:16 +08:00
"raw-loader" : "^1.0.0" ,
"react" : "^16.8.0" ,
"react-dom" : "^16.8.0" ,
2023-12-18 13:12:25 +08:00
"rimraf" : "^2.6.2" ,
"script-loader" : "~0.7.0" ,
"simple-git" : "^1.65.0" ,
2024-01-16 21:26:16 +08:00
"strip-ansi" : "^5.2.0" ,
"style-loader" : "^0.23.1" ,
2023-12-18 13:12:25 +08:00
"typescript" : "^3.0.0-rc" ,
2024-01-16 21:26:16 +08:00
"url-loader" : "^1.1.2" ,
2023-12-18 13:12:25 +08:00
"val-loader" : "^1.0.2" ,
2024-01-16 21:26:16 +08:00
"vm-browserify" : "~1.1.0" ,
2023-12-18 13:12:25 +08:00
"wast-loader" : "^1.5.5" ,
2024-01-16 21:26:16 +08:00
"webassembly-feature" : "1.3.0" ,
"webpack-dev-middleware" : "^3.5.1" ,
"worker-loader" : "^2.0.0" ,
2023-12-18 13:12:25 +08:00
"xxhashjs" : "^0.2.1"
} ,
"engines" : {
"node" : ">=6.11.5"
} ,
"files" : [
"lib/" ,
"bin/" ,
"buildin/" ,
"declarations/" ,
"hot/" ,
"web_modules/" ,
"schemas/" ,
"SECURITY.md"
] ,
2024-01-16 21:26:16 +08:00
"funding" : {
"type" : "opencollective" ,
"url" : "https://opencollective.com/webpack"
} ,
2023-12-18 13:12:25 +08:00
"homepage" : "https://github.com/webpack/webpack" ,
"husky" : {
"hooks" : {
"pre-commit" : "lint-staged"
}
} ,
"jest" : {
"forceExit" : true ,
"setupFilesAfterEnv" : [
"<rootDir>/test/setupTestFramework.js"
] ,
"testMatch" : [
"<rootDir>/test/*.test.js" ,
"<rootDir>/test/*.unittest.js"
] ,
"watchPathIgnorePatterns" : [
"<rootDir>/.git" ,
"<rootDir>/node_modules" ,
"<rootDir>/test/js" ,
"<rootDir>/test/browsertest/js" ,
"<rootDir>/test/fixtures/temp-cache-fixture" ,
"<rootDir>/test/fixtures/temp-" ,
"<rootDir>/benchmark" ,
"<rootDir>/examples/*/dist" ,
"<rootDir>/coverage" ,
"<rootDir>/.eslintcache"
] ,
"modulePathIgnorePatterns" : [
"<rootDir>/.git" ,
"<rootDir>/node_modules/webpack/node_modules" ,
"<rootDir>/test/js" ,
"<rootDir>/test/browsertest/js" ,
"<rootDir>/test/fixtures/temp-cache-fixture" ,
"<rootDir>/test/fixtures/temp-" ,
"<rootDir>/benchmark" ,
"<rootDir>/examples/*/dist" ,
"<rootDir>/coverage" ,
"<rootDir>/.eslintcache"
] ,
"transformIgnorePatterns" : [
"<rootDir>"
] ,
"coverageDirectory" : "<rootDir>/coverage" ,
"coveragePathIgnorePatterns" : [
"\\.runtime\\.js$" ,
"<rootDir>/test" ,
"<rootDir>/schemas" ,
"<rootDir>/node_modules"
] ,
"testEnvironment" : "node" ,
"coverageReporters" : [
"json"
]
} ,
"license" : "MIT" ,
"lint-staged" : {
"*.js|{lib,setup,bin,hot,buildin,tooling,schemas}/**/*.js|test/*.js|{test,examples}/**/webpack.config.js}" : [
"eslint --cache"
]
} ,
"main" : "lib/webpack.js" ,
"name" : "webpack" ,
2024-01-16 21:26:16 +08:00
"peerDependenciesMeta" : {
"webpack-cli" : {
"optional" : true
} ,
"webpack-command" : {
"optional" : true
}
} ,
2023-12-18 13:12:25 +08:00
"repository" : {
"type" : "git" ,
"url" : "git+https://github.com/webpack/webpack.git"
} ,
"scripts" : {
"appveyor:benchmark" : "yarn benchmark --ci" ,
2024-01-16 21:26:16 +08:00
"appveyor:integration" : "yarn cover:integration --ci %JEST%" ,
"appveyor:unit" : "yarn cover:unit --ci %JEST%" ,
2023-12-18 13:12:25 +08:00
"benchmark" : "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.benchmark.js\" --runInBand" ,
"build:examples" : "cd examples && node buildAll.js" ,
2024-01-16 21:26:16 +08:00
"code-lint" : "eslint . --ext '.js' --cache" ,
"cover" : "yarn cover:all && yarn cover:report" ,
2023-12-18 13:12:25 +08:00
"cover:all" : "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --coverage" ,
2024-01-16 21:26:16 +08:00
"cover:basic" : "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/te{st/TestCasesNormal,st/StatsTestCases,st/ConfigTestCases}.test.js\" --coverage" ,
2023-12-18 13:12:25 +08:00
"cover:integration" : "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\" --coverage" ,
"cover:report" : "istanbul report" ,
"cover:unit" : "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\" --coverage" ,
"fix" : "yarn code-lint --fix && yarn special-lint-fix" ,
2024-01-16 21:26:16 +08:00
"jest-lint" : "node --max-old-space-size=4096 node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.lint.js\" --no-verbose" ,
"lint" : "yarn code-lint && yarn jest-lint && yarn type-lint && yarn special-lint" ,
2023-12-18 13:12:25 +08:00
"prelint" : "yarn setup" ,
"pretest" : "yarn lint" ,
2024-01-16 21:26:16 +08:00
"pretty" : "prettier --loglevel warn --write \"*.{ts,js,json,yml,yaml}\" \"{setup,lib,bin,hot,buildin,benchmark,tooling,schemas}/**/*.{js,json}\" \"test/*.js\" \"test/helpers/*.js\" \"test/{configCases,watchCases,statsCases,hotCases}/**/webpack.config.js\" \"examples/**/webpack.config.js\"" ,
2023-12-18 13:12:25 +08:00
"setup" : "node ./setup/setup.js" ,
"special-lint" : "node tooling/inherit-types && node tooling/format-schemas && node tooling/compile-to-definitions" ,
"special-lint-fix" : "node tooling/inherit-types --write --override && node tooling/format-schemas --write && node tooling/compile-to-definitions --write" ,
"test" : "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest" ,
2024-01-16 21:26:16 +08:00
"test:basic" : "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/te{st/TestCasesNormal,st/StatsTestCases,st/ConfigTestCases}.test.js\"" ,
2023-12-18 13:12:25 +08:00
"test:integration" : "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.test.js\"" ,
"test:unit" : "node --max-old-space-size=4096 --trace-deprecation node_modules/jest-cli/bin/jest --testMatch \"<rootDir>/test/*.unittest.js\"" ,
"test:update-snapshots" : "yarn jest -u" ,
2024-01-16 21:26:16 +08:00
"travis:basic" : "yarn cover:basic --ci $JEST" ,
2023-12-18 13:12:25 +08:00
"travis:benchmark" : "yarn benchmark --ci" ,
2024-01-16 21:26:16 +08:00
"travis:integration" : "yarn cover:integration --ci $JEST" ,
"travis:lintunit" : "yarn lint && yarn cover:unit --ci $JEST" ,
2023-12-18 13:12:25 +08:00
"type-lint" : "tsc --pretty"
} ,
2024-01-16 21:26:16 +08:00
"version" : "4.47.0" ,
2023-12-18 13:12:25 +08:00
"web" : "lib/webpack.web.js"
}