package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_args": [
  3. [
  4. "webpack-chain@4.12.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "webpack-chain@4.12.1",
  10. "_id": "webpack-chain@4.12.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-bIQ5u7KrVQlS1g4eqTGRQZBsAqY=",
  13. "_location": "/webpack-chain",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "webpack-chain@4.12.1",
  19. "name": "webpack-chain",
  20. "escapedName": "webpack-chain",
  21. "rawSpec": "4.12.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.12.1"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/webpack-chain/download/webpack-chain-4.12.1.tgz",
  29. "_spec": "4.12.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Eli Perelman",
  33. "email": "eli@eliperelman.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/neutrinojs/webpack-chain/issues"
  37. },
  38. "dependencies": {
  39. "deepmerge": "^1.5.2",
  40. "javascript-stringify": "^1.6.0"
  41. },
  42. "description": "Use a chaining API to generate and simplify the modification of webpack version 2-4 configurations.",
  43. "devDependencies": {
  44. "auto-changelog": "^1.8.0",
  45. "ava": "^0.25.0",
  46. "eslint": "^5.6.1",
  47. "eslint-config-airbnb-base": "^13.1.0",
  48. "eslint-config-prettier": "^3.1.0",
  49. "eslint-plugin-ava": "^5.1.1",
  50. "eslint-plugin-import": "^2.14.0",
  51. "eslint-plugin-prettier": "^3.0.0",
  52. "prettier": "^1.14.3",
  53. "webpack": "^4.20.2"
  54. },
  55. "files": [
  56. "src"
  57. ],
  58. "homepage": "https://github.com/neutrinojs/webpack-chain#readme",
  59. "keywords": [
  60. "webpack",
  61. "config",
  62. "chain",
  63. "fluent",
  64. "api"
  65. ],
  66. "license": "MPL-2.0",
  67. "main": "src/Config.js",
  68. "name": "webpack-chain",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/neutrinojs/webpack-chain.git"
  72. },
  73. "scripts": {
  74. "changelog": "auto-changelog --remote upstream --commit-limit false",
  75. "lint": "eslint --cache --report-unused-disable-directives --format codeframe \".*.js\" src test",
  76. "test": "ava test",
  77. "version": "yarn changelog --package && git add CHANGELOG.md"
  78. },
  79. "version": "4.12.1"
  80. }