You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92 lines
2.2 KiB
92 lines
2.2 KiB
{
|
|
"_from": "webpack-cli@4.0.0",
|
|
"_id": "webpack-cli@4.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-c5NOm8jDp3qWa+Q4pDZTcT5IwPcPXdjU1ejN9e7LojHQN02sjNr4tzLrt5pwkY+zN8pQL40m14JsbC2Dh+ZJ/w==",
|
|
"_location": "/webpack-cli",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "webpack-cli@4.0.0",
|
|
"name": "webpack-cli",
|
|
"escapedName": "webpack-cli",
|
|
"rawSpec": "4.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.0.0.tgz",
|
|
"_shasum": "77ded6f871145439d87797cd39a65f9f782d4f93",
|
|
"_spec": "webpack-cli@4.0.0",
|
|
"_where": "D:\\code\\template-vue-antd",
|
|
"bin": {
|
|
"webpack-cli": "bin/cli.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/webpack/webpack-cli/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@webpack-cli/info": "^1.0.1",
|
|
"@webpack-cli/init": "^1.0.1",
|
|
"@webpack-cli/serve": "^1.0.1",
|
|
"ansi-escapes": "^4.3.1",
|
|
"colorette": "^1.2.1",
|
|
"command-line-usage": "^6.1.0",
|
|
"commander": "^6.0.0",
|
|
"enquirer": "^2.3.4",
|
|
"execa": "^4.0.0",
|
|
"import-local": "^3.0.2",
|
|
"interpret": "^2.0.0",
|
|
"rechoir": "^0.7.0",
|
|
"v8-compile-cache": "^2.1.0",
|
|
"webpack-merge": "^4.2.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "CLI for webpack & friends",
|
|
"engines": {
|
|
"node": ">=10.13.0"
|
|
},
|
|
"files": [
|
|
"bin",
|
|
"lib"
|
|
],
|
|
"gitHead": "fb50f766851f500ca12867a2aa9de81fa6e368f9",
|
|
"homepage": "https://github.com/webpack/webpack-cli#readme",
|
|
"keywords": [
|
|
"webpack",
|
|
"cli",
|
|
"scaffolding",
|
|
"module",
|
|
"bundler",
|
|
"web"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/webpack-cli.js",
|
|
"name": "webpack-cli",
|
|
"peerDependencies": {
|
|
"webpack": "4.x.x || 5.x.x"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@webpack-cli/migrate": {
|
|
"optional": true
|
|
},
|
|
"webpack-bundle-analyzer": {
|
|
"optional": true
|
|
},
|
|
"@webpack-cli/generate-loader": {
|
|
"optional": true
|
|
},
|
|
"@webpack-cli/generate-plugin": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/webpack/webpack-cli.git"
|
|
},
|
|
"version": "4.0.0"
|
|
}
|
|
|