package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "webpack-merge@4.2.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "webpack-merge@4.2.1",
  10. "_id": "webpack-merge@4.2.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-XpI8+ALqKs5P1a8dMkc2imM0ibQ=",
  13. "_location": "/webpack-merge",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "webpack-merge@4.2.1",
  19. "name": "webpack-merge",
  20. "escapedName": "webpack-merge",
  21. "rawSpec": "4.2.1",
  22. "saveSpec": null,
  23. "fetchSpec": "4.2.1"
  24. },
  25. "_requiredBy": [
  26. "/@vue/cli-service"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/webpack-merge/download/webpack-merge-4.2.1.tgz",
  29. "_spec": "4.2.1",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  31. "author": {
  32. "name": "Juho Vepsalainen",
  33. "email": "bebraw@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/survivejs/webpack-merge/issues"
  37. },
  38. "dependencies": {
  39. "lodash": "^4.17.5"
  40. },
  41. "description": "Variant of merge that's useful for webpack configuration",
  42. "devDependencies": {
  43. "babel-cli": "^6.26.0",
  44. "babel-plugin-lodash": "^3.3.2",
  45. "babel-preset-es2015": "^6.24.1",
  46. "copy-webpack-plugin": "^4.4.1",
  47. "eslint": "^3.19.0",
  48. "eslint-config-airbnb": "^14.1.0",
  49. "eslint-plugin-import": "^2.9.0",
  50. "eslint-plugin-jsx-a11y": "^3.0.2",
  51. "eslint-plugin-react": "^6.10.3",
  52. "git-prepush-hook": "^1.0.2",
  53. "istanbul": "^0.4.5",
  54. "mocha": "^3.5.3",
  55. "npm-watch": "^0.1.9",
  56. "webpack": "^1.15.0"
  57. },
  58. "files": [
  59. "lib"
  60. ],
  61. "homepage": "https://github.com/survivejs/webpack-merge",
  62. "keywords": [
  63. "webpack",
  64. "merge"
  65. ],
  66. "license": "MIT",
  67. "main": "lib/index.js",
  68. "name": "webpack-merge",
  69. "pre-push": [
  70. "test:lint",
  71. "build",
  72. "test"
  73. ],
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/survivejs/webpack-merge.git"
  77. },
  78. "scripts": {
  79. "build": "babel src -d lib",
  80. "preversion": "npm run test:lint && npm run build && npm test && git commit --allow-empty -am \"Update lib\"",
  81. "test": "mocha tests/test-*",
  82. "test:coverage": "istanbul cover node_modules/.bin/_mocha tests/test-*",
  83. "test:lint": "eslint src/ tests/ --cache",
  84. "watch": "npm-watch"
  85. },
  86. "version": "4.2.1",
  87. "watch": {
  88. "build": {
  89. "patterns": [
  90. "src/**/*.js"
  91. ]
  92. },
  93. "test": {
  94. "patterns": [
  95. "src/**/*.js",
  96. "tests/**/*.js"
  97. ]
  98. },
  99. "test:lint": {
  100. "patterns": [
  101. "src/**/*.js",
  102. "tests/**/*.js"
  103. ]
  104. }
  105. }
  106. }