package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "webpack-chain@^6.4.0",
  3. "_id": "webpack-chain@6.5.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-7doO/SRtLu8q5WM0s7vPKPWX580qhi0/yBHkOxNkv50f6qB76Zy9o2wRTrrPULqYTvQlVHuvbA8v+G5ayuUDsA==",
  6. "_location": "/webpack-chain",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "webpack-chain@^6.4.0",
  12. "name": "webpack-chain",
  13. "escapedName": "webpack-chain",
  14. "rawSpec": "^6.4.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^6.4.0"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/webpack-chain/-/webpack-chain-6.5.1.tgz",
  22. "_shasum": "4f27284cbbb637e3c8fbdef43eef588d4d861206",
  23. "_spec": "webpack-chain@^6.4.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@vue\\cli-service",
  25. "author": {
  26. "name": "Eli Perelman",
  27. "email": "eli@eliperelman.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/neutrinojs/webpack-chain/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "deepmerge": "^1.5.2",
  35. "javascript-stringify": "^2.0.1"
  36. },
  37. "deprecated": false,
  38. "description": "[![NPM version][npm-image]][npm-url] [![NPM downloads][npm-downloads]][npm-url] [![Build Status][travis-image]][travis-url]",
  39. "devDependencies": {
  40. "@types/enhanced-resolve": "^3.0.6",
  41. "@types/tapable": "^1.0.6",
  42. "@types/webpack": "^4.41.21",
  43. "auto-changelog": "^2.2.0",
  44. "eslint": "^7.5.0",
  45. "eslint-config-airbnb-base": "^14.2.0",
  46. "eslint-config-prettier": "^6.11.0",
  47. "eslint-plugin-import": "^2.22.0",
  48. "eslint-plugin-jest": "^23.18.0",
  49. "jest": "^25.3.0",
  50. "prettier": "^2.0.5",
  51. "typescript": "^3.9.7",
  52. "webpack": "^4.43.0"
  53. },
  54. "engines": {
  55. "node": ">=8"
  56. },
  57. "files": [
  58. "src",
  59. "types/*.d.ts"
  60. ],
  61. "homepage": "https://github.com/neutrinojs/webpack-chain#readme",
  62. "keywords": [
  63. "webpack",
  64. "config",
  65. "chain",
  66. "fluent",
  67. "api"
  68. ],
  69. "license": "MPL-2.0",
  70. "main": "src/Config.js",
  71. "name": "webpack-chain",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/neutrinojs/webpack-chain.git"
  75. },
  76. "scripts": {
  77. "changelog": "auto-changelog --remote upstream --commit-limit false",
  78. "fix": "yarn lint:fix && yarn style:fix",
  79. "lint": "eslint --cache --max-warnings 0 --format codeframe .",
  80. "lint:fix": "yarn lint --fix",
  81. "style": "prettier --check .",
  82. "style:fix": "prettier --write .",
  83. "test": "jest",
  84. "test:types": "tsc -p ./types/test/tsconfig.json",
  85. "version": "yarn changelog --package && git add CHANGELOG.md"
  86. },
  87. "typings": "types/index.d.ts",
  88. "version": "6.5.1"
  89. }