Extends the Chrome Developer Tools, adding a new Network Panel in the Developer Tools window with better searching and response previews. https://leviolson.com/posts/chrome-ext-better-network-panel
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.

233 lines
9.6 KiB

  1. {
  2. "requires": true,
  3. "lockfileVersion": 1,
  4. "dependencies": {
  5. "@sphinxxxx/color-conversion": {
  6. "version": "2.2.2",
  7. "resolved": "https://registry.npmjs.org/@sphinxxxx/color-conversion/-/color-conversion-2.2.2.tgz",
  8. "integrity": "sha512-XExJS3cLqgrmNBIP3bBw6+1oQ1ksGjFh0+oClDKFYpCCqx/hlqwWO5KO/S63fzUo67SxI9dMrF0y5T/Ey7h8Zw=="
  9. },
  10. "ace-builds": {
  11. "version": "1.4.12",
  12. "resolved": "https://registry.npmjs.org/ace-builds/-/ace-builds-1.4.12.tgz",
  13. "integrity": "sha512-G+chJctFPiiLGvs3+/Mly3apXTcfgE45dT5yp12BcWZ1kUs+gm0qd3/fv4gsz6fVag4mM0moHVpjHDIgph6Psg=="
  14. },
  15. "ajv": {
  16. "version": "6.12.6",
  17. "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
  18. "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
  19. "requires": {
  20. "fast-deep-equal": "^3.1.1",
  21. "fast-json-stable-stringify": "^2.0.0",
  22. "json-schema-traverse": "^0.4.1",
  23. "uri-js": "^4.2.2"
  24. }
  25. },
  26. "anymatch": {
  27. "version": "3.1.1",
  28. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz",
  29. "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==",
  30. "requires": {
  31. "normalize-path": "^3.0.0",
  32. "picomatch": "^2.0.4"
  33. }
  34. },
  35. "binary-extensions": {
  36. "version": "2.2.0",
  37. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
  38. "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA=="
  39. },
  40. "braces": {
  41. "version": "3.0.2",
  42. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
  43. "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  44. "requires": {
  45. "fill-range": "^7.0.1"
  46. }
  47. },
  48. "chokidar": {
  49. "version": "3.5.1",
  50. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz",
  51. "integrity": "sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==",
  52. "requires": {
  53. "anymatch": "~3.1.1",
  54. "braces": "~3.0.2",
  55. "fsevents": "~2.3.1",
  56. "glob-parent": "~5.1.0",
  57. "is-binary-path": "~2.1.0",
  58. "is-glob": "~4.0.1",
  59. "normalize-path": "~3.0.0",
  60. "readdirp": "~3.5.0"
  61. }
  62. },
  63. "fast-deep-equal": {
  64. "version": "3.1.3",
  65. "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
  66. "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
  67. },
  68. "fast-json-stable-stringify": {
  69. "version": "2.1.0",
  70. "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
  71. "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
  72. },
  73. "fill-range": {
  74. "version": "7.0.1",
  75. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
  76. "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  77. "requires": {
  78. "to-regex-range": "^5.0.1"
  79. }
  80. },
  81. "fsevents": {
  82. "version": "2.3.1",
  83. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.1.tgz",
  84. "integrity": "sha512-YR47Eg4hChJGAB1O3yEAOkGO+rlzutoICGqGo9EZ4lKWokzZRSyIW1QmTzqjtw8MJdj9srP869CuWw/hyzSiBw==",
  85. "optional": true
  86. },
  87. "glob-parent": {
  88. "version": "5.1.1",
  89. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz",
  90. "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==",
  91. "requires": {
  92. "is-glob": "^4.0.1"
  93. }
  94. },
  95. "is-binary-path": {
  96. "version": "2.1.0",
  97. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  98. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  99. "requires": {
  100. "binary-extensions": "^2.0.0"
  101. }
  102. },
  103. "is-extglob": {
  104. "version": "2.1.1",
  105. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  106. "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI="
  107. },
  108. "is-glob": {
  109. "version": "4.0.1",
  110. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz",
  111. "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==",
  112. "requires": {
  113. "is-extglob": "^2.1.1"
  114. }
  115. },
  116. "is-number": {
  117. "version": "7.0.0",
  118. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  119. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="
  120. },
  121. "javascript-natural-sort": {
  122. "version": "0.7.1",
  123. "resolved": "https://registry.npmjs.org/javascript-natural-sort/-/javascript-natural-sort-0.7.1.tgz",
  124. "integrity": "sha1-+eIwPUUH9tdDVac2ZNFED7Wg71k="
  125. },
  126. "jmespath": {
  127. "version": "0.15.0",
  128. "resolved": "https://registry.npmjs.org/jmespath/-/jmespath-0.15.0.tgz",
  129. "integrity": "sha1-o/Iiqarp+Wb10nx5ZRDigJF2Qhc="
  130. },
  131. "jquery": {
  132. "version": "3.5.1",
  133. "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.5.1.tgz",
  134. "integrity": "sha512-XwIBPqcMn57FxfT+Go5pzySnm4KWkT1Tv7gjrpT1srtf8Weynl6R273VJ5GjkRb51IzMp5nbaPjJXMWeju2MKg=="
  135. },
  136. "json-schema-traverse": {
  137. "version": "0.4.1",
  138. "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
  139. "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
  140. },
  141. "json-source-map": {
  142. "version": "0.6.1",
  143. "resolved": "https://registry.npmjs.org/json-source-map/-/json-source-map-0.6.1.tgz",
  144. "integrity": "sha512-1QoztHPsMQqhDq0hlXY5ZqcEdUzxQEIxgFkKl4WUp2pgShObl+9ovi4kRh2TfvAfxAoHOJ9vIMEqk3k4iex7tg=="
  145. },
  146. "jsoneditor": {
  147. "version": "9.1.8",
  148. "resolved": "https://registry.npmjs.org/jsoneditor/-/jsoneditor-9.1.8.tgz",
  149. "integrity": "sha512-T7iZjrYdtFqVuUFelwni9UKp6jXklYa0O0VmohMhYjBBx356h9S7qHZnxoVenXBSmLrYA4SthIt8cY+4zKvFRQ==",
  150. "requires": {
  151. "ace-builds": "^1.4.12",
  152. "ajv": "^6.12.6",
  153. "javascript-natural-sort": "^0.7.1",
  154. "jmespath": "^0.15.0",
  155. "json-source-map": "^0.6.1",
  156. "jsonrepair": "^2.0.0",
  157. "mobius1-selectr": "^2.4.13",
  158. "picomodal": "^3.0.0",
  159. "vanilla-picker": "^2.11.0"
  160. }
  161. },
  162. "jsonrepair": {
  163. "version": "2.0.0",
  164. "resolved": "https://registry.npmjs.org/jsonrepair/-/jsonrepair-2.0.0.tgz",
  165. "integrity": "sha512-beGD14VPmrQNt/Sspi12sCGT+N3w7FWM1T2UJx7biEMfGIUUpqBBPjHq8ETKA992+JS+fSnrSHxKHq7AIgdgcA=="
  166. },
  167. "mobius1-selectr": {
  168. "version": "2.4.13",
  169. "resolved": "https://registry.npmjs.org/mobius1-selectr/-/mobius1-selectr-2.4.13.tgz",
  170. "integrity": "sha512-Mk9qDrvU44UUL0EBhbAA1phfQZ7aMZPjwtL7wkpiBzGh8dETGqfsh50mWoX9EkjDlkONlErWXArHCKfoxVg0Bw=="
  171. },
  172. "normalize-path": {
  173. "version": "3.0.0",
  174. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  175. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="
  176. },
  177. "picomatch": {
  178. "version": "2.2.2",
  179. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz",
  180. "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg=="
  181. },
  182. "picomodal": {
  183. "version": "3.0.0",
  184. "resolved": "https://registry.npmjs.org/picomodal/-/picomodal-3.0.0.tgz",
  185. "integrity": "sha1-+s0w9PvzSoCcHgTqUl8ATzmcC4I="
  186. },
  187. "punycode": {
  188. "version": "2.1.1",
  189. "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
  190. "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
  191. },
  192. "readdirp": {
  193. "version": "3.5.0",
  194. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz",
  195. "integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==",
  196. "requires": {
  197. "picomatch": "^2.2.1"
  198. }
  199. },
  200. "sass": {
  201. "version": "1.32.5",
  202. "resolved": "https://registry.npmjs.org/sass/-/sass-1.32.5.tgz",
  203. "integrity": "sha512-kU1yJ5zUAmPxr7f3q0YXTAd1oZjSR1g3tYyv+xu0HZSl5JiNOaE987eiz7wCUvbm4I9fGWGU2TgApTtcP4GMNQ==",
  204. "requires": {
  205. "chokidar": ">=2.0.0 <4.0.0"
  206. }
  207. },
  208. "to-regex-range": {
  209. "version": "5.0.1",
  210. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  211. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  212. "requires": {
  213. "is-number": "^7.0.0"
  214. }
  215. },
  216. "uri-js": {
  217. "version": "4.4.1",
  218. "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
  219. "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
  220. "requires": {
  221. "punycode": "^2.1.0"
  222. }
  223. },
  224. "vanilla-picker": {
  225. "version": "2.11.0",
  226. "resolved": "https://registry.npmjs.org/vanilla-picker/-/vanilla-picker-2.11.0.tgz",
  227. "integrity": "sha512-MsTAyROQRN3yoUdToiQtfnW752wC9DpnXbOhAMGJgBi+TMDZ0IUfbmIVB5u3P1ltBDlqy8TjY59a4lOioSlgZw==",
  228. "requires": {
  229. "@sphinxxxx/color-conversion": "^2.2.2"
  230. }
  231. }
  232. }
  233. }