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.

94 lines
2.7 KiB

{
"_args": [
[
"webpack-chain@6.3.1",
"G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin"
]
],
"_development": true,
"_from": "webpack-chain@6.3.1",
"_id": "webpack-chain@6.3.1",
"_inBundle": false,
"_integrity": "sha1-ER5Y83MH1wOpPCq372t/HfOkHnc=",
"_location": "/webpack-chain",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "webpack-chain@6.3.1",
"name": "webpack-chain",
"escapedName": "webpack-chain",
"rawSpec": "6.3.1",
"saveSpec": null,
"fetchSpec": "6.3.1"
},
"_requiredBy": [
"/@vue/cli-service"
],
"_resolved": "https://registry.npm.taobao.org/webpack-chain/download/webpack-chain-6.3.1.tgz",
"_spec": "6.3.1",
"_where": "G:\\bishe\\2024\\springboot\\143_论文\\039_springboot流浪天使乐园管理系统设计与实现\\vue\\admin",
"author": {
"name": "Eli Perelman",
"email": "eli@eliperelman.com"
},
"bugs": {
"url": "https://github.com/neutrinojs/webpack-chain/issues"
},
"dependencies": {
"deepmerge": "^1.5.2",
"javascript-stringify": "^2.0.1"
},
"description": "[![NPM version][npm-image]][npm-url] [![NPM downloads][npm-downloads]][npm-url] [![Build Status][travis-image]][travis-url]",
"devDependencies": {
"@types/enhanced-resolve": "^3.0.6",
"@types/node": "^12.12.17",
"@types/tapable": "^1.0.4",
"@types/webpack": "^4.41.0",
"auto-changelog": "^1.16.2",
"ava": "^1.4.1",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-ava": "^9.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-prettier": "^3.1.1",
"prettier": "^1.19.1",
"typescript": "^3.7.3",
"webpack": "^4.41.2"
},
"engines": {
"node": ">=8"
},
"files": [
"src",
"types/*.d.ts"
],
"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",
"test:types": "tsc -p ./types/test/tsconfig.json",
"version": "yarn changelog --package && git add CHANGELOG.md"
},
"typings": "types/index.d.ts",
"version": "6.3.1"
}