my blog lives here now
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.

345 lines
12 KiB

6 years ago
2 years ago
6 years ago
2 years ago
6 years ago
2 years ago
6 years ago
2 years ago
6 years ago
2 years ago
6 years ago
  1. {
  2. "name": "blag",
  3. "version": "1.0.0",
  4. "lockfileVersion": 2,
  5. "requires": true,
  6. "packages": {
  7. "": {
  8. "version": "1.0.0",
  9. "license": "ISC",
  10. "dependencies": {
  11. "katex": "^0.13.11",
  12. "sass": "^1.28.0"
  13. },
  14. "devDependencies": {}
  15. },
  16. "node_modules/anymatch": {
  17. "version": "3.1.1",
  18. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz",
  19. "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==",
  20. "dependencies": {
  21. "normalize-path": "^3.0.0",
  22. "picomatch": "^2.0.4"
  23. },
  24. "engines": {
  25. "node": ">= 8"
  26. }
  27. },
  28. "node_modules/binary-extensions": {
  29. "version": "2.1.0",
  30. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz",
  31. "integrity": "sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ==",
  32. "engines": {
  33. "node": ">=8"
  34. }
  35. },
  36. "node_modules/braces": {
  37. "version": "3.0.2",
  38. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
  39. "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  40. "dependencies": {
  41. "fill-range": "^7.0.1"
  42. },
  43. "engines": {
  44. "node": ">=8"
  45. }
  46. },
  47. "node_modules/chokidar": {
  48. "version": "3.4.3",
  49. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.3.tgz",
  50. "integrity": "sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ==",
  51. "dependencies": {
  52. "anymatch": "~3.1.1",
  53. "braces": "~3.0.2",
  54. "glob-parent": "~5.1.0",
  55. "is-binary-path": "~2.1.0",
  56. "is-glob": "~4.0.1",
  57. "normalize-path": "~3.0.0",
  58. "readdirp": "~3.5.0"
  59. },
  60. "engines": {
  61. "node": ">= 8.10.0"
  62. },
  63. "optionalDependencies": {
  64. "fsevents": "~2.1.2"
  65. }
  66. },
  67. "node_modules/commander": {
  68. "version": "6.2.1",
  69. "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz",
  70. "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==",
  71. "engines": {
  72. "node": ">= 6"
  73. }
  74. },
  75. "node_modules/fill-range": {
  76. "version": "7.0.1",
  77. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
  78. "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  79. "dependencies": {
  80. "to-regex-range": "^5.0.1"
  81. },
  82. "engines": {
  83. "node": ">=8"
  84. }
  85. },
  86. "node_modules/fsevents": {
  87. "version": "2.1.3",
  88. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz",
  89. "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==",
  90. "optional": true,
  91. "os": [
  92. "darwin"
  93. ],
  94. "engines": {
  95. "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
  96. }
  97. },
  98. "node_modules/glob-parent": {
  99. "version": "5.1.1",
  100. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz",
  101. "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==",
  102. "dependencies": {
  103. "is-glob": "^4.0.1"
  104. },
  105. "engines": {
  106. "node": ">= 6"
  107. }
  108. },
  109. "node_modules/is-binary-path": {
  110. "version": "2.1.0",
  111. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  112. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  113. "dependencies": {
  114. "binary-extensions": "^2.0.0"
  115. },
  116. "engines": {
  117. "node": ">=8"
  118. }
  119. },
  120. "node_modules/is-extglob": {
  121. "version": "2.1.1",
  122. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  123. "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
  124. "engines": {
  125. "node": ">=0.10.0"
  126. }
  127. },
  128. "node_modules/is-glob": {
  129. "version": "4.0.1",
  130. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz",
  131. "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==",
  132. "dependencies": {
  133. "is-extglob": "^2.1.1"
  134. },
  135. "engines": {
  136. "node": ">=0.10.0"
  137. }
  138. },
  139. "node_modules/is-number": {
  140. "version": "7.0.0",
  141. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  142. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  143. "engines": {
  144. "node": ">=0.12.0"
  145. }
  146. },
  147. "node_modules/katex": {
  148. "version": "0.13.11",
  149. "resolved": "https://registry.npmjs.org/katex/-/katex-0.13.11.tgz",
  150. "integrity": "sha512-yJBHVIgwlAaapzlbvTpVF/ZOs8UkTj/sd46Fl8+qAf2/UiituPYVeapVD8ADZtqyRg/qNWUKt7gJoyYVWLrcXw==",
  151. "dependencies": {
  152. "commander": "^6.0.0"
  153. },
  154. "bin": {
  155. "katex": "cli.js"
  156. }
  157. },
  158. "node_modules/normalize-path": {
  159. "version": "3.0.0",
  160. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  161. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
  162. "engines": {
  163. "node": ">=0.10.0"
  164. }
  165. },
  166. "node_modules/picomatch": {
  167. "version": "2.2.2",
  168. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz",
  169. "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==",
  170. "engines": {
  171. "node": ">=8.6"
  172. }
  173. },
  174. "node_modules/readdirp": {
  175. "version": "3.5.0",
  176. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz",
  177. "integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==",
  178. "dependencies": {
  179. "picomatch": "^2.2.1"
  180. },
  181. "engines": {
  182. "node": ">=8.10.0"
  183. }
  184. },
  185. "node_modules/sass": {
  186. "version": "1.28.0",
  187. "resolved": "https://registry.npmjs.org/sass/-/sass-1.28.0.tgz",
  188. "integrity": "sha512-9FWX/0wuE1KxwfiP02chZhHaPzu6adpx9+wGch7WMOuHy5npOo0UapRI3FNSHva2CczaYJu2yNUBN8cCSqHz/A==",
  189. "dependencies": {
  190. "chokidar": ">=2.0.0 <4.0.0"
  191. },
  192. "bin": {
  193. "sass": "sass.js"
  194. },
  195. "engines": {
  196. "node": ">=8.9.0"
  197. }
  198. },
  199. "node_modules/to-regex-range": {
  200. "version": "5.0.1",
  201. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  202. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  203. "dependencies": {
  204. "is-number": "^7.0.0"
  205. },
  206. "engines": {
  207. "node": ">=8.0"
  208. }
  209. }
  210. },
  211. "dependencies": {
  212. "anymatch": {
  213. "version": "3.1.1",
  214. "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.1.tgz",
  215. "integrity": "sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg==",
  216. "requires": {
  217. "normalize-path": "^3.0.0",
  218. "picomatch": "^2.0.4"
  219. }
  220. },
  221. "binary-extensions": {
  222. "version": "2.1.0",
  223. "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz",
  224. "integrity": "sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ=="
  225. },
  226. "braces": {
  227. "version": "3.0.2",
  228. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
  229. "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
  230. "requires": {
  231. "fill-range": "^7.0.1"
  232. }
  233. },
  234. "chokidar": {
  235. "version": "3.4.3",
  236. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.4.3.tgz",
  237. "integrity": "sha512-DtM3g7juCXQxFVSNPNByEC2+NImtBuxQQvWlHunpJIS5Ocr0lG306cC7FCi7cEA0fzmybPUIl4txBIobk1gGOQ==",
  238. "requires": {
  239. "anymatch": "~3.1.1",
  240. "braces": "~3.0.2",
  241. "fsevents": "~2.1.2",
  242. "glob-parent": "~5.1.0",
  243. "is-binary-path": "~2.1.0",
  244. "is-glob": "~4.0.1",
  245. "normalize-path": "~3.0.0",
  246. "readdirp": "~3.5.0"
  247. }
  248. },
  249. "commander": {
  250. "version": "6.2.1",
  251. "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz",
  252. "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA=="
  253. },
  254. "fill-range": {
  255. "version": "7.0.1",
  256. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
  257. "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
  258. "requires": {
  259. "to-regex-range": "^5.0.1"
  260. }
  261. },
  262. "fsevents": {
  263. "version": "2.1.3",
  264. "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz",
  265. "integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==",
  266. "optional": true
  267. },
  268. "glob-parent": {
  269. "version": "5.1.1",
  270. "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz",
  271. "integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==",
  272. "requires": {
  273. "is-glob": "^4.0.1"
  274. }
  275. },
  276. "is-binary-path": {
  277. "version": "2.1.0",
  278. "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
  279. "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
  280. "requires": {
  281. "binary-extensions": "^2.0.0"
  282. }
  283. },
  284. "is-extglob": {
  285. "version": "2.1.1",
  286. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  287. "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI="
  288. },
  289. "is-glob": {
  290. "version": "4.0.1",
  291. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz",
  292. "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==",
  293. "requires": {
  294. "is-extglob": "^2.1.1"
  295. }
  296. },
  297. "is-number": {
  298. "version": "7.0.0",
  299. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  300. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="
  301. },
  302. "katex": {
  303. "version": "0.13.11",
  304. "resolved": "https://registry.npmjs.org/katex/-/katex-0.13.11.tgz",
  305. "integrity": "sha512-yJBHVIgwlAaapzlbvTpVF/ZOs8UkTj/sd46Fl8+qAf2/UiituPYVeapVD8ADZtqyRg/qNWUKt7gJoyYVWLrcXw==",
  306. "requires": {
  307. "commander": "^6.0.0"
  308. }
  309. },
  310. "normalize-path": {
  311. "version": "3.0.0",
  312. "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
  313. "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="
  314. },
  315. "picomatch": {
  316. "version": "2.2.2",
  317. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz",
  318. "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg=="
  319. },
  320. "readdirp": {
  321. "version": "3.5.0",
  322. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz",
  323. "integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==",
  324. "requires": {
  325. "picomatch": "^2.2.1"
  326. }
  327. },
  328. "sass": {
  329. "version": "1.28.0",
  330. "resolved": "https://registry.npmjs.org/sass/-/sass-1.28.0.tgz",
  331. "integrity": "sha512-9FWX/0wuE1KxwfiP02chZhHaPzu6adpx9+wGch7WMOuHy5npOo0UapRI3FNSHva2CczaYJu2yNUBN8cCSqHz/A==",
  332. "requires": {
  333. "chokidar": ">=2.0.0 <4.0.0"
  334. }
  335. },
  336. "to-regex-range": {
  337. "version": "5.0.1",
  338. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  339. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  340. "requires": {
  341. "is-number": "^7.0.0"
  342. }
  343. }
  344. }
  345. }