package.json 2.6 KB

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