package-lock.json 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  1. {
  2. "name": "mjchemi",
  3. "lockfileVersion": 3,
  4. "requires": true,
  5. "packages": {
  6. "": {
  7. "dependencies": {
  8. "sass": "^1.90.0"
  9. }
  10. },
  11. "node_modules/@parcel/watcher": {
  12. "version": "2.5.1",
  13. "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz",
  14. "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==",
  15. "hasInstallScript": true,
  16. "optional": true,
  17. "dependencies": {
  18. "detect-libc": "^1.0.3",
  19. "is-glob": "^4.0.3",
  20. "micromatch": "^4.0.5",
  21. "node-addon-api": "^7.0.0"
  22. },
  23. "engines": {
  24. "node": ">= 10.0.0"
  25. },
  26. "funding": {
  27. "type": "opencollective",
  28. "url": "https://opencollective.com/parcel"
  29. },
  30. "optionalDependencies": {
  31. "@parcel/watcher-android-arm64": "2.5.1",
  32. "@parcel/watcher-darwin-arm64": "2.5.1",
  33. "@parcel/watcher-darwin-x64": "2.5.1",
  34. "@parcel/watcher-freebsd-x64": "2.5.1",
  35. "@parcel/watcher-linux-arm-glibc": "2.5.1",
  36. "@parcel/watcher-linux-arm-musl": "2.5.1",
  37. "@parcel/watcher-linux-arm64-glibc": "2.5.1",
  38. "@parcel/watcher-linux-arm64-musl": "2.5.1",
  39. "@parcel/watcher-linux-x64-glibc": "2.5.1",
  40. "@parcel/watcher-linux-x64-musl": "2.5.1",
  41. "@parcel/watcher-win32-arm64": "2.5.1",
  42. "@parcel/watcher-win32-ia32": "2.5.1",
  43. "@parcel/watcher-win32-x64": "2.5.1"
  44. }
  45. },
  46. "node_modules/@parcel/watcher-android-arm64": {
  47. "version": "2.5.1",
  48. "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz",
  49. "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==",
  50. "cpu": [
  51. "arm64"
  52. ],
  53. "optional": true,
  54. "os": [
  55. "android"
  56. ],
  57. "engines": {
  58. "node": ">= 10.0.0"
  59. },
  60. "funding": {
  61. "type": "opencollective",
  62. "url": "https://opencollective.com/parcel"
  63. }
  64. },
  65. "node_modules/@parcel/watcher-darwin-arm64": {
  66. "version": "2.5.1",
  67. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz",
  68. "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==",
  69. "cpu": [
  70. "arm64"
  71. ],
  72. "optional": true,
  73. "os": [
  74. "darwin"
  75. ],
  76. "engines": {
  77. "node": ">= 10.0.0"
  78. },
  79. "funding": {
  80. "type": "opencollective",
  81. "url": "https://opencollective.com/parcel"
  82. }
  83. },
  84. "node_modules/@parcel/watcher-darwin-x64": {
  85. "version": "2.5.1",
  86. "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz",
  87. "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==",
  88. "cpu": [
  89. "x64"
  90. ],
  91. "optional": true,
  92. "os": [
  93. "darwin"
  94. ],
  95. "engines": {
  96. "node": ">= 10.0.0"
  97. },
  98. "funding": {
  99. "type": "opencollective",
  100. "url": "https://opencollective.com/parcel"
  101. }
  102. },
  103. "node_modules/@parcel/watcher-freebsd-x64": {
  104. "version": "2.5.1",
  105. "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz",
  106. "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==",
  107. "cpu": [
  108. "x64"
  109. ],
  110. "optional": true,
  111. "os": [
  112. "freebsd"
  113. ],
  114. "engines": {
  115. "node": ">= 10.0.0"
  116. },
  117. "funding": {
  118. "type": "opencollective",
  119. "url": "https://opencollective.com/parcel"
  120. }
  121. },
  122. "node_modules/@parcel/watcher-linux-arm-glibc": {
  123. "version": "2.5.1",
  124. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz",
  125. "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==",
  126. "cpu": [
  127. "arm"
  128. ],
  129. "optional": true,
  130. "os": [
  131. "linux"
  132. ],
  133. "engines": {
  134. "node": ">= 10.0.0"
  135. },
  136. "funding": {
  137. "type": "opencollective",
  138. "url": "https://opencollective.com/parcel"
  139. }
  140. },
  141. "node_modules/@parcel/watcher-linux-arm-musl": {
  142. "version": "2.5.1",
  143. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz",
  144. "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==",
  145. "cpu": [
  146. "arm"
  147. ],
  148. "optional": true,
  149. "os": [
  150. "linux"
  151. ],
  152. "engines": {
  153. "node": ">= 10.0.0"
  154. },
  155. "funding": {
  156. "type": "opencollective",
  157. "url": "https://opencollective.com/parcel"
  158. }
  159. },
  160. "node_modules/@parcel/watcher-linux-arm64-glibc": {
  161. "version": "2.5.1",
  162. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz",
  163. "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==",
  164. "cpu": [
  165. "arm64"
  166. ],
  167. "optional": true,
  168. "os": [
  169. "linux"
  170. ],
  171. "engines": {
  172. "node": ">= 10.0.0"
  173. },
  174. "funding": {
  175. "type": "opencollective",
  176. "url": "https://opencollective.com/parcel"
  177. }
  178. },
  179. "node_modules/@parcel/watcher-linux-arm64-musl": {
  180. "version": "2.5.1",
  181. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz",
  182. "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==",
  183. "cpu": [
  184. "arm64"
  185. ],
  186. "optional": true,
  187. "os": [
  188. "linux"
  189. ],
  190. "engines": {
  191. "node": ">= 10.0.0"
  192. },
  193. "funding": {
  194. "type": "opencollective",
  195. "url": "https://opencollective.com/parcel"
  196. }
  197. },
  198. "node_modules/@parcel/watcher-linux-x64-glibc": {
  199. "version": "2.5.1",
  200. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz",
  201. "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==",
  202. "cpu": [
  203. "x64"
  204. ],
  205. "optional": true,
  206. "os": [
  207. "linux"
  208. ],
  209. "engines": {
  210. "node": ">= 10.0.0"
  211. },
  212. "funding": {
  213. "type": "opencollective",
  214. "url": "https://opencollective.com/parcel"
  215. }
  216. },
  217. "node_modules/@parcel/watcher-linux-x64-musl": {
  218. "version": "2.5.1",
  219. "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz",
  220. "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==",
  221. "cpu": [
  222. "x64"
  223. ],
  224. "optional": true,
  225. "os": [
  226. "linux"
  227. ],
  228. "engines": {
  229. "node": ">= 10.0.0"
  230. },
  231. "funding": {
  232. "type": "opencollective",
  233. "url": "https://opencollective.com/parcel"
  234. }
  235. },
  236. "node_modules/@parcel/watcher-win32-arm64": {
  237. "version": "2.5.1",
  238. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz",
  239. "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==",
  240. "cpu": [
  241. "arm64"
  242. ],
  243. "optional": true,
  244. "os": [
  245. "win32"
  246. ],
  247. "engines": {
  248. "node": ">= 10.0.0"
  249. },
  250. "funding": {
  251. "type": "opencollective",
  252. "url": "https://opencollective.com/parcel"
  253. }
  254. },
  255. "node_modules/@parcel/watcher-win32-ia32": {
  256. "version": "2.5.1",
  257. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz",
  258. "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==",
  259. "cpu": [
  260. "ia32"
  261. ],
  262. "optional": true,
  263. "os": [
  264. "win32"
  265. ],
  266. "engines": {
  267. "node": ">= 10.0.0"
  268. },
  269. "funding": {
  270. "type": "opencollective",
  271. "url": "https://opencollective.com/parcel"
  272. }
  273. },
  274. "node_modules/@parcel/watcher-win32-x64": {
  275. "version": "2.5.1",
  276. "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz",
  277. "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==",
  278. "cpu": [
  279. "x64"
  280. ],
  281. "optional": true,
  282. "os": [
  283. "win32"
  284. ],
  285. "engines": {
  286. "node": ">= 10.0.0"
  287. },
  288. "funding": {
  289. "type": "opencollective",
  290. "url": "https://opencollective.com/parcel"
  291. }
  292. },
  293. "node_modules/braces": {
  294. "version": "3.0.3",
  295. "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
  296. "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
  297. "optional": true,
  298. "dependencies": {
  299. "fill-range": "^7.1.1"
  300. },
  301. "engines": {
  302. "node": ">=8"
  303. }
  304. },
  305. "node_modules/chokidar": {
  306. "version": "4.0.3",
  307. "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz",
  308. "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==",
  309. "dependencies": {
  310. "readdirp": "^4.0.1"
  311. },
  312. "engines": {
  313. "node": ">= 14.16.0"
  314. },
  315. "funding": {
  316. "url": "https://paulmillr.com/funding/"
  317. }
  318. },
  319. "node_modules/detect-libc": {
  320. "version": "1.0.3",
  321. "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz",
  322. "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==",
  323. "optional": true,
  324. "bin": {
  325. "detect-libc": "bin/detect-libc.js"
  326. },
  327. "engines": {
  328. "node": ">=0.10"
  329. }
  330. },
  331. "node_modules/fill-range": {
  332. "version": "7.1.1",
  333. "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
  334. "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
  335. "optional": true,
  336. "dependencies": {
  337. "to-regex-range": "^5.0.1"
  338. },
  339. "engines": {
  340. "node": ">=8"
  341. }
  342. },
  343. "node_modules/immutable": {
  344. "version": "5.1.3",
  345. "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.1.3.tgz",
  346. "integrity": "sha512-+chQdDfvscSF1SJqv2gn4SRO2ZyS3xL3r7IW/wWEEzrzLisnOlKiQu5ytC/BVNcS15C39WT2Hg/bjKjDMcu+zg=="
  347. },
  348. "node_modules/is-extglob": {
  349. "version": "2.1.1",
  350. "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
  351. "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
  352. "optional": true,
  353. "engines": {
  354. "node": ">=0.10.0"
  355. }
  356. },
  357. "node_modules/is-glob": {
  358. "version": "4.0.3",
  359. "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
  360. "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
  361. "optional": true,
  362. "dependencies": {
  363. "is-extglob": "^2.1.1"
  364. },
  365. "engines": {
  366. "node": ">=0.10.0"
  367. }
  368. },
  369. "node_modules/is-number": {
  370. "version": "7.0.0",
  371. "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  372. "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  373. "optional": true,
  374. "engines": {
  375. "node": ">=0.12.0"
  376. }
  377. },
  378. "node_modules/micromatch": {
  379. "version": "4.0.8",
  380. "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz",
  381. "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==",
  382. "optional": true,
  383. "dependencies": {
  384. "braces": "^3.0.3",
  385. "picomatch": "^2.3.1"
  386. },
  387. "engines": {
  388. "node": ">=8.6"
  389. }
  390. },
  391. "node_modules/node-addon-api": {
  392. "version": "7.1.1",
  393. "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz",
  394. "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==",
  395. "optional": true
  396. },
  397. "node_modules/picomatch": {
  398. "version": "2.3.1",
  399. "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
  400. "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
  401. "optional": true,
  402. "engines": {
  403. "node": ">=8.6"
  404. },
  405. "funding": {
  406. "url": "https://github.com/sponsors/jonschlinkert"
  407. }
  408. },
  409. "node_modules/readdirp": {
  410. "version": "4.1.2",
  411. "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz",
  412. "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==",
  413. "engines": {
  414. "node": ">= 14.18.0"
  415. },
  416. "funding": {
  417. "type": "individual",
  418. "url": "https://paulmillr.com/funding/"
  419. }
  420. },
  421. "node_modules/sass": {
  422. "version": "1.90.0",
  423. "resolved": "https://registry.npmjs.org/sass/-/sass-1.90.0.tgz",
  424. "integrity": "sha512-9GUyuksjw70uNpb1MTYWsH9MQHOHY6kwfnkafC24+7aOMZn9+rVMBxRbLvw756mrBFbIsFg6Xw9IkR2Fnn3k+Q==",
  425. "dependencies": {
  426. "chokidar": "^4.0.0",
  427. "immutable": "^5.0.2",
  428. "source-map-js": ">=0.6.2 <2.0.0"
  429. },
  430. "bin": {
  431. "sass": "sass.js"
  432. },
  433. "engines": {
  434. "node": ">=14.0.0"
  435. },
  436. "optionalDependencies": {
  437. "@parcel/watcher": "^2.4.1"
  438. }
  439. },
  440. "node_modules/source-map-js": {
  441. "version": "1.2.1",
  442. "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz",
  443. "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==",
  444. "engines": {
  445. "node": ">=0.10.0"
  446. }
  447. },
  448. "node_modules/to-regex-range": {
  449. "version": "5.0.1",
  450. "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
  451. "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
  452. "optional": true,
  453. "dependencies": {
  454. "is-number": "^7.0.0"
  455. },
  456. "engines": {
  457. "node": ">=8.0"
  458. }
  459. }
  460. }
  461. }