package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_from": "hard-source-webpack-plugin@^0.13.1",
  3. "_id": "hard-source-webpack-plugin@0.13.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-r9zf5Wq7IqJHdVAQsZ4OP+dcUSvoHqDMxJlIzaE2J0TZWn3UjMMrHqwDHR8Jr/pzPfG7XxSe36E7Y8QGNdtuAw==",
  6. "_location": "/hard-source-webpack-plugin",
  7. "_phantomChildren": {
  8. "commondir": "1.0.1",
  9. "p-limit": "2.3.0"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "hard-source-webpack-plugin@^0.13.1",
  15. "name": "hard-source-webpack-plugin",
  16. "escapedName": "hard-source-webpack-plugin",
  17. "rawSpec": "^0.13.1",
  18. "saveSpec": null,
  19. "fetchSpec": "^0.13.1"
  20. },
  21. "_requiredBy": [
  22. "/@nuxt/webpack"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/hard-source-webpack-plugin/-/hard-source-webpack-plugin-0.13.1.tgz",
  25. "_shasum": "a99071e25b232f1438a5bc3c99f10a3869e4428e",
  26. "_spec": "hard-source-webpack-plugin@^0.13.1",
  27. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\webpack",
  28. "author": {
  29. "name": "Michael \"Z\" Goddard",
  30. "email": "mzgoddard@gmail.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/mzgoddard/hard-source-webpack-plugin/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "chalk": "^2.4.1",
  38. "find-cache-dir": "^2.0.0",
  39. "graceful-fs": "^4.1.11",
  40. "lodash": "^4.15.0",
  41. "mkdirp": "^0.5.1",
  42. "node-object-hash": "^1.2.0",
  43. "parse-json": "^4.0.0",
  44. "pkg-dir": "^3.0.0",
  45. "rimraf": "^2.6.2",
  46. "semver": "^5.6.0",
  47. "tapable": "^1.0.0-beta.5",
  48. "webpack-sources": "^1.0.1",
  49. "write-json-file": "^2.3.0"
  50. },
  51. "deprecated": false,
  52. "description": "Hard cache the source of modules in webpack.",
  53. "devDependencies": {
  54. "@commitlint/cli": "^7.0.0",
  55. "@commitlint/config-conventional": "^7.0.0",
  56. "@commitlint/travis-cli": "^7.0.0",
  57. "babel-core": "^6.26.0",
  58. "babel-loader": "^7.1.4",
  59. "babel-preset-env": "^1.6.1",
  60. "cacache": "^11.0.2",
  61. "chai": "^3.5.0",
  62. "copy-webpack-plugin": "^4.5.1",
  63. "css-loader": "^1.0.0",
  64. "extract-text-webpack-plugin": "^3.0.0 || ^2.0.0 || ^1.0.1",
  65. "file-loader": "^1.0.0 || ^0.11.0 || ^0.10.1",
  66. "html-webpack-plugin": "^3.2.0 || ^2.22.0",
  67. "husky": "^0.14.3",
  68. "level": "^4.0.0",
  69. "memory-fs": "^0.4.1",
  70. "mini-css-extract-plugin": "^0.4.0",
  71. "mocha": "^3.0.2",
  72. "prettier": "^1.12.1",
  73. "source-map": "^0.5.6",
  74. "standard-version": "^4.4.0",
  75. "style-loader": "^0.14.0",
  76. "webpack": "^4.0.0 || ^4.0.0-beta.* || ^3.8.1 || ^3.0.0 || ^3.0.0-rc.0 || ^2.1.0 || ^1.13.1",
  77. "webpack-cli": "^3.0.0",
  78. "webpack-isomorphic-tools": "^3.0.0",
  79. "worker-loader": "^2.0.0"
  80. },
  81. "engines": {
  82. "node": ">=8.0.0"
  83. },
  84. "files": [
  85. "index.js",
  86. "lib"
  87. ],
  88. "homepage": "https://github.com/mzgoddard/hard-source-webpack-plugin#readme",
  89. "keywords": [
  90. "webpack",
  91. "disk",
  92. "iterative",
  93. "build",
  94. "cache",
  95. "plugin"
  96. ],
  97. "license": "ISC",
  98. "main": "index.js",
  99. "name": "hard-source-webpack-plugin",
  100. "peerDependencies": {
  101. "webpack": "*"
  102. },
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/mzgoddard/hard-source-webpack-plugin.git"
  106. },
  107. "scripts": {
  108. "commitlint-travis": "commitlint-travis",
  109. "commitmsg": "commitlint -e $GIT_PARAMS",
  110. "lint": "prettier --list-different --single-quote --trailing-comma all {index.js,lib/*.js,lib/util/*.js,test/*.js,test/*/*.js,bin/*.js}",
  111. "lint:fix": "prettier --write --single-quote --trailing-comma all {index.js,lib/*.js,lib/util/*.js,test/*.js,test/*/*.js,bin/*.js}",
  112. "test": "NODE_ENV=test mocha tests/*.js"
  113. },
  114. "version": "0.13.1"
  115. }