123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_args": [
- [
- "webpack-chain@4.12.1",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "webpack-chain@4.12.1",
- "_id": "webpack-chain@4.12.1",
- "_inBundle": false,
- "_integrity": "sha1-bIQ5u7KrVQlS1g4eqTGRQZBsAqY=",
- "_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.npm.taobao.org/webpack-chain/download/webpack-chain-4.12.1.tgz",
- "_spec": "4.12.1",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "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"
- }
|