|
1581 | 1581 | fastq "^1.6.0"
|
1582 | 1582 |
|
1583 | 1583 | "@nodi/core@link:../core":
|
1584 |
| - version "0.0.0" |
1585 |
| - uid "" |
| 1584 | + version "1.0.0" |
| 1585 | + dependencies: |
| 1586 | + "@jscad/modeling" "^2.7.1" |
| 1587 | + "@types/three" "^0.135.0" |
| 1588 | + clipper-lib "^6.4.2" |
| 1589 | + d3-delaunay "^6.0.2" |
| 1590 | + dxf "^4.6.1" |
| 1591 | + dxf-writer "^1.13.1" |
| 1592 | + noisejs "^2.1.0" |
| 1593 | + three "^0.135.0" |
| 1594 | + uuid "^8.3.2" |
1586 | 1595 |
|
1587 | 1596 | "@npmcli/fs@^1.0.0":
|
1588 | 1597 | version "1.0.0"
|
|
2001 | 2010 | dependencies:
|
2002 | 2011 | http-proxy-middleware "^1.0.6"
|
2003 | 2012 |
|
2004 |
| -"@nuxtjs/svg@^0.3.0": |
2005 |
| - version "0.3.0" |
2006 |
| - resolved "https://registry.yarnpkg.com/@nuxtjs/svg/-/svg-0.3.0.tgz#a6f91743ffba8ed05766c013a401c96452c35176" |
2007 |
| - integrity sha512-eokmEiDYE6bZR6FNUQ6VlOnck1Z2lfxlZUv56JNXXSpD6SR6qvfxmQYgTuxD++7//LcsRSqBOb54EL+ebwnDRQ== |
| 2013 | +"@nuxtjs/svg@^0.4.0": |
| 2014 | + version "0.4.0" |
| 2015 | + resolved "https://registry.yarnpkg.com/@nuxtjs/svg/-/svg-0.4.0.tgz#db6b188bc74d71021d58ea8c45a03fe4c1f30011" |
| 2016 | + integrity sha512-XF8uvV5YKBPAJr52SFRVkhltAsjCBTwwTc4GTysSm8WPYB2utJLY48qXdVC/J9dNQiMd7NHo1xmEYEqQfzqpqg== |
2008 | 2017 | dependencies:
|
2009 | 2018 | file-loader "^6.0.0"
|
2010 | 2019 | raw-loader "^4.0.0"
|
@@ -6536,6 +6545,11 @@ immediate@~3.0.5:
|
6536 | 6545 | resolved "https://registry.yarnpkg.com/immediate/-/immediate-3.0.6.tgz#9db1dbd0faf8de6fbe0f5dd5e56bb606280de69b"
|
6537 | 6546 | integrity sha1-nbHb0Pr43m++D13V5Wu2BigN5ps=
|
6538 | 6547 |
|
| 6548 | +immutable@^4.0.0: |
| 6549 | + version "4.0.0" |
| 6550 | + resolved "https://registry.yarnpkg.com/immutable/-/immutable-4.0.0.tgz#b86f78de6adef3608395efb269a91462797e2c23" |
| 6551 | + integrity sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw== |
| 6552 | + |
6539 | 6553 | import-cwd@^2.0.0:
|
6540 | 6554 | version "2.1.0"
|
6541 | 6555 | resolved "https://registry.yarnpkg.com/import-cwd/-/import-cwd-2.1.0.tgz#aa6cf36e722761285cb371ec6519f53e2435b0a9"
|
@@ -10456,12 +10470,14 @@ sass-loader@^10.2.0:
|
10456 | 10470 | schema-utils "^3.0.0"
|
10457 | 10471 | semver "^7.3.2"
|
10458 | 10472 |
|
10459 |
| -sass@1.43.3: |
10460 |
| - version "1.43.3" |
10461 |
| - resolved "https://registry.yarnpkg.com/sass/-/sass-1.43.3.tgz#aa16a69131b84f0cd23189a242571e8905f1ce43" |
10462 |
| - integrity sha512-BJnLngqWpMeS65UvlYYEuCb3/fLxDxhHtOB/gWPxs6NKrslTxGt3ZxwIvOe/0Jm4tWwM/+tIpE3wj4dLEhPDeQ== |
| 10473 | +sass@1.49.9: |
| 10474 | + version "1.49.9" |
| 10475 | + resolved "https://registry.yarnpkg.com/sass/-/sass-1.49.9.tgz#b15a189ecb0ca9e24634bae5d1ebc191809712f9" |
| 10476 | + integrity sha512-YlYWkkHP9fbwaFRZQRXgDi3mXZShslVmmo+FVK3kHLUELHHEYrCmL1x6IUjC7wLS6VuJSAFXRQS/DxdsC4xL1A== |
10463 | 10477 | dependencies:
|
10464 | 10478 | chokidar ">=3.0.0 <4.0.0"
|
| 10479 | + immutable "^4.0.0" |
| 10480 | + source-map-js ">=0.6.2 <2.0.0" |
10465 | 10481 |
|
10466 | 10482 | sax@~1.2.4:
|
10467 | 10483 | version "1.2.4"
|
@@ -10783,6 +10799,11 @@ source-list-map@^2.0.0:
|
10783 | 10799 | resolved "https://registry.yarnpkg.com/source-list-map/-/source-list-map-2.0.1.tgz#3993bd873bfc48479cca9ea3a547835c7c154b34"
|
10784 | 10800 | integrity sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==
|
10785 | 10801 |
|
| 10802 | +"source-map-js@>=0.6.2 <2.0.0": |
| 10803 | + version "1.0.2" |
| 10804 | + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" |
| 10805 | + integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== |
| 10806 | + |
10786 | 10807 | source-map-js@^0.6.2:
|
10787 | 10808 | version "0.6.2"
|
10788 | 10809 | resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e"
|
|
0 commit comments