Advertisement
bnkai

yarn why after

Jan 22nd, 2020
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.26 KB | None | 0 0
  1. yarn why v1.21.1
  2. [1/4] Why do we have the module "@babel/code-frame"...?
  3. [2/4] Initialising dependency graph...
  4. [3/4] Finding dependency...
  5. [4/4] Calculating file sizes...
  6. => Found "@babel/code-frame@7.8.3"
  7. info Has been hoisted to "@babel/code-frame"
  8. info Reasons this module exists
  9.    - Hoisted from "tslint#@babel#code-frame"
  10.    - Hoisted from "@babel#core#@babel#code-frame"
  11.    - Hoisted from "react-scripts#babel-eslint#@babel#code-frame"
  12.    - Hoisted from "react-scripts#eslint#@babel#code-frame"
  13.    - Hoisted from "react-scripts#@babel#core#@babel#code-frame"
  14.    - Hoisted from "@babel#core#@babel#traverse#@babel#code-frame"
  15.    - Hoisted from "@babel#core#@babel#template#@babel#code-frame"
  16.    - Hoisted from "react-scripts#babel-preset-react-app#@babel#core#@babel#code-frame"
  17.    - Hoisted from "react-scripts#babel-preset-react-app#babel-plugin-macros#cosmiconfig#parse-json#@babel#code-frame"
  18.    - Hoisted from "react-scripts#jest#jest-cli#@jest#core#jest-message-util#@babel#code-frame"
  19. info Disk size without dependencies: "24KB"
  20. info Disk size with unique dependencies: "44KB"
  21. info Disk size with transitive dependencies: "388KB"
  22. info Number of shared dependencies: 10
  23. => Found "react-dev-utils#@babel/code-frame@7.5.5"
  24. info This module exists because "react-scripts#react-dev-utils" depends on it.
  25. info Disk size without dependencies: "24KB"
  26. info Disk size with unique dependencies: "44KB"
  27. info Disk size with transitive dependencies: "388KB"
  28. info Number of shared dependencies: 10
  29. Done in 2.29s.
  30.  
  31. yarn why v1.21.1
  32. [1/4] Why do we have the module "@types/istanbul-lib-report"...?
  33. [2/4] Initialising dependency graph...
  34. [3/4] Finding dependency...
  35. [4/4] Calculating file sizes...
  36. => Found "@types/istanbul-lib-report@3.0.0"
  37. info Reasons this module exists
  38.    - "@jest#types#@types#istanbul-reports" depends on it
  39.    - Hoisted from "@jest#types#@types#istanbul-reports#@types#istanbul-lib-report"
  40. info Disk size without dependencies: "20KB"
  41. info Disk size with unique dependencies: "36KB"
  42. info Disk size with transitive dependencies: "36KB"
  43. info Number of shared dependencies: 1
  44. Done in 2.25s.
  45.  
  46. yarn why v1.21.1
  47. [1/4] Why do we have the module "@types/node"...?
  48. [2/4] Initialising dependency graph...
  49. [3/4] Finding dependency...
  50. [4/4] Calculating file sizes...
  51. => Found "@types/node@11.13.0"
  52. info Has been hoisted to "@types/node"
  53. info This module exists because it's specified in "dependencies".
  54. info Disk size without dependencies: "720KB"
  55. info Disk size with unique dependencies: "720KB"
  56. info Disk size with transitive dependencies: "720KB"
  57. info Number of shared dependencies: 0
  58. => Found "@types/glob#@types/node@13.1.8"
  59. info This module exists because "react-scripts#webpack-dev-server#del#@types#glob" depends on it.
  60. info Disk size without dependencies: "764KB"
  61. info Disk size with unique dependencies: "764KB"
  62. info Disk size with transitive dependencies: "764KB"
  63. info Number of shared dependencies: 0
  64. => Found "@wry/context#@types/node@13.1.8"
  65. info This module exists because "apollo-boost#apollo-cache-inmemory#optimism#@wry#context" depends on it.
  66. info Disk size without dependencies: "764KB"
  67. info Disk size with unique dependencies: "764KB"
  68. info Disk size with transitive dependencies: "764KB"
  69. info Number of shared dependencies: 0
  70. Done in 2.26s.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement