package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_from": "compression-webpack-plugin@^1.1.12",
  3. "_id": "compression-webpack-plugin@1.1.12",
  4. "_inBundle": false,
  5. "_integrity": "sha512-UpBXSHbrCSdSZieAffqXlAQpLO2fikVVRYibrWlbHYzKpOw1Y4jwkVZ/+S91GzWuJvXSbc8SBy/e8fQJh8uEMQ==",
  6. "_location": "/compression-webpack-plugin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "compression-webpack-plugin@^1.1.12",
  12. "name": "compression-webpack-plugin",
  13. "escapedName": "compression-webpack-plugin",
  14. "rawSpec": "^1.1.12",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.12"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/compression-webpack-plugin/-/compression-webpack-plugin-1.1.12.tgz",
  22. "_shasum": "becd2aec620ace96bb3fe9a42a55cf48acc8b4d4",
  23. "_spec": "compression-webpack-plugin@^1.1.12",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
  25. "author": {
  26. "name": "Tobias Koppers @sokra"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/webpack-contrib/compression-webpack-plugin/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "cacache": "^10.0.1",
  34. "find-cache-dir": "^1.0.0",
  35. "neo-async": "^2.5.0",
  36. "serialize-javascript": "^1.4.0",
  37. "webpack-sources": "^1.0.1"
  38. },
  39. "deprecated": false,
  40. "description": "Prepare compressed versions of assets to serve them with Content-Encoding",
  41. "devDependencies": {
  42. "babel-cli": "^6.26.0",
  43. "babel-jest": "^23.4.2",
  44. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  45. "babel-polyfill": "^6.26.0",
  46. "babel-preset-env": "^1.6.1",
  47. "cross-env": "^5.1.0",
  48. "del-cli": "^1.1.0",
  49. "eslint": "^4.9.0",
  50. "eslint-config-webpack": "^1.2.5",
  51. "eslint-plugin-import": "^2.8.0",
  52. "file-loader": "^2.0.0",
  53. "jest": "^23.5.0",
  54. "lint-staged": "^7.2.2",
  55. "nsp": "^3.2.1",
  56. "pre-commit": "^1.2.2",
  57. "standard-version": "^4.2.0",
  58. "webpack": "^4.17.1",
  59. "webpack-defaults": "^1.6.0"
  60. },
  61. "engines": {
  62. "node": ">= 4.8 < 5.0.0 || >= 5.10"
  63. },
  64. "files": [
  65. "dist"
  66. ],
  67. "homepage": "https://webpack.js.org/plugins/compression-webpack-plugin/",
  68. "license": "MIT",
  69. "lint-staged": {
  70. "linters": {
  71. "*.js": [
  72. "eslint --fix",
  73. "git add"
  74. ]
  75. },
  76. "ignore": [
  77. "**/fixtures/**"
  78. ]
  79. },
  80. "main": "dist/cjs.js",
  81. "name": "compression-webpack-plugin",
  82. "peerDependencies": {
  83. "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
  84. },
  85. "pre-commit": "lint-staged",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/webpack-contrib/compression-webpack-plugin.git"
  89. },
  90. "scripts": {
  91. "appveyor:test": "npm run test",
  92. "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
  93. "clean": "del-cli dist",
  94. "lint": "eslint --cache src test --ignore-pattern fixtures",
  95. "lint-staged": "lint-staged",
  96. "prebuild": "npm run clean",
  97. "prepare": "npm run build",
  98. "release": "standard-version",
  99. "security": "nsp check",
  100. "start": "npm run build -- -w",
  101. "test": "jest",
  102. "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
  103. "test:watch": "jest --watch",
  104. "travis:coverage": "npm run test:coverage -- --runInBand",
  105. "travis:lint": "npm run lint && npm run security",
  106. "travis:test": "npm run test -- --runInBand",
  107. "webpack-defaults": "webpack-defaults"
  108. },
  109. "version": "1.1.12"
  110. }