suyiScreen/node_modules/webpack-chain/package.json

94 lines
2.6 KiB
JSON

{
"_args": [
[
"webpack-chain@6.4.0",
"D:\\Hjm项目\\suyi1111"
]
],
"_development": true,
"_from": "webpack-chain@6.4.0",
"_id": "webpack-chain@6.4.0",
"_inBundle": false,
"_integrity": "sha1-IvCye2qbye48uk+eZRPPZjlANOI=",
"_location": "/webpack-chain",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "webpack-chain@6.4.0",
"name": "webpack-chain",
"escapedName": "webpack-chain",
"rawSpec": "6.4.0",
"saveSpec": null,
"fetchSpec": "6.4.0"
},
"_requiredBy": [
"/@vue/cli-service"
],
"_resolved": "https://registry.npm.taobao.org/webpack-chain/download/webpack-chain-6.4.0.tgz?cache=0&sync_timestamp=1580740851884&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwebpack-chain%2Fdownload%2Fwebpack-chain-6.4.0.tgz",
"_spec": "6.4.0",
"_where": "D:\\Hjm项目\\suyi1111",
"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.4.0"
}