spaceout/front_end/node_modules/webpack-cli/package.json
2020-12-12 10:25:30 -05:00

102 lines
2.3 KiB
JSON

{
"_args": [
[
"webpack-cli@4.2.0",
"/home/chinmay/Desktop/HackTJ2020/frontend"
]
],
"_development": true,
"_from": "webpack-cli@4.2.0",
"_id": "webpack-cli@4.2.0",
"_inBundle": false,
"_integrity": "sha512-EIl3k88vaF4fSxWSgtAQR+VwicfLMTZ9amQtqS4o+TDPW9HGaEpbFBbAZ4A3ZOT5SOnMxNOzROsSTPiE8tBJPA==",
"_location": "/webpack-cli",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "webpack-cli@4.2.0",
"name": "webpack-cli",
"escapedName": "webpack-cli",
"rawSpec": "4.2.0",
"saveSpec": null,
"fetchSpec": "4.2.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.2.0.tgz",
"_spec": "4.2.0",
"_where": "/home/chinmay/Desktop/HackTJ2020/frontend",
"bin": {
"webpack-cli": "bin/cli.js"
},
"bugs": {
"url": "https://github.com/webpack/webpack-cli/issues"
},
"dependencies": {
"@webpack-cli/info": "^1.1.0",
"@webpack-cli/serve": "^1.1.0",
"colorette": "^1.2.1",
"command-line-usage": "^6.1.0",
"commander": "^6.2.0",
"enquirer": "^2.3.6",
"execa": "^4.1.0",
"import-local": "^3.0.2",
"interpret": "^2.2.0",
"leven": "^3.1.0",
"rechoir": "^0.7.0",
"v8-compile-cache": "^2.2.0",
"webpack-merge": "^4.2.2"
},
"description": "CLI for webpack & friends",
"engines": {
"node": ">=10.13.0"
},
"files": [
"bin",
"lib"
],
"gitHead": "0caa9184e22ed857e175c8dc0dd1e0a26f216374",
"homepage": "https://github.com/webpack/webpack-cli#readme",
"keywords": [
"webpack",
"cli",
"scaffolding",
"module",
"bundler",
"web"
],
"license": "MIT",
"main": "./lib/index.js",
"name": "webpack-cli",
"peerDependencies": {
"webpack": "4.x.x || 5.x.x"
},
"peerDependenciesMeta": {
"@webpack-cli/init": {
"optional": true
},
"@webpack-cli/generate-loader": {
"optional": true
},
"@webpack-cli/generate-plugin": {
"optional": true
},
"@webpack-cli/migrate": {
"optional": true
},
"webpack-bundle-analyzer": {
"optional": true
},
"webpack-dev-server": {
"optional": true
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/webpack/webpack-cli.git"
},
"version": "4.2.0"
}