package-lock.json 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413
  1. {
  2. "name": "spm-lcov-action",
  3. "version": "0.2.0",
  4. "lockfileVersion": 1,
  5. "requires": true,
  6. "dependencies": {
  7. "@actions/core": {
  8. "version": "1.2.3",
  9. "resolved": "https://registry.npmjs.org/@actions/core/-/core-1.2.3.tgz",
  10. "integrity": "sha512-Wp4xnyokakM45Uuj4WLUxdsa8fJjKVl1fDTsPbTEcTcuu0Nb26IPQbOtjmnfaCPGcaoPOOqId8H9NapZ8gii4w=="
  11. },
  12. "@actions/exec": {
  13. "version": "1.0.3",
  14. "resolved": "https://registry.npmjs.org/@actions/exec/-/exec-1.0.3.tgz",
  15. "integrity": "sha512-TogJGnueOmM7ntCi0ASTUj4LapRRtDfj57Ja4IhPmg2fls28uVOPbAn8N+JifaOumN2UG3oEO/Ixek2A4NcYSA==",
  16. "requires": {
  17. "@actions/io": "^1.0.1"
  18. }
  19. },
  20. "@actions/github": {
  21. "version": "2.1.1",
  22. "resolved": "https://registry.npmjs.org/@actions/github/-/github-2.1.1.tgz",
  23. "integrity": "sha512-kAgTGUx7yf5KQCndVeHSwCNZuDBvPyxm5xKTswW2lofugeuC1AZX73nUUVDNaysnM9aKFMHv9YCdVJbg7syEyA==",
  24. "requires": {
  25. "@actions/http-client": "^1.0.3",
  26. "@octokit/graphql": "^4.3.1",
  27. "@octokit/rest": "^16.43.1"
  28. }
  29. },
  30. "@actions/http-client": {
  31. "version": "1.0.7",
  32. "resolved": "https://registry.npmjs.org/@actions/http-client/-/http-client-1.0.7.tgz",
  33. "integrity": "sha512-PY3ys/XH5WMekkHyZhYSa/scYvlE5T/TV/T++vABHuY5ZRgtiBZkn2L2tV5Pv/xDCl59lSZb9WwRuWExDyAsSg==",
  34. "requires": {
  35. "tunnel": "0.0.6"
  36. }
  37. },
  38. "@actions/io": {
  39. "version": "1.0.2",
  40. "resolved": "https://registry.npmjs.org/@actions/io/-/io-1.0.2.tgz",
  41. "integrity": "sha512-J8KuFqVPr3p6U8W93DOXlXW6zFvrQAJANdS+vw0YhusLIq+bszW8zmK2Fh1C2kDPX8FMvwIl1OUcFgvJoXLbAg=="
  42. },
  43. "@octokit/auth-token": {
  44. "version": "2.4.0",
  45. "resolved": "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-2.4.0.tgz",
  46. "integrity": "sha512-eoOVMjILna7FVQf96iWc3+ZtE/ZT6y8ob8ZzcqKY1ibSQCnu4O/B7pJvzMx5cyZ/RjAff6DAdEb0O0Cjcxidkg==",
  47. "requires": {
  48. "@octokit/types": "^2.0.0"
  49. }
  50. },
  51. "@octokit/endpoint": {
  52. "version": "6.0.1",
  53. "resolved": "https://registry.npmjs.org/@octokit/endpoint/-/endpoint-6.0.1.tgz",
  54. "integrity": "sha512-pOPHaSz57SFT/m3R5P8MUu4wLPszokn5pXcB/pzavLTQf2jbU+6iayTvzaY6/BiotuRS0qyEUkx3QglT4U958A==",
  55. "requires": {
  56. "@octokit/types": "^2.11.1",
  57. "is-plain-object": "^3.0.0",
  58. "universal-user-agent": "^5.0.0"
  59. },
  60. "dependencies": {
  61. "universal-user-agent": {
  62. "version": "5.0.0",
  63. "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-5.0.0.tgz",
  64. "integrity": "sha512-B5TPtzZleXyPrUMKCpEHFmVhMN6EhmJYjG5PQna9s7mXeSqGTLap4OpqLl5FCEFUI3UBmllkETwKf/db66Y54Q==",
  65. "requires": {
  66. "os-name": "^3.1.0"
  67. }
  68. }
  69. }
  70. },
  71. "@octokit/graphql": {
  72. "version": "4.3.1",
  73. "resolved": "https://registry.npmjs.org/@octokit/graphql/-/graphql-4.3.1.tgz",
  74. "integrity": "sha512-hCdTjfvrK+ilU2keAdqNBWOk+gm1kai1ZcdjRfB30oA3/T6n53UVJb7w0L5cR3/rhU91xT3HSqCd+qbvH06yxA==",
  75. "requires": {
  76. "@octokit/request": "^5.3.0",
  77. "@octokit/types": "^2.0.0",
  78. "universal-user-agent": "^4.0.0"
  79. }
  80. },
  81. "@octokit/plugin-paginate-rest": {
  82. "version": "1.1.2",
  83. "resolved": "https://registry.npmjs.org/@octokit/plugin-paginate-rest/-/plugin-paginate-rest-1.1.2.tgz",
  84. "integrity": "sha512-jbsSoi5Q1pj63sC16XIUboklNw+8tL9VOnJsWycWYR78TKss5PVpIPb1TUUcMQ+bBh7cY579cVAWmf5qG+dw+Q==",
  85. "requires": {
  86. "@octokit/types": "^2.0.1"
  87. }
  88. },
  89. "@octokit/plugin-request-log": {
  90. "version": "1.0.0",
  91. "resolved": "https://registry.npmjs.org/@octokit/plugin-request-log/-/plugin-request-log-1.0.0.tgz",
  92. "integrity": "sha512-ywoxP68aOT3zHCLgWZgwUJatiENeHE7xJzYjfz8WI0goynp96wETBF+d95b8g/uL4QmS6owPVlaxiz3wyMAzcw=="
  93. },
  94. "@octokit/plugin-rest-endpoint-methods": {
  95. "version": "2.4.0",
  96. "resolved": "https://registry.npmjs.org/@octokit/plugin-rest-endpoint-methods/-/plugin-rest-endpoint-methods-2.4.0.tgz",
  97. "integrity": "sha512-EZi/AWhtkdfAYi01obpX0DF7U6b1VRr30QNQ5xSFPITMdLSfhcBqjamE3F+sKcxPbD7eZuMHu3Qkk2V+JGxBDQ==",
  98. "requires": {
  99. "@octokit/types": "^2.0.1",
  100. "deprecation": "^2.3.1"
  101. }
  102. },
  103. "@octokit/request": {
  104. "version": "5.4.2",
  105. "resolved": "https://registry.npmjs.org/@octokit/request/-/request-5.4.2.tgz",
  106. "integrity": "sha512-zKdnGuQ2TQ2vFk9VU8awFT4+EYf92Z/v3OlzRaSh4RIP0H6cvW1BFPXq4XYvNez+TPQjqN+0uSkCYnMFFhcFrw==",
  107. "requires": {
  108. "@octokit/endpoint": "^6.0.1",
  109. "@octokit/request-error": "^2.0.0",
  110. "@octokit/types": "^2.11.1",
  111. "deprecation": "^2.0.0",
  112. "is-plain-object": "^3.0.0",
  113. "node-fetch": "^2.3.0",
  114. "once": "^1.4.0",
  115. "universal-user-agent": "^5.0.0"
  116. },
  117. "dependencies": {
  118. "universal-user-agent": {
  119. "version": "5.0.0",
  120. "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-5.0.0.tgz",
  121. "integrity": "sha512-B5TPtzZleXyPrUMKCpEHFmVhMN6EhmJYjG5PQna9s7mXeSqGTLap4OpqLl5FCEFUI3UBmllkETwKf/db66Y54Q==",
  122. "requires": {
  123. "os-name": "^3.1.0"
  124. }
  125. }
  126. }
  127. },
  128. "@octokit/request-error": {
  129. "version": "2.0.0",
  130. "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-2.0.0.tgz",
  131. "integrity": "sha512-rtYicB4Absc60rUv74Rjpzek84UbVHGHJRu4fNVlZ1mCcyUPPuzFfG9Rn6sjHrd95DEsmjSt1Axlc699ZlbDkw==",
  132. "requires": {
  133. "@octokit/types": "^2.0.0",
  134. "deprecation": "^2.0.0",
  135. "once": "^1.4.0"
  136. }
  137. },
  138. "@octokit/rest": {
  139. "version": "16.43.1",
  140. "resolved": "https://registry.npmjs.org/@octokit/rest/-/rest-16.43.1.tgz",
  141. "integrity": "sha512-gfFKwRT/wFxq5qlNjnW2dh+qh74XgTQ2B179UX5K1HYCluioWj8Ndbgqw2PVqa1NnVJkGHp2ovMpVn/DImlmkw==",
  142. "requires": {
  143. "@octokit/auth-token": "^2.4.0",
  144. "@octokit/plugin-paginate-rest": "^1.1.1",
  145. "@octokit/plugin-request-log": "^1.0.0",
  146. "@octokit/plugin-rest-endpoint-methods": "2.4.0",
  147. "@octokit/request": "^5.2.0",
  148. "@octokit/request-error": "^1.0.2",
  149. "atob-lite": "^2.0.0",
  150. "before-after-hook": "^2.0.0",
  151. "btoa-lite": "^1.0.0",
  152. "deprecation": "^2.0.0",
  153. "lodash.get": "^4.4.2",
  154. "lodash.set": "^4.3.2",
  155. "lodash.uniq": "^4.5.0",
  156. "octokit-pagination-methods": "^1.1.0",
  157. "once": "^1.4.0",
  158. "universal-user-agent": "^4.0.0"
  159. },
  160. "dependencies": {
  161. "@octokit/request-error": {
  162. "version": "1.2.1",
  163. "resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-1.2.1.tgz",
  164. "integrity": "sha512-+6yDyk1EES6WK+l3viRDElw96MvwfJxCt45GvmjDUKWjYIb3PJZQkq3i46TwGwoPD4h8NmTrENmtyA1FwbmhRA==",
  165. "requires": {
  166. "@octokit/types": "^2.0.0",
  167. "deprecation": "^2.0.0",
  168. "once": "^1.4.0"
  169. }
  170. }
  171. }
  172. },
  173. "@octokit/types": {
  174. "version": "2.12.1",
  175. "resolved": "https://registry.npmjs.org/@octokit/types/-/types-2.12.1.tgz",
  176. "integrity": "sha512-LRLR1tjbcCfAmUElvTmMvLEzstpx6Xt/aQVTg2xvd+kHA2Ekp1eWl5t+gU7bcwjXHYEAzh4hH4WH+kS3vh+wRw==",
  177. "requires": {
  178. "@types/node": ">= 8"
  179. }
  180. },
  181. "@types/node": {
  182. "version": "13.13.2",
  183. "resolved": "https://registry.npmjs.org/@types/node/-/node-13.13.2.tgz",
  184. "integrity": "sha512-LB2R1Oyhpg8gu4SON/mfforE525+Hi/M1ineICEDftqNVTyFg1aRIeGuTvXAoWHc4nbrFncWtJgMmoyRvuGh7A=="
  185. },
  186. "atob-lite": {
  187. "version": "2.0.0",
  188. "resolved": "https://registry.npmjs.org/atob-lite/-/atob-lite-2.0.0.tgz",
  189. "integrity": "sha1-D+9a1G8b16hQLGVyfwNn1e5D1pY="
  190. },
  191. "before-after-hook": {
  192. "version": "2.1.0",
  193. "resolved": "https://registry.npmjs.org/before-after-hook/-/before-after-hook-2.1.0.tgz",
  194. "integrity": "sha512-IWIbu7pMqyw3EAJHzzHbWa85b6oud/yfKYg5rqB5hNE8CeMi3nX+2C2sj0HswfblST86hpVEOAb9x34NZd6P7A=="
  195. },
  196. "btoa-lite": {
  197. "version": "1.0.0",
  198. "resolved": "https://registry.npmjs.org/btoa-lite/-/btoa-lite-1.0.0.tgz",
  199. "integrity": "sha1-M3dm2hWAEhD92VbCLpxokaudAzc="
  200. },
  201. "cross-spawn": {
  202. "version": "6.0.5",
  203. "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
  204. "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
  205. "requires": {
  206. "nice-try": "^1.0.4",
  207. "path-key": "^2.0.1",
  208. "semver": "^5.5.0",
  209. "shebang-command": "^1.2.0",
  210. "which": "^1.2.9"
  211. }
  212. },
  213. "deprecation": {
  214. "version": "2.3.1",
  215. "resolved": "https://registry.npmjs.org/deprecation/-/deprecation-2.3.1.tgz",
  216. "integrity": "sha512-xmHIy4F3scKVwMsQ4WnVaS8bHOx0DmVwRywosKhaILI0ywMDWPtBSku2HNxRvF7jtwDRsoEwYQSfbxj8b7RlJQ=="
  217. },
  218. "end-of-stream": {
  219. "version": "1.4.4",
  220. "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
  221. "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
  222. "requires": {
  223. "once": "^1.4.0"
  224. }
  225. },
  226. "execa": {
  227. "version": "1.0.0",
  228. "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
  229. "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
  230. "requires": {
  231. "cross-spawn": "^6.0.0",
  232. "get-stream": "^4.0.0",
  233. "is-stream": "^1.1.0",
  234. "npm-run-path": "^2.0.0",
  235. "p-finally": "^1.0.0",
  236. "signal-exit": "^3.0.0",
  237. "strip-eof": "^1.0.0"
  238. }
  239. },
  240. "get-stream": {
  241. "version": "4.1.0",
  242. "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
  243. "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
  244. "requires": {
  245. "pump": "^3.0.0"
  246. }
  247. },
  248. "is-plain-object": {
  249. "version": "3.0.0",
  250. "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.0.tgz",
  251. "integrity": "sha512-tZIpofR+P05k8Aocp7UI/2UTa9lTJSebCXpFFoR9aibpokDj/uXBsJ8luUu0tTVYKkMU6URDUuOfJZ7koewXvg==",
  252. "requires": {
  253. "isobject": "^4.0.0"
  254. }
  255. },
  256. "is-stream": {
  257. "version": "1.1.0",
  258. "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
  259. "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ="
  260. },
  261. "isexe": {
  262. "version": "2.0.0",
  263. "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
  264. "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
  265. },
  266. "isobject": {
  267. "version": "4.0.0",
  268. "resolved": "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz",
  269. "integrity": "sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA=="
  270. },
  271. "lodash.get": {
  272. "version": "4.4.2",
  273. "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz",
  274. "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk="
  275. },
  276. "lodash.set": {
  277. "version": "4.3.2",
  278. "resolved": "https://registry.npmjs.org/lodash.set/-/lodash.set-4.3.2.tgz",
  279. "integrity": "sha1-2HV7HagH3eJIFrDWqEvqGnYjCyM="
  280. },
  281. "lodash.uniq": {
  282. "version": "4.5.0",
  283. "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  284. "integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M="
  285. },
  286. "macos-release": {
  287. "version": "2.3.0",
  288. "resolved": "https://registry.npmjs.org/macos-release/-/macos-release-2.3.0.tgz",
  289. "integrity": "sha512-OHhSbtcviqMPt7yfw5ef5aghS2jzFVKEFyCJndQt2YpSQ9qRVSEv2axSJI1paVThEu+FFGs584h/1YhxjVqajA=="
  290. },
  291. "nice-try": {
  292. "version": "1.0.5",
  293. "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
  294. "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ=="
  295. },
  296. "node-fetch": {
  297. "version": "2.6.0",
  298. "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.0.tgz",
  299. "integrity": "sha512-8dG4H5ujfvFiqDmVu9fQ5bOHUC15JMjMY/Zumv26oOvvVJjM67KF8koCWIabKQ1GJIa9r2mMZscBq/TbdOcmNA=="
  300. },
  301. "npm-run-path": {
  302. "version": "2.0.2",
  303. "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
  304. "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
  305. "requires": {
  306. "path-key": "^2.0.0"
  307. }
  308. },
  309. "octokit-pagination-methods": {
  310. "version": "1.1.0",
  311. "resolved": "https://registry.npmjs.org/octokit-pagination-methods/-/octokit-pagination-methods-1.1.0.tgz",
  312. "integrity": "sha512-fZ4qZdQ2nxJvtcasX7Ghl+WlWS/d9IgnBIwFZXVNNZUmzpno91SX5bc5vuxiuKoCtK78XxGGNuSCrDC7xYB3OQ=="
  313. },
  314. "once": {
  315. "version": "1.4.0",
  316. "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
  317. "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
  318. "requires": {
  319. "wrappy": "1"
  320. }
  321. },
  322. "os-name": {
  323. "version": "3.1.0",
  324. "resolved": "https://registry.npmjs.org/os-name/-/os-name-3.1.0.tgz",
  325. "integrity": "sha512-h8L+8aNjNcMpo/mAIBPn5PXCM16iyPGjHNWo6U1YO8sJTMHtEtyczI6QJnLoplswm6goopQkqc7OAnjhWcugVg==",
  326. "requires": {
  327. "macos-release": "^2.2.0",
  328. "windows-release": "^3.1.0"
  329. }
  330. },
  331. "p-finally": {
  332. "version": "1.0.0",
  333. "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
  334. "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4="
  335. },
  336. "path-key": {
  337. "version": "2.0.1",
  338. "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
  339. "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A="
  340. },
  341. "pump": {
  342. "version": "3.0.0",
  343. "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
  344. "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
  345. "requires": {
  346. "end-of-stream": "^1.1.0",
  347. "once": "^1.3.1"
  348. }
  349. },
  350. "semver": {
  351. "version": "5.7.1",
  352. "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
  353. "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
  354. },
  355. "shebang-command": {
  356. "version": "1.2.0",
  357. "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
  358. "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
  359. "requires": {
  360. "shebang-regex": "^1.0.0"
  361. }
  362. },
  363. "shebang-regex": {
  364. "version": "1.0.0",
  365. "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
  366. "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM="
  367. },
  368. "signal-exit": {
  369. "version": "3.0.3",
  370. "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz",
  371. "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA=="
  372. },
  373. "strip-eof": {
  374. "version": "1.0.0",
  375. "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
  376. "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8="
  377. },
  378. "tunnel": {
  379. "version": "0.0.6",
  380. "resolved": "https://registry.npmjs.org/tunnel/-/tunnel-0.0.6.tgz",
  381. "integrity": "sha512-1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg=="
  382. },
  383. "universal-user-agent": {
  384. "version": "4.0.1",
  385. "resolved": "https://registry.npmjs.org/universal-user-agent/-/universal-user-agent-4.0.1.tgz",
  386. "integrity": "sha512-LnST3ebHwVL2aNe4mejI9IQh2HfZ1RLo8Io2HugSif8ekzD1TlWpHpColOB/eh8JHMLkGH3Akqf040I+4ylNxg==",
  387. "requires": {
  388. "os-name": "^3.1.0"
  389. }
  390. },
  391. "which": {
  392. "version": "1.3.1",
  393. "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  394. "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  395. "requires": {
  396. "isexe": "^2.0.0"
  397. }
  398. },
  399. "windows-release": {
  400. "version": "3.3.0",
  401. "resolved": "https://registry.npmjs.org/windows-release/-/windows-release-3.3.0.tgz",
  402. "integrity": "sha512-2HetyTg1Y+R+rUgrKeUEhAG/ZuOmTrI1NBb3ZyAGQMYmOJjBBPe4MTodghRkmLJZHwkuPi02anbeGP+Zf401LQ==",
  403. "requires": {
  404. "execa": "^1.0.0"
  405. }
  406. },
  407. "wrappy": {
  408. "version": "1.0.2",
  409. "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
  410. "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
  411. }
  412. }
  413. }