Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 4.3 KiB

před 3 roky
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. {
  2. "_args": [
  3. [
  4. "terser-webpack-plugin@1.1.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "terser-webpack-plugin@1.1.0",
  9. "_id": "terser-webpack-plugin@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-61lV0DSxMAZ8AyZG7/A4a3UPlrbOBo8NIQ4tJzLPAdGOQ+yoNC7l5ijEow27lBAL2humer01KLS6bGIMYQxKoA==",
  12. "_location": "/terser-webpack-plugin",
  13. "_phantomChildren": {
  14. "commondir": "1.0.1",
  15. "locate-path": "3.0.0",
  16. "semver": "5.7.1"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "terser-webpack-plugin@1.1.0",
  22. "name": "terser-webpack-plugin",
  23. "escapedName": "terser-webpack-plugin",
  24. "rawSpec": "1.1.0",
  25. "saveSpec": null,
  26. "fetchSpec": "1.1.0"
  27. },
  28. "_requiredBy": [
  29. "/react-scripts"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-1.1.0.tgz",
  32. "_spec": "1.1.0",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  34. "author": {
  35. "name": "webpack Contrib Team"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/webpack-contrib/terser-webpack-plugin/issues"
  39. },
  40. "dependencies": {
  41. "cacache": "^11.0.2",
  42. "find-cache-dir": "^2.0.0",
  43. "schema-utils": "^1.0.0",
  44. "serialize-javascript": "^1.4.0",
  45. "source-map": "^0.6.1",
  46. "terser": "^3.8.1",
  47. "webpack-sources": "^1.1.0",
  48. "worker-farm": "^1.5.2"
  49. },
  50. "description": "Terser plugin for webpack",
  51. "devDependencies": {
  52. "@commitlint/cli": "^7.0.0",
  53. "@commitlint/config-conventional": "^7.0.1",
  54. "@webpack-contrib/eslint-config-webpack": "^2.0.4",
  55. "babel-cli": "^6.26.0",
  56. "babel-jest": "^23.4.2",
  57. "babel-plugin-transform-object-rest-spread": "^6.26.0",
  58. "babel-polyfill": "^6.26.0",
  59. "babel-preset-env": "^1.6.1",
  60. "conventional-github-releaser": "^3.1.2",
  61. "cross-env": "^5.1.3",
  62. "del": "^3.0.0",
  63. "del-cli": "^1.1.0",
  64. "eslint": "^5.5.0",
  65. "eslint-config-webpack": "^1.2.5",
  66. "eslint-plugin-import": "^2.8.0",
  67. "eslint-plugin-prettier": "^2.6.2",
  68. "husky": "^0.14.3",
  69. "jest": "^23.5.0",
  70. "lint-staged": "^7.2.2",
  71. "memory-fs": "^0.4.1",
  72. "pre-commit": "^1.2.2",
  73. "prettier": "^1.14.0",
  74. "standard-version": "^4.3.0",
  75. "uglify-js": "^3.4.3",
  76. "webpack": "^4.16.3",
  77. "webpack-defaults": "^2.3.0"
  78. },
  79. "engines": {
  80. "node": ">= 6.9.0 <7.0.0 || >= 8.9.0"
  81. },
  82. "files": [
  83. "dist"
  84. ],
  85. "homepage": "https://github.com/webpack-contrib/terser-webpack-plugin",
  86. "jest": {
  87. "testEnvironment": "node"
  88. },
  89. "keywords": [
  90. "uglify",
  91. "uglify-js",
  92. "uglify-es",
  93. "terser",
  94. "webpack",
  95. "webpack-plugin",
  96. "minification",
  97. "compress",
  98. "compressor",
  99. "min",
  100. "minification",
  101. "minifier",
  102. "minify",
  103. "optimize",
  104. "optimizer"
  105. ],
  106. "license": "MIT",
  107. "lint-staged": {
  108. "*.js": [
  109. "eslint --fix",
  110. "git add"
  111. ]
  112. },
  113. "main": "dist/cjs.js",
  114. "name": "terser-webpack-plugin",
  115. "peerDependencies": {
  116. "webpack": "^4.3.0"
  117. },
  118. "pre-commit": "lint-staged",
  119. "repository": {
  120. "type": "git",
  121. "url": "git+https://github.com/webpack-contrib/terser-webpack-plugin.git"
  122. },
  123. "scripts": {
  124. "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js' --copy-files",
  125. "ci:coverage": "npm run test:coverage -- --runInBand",
  126. "ci:lint": "npm run lint && npm run security",
  127. "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
  128. "ci:test": "npm run test -- --runInBand",
  129. "clean": "del-cli dist",
  130. "commitlint": "commitlint",
  131. "commitmsg": "commitlint -e $GIT_PARAMS",
  132. "defaults": "webpack-defaults",
  133. "lint": "eslint --cache src test",
  134. "lint-staged": "lint-staged",
  135. "prebuild": "npm run clean",
  136. "prepare": "npm run build",
  137. "release": "standard-version",
  138. "release:ci": "conventional-github-releaser -p angular",
  139. "release:validate": "commitlint --from=$(git describe --tags --abbrev=0) --to=$(git rev-parse HEAD)",
  140. "security": "npm audit",
  141. "start": "npm run build -- -w",
  142. "test": "jest",
  143. "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
  144. "test:watch": "jest --watch"
  145. },
  146. "version": "1.1.0"
  147. }