You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.4 KiB

3 jaren geleden
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "webpack-manifest-plugin@2.0.4",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "webpack-manifest-plugin@2.0.4",
  9. "_id": "webpack-manifest-plugin@2.0.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-nejhOHexXDBKQOj/5v5IZSfCeTO3x1Dt1RZEcGfBSul891X/eLIcIVH31gwxPDdsi2Z8LKKFGpM4w9+oTBOSCg==",
  12. "_location": "/webpack-manifest-plugin",
  13. "_phantomChildren": {
  14. "graceful-fs": "4.2.4",
  15. "universalify": "0.1.2"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "webpack-manifest-plugin@2.0.4",
  21. "name": "webpack-manifest-plugin",
  22. "escapedName": "webpack-manifest-plugin",
  23. "rawSpec": "2.0.4",
  24. "saveSpec": null,
  25. "fetchSpec": "2.0.4"
  26. },
  27. "_requiredBy": [
  28. "/react-scripts"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-2.0.4.tgz",
  31. "_spec": "2.0.4",
  32. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  33. "author": {
  34. "name": "Dane Thurber",
  35. "email": "dane.thurber@gmail.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/danethurber/webpack-manifest-plugin/issues"
  39. },
  40. "dependencies": {
  41. "fs-extra": "^7.0.0",
  42. "lodash": ">=3.5 <5",
  43. "tapable": "^1.0.0"
  44. },
  45. "description": "webpack plugin for generating asset manifests",
  46. "devDependencies": {
  47. "codecov": "^3.1.0",
  48. "css-loader": "^1.0.0",
  49. "extract-text-webpack-plugin": "^3.0.2",
  50. "file-loader": "^2.0.0",
  51. "jest": "^23.5.0",
  52. "memory-fs": "^0.4.1",
  53. "react": "^16.3.2",
  54. "rimraf": "^2.6.1",
  55. "style-loader": "^0.23.0",
  56. "svgr": "^1.9.2",
  57. "webpack": "^3.12.0"
  58. },
  59. "engines": {
  60. "node": ">=6.11.5"
  61. },
  62. "files": [
  63. "index.js",
  64. "lib"
  65. ],
  66. "homepage": "https://github.com/danethurber/webpack-manifest-plugin",
  67. "jest": {
  68. "testEnvironment": "node",
  69. "coverageDirectory": "./coverage/",
  70. "collectCoverage": true
  71. },
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "webpack-manifest-plugin",
  75. "peerDependencies": {
  76. "webpack": "2 || 3 || 4"
  77. },
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/danethurber/webpack-manifest-plugin.git"
  81. },
  82. "scripts": {
  83. "codecov": "codecov",
  84. "test": "jest"
  85. },
  86. "version": "2.0.4"
  87. }