package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "time-fix-plugin@^2.0.7",
  3. "_id": "time-fix-plugin@2.0.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-uVFet1LQToeUX0rTcSiYVYVoGuBpc8gP/2jnlUzuHMHe+gux6XLsNzxLUweabMwiUj5ejhoIMsUI55nVSEa/Vw==",
  6. "_location": "/time-fix-plugin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "time-fix-plugin@^2.0.7",
  12. "name": "time-fix-plugin",
  13. "escapedName": "time-fix-plugin",
  14. "rawSpec": "^2.0.7",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.7"
  17. },
  18. "_requiredBy": [
  19. "/@nuxt/webpack"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/time-fix-plugin/-/time-fix-plugin-2.0.7.tgz",
  22. "_shasum": "4ba70ae2e40cedf34dabe505eda7b71b1b244f50",
  23. "_spec": "time-fix-plugin@^2.0.7",
  24. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\webpack",
  25. "author": {
  26. "name": "egoist",
  27. "email": "0x142857@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/egoist/time-fix-plugin/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Fix startTime for webpack watcher",
  35. "devDependencies": {
  36. "eslint-config-rem": "^3.0.0",
  37. "webpack": "^4.31.0",
  38. "xo": "^0.18.0"
  39. },
  40. "files": [
  41. "index.js"
  42. ],
  43. "homepage": "https://github.com/egoist/time-fix-plugin#readme",
  44. "license": "MIT",
  45. "main": "index.js",
  46. "name": "time-fix-plugin",
  47. "peerDependencies": {
  48. "webpack": ">=4.0.0"
  49. },
  50. "repository": {
  51. "url": "git+https://github.com/egoist/time-fix-plugin.git",
  52. "type": "git"
  53. },
  54. "scripts": {
  55. "lint": "xo",
  56. "test": "npm run lint && echo 'no tests!'"
  57. },
  58. "version": "2.0.7",
  59. "xo": {
  60. "extends": "rem",
  61. "ignores": [
  62. "example/**"
  63. ]
  64. }
  65. }