12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "_from": "webpack-chain@^4.11.0",
- "_id": "webpack-chain@4.12.1",
- "_inBundle": false,
- "_integrity": "sha512-BCfKo2YkDe2ByqkEWe1Rw+zko4LsyS75LVr29C6xIrxAg9JHJ4pl8kaIZ396SUSNp6b4815dRZPSTAS8LlURRQ==",
- "_location": "/webpack-chain",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "webpack-chain@^4.11.0",
- "name": "webpack-chain",
- "escapedName": "webpack-chain",
- "rawSpec": "^4.11.0",
- "saveSpec": null,
- "fetchSpec": "^4.11.0"
- },
- "_requiredBy": [
- "/@vue/cli-service"
- ],
- "_resolved": "https://registry.npmjs.org/webpack-chain/-/webpack-chain-4.12.1.tgz",
- "_shasum": "6c8439bbb2ab550952d60e1ea9319141906c02a6",
- "_spec": "webpack-chain@^4.11.0",
- "_where": "D:\\jiayue\\pig-ui\\node_modules\\@vue\\cli-service",
- "author": {
- "name": "Eli Perelman",
- "email": "eli@eliperelman.com"
- },
- "bugs": {
- "url": "https://github.com/neutrinojs/webpack-chain/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "deepmerge": "^1.5.2",
- "javascript-stringify": "^1.6.0"
- },
- "deprecated": false,
- "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"
- }
|