| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 | {  "_args": [    [      "webpack-merge@4.2.2",      "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"    ]  ],  "_development": true,  "_from": "webpack-merge@4.2.2",  "_id": "webpack-merge@4.2.2",  "_inBundle": false,  "_integrity": "sha1-onxS6ng9E5iv0gh/VH17nS9DY00=",  "_location": "/webpack-merge",  "_phantomChildren": {},  "_requested": {    "type": "version",    "registry": true,    "raw": "webpack-merge@4.2.2",    "name": "webpack-merge",    "escapedName": "webpack-merge",    "rawSpec": "4.2.2",    "saveSpec": null,    "fetchSpec": "4.2.2"  },  "_requiredBy": [    "/@vue/cli-service"  ],  "_resolved": "https://registry.nlark.com/webpack-merge/download/webpack-merge-4.2.2.tgz?cache=0&sync_timestamp=1623054906070&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fwebpack-merge%2Fdownload%2Fwebpack-merge-4.2.2.tgz",  "_spec": "4.2.2",  "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",  "author": {    "name": "Juho Vepsalainen",    "email": "bebraw@gmail.com"  },  "bugs": {    "url": "https://github.com/survivejs/webpack-merge/issues"  },  "dependencies": {    "lodash": "^4.17.15"  },  "description": "Variant of merge that's useful for webpack configuration",  "devDependencies": {    "babel-cli": "^6.26.0",    "babel-plugin-lodash": "^3.3.2",    "babel-preset-es2015": "^6.24.1",    "copy-webpack-plugin": "^4.4.1",    "eslint": "^3.19.0",    "eslint-config-airbnb": "^14.1.0",    "eslint-plugin-import": "^2.9.0",    "eslint-plugin-jsx-a11y": "^3.0.2",    "eslint-plugin-react": "^6.10.3",    "git-prepush-hook": "^1.0.2",    "istanbul": "^0.4.5",    "mocha": "^3.5.3",    "npm-watch": "^0.1.9",    "webpack": "^1.15.0"  },  "files": [    "lib"  ],  "homepage": "https://github.com/survivejs/webpack-merge",  "keywords": [    "webpack",    "merge"  ],  "license": "MIT",  "main": "lib/index.js",  "name": "webpack-merge",  "pre-push": [    "test:lint",    "build",    "test"  ],  "repository": {    "type": "git",    "url": "git+https://github.com/survivejs/webpack-merge.git"  },  "scripts": {    "build": "babel src -d lib",    "preversion": "npm run test:lint && npm run build && npm test && git commit --allow-empty -am \"Update lib\"",    "test": "mocha tests/test-*",    "test:coverage": "istanbul cover node_modules/.bin/_mocha tests/test-*",    "test:lint": "eslint src/ tests/ --cache",    "watch": "npm-watch"  },  "version": "4.2.2",  "watch": {    "build": {      "patterns": [        "src/**/*.js"      ]    },    "test": {      "patterns": [        "src/**/*.js",        "tests/**/*.js"      ]    },    "test:lint": {      "patterns": [        "src/**/*.js",        "tests/**/*.js"      ]    }  }}
 |