package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "webpack-chain@^4.11.0",
  3. "_id": "webpack-chain@4.12.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-BCfKo2YkDe2ByqkEWe1Rw+zko4LsyS75LVr29C6xIrxAg9JHJ4pl8kaIZ396SUSNp6b4815dRZPSTAS8LlURRQ==",
  6. "_location": "/webpack-chain",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "webpack-chain@^4.11.0",
  12. "name": "webpack-chain",
  13. "escapedName": "webpack-chain",
  14. "rawSpec": "^4.11.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.11.0"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/webpack-chain/-/webpack-chain-4.12.1.tgz",
  22. "_shasum": "6c8439bbb2ab550952d60e1ea9319141906c02a6",
  23. "_spec": "webpack-chain@^4.11.0",
  24. "_where": "D:\\jiayue\\pig-ui\\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": "^1.6.0"
  36. },
  37. "deprecated": false,
  38. "description": "Use a chaining API to generate and simplify the modification of webpack version 2-4 configurations.",
  39. "devDependencies": {
  40. "auto-changelog": "^1.8.0",
  41. "ava": "^0.25.0",
  42. "eslint": "^5.6.1",
  43. "eslint-config-airbnb-base": "^13.1.0",
  44. "eslint-config-prettier": "^3.1.0",
  45. "eslint-plugin-ava": "^5.1.1",
  46. "eslint-plugin-import": "^2.14.0",
  47. "eslint-plugin-prettier": "^3.0.0",
  48. "prettier": "^1.14.3",
  49. "webpack": "^4.20.2"
  50. },
  51. "files": [
  52. "src"
  53. ],
  54. "homepage": "https://github.com/neutrinojs/webpack-chain#readme",
  55. "keywords": [
  56. "webpack",
  57. "config",
  58. "chain",
  59. "fluent",
  60. "api"
  61. ],
  62. "license": "MPL-2.0",
  63. "main": "src/Config.js",
  64. "name": "webpack-chain",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/neutrinojs/webpack-chain.git"
  68. },
  69. "scripts": {
  70. "changelog": "auto-changelog --remote upstream --commit-limit false",
  71. "lint": "eslint --cache --report-unused-disable-directives --format codeframe \".*.js\" src test",
  72. "test": "ava test",
  73. "version": "yarn changelog --package && git add CHANGELOG.md"
  74. },
  75. "version": "4.12.1"
  76. }