mirror of
https://github.com/RGBCube/alejandra
synced 2025-07-30 12:07:46 +00:00
add thanks to contributors
This commit is contained in:
parent
5b83d8aa63
commit
9512caae61
4 changed files with 124 additions and 126 deletions
|
@ -1,11 +1,17 @@
|
|||
{ fetchurl, fetchgit, linkFarm, runCommand, gnutar }: rec {
|
||||
{
|
||||
fetchurl,
|
||||
fetchgit,
|
||||
linkFarm,
|
||||
runCommand,
|
||||
gnutar,
|
||||
}: rec {
|
||||
offline_cache = linkFarm "offline" packages;
|
||||
packages = [
|
||||
{
|
||||
name = "ansi_styles___ansi_styles_3.2.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "ansi_styles___ansi_styles_3.2.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz";
|
||||
sha512 = "VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==";
|
||||
};
|
||||
}
|
||||
|
@ -13,7 +19,7 @@
|
|||
name = "argparse___argparse_2.0.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "argparse___argparse_2.0.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz";
|
||||
sha512 = "8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==";
|
||||
};
|
||||
}
|
||||
|
@ -21,7 +27,7 @@
|
|||
name = "azure_devops_node_api___azure_devops_node_api_11.2.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "azure_devops_node_api___azure_devops_node_api_11.2.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/azure-devops-node-api/-/azure-devops-node-api-11.2.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/azure-devops-node-api/-/azure-devops-node-api-11.2.0.tgz";
|
||||
sha512 = "XdiGPhrpaT5J8wdERRKs5g8E0Zy1pvOYTli7z9E8nmOn3YGp4FhtjhrOyFmX/8veWCwdI69mCHKJw6l+4J/bHA==";
|
||||
};
|
||||
}
|
||||
|
@ -29,7 +35,7 @@
|
|||
name = "balanced_match___balanced_match_1.0.2.tgz";
|
||||
path = fetchurl {
|
||||
name = "balanced_match___balanced_match_1.0.2.tgz";
|
||||
url = "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz";
|
||||
url = "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz";
|
||||
sha512 = "3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==";
|
||||
};
|
||||
}
|
||||
|
@ -37,7 +43,7 @@
|
|||
name = "base64_js___base64_js_1.5.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "base64_js___base64_js_1.5.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz";
|
||||
sha512 = "AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==";
|
||||
};
|
||||
}
|
||||
|
@ -45,7 +51,7 @@
|
|||
name = "bl___bl_4.1.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "bl___bl_4.1.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/bl/-/bl-4.1.0.tgz";
|
||||
sha512 = "1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==";
|
||||
};
|
||||
}
|
||||
|
@ -53,7 +59,7 @@
|
|||
name = "boolbase___boolbase_1.0.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "boolbase___boolbase_1.0.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/boolbase/-/boolbase-1.0.0.tgz";
|
||||
sha512 = "JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==";
|
||||
};
|
||||
}
|
||||
|
@ -61,7 +67,7 @@
|
|||
name = "brace_expansion___brace_expansion_1.1.11.tgz";
|
||||
path = fetchurl {
|
||||
name = "brace_expansion___brace_expansion_1.1.11.tgz";
|
||||
url = "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz";
|
||||
url = "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz";
|
||||
sha512 = "iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==";
|
||||
};
|
||||
}
|
||||
|
@ -69,7 +75,7 @@
|
|||
name = "buffer_crc32___buffer_crc32_0.2.13.tgz";
|
||||
path = fetchurl {
|
||||
name = "buffer_crc32___buffer_crc32_0.2.13.tgz";
|
||||
url = "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz";
|
||||
url = "https://registry.yarnpkg.com/buffer-crc32/-/buffer-crc32-0.2.13.tgz";
|
||||
sha512 = "VO9Ht/+p3SN7SKWqcrgEzjGbRSJYTx+Q1pTQC0wrWqHx0vpJraQ6GtHx8tvcg1rlK1byhU5gccxgOgj7B0TDkQ==";
|
||||
};
|
||||
}
|
||||
|
@ -77,7 +83,7 @@
|
|||
name = "buffer___buffer_5.7.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "buffer___buffer_5.7.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/buffer/-/buffer-5.7.1.tgz";
|
||||
sha512 = "EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==";
|
||||
};
|
||||
}
|
||||
|
@ -85,7 +91,7 @@
|
|||
name = "call_bind___call_bind_1.0.2.tgz";
|
||||
path = fetchurl {
|
||||
name = "call_bind___call_bind_1.0.2.tgz";
|
||||
url = "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz";
|
||||
url = "https://registry.yarnpkg.com/call-bind/-/call-bind-1.0.2.tgz";
|
||||
sha512 = "7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==";
|
||||
};
|
||||
}
|
||||
|
@ -93,7 +99,7 @@
|
|||
name = "chalk___chalk_2.4.2.tgz";
|
||||
path = fetchurl {
|
||||
name = "chalk___chalk_2.4.2.tgz";
|
||||
url = "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz";
|
||||
url = "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz";
|
||||
sha512 = "Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==";
|
||||
};
|
||||
}
|
||||
|
@ -101,7 +107,7 @@
|
|||
name = "cheerio_select___cheerio_select_2.1.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "cheerio_select___cheerio_select_2.1.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/cheerio-select/-/cheerio-select-2.1.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/cheerio-select/-/cheerio-select-2.1.0.tgz";
|
||||
sha512 = "9v9kG0LvzrlcungtnJtpGNxY+fzECQKhK4EGJX2vByejiMX84MFNQw4UxPJl3bFbTMw+Dfs37XaIkCwTZfLh4g==";
|
||||
};
|
||||
}
|
||||
|
@ -109,7 +115,7 @@
|
|||
name = "cheerio___cheerio_1.0.0_rc.12.tgz";
|
||||
path = fetchurl {
|
||||
name = "cheerio___cheerio_1.0.0_rc.12.tgz";
|
||||
url = "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.12.tgz";
|
||||
url = "https://registry.yarnpkg.com/cheerio/-/cheerio-1.0.0-rc.12.tgz";
|
||||
sha512 = "VqR8m68vM46BNnuZ5NtnGBKIE/DfN0cRIzg9n40EIq9NOv90ayxLBXA8fXC5gquFRGJSTRqBq25Jt2ECLR431Q==";
|
||||
};
|
||||
}
|
||||
|
@ -117,7 +123,7 @@
|
|||
name = "chownr___chownr_1.1.4.tgz";
|
||||
path = fetchurl {
|
||||
name = "chownr___chownr_1.1.4.tgz";
|
||||
url = "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz";
|
||||
url = "https://registry.yarnpkg.com/chownr/-/chownr-1.1.4.tgz";
|
||||
sha512 = "jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==";
|
||||
};
|
||||
}
|
||||
|
@ -125,7 +131,7 @@
|
|||
name = "color_convert___color_convert_1.9.3.tgz";
|
||||
path = fetchurl {
|
||||
name = "color_convert___color_convert_1.9.3.tgz";
|
||||
url = "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz";
|
||||
url = "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.3.tgz";
|
||||
sha512 = "QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==";
|
||||
};
|
||||
}
|
||||
|
@ -133,7 +139,7 @@
|
|||
name = "color_name___color_name_1.1.3.tgz";
|
||||
path = fetchurl {
|
||||
name = "color_name___color_name_1.1.3.tgz";
|
||||
url = "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz";
|
||||
url = "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz";
|
||||
sha512 = "72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==";
|
||||
};
|
||||
}
|
||||
|
@ -141,7 +147,7 @@
|
|||
name = "commander___commander_6.2.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "commander___commander_6.2.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/commander/-/commander-6.2.1.tgz";
|
||||
sha512 = "U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==";
|
||||
};
|
||||
}
|
||||
|
@ -149,7 +155,7 @@
|
|||
name = "concat_map___concat_map_0.0.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "concat_map___concat_map_0.0.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz";
|
||||
sha512 = "/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==";
|
||||
};
|
||||
}
|
||||
|
@ -157,7 +163,7 @@
|
|||
name = "css_select___css_select_5.1.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "css_select___css_select_5.1.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/css-select/-/css-select-5.1.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/css-select/-/css-select-5.1.0.tgz";
|
||||
sha512 = "nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==";
|
||||
};
|
||||
}
|
||||
|
@ -165,7 +171,7 @@
|
|||
name = "css_what___css_what_6.1.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "css_what___css_what_6.1.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/css-what/-/css-what-6.1.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/css-what/-/css-what-6.1.0.tgz";
|
||||
sha512 = "HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==";
|
||||
};
|
||||
}
|
||||
|
@ -173,7 +179,7 @@
|
|||
name = "decompress_response___decompress_response_6.0.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "decompress_response___decompress_response_6.0.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/decompress-response/-/decompress-response-6.0.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/decompress-response/-/decompress-response-6.0.0.tgz";
|
||||
sha512 = "aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==";
|
||||
};
|
||||
}
|
||||
|
@ -181,7 +187,7 @@
|
|||
name = "deep_extend___deep_extend_0.6.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "deep_extend___deep_extend_0.6.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/deep-extend/-/deep-extend-0.6.0.tgz";
|
||||
sha512 = "LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==";
|
||||
};
|
||||
}
|
||||
|
@ -189,7 +195,7 @@
|
|||
name = "detect_libc___detect_libc_2.0.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "detect_libc___detect_libc_2.0.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.0.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/detect-libc/-/detect-libc-2.0.1.tgz";
|
||||
sha512 = "463v3ZeIrcWtdgIg6vI6XUncguvr2TnGl4SzDXinkt9mSLpBJKXT3mW6xT3VQdDN11+WVs29pgvivTc4Lp8v+w==";
|
||||
};
|
||||
}
|
||||
|
@ -197,7 +203,7 @@
|
|||
name = "dom_serializer___dom_serializer_2.0.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "dom_serializer___dom_serializer_2.0.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-2.0.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-2.0.0.tgz";
|
||||
sha512 = "wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==";
|
||||
};
|
||||
}
|
||||
|
@ -205,7 +211,7 @@
|
|||
name = "domelementtype___domelementtype_2.3.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "domelementtype___domelementtype_2.3.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.3.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.3.0.tgz";
|
||||
sha512 = "OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==";
|
||||
};
|
||||
}
|
||||
|
@ -213,7 +219,7 @@
|
|||
name = "domhandler___domhandler_5.0.3.tgz";
|
||||
path = fetchurl {
|
||||
name = "domhandler___domhandler_5.0.3.tgz";
|
||||
url = "https://registry.yarnpkg.com/domhandler/-/domhandler-5.0.3.tgz";
|
||||
url = "https://registry.yarnpkg.com/domhandler/-/domhandler-5.0.3.tgz";
|
||||
sha512 = "cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==";
|
||||
};
|
||||
}
|
||||
|
@ -221,7 +227,7 @@
|
|||
name = "domutils___domutils_3.0.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "domutils___domutils_3.0.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/domutils/-/domutils-3.0.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/domutils/-/domutils-3.0.1.tgz";
|
||||
sha512 = "z08c1l761iKhDFtfXO04C7kTdPBLi41zwOZl00WS8b5eiaebNpY00HKbztwBq+e3vyqWNwWF3mP9YLUeqIrF+Q==";
|
||||
};
|
||||
}
|
||||
|
@ -229,7 +235,7 @@
|
|||
name = "end_of_stream___end_of_stream_1.4.4.tgz";
|
||||
path = fetchurl {
|
||||
name = "end_of_stream___end_of_stream_1.4.4.tgz";
|
||||
url = "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz";
|
||||
url = "https://registry.yarnpkg.com/end-of-stream/-/end-of-stream-1.4.4.tgz";
|
||||
sha512 = "+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==";
|
||||
};
|
||||
}
|
||||
|
@ -237,7 +243,7 @@
|
|||
name = "entities___entities_4.4.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "entities___entities_4.4.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/entities/-/entities-4.4.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/entities/-/entities-4.4.0.tgz";
|
||||
sha512 = "oYp7156SP8LkeGD0GF85ad1X9Ai79WtRsZ2gxJqtBuzH+98YUV6jkHEKlZkMbcrjJjIVJNIDP/3WL9wQkoPbWA==";
|
||||
};
|
||||
}
|
||||
|
@ -245,7 +251,7 @@
|
|||
name = "entities___entities_2.1.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "entities___entities_2.1.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/entities/-/entities-2.1.0.tgz";
|
||||
sha512 = "hCx1oky9PFrJ611mf0ifBLBRW8lUUVRlFolb5gWRfIELabBlbp9xZvrqZLZAs+NxFnbfQoeGd8wDkygjg7U85w==";
|
||||
};
|
||||
}
|
||||
|
@ -253,7 +259,7 @@
|
|||
name = "escape_string_regexp___escape_string_regexp_1.0.5.tgz";
|
||||
path = fetchurl {
|
||||
name = "escape_string_regexp___escape_string_regexp_1.0.5.tgz";
|
||||
url = "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz";
|
||||
url = "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz";
|
||||
sha512 = "vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==";
|
||||
};
|
||||
}
|
||||
|
@ -261,7 +267,7 @@
|
|||
name = "expand_template___expand_template_2.0.3.tgz";
|
||||
path = fetchurl {
|
||||
name = "expand_template___expand_template_2.0.3.tgz";
|
||||
url = "https://registry.yarnpkg.com/expand-template/-/expand-template-2.0.3.tgz";
|
||||
url = "https://registry.yarnpkg.com/expand-template/-/expand-template-2.0.3.tgz";
|
||||
sha512 = "XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==";
|
||||
};
|
||||
}
|
||||
|
@ -269,7 +275,7 @@
|
|||
name = "fd_slicer___fd_slicer_1.1.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "fd_slicer___fd_slicer_1.1.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.1.0.tgz";
|
||||
sha512 = "cE1qsB/VwyQozZ+q1dGxR8LBYNZeofhEdUNGSMbQD3Gw2lAzX9Zb3uIU6Ebc/Fmyjo9AWWfnn0AUCHqtevs/8g==";
|
||||
};
|
||||
}
|
||||
|
@ -277,7 +283,7 @@
|
|||
name = "fs_constants___fs_constants_1.0.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "fs_constants___fs_constants_1.0.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/fs-constants/-/fs-constants-1.0.0.tgz";
|
||||
sha512 = "y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==";
|
||||
};
|
||||
}
|
||||
|
@ -285,7 +291,7 @@
|
|||
name = "fs.realpath___fs.realpath_1.0.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "fs.realpath___fs.realpath_1.0.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz";
|
||||
sha512 = "OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==";
|
||||
};
|
||||
}
|
||||
|
@ -293,7 +299,7 @@
|
|||
name = "function_bind___function_bind_1.1.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "function_bind___function_bind_1.1.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz";
|
||||
sha512 = "yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==";
|
||||
};
|
||||
}
|
||||
|
@ -301,7 +307,7 @@
|
|||
name = "get_intrinsic___get_intrinsic_1.1.3.tgz";
|
||||
path = fetchurl {
|
||||
name = "get_intrinsic___get_intrinsic_1.1.3.tgz";
|
||||
url = "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz";
|
||||
url = "https://registry.yarnpkg.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz";
|
||||
sha512 = "QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==";
|
||||
};
|
||||
}
|
||||
|
@ -309,7 +315,7 @@
|
|||
name = "github_from_package___github_from_package_0.0.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "github_from_package___github_from_package_0.0.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/github-from-package/-/github-from-package-0.0.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/github-from-package/-/github-from-package-0.0.0.tgz";
|
||||
sha512 = "SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==";
|
||||
};
|
||||
}
|
||||
|
@ -317,7 +323,7 @@
|
|||
name = "glob___glob_7.2.3.tgz";
|
||||
path = fetchurl {
|
||||
name = "glob___glob_7.2.3.tgz";
|
||||
url = "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz";
|
||||
url = "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz";
|
||||
sha512 = "nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==";
|
||||
};
|
||||
}
|
||||
|
@ -325,7 +331,7 @@
|
|||
name = "has_flag___has_flag_3.0.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "has_flag___has_flag_3.0.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz";
|
||||
sha512 = "sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==";
|
||||
};
|
||||
}
|
||||
|
@ -333,7 +339,7 @@
|
|||
name = "has_symbols___has_symbols_1.0.3.tgz";
|
||||
path = fetchurl {
|
||||
name = "has_symbols___has_symbols_1.0.3.tgz";
|
||||
url = "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz";
|
||||
url = "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.3.tgz";
|
||||
sha512 = "l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==";
|
||||
};
|
||||
}
|
||||
|
@ -341,7 +347,7 @@
|
|||
name = "has___has_1.0.3.tgz";
|
||||
path = fetchurl {
|
||||
name = "has___has_1.0.3.tgz";
|
||||
url = "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz";
|
||||
url = "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz";
|
||||
sha512 = "f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==";
|
||||
};
|
||||
}
|
||||
|
@ -349,7 +355,7 @@
|
|||
name = "hosted_git_info___hosted_git_info_4.1.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "hosted_git_info___hosted_git_info_4.1.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.1.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-4.1.0.tgz";
|
||||
sha512 = "kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==";
|
||||
};
|
||||
}
|
||||
|
@ -357,7 +363,7 @@
|
|||
name = "htmlparser2___htmlparser2_8.0.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "htmlparser2___htmlparser2_8.0.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-8.0.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-8.0.1.tgz";
|
||||
sha512 = "4lVbmc1diZC7GUJQtRQ5yBAeUCL1exyMwmForWkRLnwyzWBFxN633SALPMGYaWZvKe9j1pRZJpauvmxENSp/EA==";
|
||||
};
|
||||
}
|
||||
|
@ -365,7 +371,7 @@
|
|||
name = "ieee754___ieee754_1.2.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "ieee754___ieee754_1.2.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/ieee754/-/ieee754-1.2.1.tgz";
|
||||
sha512 = "dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==";
|
||||
};
|
||||
}
|
||||
|
@ -373,7 +379,7 @@
|
|||
name = "inflight___inflight_1.0.6.tgz";
|
||||
path = fetchurl {
|
||||
name = "inflight___inflight_1.0.6.tgz";
|
||||
url = "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz";
|
||||
url = "https://registry.yarnpkg.com/inflight/-/inflight-1.0.6.tgz";
|
||||
sha512 = "k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==";
|
||||
};
|
||||
}
|
||||
|
@ -381,7 +387,7 @@
|
|||
name = "inherits___inherits_2.0.4.tgz";
|
||||
path = fetchurl {
|
||||
name = "inherits___inherits_2.0.4.tgz";
|
||||
url = "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz";
|
||||
url = "https://registry.yarnpkg.com/inherits/-/inherits-2.0.4.tgz";
|
||||
sha512 = "k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==";
|
||||
};
|
||||
}
|
||||
|
@ -389,7 +395,7 @@
|
|||
name = "ini___ini_1.3.8.tgz";
|
||||
path = fetchurl {
|
||||
name = "ini___ini_1.3.8.tgz";
|
||||
url = "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz";
|
||||
url = "https://registry.yarnpkg.com/ini/-/ini-1.3.8.tgz";
|
||||
sha512 = "JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==";
|
||||
};
|
||||
}
|
||||
|
@ -397,7 +403,7 @@
|
|||
name = "keytar___keytar_7.9.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "keytar___keytar_7.9.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/keytar/-/keytar-7.9.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/keytar/-/keytar-7.9.0.tgz";
|
||||
sha512 = "VPD8mtVtm5JNtA2AErl6Chp06JBfy7diFQ7TQQhdpWOl6MrCRB+eRbvAZUsbGQS9kiMq0coJsy0W0vHpDCkWsQ==";
|
||||
};
|
||||
}
|
||||
|
@ -405,7 +411,7 @@
|
|||
name = "leven___leven_3.1.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "leven___leven_3.1.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/leven/-/leven-3.1.0.tgz";
|
||||
sha512 = "qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==";
|
||||
};
|
||||
}
|
||||
|
@ -413,7 +419,7 @@
|
|||
name = "linkify_it___linkify_it_3.0.3.tgz";
|
||||
path = fetchurl {
|
||||
name = "linkify_it___linkify_it_3.0.3.tgz";
|
||||
url = "https://registry.yarnpkg.com/linkify-it/-/linkify-it-3.0.3.tgz";
|
||||
url = "https://registry.yarnpkg.com/linkify-it/-/linkify-it-3.0.3.tgz";
|
||||
sha512 = "ynTsyrFSdE5oZ/O9GEf00kPngmOfVwazR5GKDq6EYfhlpFug3J2zybX56a2PRRpc9P+FuSoGNAwjlbDs9jJBPQ==";
|
||||
};
|
||||
}
|
||||
|
@ -421,7 +427,7 @@
|
|||
name = "lru_cache___lru_cache_6.0.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "lru_cache___lru_cache_6.0.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/lru-cache/-/lru-cache-6.0.0.tgz";
|
||||
sha512 = "Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==";
|
||||
};
|
||||
}
|
||||
|
@ -429,7 +435,7 @@
|
|||
name = "markdown_it___markdown_it_12.3.2.tgz";
|
||||
path = fetchurl {
|
||||
name = "markdown_it___markdown_it_12.3.2.tgz";
|
||||
url = "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.2.tgz";
|
||||
url = "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.3.2.tgz";
|
||||
sha512 = "TchMembfxfNVpHkbtriWltGWc+m3xszaRD0CZup7GFFhzIgQqxIfn3eGj1yZpfuflzPvfkt611B2Q/Bsk1YnGg==";
|
||||
};
|
||||
}
|
||||
|
@ -437,7 +443,7 @@
|
|||
name = "mdurl___mdurl_1.0.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "mdurl___mdurl_1.0.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/mdurl/-/mdurl-1.0.1.tgz";
|
||||
sha512 = "/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==";
|
||||
};
|
||||
}
|
||||
|
@ -445,7 +451,7 @@
|
|||
name = "mime___mime_1.6.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "mime___mime_1.6.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/mime/-/mime-1.6.0.tgz";
|
||||
sha512 = "x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==";
|
||||
};
|
||||
}
|
||||
|
@ -453,7 +459,7 @@
|
|||
name = "mimic_response___mimic_response_3.1.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "mimic_response___mimic_response_3.1.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/mimic-response/-/mimic-response-3.1.0.tgz";
|
||||
sha512 = "z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==";
|
||||
};
|
||||
}
|
||||
|
@ -461,7 +467,7 @@
|
|||
name = "minimatch___minimatch_3.1.2.tgz";
|
||||
path = fetchurl {
|
||||
name = "minimatch___minimatch_3.1.2.tgz";
|
||||
url = "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz";
|
||||
url = "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz";
|
||||
sha512 = "J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==";
|
||||
};
|
||||
}
|
||||
|
@ -469,7 +475,7 @@
|
|||
name = "minimist___minimist_1.2.7.tgz";
|
||||
path = fetchurl {
|
||||
name = "minimist___minimist_1.2.7.tgz";
|
||||
url = "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz";
|
||||
url = "https://registry.yarnpkg.com/minimist/-/minimist-1.2.7.tgz";
|
||||
sha512 = "bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==";
|
||||
};
|
||||
}
|
||||
|
@ -477,7 +483,7 @@
|
|||
name = "mkdirp_classic___mkdirp_classic_0.5.3.tgz";
|
||||
path = fetchurl {
|
||||
name = "mkdirp_classic___mkdirp_classic_0.5.3.tgz";
|
||||
url = "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz";
|
||||
url = "https://registry.yarnpkg.com/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz";
|
||||
sha512 = "gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==";
|
||||
};
|
||||
}
|
||||
|
@ -485,7 +491,7 @@
|
|||
name = "mute_stream___mute_stream_0.0.8.tgz";
|
||||
path = fetchurl {
|
||||
name = "mute_stream___mute_stream_0.0.8.tgz";
|
||||
url = "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz";
|
||||
url = "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz";
|
||||
sha512 = "nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==";
|
||||
};
|
||||
}
|
||||
|
@ -493,7 +499,7 @@
|
|||
name = "napi_build_utils___napi_build_utils_1.0.2.tgz";
|
||||
path = fetchurl {
|
||||
name = "napi_build_utils___napi_build_utils_1.0.2.tgz";
|
||||
url = "https://registry.yarnpkg.com/napi-build-utils/-/napi-build-utils-1.0.2.tgz";
|
||||
url = "https://registry.yarnpkg.com/napi-build-utils/-/napi-build-utils-1.0.2.tgz";
|
||||
sha512 = "ONmRUqK7zj7DWX0D9ADe03wbwOBZxNAfF20PlGfCWQcD3+/MakShIHrMqx9YwPTfxDdF1zLeL+RGZiR9kGMLdg==";
|
||||
};
|
||||
}
|
||||
|
@ -501,7 +507,7 @@
|
|||
name = "node_abi___node_abi_3.28.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "node_abi___node_abi_3.28.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/node-abi/-/node-abi-3.28.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/node-abi/-/node-abi-3.28.0.tgz";
|
||||
sha512 = "fRlDb4I0eLcQeUvGq7IY3xHrSb0c9ummdvDSYWfT9+LKP+3jCKw/tKoqaM7r1BAoiAC6GtwyjaGnOz6B3OtF+A==";
|
||||
};
|
||||
}
|
||||
|
@ -509,7 +515,7 @@
|
|||
name = "node_addon_api___node_addon_api_4.3.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "node_addon_api___node_addon_api_4.3.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-4.3.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-4.3.0.tgz";
|
||||
sha512 = "73sE9+3UaLYYFmDsFZnqCInzPyh3MqIwZO9cw58yIqAZhONrrabrYyYe3TuIqtIiOuTXVhsGau8hcrhhwSsDIQ==";
|
||||
};
|
||||
}
|
||||
|
@ -517,7 +523,7 @@
|
|||
name = "nth_check___nth_check_2.1.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "nth_check___nth_check_2.1.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/nth-check/-/nth-check-2.1.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/nth-check/-/nth-check-2.1.1.tgz";
|
||||
sha512 = "lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==";
|
||||
};
|
||||
}
|
||||
|
@ -525,7 +531,7 @@
|
|||
name = "object_inspect___object_inspect_1.12.2.tgz";
|
||||
path = fetchurl {
|
||||
name = "object_inspect___object_inspect_1.12.2.tgz";
|
||||
url = "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz";
|
||||
url = "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.12.2.tgz";
|
||||
sha512 = "z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==";
|
||||
};
|
||||
}
|
||||
|
@ -533,7 +539,7 @@
|
|||
name = "once___once_1.4.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "once___once_1.4.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz";
|
||||
sha512 = "lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==";
|
||||
};
|
||||
}
|
||||
|
@ -541,7 +547,7 @@
|
|||
name = "parse_semver___parse_semver_1.1.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "parse_semver___parse_semver_1.1.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/parse-semver/-/parse-semver-1.1.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/parse-semver/-/parse-semver-1.1.1.tgz";
|
||||
sha512 = "Eg1OuNntBMH0ojvEKSrvDSnwLmvVuUOSdylH/pSCPNMIspLlweJyIWXCE+k/5hm3cj/EBUYwmWkjhBALNP4LXQ==";
|
||||
};
|
||||
}
|
||||
|
@ -549,7 +555,7 @@
|
|||
name = "parse5_htmlparser2_tree_adapter___parse5_htmlparser2_tree_adapter_7.0.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "parse5_htmlparser2_tree_adapter___parse5_htmlparser2_tree_adapter_7.0.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.0.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-7.0.0.tgz";
|
||||
sha512 = "B77tOZrqqfUfnVcOrUvfdLbz4pu4RopLD/4vmu3HUPswwTA8OH0EMW9BlWR2B0RCoiZRAHEUu7IxeP1Pd1UU+g==";
|
||||
};
|
||||
}
|
||||
|
@ -557,7 +563,7 @@
|
|||
name = "parse5___parse5_7.1.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "parse5___parse5_7.1.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/parse5/-/parse5-7.1.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/parse5/-/parse5-7.1.1.tgz";
|
||||
sha512 = "kwpuwzB+px5WUg9pyK0IcK/shltJN5/OVhQagxhCQNtT9Y9QRZqNY2e1cmbu/paRh5LMnz/oVTVLBpjFmMZhSg==";
|
||||
};
|
||||
}
|
||||
|
@ -565,7 +571,7 @@
|
|||
name = "path_is_absolute___path_is_absolute_1.0.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "path_is_absolute___path_is_absolute_1.0.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz";
|
||||
sha512 = "AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==";
|
||||
};
|
||||
}
|
||||
|
@ -573,7 +579,7 @@
|
|||
name = "pend___pend_1.2.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "pend___pend_1.2.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz";
|
||||
sha512 = "F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==";
|
||||
};
|
||||
}
|
||||
|
@ -581,7 +587,7 @@
|
|||
name = "prebuild_install___prebuild_install_7.1.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "prebuild_install___prebuild_install_7.1.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-7.1.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/prebuild-install/-/prebuild-install-7.1.1.tgz";
|
||||
sha512 = "jAXscXWMcCK8GgCoHOfIr0ODh5ai8mj63L2nWrjuAgXE6tDyYGnx4/8o/rCgU+B4JSyZBKbeZqzhtwtC3ovxjw==";
|
||||
};
|
||||
}
|
||||
|
@ -589,7 +595,7 @@
|
|||
name = "pump___pump_3.0.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "pump___pump_3.0.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/pump/-/pump-3.0.0.tgz";
|
||||
sha512 = "LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==";
|
||||
};
|
||||
}
|
||||
|
@ -597,7 +603,7 @@
|
|||
name = "qs___qs_6.11.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "qs___qs_6.11.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/qs/-/qs-6.11.0.tgz";
|
||||
sha512 = "MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==";
|
||||
};
|
||||
}
|
||||
|
@ -605,7 +611,7 @@
|
|||
name = "rc___rc_1.2.8.tgz";
|
||||
path = fetchurl {
|
||||
name = "rc___rc_1.2.8.tgz";
|
||||
url = "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz";
|
||||
url = "https://registry.yarnpkg.com/rc/-/rc-1.2.8.tgz";
|
||||
sha512 = "y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==";
|
||||
};
|
||||
}
|
||||
|
@ -613,7 +619,7 @@
|
|||
name = "read___read_1.0.7.tgz";
|
||||
path = fetchurl {
|
||||
name = "read___read_1.0.7.tgz";
|
||||
url = "https://registry.yarnpkg.com/read/-/read-1.0.7.tgz";
|
||||
url = "https://registry.yarnpkg.com/read/-/read-1.0.7.tgz";
|
||||
sha512 = "rSOKNYUmaxy0om1BNjMN4ezNT6VKK+2xF4GBhc81mkH7L60i6dp8qPYrkndNLT3QPphoII3maL9PVC9XmhHwVQ==";
|
||||
};
|
||||
}
|
||||
|
@ -621,7 +627,7 @@
|
|||
name = "readable_stream___readable_stream_3.6.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "readable_stream___readable_stream_3.6.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz";
|
||||
sha512 = "BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==";
|
||||
};
|
||||
}
|
||||
|
@ -629,7 +635,7 @@
|
|||
name = "rimraf___rimraf_3.0.2.tgz";
|
||||
path = fetchurl {
|
||||
name = "rimraf___rimraf_3.0.2.tgz";
|
||||
url = "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz";
|
||||
url = "https://registry.yarnpkg.com/rimraf/-/rimraf-3.0.2.tgz";
|
||||
sha512 = "JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==";
|
||||
};
|
||||
}
|
||||
|
@ -637,7 +643,7 @@
|
|||
name = "safe_buffer___safe_buffer_5.2.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "safe_buffer___safe_buffer_5.2.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.2.1.tgz";
|
||||
sha512 = "rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==";
|
||||
};
|
||||
}
|
||||
|
@ -645,7 +651,7 @@
|
|||
name = "sax___sax_1.2.4.tgz";
|
||||
path = fetchurl {
|
||||
name = "sax___sax_1.2.4.tgz";
|
||||
url = "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz";
|
||||
url = "https://registry.yarnpkg.com/sax/-/sax-1.2.4.tgz";
|
||||
sha512 = "NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==";
|
||||
};
|
||||
}
|
||||
|
@ -653,7 +659,7 @@
|
|||
name = "semver___semver_5.7.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "semver___semver_5.7.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz";
|
||||
sha512 = "sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==";
|
||||
};
|
||||
}
|
||||
|
@ -661,7 +667,7 @@
|
|||
name = "semver___semver_7.3.8.tgz";
|
||||
path = fetchurl {
|
||||
name = "semver___semver_7.3.8.tgz";
|
||||
url = "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz";
|
||||
url = "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz";
|
||||
sha512 = "NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==";
|
||||
};
|
||||
}
|
||||
|
@ -669,7 +675,7 @@
|
|||
name = "side_channel___side_channel_1.0.4.tgz";
|
||||
path = fetchurl {
|
||||
name = "side_channel___side_channel_1.0.4.tgz";
|
||||
url = "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz";
|
||||
url = "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz";
|
||||
sha512 = "q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==";
|
||||
};
|
||||
}
|
||||
|
@ -677,7 +683,7 @@
|
|||
name = "simple_concat___simple_concat_1.0.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "simple_concat___simple_concat_1.0.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/simple-concat/-/simple-concat-1.0.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/simple-concat/-/simple-concat-1.0.1.tgz";
|
||||
sha512 = "cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==";
|
||||
};
|
||||
}
|
||||
|
@ -685,7 +691,7 @@
|
|||
name = "simple_get___simple_get_4.0.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "simple_get___simple_get_4.0.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/simple-get/-/simple-get-4.0.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/simple-get/-/simple-get-4.0.1.tgz";
|
||||
sha512 = "brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==";
|
||||
};
|
||||
}
|
||||
|
@ -693,7 +699,7 @@
|
|||
name = "string_decoder___string_decoder_1.3.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "string_decoder___string_decoder_1.3.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/string_decoder/-/string_decoder-1.3.0.tgz";
|
||||
sha512 = "hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==";
|
||||
};
|
||||
}
|
||||
|
@ -701,7 +707,7 @@
|
|||
name = "strip_json_comments___strip_json_comments_2.0.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "strip_json_comments___strip_json_comments_2.0.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz";
|
||||
sha512 = "4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==";
|
||||
};
|
||||
}
|
||||
|
@ -709,7 +715,7 @@
|
|||
name = "supports_color___supports_color_5.5.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "supports_color___supports_color_5.5.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz";
|
||||
sha512 = "QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==";
|
||||
};
|
||||
}
|
||||
|
@ -717,7 +723,7 @@
|
|||
name = "tar_fs___tar_fs_2.1.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "tar_fs___tar_fs_2.1.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.1.tgz";
|
||||
sha512 = "V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==";
|
||||
};
|
||||
}
|
||||
|
@ -725,7 +731,7 @@
|
|||
name = "tar_stream___tar_stream_2.2.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "tar_stream___tar_stream_2.2.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.2.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/tar-stream/-/tar-stream-2.2.0.tgz";
|
||||
sha512 = "ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==";
|
||||
};
|
||||
}
|
||||
|
@ -733,7 +739,7 @@
|
|||
name = "tmp___tmp_0.2.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "tmp___tmp_0.2.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz";
|
||||
sha512 = "76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==";
|
||||
};
|
||||
}
|
||||
|
@ -741,7 +747,7 @@
|
|||
name = "tunnel_agent___tunnel_agent_0.6.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "tunnel_agent___tunnel_agent_0.6.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz";
|
||||
sha512 = "McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==";
|
||||
};
|
||||
}
|
||||
|
@ -749,7 +755,7 @@
|
|||
name = "tunnel___tunnel_0.0.6.tgz";
|
||||
path = fetchurl {
|
||||
name = "tunnel___tunnel_0.0.6.tgz";
|
||||
url = "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz";
|
||||
url = "https://registry.yarnpkg.com/tunnel/-/tunnel-0.0.6.tgz";
|
||||
sha512 = "1h/Lnq9yajKY2PEbBadPXj3VxsDDu844OnaAo52UVmIzIvwwtBPIuNvkjuzBlTWpfJyUbG3ez0KSBibQkj4ojg==";
|
||||
};
|
||||
}
|
||||
|
@ -757,7 +763,7 @@
|
|||
name = "typed_rest_client___typed_rest_client_1.8.9.tgz";
|
||||
path = fetchurl {
|
||||
name = "typed_rest_client___typed_rest_client_1.8.9.tgz";
|
||||
url = "https://registry.yarnpkg.com/typed-rest-client/-/typed-rest-client-1.8.9.tgz";
|
||||
url = "https://registry.yarnpkg.com/typed-rest-client/-/typed-rest-client-1.8.9.tgz";
|
||||
sha512 = "uSmjE38B80wjL85UFX3sTYEUlvZ1JgCRhsWj/fJ4rZ0FqDUFoIuodtiVeE+cUqiVTOKPdKrp/sdftD15MDek6g==";
|
||||
};
|
||||
}
|
||||
|
@ -765,7 +771,7 @@
|
|||
name = "uc.micro___uc.micro_1.0.6.tgz";
|
||||
path = fetchurl {
|
||||
name = "uc.micro___uc.micro_1.0.6.tgz";
|
||||
url = "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz";
|
||||
url = "https://registry.yarnpkg.com/uc.micro/-/uc.micro-1.0.6.tgz";
|
||||
sha512 = "8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==";
|
||||
};
|
||||
}
|
||||
|
@ -773,7 +779,7 @@
|
|||
name = "underscore___underscore_1.13.6.tgz";
|
||||
path = fetchurl {
|
||||
name = "underscore___underscore_1.13.6.tgz";
|
||||
url = "https://registry.yarnpkg.com/underscore/-/underscore-1.13.6.tgz";
|
||||
url = "https://registry.yarnpkg.com/underscore/-/underscore-1.13.6.tgz";
|
||||
sha512 = "+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==";
|
||||
};
|
||||
}
|
||||
|
@ -781,7 +787,7 @@
|
|||
name = "url_join___url_join_4.0.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "url_join___url_join_4.0.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/url-join/-/url-join-4.0.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/url-join/-/url-join-4.0.1.tgz";
|
||||
sha512 = "jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==";
|
||||
};
|
||||
}
|
||||
|
@ -789,7 +795,7 @@
|
|||
name = "util_deprecate___util_deprecate_1.0.2.tgz";
|
||||
path = fetchurl {
|
||||
name = "util_deprecate___util_deprecate_1.0.2.tgz";
|
||||
url = "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz";
|
||||
url = "https://registry.yarnpkg.com/util-deprecate/-/util-deprecate-1.0.2.tgz";
|
||||
sha512 = "EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==";
|
||||
};
|
||||
}
|
||||
|
@ -797,7 +803,7 @@
|
|||
name = "vsce___vsce_2.14.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "vsce___vsce_2.14.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/vsce/-/vsce-2.14.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/vsce/-/vsce-2.14.0.tgz";
|
||||
sha512 = "LH0j++sHjcFNT++SYcJ86Zyw49GvyoTRfzYJGmaCgfzTyL7MyMhZeVEnj9K9qKh/m1N3/sdWWNxP+PFS/AvWiA==";
|
||||
};
|
||||
}
|
||||
|
@ -805,7 +811,7 @@
|
|||
name = "wrappy___wrappy_1.0.2.tgz";
|
||||
path = fetchurl {
|
||||
name = "wrappy___wrappy_1.0.2.tgz";
|
||||
url = "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz";
|
||||
url = "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz";
|
||||
sha512 = "l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==";
|
||||
};
|
||||
}
|
||||
|
@ -813,7 +819,7 @@
|
|||
name = "xml2js___xml2js_0.4.23.tgz";
|
||||
path = fetchurl {
|
||||
name = "xml2js___xml2js_0.4.23.tgz";
|
||||
url = "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.23.tgz";
|
||||
url = "https://registry.yarnpkg.com/xml2js/-/xml2js-0.4.23.tgz";
|
||||
sha512 = "ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==";
|
||||
};
|
||||
}
|
||||
|
@ -821,7 +827,7 @@
|
|||
name = "xmlbuilder___xmlbuilder_11.0.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "xmlbuilder___xmlbuilder_11.0.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/xmlbuilder/-/xmlbuilder-11.0.1.tgz";
|
||||
sha512 = "fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==";
|
||||
};
|
||||
}
|
||||
|
@ -829,7 +835,7 @@
|
|||
name = "yallist___yallist_4.0.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "yallist___yallist_4.0.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz";
|
||||
sha512 = "3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==";
|
||||
};
|
||||
}
|
||||
|
@ -837,7 +843,7 @@
|
|||
name = "yauzl___yauzl_2.10.0.tgz";
|
||||
path = fetchurl {
|
||||
name = "yauzl___yauzl_2.10.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz";
|
||||
url = "https://registry.yarnpkg.com/yauzl/-/yauzl-2.10.0.tgz";
|
||||
sha512 = "p4a9I6X6nu6IhoGmBqAcbJy1mlC4j27vEPZX9F4L4/vZT3Lyq1VkFHw/V/PUcB9Buo+DG3iHkT0x3Qya58zc3g==";
|
||||
};
|
||||
}
|
||||
|
@ -845,7 +851,7 @@
|
|||
name = "yazl___yazl_2.5.1.tgz";
|
||||
path = fetchurl {
|
||||
name = "yazl___yazl_2.5.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/yazl/-/yazl-2.5.1.tgz";
|
||||
url = "https://registry.yarnpkg.com/yazl/-/yazl-2.5.1.tgz";
|
||||
sha512 = "phENi2PLiHnHb6QBVot+dJnaAZ0xosj7p3fWl+znIjBDlnMI2PsZCJZ306BPTFOaHf5qdDEI8x5qFrSOBN5vrw==";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue