1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/webpack-chain/package.json

81 lines
2.2 KiB
JSON

{
"_args": [
[
"webpack-chain@4.12.1",
"C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main"
]
],
"_development": true,
"_from": "webpack-chain@4.12.1",
"_id": "webpack-chain@4.12.1",
"_inBundle": false,
"_integrity": "sha512-BCfKo2YkDe2ByqkEWe1Rw+zko4LsyS75LVr29C6xIrxAg9JHJ4pl8kaIZ396SUSNp6b4815dRZPSTAS8LlURRQ==",
"_location": "/webpack-chain",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "webpack-chain@4.12.1",
"name": "webpack-chain",
"escapedName": "webpack-chain",
"rawSpec": "4.12.1",
"saveSpec": null,
"fetchSpec": "4.12.1"
},
"_requiredBy": [
"/@vue/cli-service"
],
"_resolved": "https://registry.npmjs.org/webpack-chain/-/webpack-chain-4.12.1.tgz",
"_spec": "4.12.1",
"_where": "C:\\Users\\27446\\Desktop\\up\\front\\dkha-web-sz-main",
"author": {
"name": "Eli Perelman",
"email": "eli@eliperelman.com"
},
"bugs": {
"url": "https://github.com/neutrinojs/webpack-chain/issues"
},
"dependencies": {
"deepmerge": "^1.5.2",
"javascript-stringify": "^1.6.0"
},
"description": "Use a chaining API to generate and simplify the modification of webpack version 2-4 configurations.",
"devDependencies": {
"auto-changelog": "^1.8.0",
"ava": "^0.25.0",
"eslint": "^5.6.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-ava": "^5.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.0",
"prettier": "^1.14.3",
"webpack": "^4.20.2"
},
"files": [
"src"
],
"homepage": "https://github.com/neutrinojs/webpack-chain#readme",
"keywords": [
"webpack",
"config",
"chain",
"fluent",
"api"
],
"license": "MPL-2.0",
"main": "src/Config.js",
"name": "webpack-chain",
"repository": {
"type": "git",
"url": "git+https://github.com/neutrinojs/webpack-chain.git"
},
"scripts": {
"changelog": "auto-changelog --remote upstream --commit-limit false",
"lint": "eslint --cache --report-unused-disable-directives --format codeframe \".*.js\" src test",
"test": "ava test",
"version": "yarn changelog --package && git add CHANGELOG.md"
},
"version": "4.12.1"
}