From 273b0372b8618ba50a9a707e63a8f65b1f6b216b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E6=97=AD?= Date: Thu, 25 Apr 2024 23:55:31 -0700 Subject: [PATCH] =?UTF-8?q?=E8=83=A1=E6=97=AD=E7=AC=AC=E4=B8=80=E9=98=B6?= =?UTF-8?q?=E6=AE=B5=E6=80=BB=E7=BB=93=E6=8A=A5=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 2546 ----------------- package.json | 4 +- source/_posts/npm-debug.log | 2467 ++++++++++++++++ ...66\346\256\265\346\200\273\347\273\223.md" | 13 + 4 files changed, 2482 insertions(+), 2548 deletions(-) delete mode 100644 package-lock.json create mode 100644 source/_posts/npm-debug.log create mode 100644 "source/_posts/\350\203\241\346\227\255\347\254\254\344\270\200\351\230\266\346\256\265\346\200\273\347\273\223.md" diff --git a/package-lock.json b/package-lock.json deleted file mode 100644 index 82f11c74ea4..00000000000 --- a/package-lock.json +++ /dev/null @@ -1,2546 +0,0 @@ -{ - "name": "hexo-site", - "version": "0.0.0", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "hexo-site", - "version": "0.0.0", - "dependencies": { - "hexo": "^4.2.1", - "hexo-asset-image": "^1.0.0", - "hexo-cli": "^3.1.0", - "hexo-deployer-git": "^2.1.0", - "hexo-generator-archive": "^1.0.0", - "hexo-generator-category": "^1.0.0", - "hexo-generator-index": "^1.0.0", - "hexo-generator-tag": "^1.0.0", - "hexo-renderer-ejs": "^1.0.0", - "hexo-renderer-marked": "^2.0.0", - "hexo-renderer-stylus": "^1.1.0", - "hexo-server": "^1.0.0" - } - }, - "node_modules/a-sync-waterfall": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/a-sync-waterfall/-/a-sync-waterfall-1.0.1.tgz", - "integrity": "sha512-RYTOHHdWipFUliRFMCS4X2Yn2X8M87V/OpSqWzKKOGhzqyUxzyVmhHDH9sAvG+ZuQf/TAOFsLCpMw09I1ufUnA==" - }, - "node_modules/abbrev": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", - "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==" - }, - "node_modules/accepts": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", - "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", - "dependencies": { - "mime-types": "~2.1.34", - "negotiator": "0.6.3" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/acorn": { - "version": "7.4.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", - "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/align-text": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz", - "integrity": "sha512-GrTZLRpmp6wIC2ztrWW9MjjTgSKccffgFagbNDOX95/dcjEcYZibYTeaOntySQLcdw1ztBoFkviiUvTMbb9MYg==", - "dependencies": { - "kind-of": "^3.0.2", - "longest": "^1.0.1", - "repeat-string": "^1.5.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/anymatch": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/archy": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz", - "integrity": "sha512-Xg+9RwCg/0p32teKdGMPTPnVXKD0w3DfHnFTficozsAgsvq2XenPJq/MYpzzQ/v8zrOyJn6Ds39VA4JIDwFfqw==" - }, - "node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "node_modules/argparse/node_modules/sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==" - }, - "node_modules/asap": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", - "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" - }, - "node_modules/async": { - "version": "0.2.10", - "resolved": "https://registry.npmjs.org/async/-/async-0.2.10.tgz", - "integrity": "sha512-eAkdoKxU6/LkKDBzLpT+t6Ff5EtfSF4wx1WfJiPEEV7WNLnDaRXk0oVysiEPm262roaachGexwUv94WhSgN5TQ==" - }, - "node_modules/atob": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", - "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", - "bin": { - "atob": "bin/atob.js" - }, - "engines": { - "node": ">= 4.5.0" - } - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" - }, - "node_modules/basic-auth": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/basic-auth/-/basic-auth-2.0.1.tgz", - "integrity": "sha512-NF+epuEdnUYVlGuhaxbbq+dvJttwLnGY+YixlXlME5KpQ5W3CnXA5cVTneY3SPbPDRkcjMbifrwmFYcClgOZeg==", - "dependencies": { - "safe-buffer": "5.1.2" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "engines": { - "node": ">=8" - } - }, - "node_modules/bluebird": { - "version": "3.7.2", - "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", - "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" - }, - "node_modules/boolbase": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", - "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==" - }, - "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dependencies": { - "fill-range": "^7.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/bytes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/camel-case": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", - "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", - "dependencies": { - "pascal-case": "^3.1.2", - "tslib": "^2.0.3" - } - }, - "node_modules/camelcase": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-1.2.1.tgz", - "integrity": "sha512-wzLkDa4K/mzI1OSITC+DUyjgIl/ETNHE9QvYgy6J6Jvqyyz4C0Xfd+lQhb19sX2jMpZV4IssUn0VDVmglV+s4g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/center-align": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/center-align/-/center-align-0.1.3.tgz", - "integrity": "sha512-Baz3aNe2gd2LP2qk5U+sDk/m4oSuwSDcBfayTCTBoWpfIGO5XFxPmjILQII4NGiZjD6DoDI6kf7gKaxkf7s3VQ==", - "dependencies": { - "align-text": "^0.1.3", - "lazy-cache": "^1.0.3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/chalk": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz", - "integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cheerio": { - "version": "0.19.0", - "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-0.19.0.tgz", - "integrity": "sha512-Fwcm3zkR37STnPC8FepSHeSYJM5Rd596TZOcfDUdojR4Q735aK1Xn+M+ISagNneuCwMjK28w4kX+ETILGNT/UQ==", - "dependencies": { - "css-select": "~1.0.0", - "dom-serializer": "~0.1.0", - "entities": "~1.1.1", - "htmlparser2": "~3.8.1", - "lodash": "^3.2.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/cheerio/node_modules/lodash": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", - "integrity": "sha512-9mDDwqVIma6OZX79ZlDACZl8sBm0TEnkf99zV3iMA4GzkIT/9hiqP5mY0HoT1iNLCrKc/R1HByV+yJfRWVJryQ==" - }, - "node_modules/chokidar": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", - "funding": [ - { - "type": "individual", - "url": "https://paulmillr.com/funding/" - } - ], - "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - } - }, - "node_modules/cliui": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-2.1.0.tgz", - "integrity": "sha512-GIOYRizG+TGoc7Wgc1LiOTLare95R3mzKgoln+Q/lE4ceiYH19gUpl0l0Ffq4lJDEf3FxujMe6IBfOCs7pfqNA==", - "dependencies": { - "center-align": "^0.1.1", - "right-align": "^0.1.1", - "wordwrap": "0.0.2" - } - }, - "node_modules/cliui/node_modules/wordwrap": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.2.tgz", - "integrity": "sha512-xSBsCeh+g+dinoBv3GAOWM4LcVVO68wLXRanibtBSdUvkGWQRGeE9P7IwU9EmDDi4jA6L44lz15CGMwdw9N5+Q==", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" - }, - "node_modules/command-exists": { - "version": "1.2.9", - "resolved": "https://registry.npmjs.org/command-exists/-/command-exists-1.2.9.tgz", - "integrity": "sha512-LTQ/SGc+s0Xc0Fu5WaKnR0YiygZkm9eKFvyS+fRsU7/ZWFF8ykFM6Pc9aCVf1+xasOOZpO3BAVgVrKvsqKHV7w==" - }, - "node_modules/commander": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/commander/-/commander-5.1.0.tgz", - "integrity": "sha512-P0CysNDQ7rtVw4QIQtm+MRxV66vKFSvlsQvGYXZWR3qFU0jlMKHZZZgw8e+8DSah4UDKMqnknRDQz+xuQXQ/Zg==", - "engines": { - "node": ">= 6" - } - }, - "node_modules/compressible": { - "version": "2.0.18", - "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", - "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", - "dependencies": { - "mime-db": ">= 1.43.0 < 2" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/compression": { - "version": "1.7.4", - "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", - "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", - "dependencies": { - "accepts": "~1.3.5", - "bytes": "3.0.0", - "compressible": "~2.0.16", - "debug": "2.6.9", - "on-headers": "~1.0.2", - "safe-buffer": "5.1.2", - "vary": "~1.1.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" - }, - "node_modules/connect": { - "version": "3.7.0", - "resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz", - "integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==", - "dependencies": { - "debug": "2.6.9", - "finalhandler": "1.1.2", - "parseurl": "~1.3.3", - "utils-merge": "1.0.1" - }, - "engines": { - "node": ">= 0.10.0" - } - }, - "node_modules/core-util-is": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", - "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" - }, - "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/css": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/css/-/css-2.2.4.tgz", - "integrity": "sha512-oUnjmWpy0niI3x/mPL8dVEI1l7MnG3+HHyRPHf+YFSbK+svOhXpmSOcDURUh2aOCgl2grzrOPt1nHLuCVFULLw==", - "dependencies": { - "inherits": "^2.0.3", - "source-map": "^0.6.1", - "source-map-resolve": "^0.5.2", - "urix": "^0.1.0" - } - }, - "node_modules/css-parse": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/css-parse/-/css-parse-2.0.0.tgz", - "integrity": "sha512-UNIFik2RgSbiTwIW1IsFwXWn6vs+bYdq83LKTSOsx7NJR7WII9dxewkHLltfTLVppoUApHV0118a4RZRI9FLwA==", - "dependencies": { - "css": "^2.0.0" - } - }, - "node_modules/css-select": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.0.0.tgz", - "integrity": "sha512-/xPlD7betkfd7ChGkLGGWx5HWyiHDOSn7aACLzdH0nwucPvB0EAm8hMBm7Xn7vGfAeRRN7KZ8wumGm8NoNcMRw==", - "dependencies": { - "boolbase": "~1.0.0", - "css-what": "1.0", - "domutils": "1.4", - "nth-check": "~1.0.0" - } - }, - "node_modules/css-what": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/css-what/-/css-what-1.0.0.tgz", - "integrity": "sha512-60SUMPBreXrLXgvpM8kYpO0AOyMRhdRlXFX5BMQbZq1SIJCyNE56nqFQhmvREQdUJpedbGRYZ5wOyq3/F6q5Zw==", - "engines": { - "node": "*" - } - }, - "node_modules/css/node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/cuid": { - "version": "2.1.8", - "resolved": "https://registry.npmjs.org/cuid/-/cuid-2.1.8.tgz", - "integrity": "sha512-xiEMER6E7TlTPnDxrM4eRiC6TRgjNX9xzEZ5U/Se2YJKr7Mq4pJn/2XEHjl3STcSh96GmkHPcBXLES8M29wyyg==", - "deprecated": "Cuid and other k-sortable and non-cryptographic ids (Ulid, ObjectId, KSUID, all UUIDs) are all insecure. Use @paralleldrive/cuid2 instead." - }, - "node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/decode-uri-component": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", - "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", - "engines": { - "node": ">=0.10" - } - }, - "node_modules/deepmerge": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", - "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/depd": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/destroy": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - } - }, - "node_modules/dom-serializer": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.1.tgz", - "integrity": "sha512-l0IU0pPzLWSHBcieZbpOKgkIn3ts3vAh7ZuFyXNwJxJXk/c4Gwj9xaTJwIDVQCXawWD0qb3IzMGH5rglQaO0XA==", - "dependencies": { - "domelementtype": "^1.3.0", - "entities": "^1.1.1" - } - }, - "node_modules/domelementtype": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.1.tgz", - "integrity": "sha512-BSKB+TSpMpFI/HOxCNr1O8aMOTZ8hT3pM3GQ0w/mWRmkhEDSFJkkyzz4XQsBV44BChwGkrDfMyjVD0eA2aFV3w==" - }, - "node_modules/domhandler": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.3.0.tgz", - "integrity": "sha512-q9bUwjfp7Eif8jWxxxPSykdRZAb6GkguBGSgvvCrhI9wB71W2K/Kvv4E61CF/mcCfnVJDeDWx/Vb/uAqbDj6UQ==", - "dependencies": { - "domelementtype": "1" - } - }, - "node_modules/domutils": { - "version": "1.4.3", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.4.3.tgz", - "integrity": "sha512-ZkVgS/PpxjyJMb+S2iVHHEZjVnOUtjGp0/zstqKGTE9lrZtNHlNQmLwP/lhLMEApYbzc08BKMx9IFpKhaSbW1w==", - "dependencies": { - "domelementtype": "1" - } - }, - "node_modules/ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" - }, - "node_modules/ejs": { - "version": "2.7.4", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-2.7.4.tgz", - "integrity": "sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==", - "hasInstallScript": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/entities": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz", - "integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w==" - }, - "node_modules/escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" - }, - "node_modules/escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", - "engines": { - "node": ">=8" - } - }, - "node_modules/esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/finalhandler": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", - "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", - "dependencies": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" - }, - "node_modules/function-bind": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/glob": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/glob/-/glob-6.0.4.tgz", - "integrity": "sha512-MKZeRNyYZAVVVG1oZeLaWie1uweH40m9AZwIwxyPbTSX4hHrVYSzLg0Ro5Z5R7XKkIX+Cc6oD1rqeDJnwsB8/A==", - "optional": true, - "dependencies": { - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "2 || 3", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - } - }, - "node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dependencies": { - "is-glob": "^4.0.1" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/graceful-fs": { - "version": "4.2.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" - }, - "node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "engines": { - "node": ">=8" - } - }, - "node_modules/hasown": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz", - "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", - "dependencies": { - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/hexo": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/hexo/-/hexo-4.2.1.tgz", - "integrity": "sha512-V7kJsL4m2HM0Czm0j0ZDLJWxv5OJvbpTWgk0cCKcvHg2Dd/SVgtyLI+ygoPPrMipTquxii6waF5l44Op0bMEEQ==", - "dependencies": { - "abbrev": "^1.1.1", - "archy": "^1.0.0", - "bluebird": "^3.5.2", - "chalk": "^3.0.0", - "hexo-cli": "^3.0.0", - "hexo-front-matter": "^1.0.0", - "hexo-fs": "^2.0.1", - "hexo-i18n": "^1.0.0", - "hexo-log": "^1.0.0", - "hexo-util": "^1.9.1", - "js-yaml": "^3.12.0", - "lodash": "^4.17.11", - "micromatch": "^4.0.2", - "moment": "^2.22.2", - "moment-timezone": "^0.5.21", - "nunjucks": "^3.1.3", - "pretty-hrtime": "^1.0.3", - "resolve": "^1.8.1", - "strip-ansi": "^6.0.0", - "strip-indent": "^3.0.0", - "swig-extras": "0.0.1", - "swig-templates": "^2.0.3", - "text-table": "^0.2.0", - "tildify": "^2.0.0", - "titlecase": "^1.1.2", - "warehouse": "^3.0.1" - }, - "bin": { - "hexo": "bin/hexo" - }, - "engines": { - "node": ">=8.10.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/hexo" - } - }, - "node_modules/hexo-asset-image": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/hexo-asset-image/-/hexo-asset-image-1.0.0.tgz", - "integrity": "sha512-jkuUJNPRMH6v7HqzP2BAwEZavMzVxNWhl8jZl9BmFYB22/aq2+zixGIhV4vedI9cLPydjn9DfII41/MMXtzJTA==", - "dependencies": { - "cheerio": "^0.19.0", - "entities": "^1.1.2" - } - }, - "node_modules/hexo-bunyan": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/hexo-bunyan/-/hexo-bunyan-2.0.0.tgz", - "integrity": "sha512-5XHYu/yJOgPFTC0AaEgFtPPaBJU4jC7R10tITJwTRJk7K93rgSpRV8jF3e0PPlPwXd4FphTawjljH5R8LjmtpQ==", - "deprecated": "Please see https://github.com/hexojs/hexo-bunyan/issues/17", - "bin": { - "bunyan": "bin/bunyan" - }, - "engines": { - "node": ">=8.6.0" - }, - "optionalDependencies": { - "moment": "^2.10.6", - "mv": "~2", - "safe-json-stringify": "~1" - } - }, - "node_modules/hexo-cli": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/hexo-cli/-/hexo-cli-3.1.0.tgz", - "integrity": "sha512-Rc2gX2DlsALaFBbfk1XYx2XmeVAX+C7Dxc7UwETZOcu3cbGsf2DpwYTfKQumW3jagi1icA4KgW9aSRPPZZj/zg==", - "dependencies": { - "abbrev": "^1.1.1", - "acorn": "^7.0.0", - "bluebird": "^3.5.5", - "chalk": "^2.4.2", - "command-exists": "^1.2.8", - "hexo-fs": "^2.0.0", - "hexo-log": "^1.0.0", - "hexo-util": "^1.4.0", - "minimist": "^1.2.0", - "resolve": "^1.11.0", - "tildify": "^2.0.0" - }, - "bin": { - "hexo": "bin/hexo" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/hexo-cli/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/hexo-cli/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/hexo-cli/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/hexo-cli/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" - }, - "node_modules/hexo-cli/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/hexo-cli/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "engines": { - "node": ">=4" - } - }, - "node_modules/hexo-cli/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/hexo-deployer-git": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/hexo-deployer-git/-/hexo-deployer-git-2.1.0.tgz", - "integrity": "sha512-0rx8YVd1UrwD9vUzIPrB7mljLdcmUv0zRj3MAMCBxY7HqI2RM5ZEV0uKxi34qB7LYA80BNl3FWHl2ghO/tKVTA==", - "dependencies": { - "bluebird": "^3.5.0", - "chalk": "^3.0.0", - "hexo-fs": "^2.0.0", - "hexo-util": "^1.0.0", - "moment": "^2.18.0", - "swig-templates": "^2.0.2" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/hexo-front-matter": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/hexo-front-matter/-/hexo-front-matter-1.0.0.tgz", - "integrity": "sha512-Hn8IIzgWWnxYTekrjnA0rxwWMoQHifyrxKMqVibmFaRKf4AQ2V6Xo13Jiso6CDwYfS+OdA41QS5DG1Y+QXA5gw==", - "dependencies": { - "js-yaml": "^3.13.1" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/hexo-fs": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/hexo-fs/-/hexo-fs-2.0.1.tgz", - "integrity": "sha512-IgAhdjYN3GCluy2MSeeX+F/RkyVsjjzZO7Bbhj3aYoSBqcJhJsR1Nz+Powp26siQPuIFLNNYjqmfPbVg2vg+Mg==", - "dependencies": { - "bluebird": "^3.5.1", - "chokidar": "^3.0.0", - "escape-string-regexp": "^2.0.0", - "graceful-fs": "^4.1.11" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/hexo-generator-archive": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/hexo-generator-archive/-/hexo-generator-archive-1.0.0.tgz", - "integrity": "sha512-24TeanDGpMBUIq37DHpSESQbeN6ssZ06edsGSI76tN4Yit50TgsgzP5g5DSu0yJk0jUtHJntysWE8NYAlFXibA==", - "dependencies": { - "hexo-pagination": "1.0.0" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/hexo-generator-category": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/hexo-generator-category/-/hexo-generator-category-1.0.0.tgz", - "integrity": "sha512-kmtwT1SHYL2ismbGnYQXNtqLFSeTdtHNbJIqno3LKROpCK8ybST5QVXF1bZI9LkFcXV/H8ilt8gfg4/dNNcQQQ==", - "dependencies": { - "hexo-pagination": "1.0.0" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/hexo-generator-index": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/hexo-generator-index/-/hexo-generator-index-1.0.0.tgz", - "integrity": "sha512-L25MdZ7e5ar/F8lIW+zBNNlA4f5A8CBUOYi1IQZCgL3wPVW+AWn66RSM5UVBAbiw5yxDeTHdk0sJYXbhSBaOFQ==", - "dependencies": { - "hexo-pagination": "1.0.0" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/hexo-generator-tag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/hexo-generator-tag/-/hexo-generator-tag-1.0.0.tgz", - "integrity": "sha512-JDoB2T1EncRlyGSjuAhkGxRfKkN8tq0i8tFlk9I4q2L6iYxPaUnFenhji0oxufTADC16/IchuPjmMk//dt8Msg==", - "dependencies": { - "hexo-pagination": "1.0.0" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/hexo-i18n": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/hexo-i18n/-/hexo-i18n-1.0.0.tgz", - "integrity": "sha512-yw90JHr7ybUHN/QOkpHmlWJj1luVk5/v8CUU5NRA0n4TFp6av8NT7ujZ10GDawgnQEdMHnN5PUfAbNIVGR6axg==", - "dependencies": { - "sprintf-js": "^1.0.3" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/hexo-log": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/hexo-log/-/hexo-log-1.0.0.tgz", - "integrity": "sha512-XlPzRtnsdrUfTSkLJPACQgWByybB56E79H8xIjGWj0GL+J/VqENsgc+GER0ytFwrP/6YKCerXdaUWOYMcv6aiA==", - "dependencies": { - "chalk": "^2.4.1", - "hexo-bunyan": "^2.0.0" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/hexo-log/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/hexo-log/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/hexo-log/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/hexo-log/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" - }, - "node_modules/hexo-log/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/hexo-log/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "engines": { - "node": ">=4" - } - }, - "node_modules/hexo-log/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/hexo-pagination": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/hexo-pagination/-/hexo-pagination-1.0.0.tgz", - "integrity": "sha512-miEVFgxchPr2qNWxw0JWpJ9R/Yaf7HjHBZVjvCCcqfbsLyYtCvIfJDxcEwz1sDOC/fLzYPqNnhUI73uNxBHRSA==", - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/hexo-renderer-ejs": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/hexo-renderer-ejs/-/hexo-renderer-ejs-1.0.0.tgz", - "integrity": "sha512-O925i69FG4NYO62oWORcPhRZZX0sPx1SXGKUS5DaR/lzajyiXH5i2sqnkj0ya0rNLXIy/D7Xmt7WbFyuQx/kKQ==", - "dependencies": { - "ejs": "^2.6.1" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/hexo-renderer-marked": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/hexo-renderer-marked/-/hexo-renderer-marked-2.0.0.tgz", - "integrity": "sha512-+LMjgPkJSUAOlWYHJnBXxUHwGqemGNlK/I+JNO4zA5rEHWNWZ9wNAZKd5g0lEVdMAZzAV54gCylXGURgMO4IAw==", - "dependencies": { - "hexo-util": "1.0.0", - "marked": "^0.7.0", - "strip-indent": "^3.0.0" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/hexo-renderer-marked/node_modules/camel-case": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz", - "integrity": "sha512-+MbKztAYHXPr1jNTSKQF52VpcFjwY5RkR7fxksV8Doo4KAYc5Fl4UJRgthBbTmEx8C54DqahhbLJkDwjI3PI/w==", - "dependencies": { - "no-case": "^2.2.0", - "upper-case": "^1.1.1" - } - }, - "node_modules/hexo-renderer-marked/node_modules/cross-spawn": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", - "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", - "dependencies": { - "nice-try": "^1.0.4", - "path-key": "^2.0.1", - "semver": "^5.5.0", - "shebang-command": "^1.2.0", - "which": "^1.2.9" - }, - "engines": { - "node": ">=4.8" - } - }, - "node_modules/hexo-renderer-marked/node_modules/hexo-util": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/hexo-util/-/hexo-util-1.0.0.tgz", - "integrity": "sha512-oV1/Y7ablc7e3d2kFFvQ/Ypi/BfL/uDSc1oNaMcxqr/UOH8F0QkHZ0Dmv+yLrEpFNYrrhBA0uavo3e+EqHNjnQ==", - "dependencies": { - "bluebird": "^3.5.2", - "camel-case": "^3.0.0", - "cross-spawn": "^6.0.5", - "highlight.js": "^9.13.1", - "html-entities": "^1.2.1", - "striptags": "^3.1.1" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/hexo-renderer-marked/node_modules/lower-case": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-1.1.4.tgz", - "integrity": "sha512-2Fgx1Ycm599x+WGpIYwJOvsjmXFzTSc34IwDWALRA/8AopUKAVPwfJ+h5+f85BCp0PWmmJcWzEpxOpoXycMpdA==" - }, - "node_modules/hexo-renderer-marked/node_modules/no-case": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz", - "integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==", - "dependencies": { - "lower-case": "^1.1.1" - } - }, - "node_modules/hexo-renderer-marked/node_modules/path-key": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", - "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", - "engines": { - "node": ">=4" - } - }, - "node_modules/hexo-renderer-marked/node_modules/semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/hexo-renderer-marked/node_modules/shebang-command": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", - "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", - "dependencies": { - "shebang-regex": "^1.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/hexo-renderer-marked/node_modules/shebang-regex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", - "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/hexo-renderer-marked/node_modules/which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "which": "bin/which" - } - }, - "node_modules/hexo-renderer-stylus": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/hexo-renderer-stylus/-/hexo-renderer-stylus-1.1.0.tgz", - "integrity": "sha512-aXfMuro2aQOvpM5pyPEModAPvqYi73VN4t37vGMQCbT0QTmw8YohEmUpO/G/1k6j88ong6344v+A0xrpUGQRnQ==", - "dependencies": { - "nib": "^1.1.2", - "stylus": "^0.54.5" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/hexo-server": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/hexo-server/-/hexo-server-1.0.0.tgz", - "integrity": "sha512-eSY+a5oiGCG/3T6FrdrNRBkttMLJkM+oitY6ZMFowjcBiG2VNEhQmfWUDOykfvApZs4wPYBb//uXD/58tfe3mA==", - "dependencies": { - "bluebird": "^3.5.5", - "chalk": "^2.4.2", - "compression": "^1.7.4", - "connect": "^3.7.0", - "mime": "^2.4.3", - "morgan": "^1.9.1", - "open": "^6.3.0", - "serve-static": "^1.14.1" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/hexo-server/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/hexo-server/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/hexo-server/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/hexo-server/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" - }, - "node_modules/hexo-server/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/hexo-server/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "engines": { - "node": ">=4" - } - }, - "node_modules/hexo-server/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/hexo-util": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/hexo-util/-/hexo-util-1.9.1.tgz", - "integrity": "sha512-B6+nVi4Zpy7NPzlIcTLn9YBGb2Ly0q11mRzg6DyFWg0IfcrfF4tlWO0vRXqJVhvRyg+tIfUihmgypkiUW1IjNQ==", - "dependencies": { - "bluebird": "^3.5.2", - "camel-case": "^4.0.0", - "cross-spawn": "^7.0.0", - "deepmerge": "^4.2.2", - "highlight.js": "^9.13.1", - "htmlparser2": "^4.0.0", - "prismjs": "^1.17.1", - "punycode.js": "^2.1.0", - "strip-indent": "^3.0.0", - "striptags": "^3.1.1" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/hexo-util/node_modules/dom-serializer": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", - "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^4.2.0", - "entities": "^2.0.0" - }, - "funding": { - "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" - } - }, - "node_modules/hexo-util/node_modules/dom-serializer/node_modules/domhandler": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", - "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", - "dependencies": { - "domelementtype": "^2.2.0" - }, - "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" - } - }, - "node_modules/hexo-util/node_modules/domelementtype": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", - "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/fb55" - } - ] - }, - "node_modules/hexo-util/node_modules/domhandler": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-3.3.0.tgz", - "integrity": "sha512-J1C5rIANUbuYK+FuFL98650rihynUOEzRLxW+90bKZRWB6A1X1Tf82GxR1qAWLyfNPRvjqfip3Q5tdYlmAa9lA==", - "dependencies": { - "domelementtype": "^2.0.1" - }, - "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" - } - }, - "node_modules/hexo-util/node_modules/domutils": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", - "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", - "dependencies": { - "dom-serializer": "^1.0.1", - "domelementtype": "^2.2.0", - "domhandler": "^4.2.0" - }, - "funding": { - "url": "https://github.com/fb55/domutils?sponsor=1" - } - }, - "node_modules/hexo-util/node_modules/domutils/node_modules/domhandler": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", - "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", - "dependencies": { - "domelementtype": "^2.2.0" - }, - "engines": { - "node": ">= 4" - }, - "funding": { - "url": "https://github.com/fb55/domhandler?sponsor=1" - } - }, - "node_modules/hexo-util/node_modules/entities": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", - "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", - "funding": { - "url": "https://github.com/fb55/entities?sponsor=1" - } - }, - "node_modules/hexo-util/node_modules/htmlparser2": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-4.1.0.tgz", - "integrity": "sha512-4zDq1a1zhE4gQso/c5LP1OtrhYTncXNSpvJYtWJBtXAETPlMfi3IFNjGuQbYLuVY4ZR0QMqRVvo4Pdy9KLyP8Q==", - "dependencies": { - "domelementtype": "^2.0.1", - "domhandler": "^3.0.0", - "domutils": "^2.0.0", - "entities": "^2.0.0" - } - }, - "node_modules/highlight.js": { - "version": "9.18.5", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.18.5.tgz", - "integrity": "sha512-a5bFyofd/BHCX52/8i8uJkjr9DYwXIPnM/plwI6W7ezItLGqzt7X2G2nXuYSfsIJdkwwj/g9DG1LkcGJI/dDoA==", - "deprecated": "Support has ended for 9.x series. Upgrade to @latest", - "hasInstallScript": true, - "engines": { - "node": "*" - } - }, - "node_modules/html-entities": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-1.4.0.tgz", - "integrity": "sha512-8nxjcBcd8wovbeKx7h3wTji4e6+rhaVuPNpMqwWgnHh+N9ToqsCs6XztWRBPQ+UtzsoMAdKZtUENoVzU/EMtZA==" - }, - "node_modules/htmlparser2": { - "version": "3.8.3", - "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.8.3.tgz", - "integrity": "sha512-hBxEg3CYXe+rPIua8ETe7tmG3XDn9B0edOE/e9wH2nLczxzgdu0m0aNHY+5wFZiviLWLdANPJTssa92dMcXQ5Q==", - "dependencies": { - "domelementtype": "1", - "domhandler": "2.3", - "domutils": "1.5", - "entities": "1.0", - "readable-stream": "1.1" - } - }, - "node_modules/htmlparser2/node_modules/domutils": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz", - "integrity": "sha512-gSu5Oi/I+3wDENBsOWBiRK1eoGxcywYSqg3rR960/+EfY0CF4EX1VPkgHOZ3WiS/Jg2DtliF6BhWcHlfpYUcGw==", - "dependencies": { - "dom-serializer": "0", - "domelementtype": "1" - } - }, - "node_modules/htmlparser2/node_modules/entities": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/entities/-/entities-1.0.0.tgz", - "integrity": "sha512-LbLqfXgJMmy81t+7c14mnulFHJ170cM6E+0vMXR9k/ZiZwgX8i5pNgjTCX3SO4VeUsFLV+8InixoretwU+MjBQ==" - }, - "node_modules/http-errors": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", - "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", - "dependencies": { - "depd": "2.0.0", - "inherits": "2.0.4", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "toidentifier": "1.0.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/http-errors/node_modules/statuses": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" - }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dependencies": { - "binary-extensions": "^2.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-buffer": { - "version": "1.1.6", - "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", - "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" - }, - "node_modules/is-core-module": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", - "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", - "dependencies": { - "hasown": "^2.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-extglob": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-glob": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", - "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/is-plain-object": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-3.0.1.tgz", - "integrity": "sha512-Xnpx182SBMrr/aBik8y+GuR4U1L9FqMSojwDQwPMmxyC6bvEqly9UBCxhauBF5vNh2gwWJNX6oDV7O+OM4z34g==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/is-wsl": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", - "integrity": "sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==", - "engines": { - "node": ">=4" - } - }, - "node_modules/isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==" - }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" - }, - "node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/jsonparse": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", - "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", - "engines": [ - "node >= 0.2.0" - ] - }, - "node_modules/JSONStream": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.5.tgz", - "integrity": "sha512-E+iruNOY8VV9s4JEbe1aNEm6MiszPRr/UfcHMz0TQh1BXSxHK+ASV1R6W4HpjBhSeS+54PIsAMCBmwD06LLsqQ==", - "dependencies": { - "jsonparse": "^1.2.0", - "through": ">=2.2.7 <3" - }, - "bin": { - "JSONStream": "bin.js" - }, - "engines": { - "node": "*" - } - }, - "node_modules/kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/lazy-cache": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz", - "integrity": "sha512-RE2g0b5VGZsOCFOCgP7omTRYFqydmZkBwl5oNnQ1lDYC57uyO9KqNnNVxT7COSHTxrRCWVcAVOcbjk+tvh/rgQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - }, - "node_modules/longest": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/longest/-/longest-1.0.1.tgz", - "integrity": "sha512-k+yt5n3l48JU4k8ftnKG6V7u32wyH2NfKzeMto9F/QRE0amxy/LayxwlvjjkZEIzqR+19IrtFO8p5kB9QaYUFg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/lower-case": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", - "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", - "dependencies": { - "tslib": "^2.0.3" - } - }, - "node_modules/markdown": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/markdown/-/markdown-0.5.0.tgz", - "integrity": "sha512-ctGPIcuqsYoJ493sCtFK7H4UEgMWAUdXeBhPbdsg1W0LsV9yJELAHRsMmWfTgao6nH0/x5gf9FmsbxiXnrgaIQ==", - "dependencies": { - "nopt": "~2.1.1" - }, - "bin": { - "md2html": "bin/md2html.js" - }, - "engines": { - "node": "*" - } - }, - "node_modules/marked": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz", - "integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg==", - "bin": { - "marked": "bin/marked" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "dependencies": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/mime": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", - "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "dependencies": { - "mime-db": "1.52.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/min-indent": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", - "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", - "engines": { - "node": ">=4" - } - }, - "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/minimist": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", - "optional": true, - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, - "node_modules/moment": { - "version": "2.29.4", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", - "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==", - "engines": { - "node": "*" - } - }, - "node_modules/moment-timezone": { - "version": "0.5.43", - "resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.43.tgz", - "integrity": "sha512-72j3aNyuIsDxdF1i7CEgV2FfxM1r6aaqJyLB2vwb33mXYyoyLly+F1zbWqhA3/bVIoJ4szlUoMbUnVdid32NUQ==", - "dependencies": { - "moment": "^2.29.4" - }, - "engines": { - "node": "*" - } - }, - "node_modules/morgan": { - "version": "1.10.0", - "resolved": "https://registry.npmjs.org/morgan/-/morgan-1.10.0.tgz", - "integrity": "sha512-AbegBVI4sh6El+1gNwvD5YIck7nSA36weD7xvIxG4in80j/UoK8AEGaWnnz8v1GxonMCltmlNs5ZKbGvl9b1XQ==", - "dependencies": { - "basic-auth": "~2.0.1", - "debug": "2.6.9", - "depd": "~2.0.0", - "on-finished": "~2.3.0", - "on-headers": "~1.0.2" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" - }, - "node_modules/mv": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/mv/-/mv-2.1.1.tgz", - "integrity": "sha512-at/ZndSy3xEGJ8i0ygALh8ru9qy7gWW1cmkaqBN29JmMlIvM//MEO9y1sk/avxuwnPcfhkejkLsuPxH81BrkSg==", - "optional": true, - "dependencies": { - "mkdirp": "~0.5.1", - "ncp": "~2.0.0", - "rimraf": "~2.4.0" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/ncp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ncp/-/ncp-2.0.0.tgz", - "integrity": "sha512-zIdGUrPRFTUELUvr3Gmc7KZ2Sw/h1PiVM0Af/oHB6zgnV1ikqSfRk+TOufi79aHYCW3NiOXmr1BP5nWbzojLaA==", - "optional": true, - "bin": { - "ncp": "bin/ncp" - } - }, - "node_modules/negotiator": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/nib": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/nib/-/nib-1.2.0.tgz", - "integrity": "sha512-7HgrnMl/3yOmWykueO8/D0q+0iWwe7Z+CK2Eaq/xQV8w1hK80WN1oReRQkfkrztbAAnp/nTHkUSl5EcVkor6JQ==", - "engines": { - "node": "*" - }, - "peerDependencies": { - "stylus": "*" - } - }, - "node_modules/nice-try": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", - "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==" - }, - "node_modules/no-case": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", - "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", - "dependencies": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" - } - }, - "node_modules/nopt": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/nopt/-/nopt-2.1.2.tgz", - "integrity": "sha512-x8vXm7BZ2jE1Txrxh/hO74HTuYZQEbo8edoRcANgdZ4+PCV+pbjd/xdummkmjjC7LU5EjPzlu8zEq/oxWylnKA==", - "dependencies": { - "abbrev": "1" - }, - "bin": { - "nopt": "bin/nopt.js" - } - }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/nth-check": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.2.tgz", - "integrity": "sha512-WeBOdju8SnzPN5vTUJYxYUxLeXpCaVP5i5e0LF8fg7WORF2Wd7wFX/pk0tYZk7s8T+J7VLy0Da6J1+wCT0AtHg==", - "dependencies": { - "boolbase": "~1.0.0" - } - }, - "node_modules/nunjucks": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/nunjucks/-/nunjucks-3.2.4.tgz", - "integrity": "sha512-26XRV6BhkgK0VOxfbU5cQI+ICFUtMLixv1noZn1tGU38kQH5A5nmmbk/O45xdyBhD1esk47nKrY0mvQpZIhRjQ==", - "dependencies": { - "a-sync-waterfall": "^1.0.0", - "asap": "^2.0.3", - "commander": "^5.1.0" - }, - "bin": { - "nunjucks-precompile": "bin/precompile" - }, - "engines": { - "node": ">= 6.9.0" - }, - "peerDependencies": { - "chokidar": "^3.3.0" - }, - "peerDependenciesMeta": { - "chokidar": { - "optional": true - } - } - }, - "node_modules/on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==", - "dependencies": { - "ee-first": "1.1.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/on-headers": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", - "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/open": { - "version": "6.4.0", - "resolved": "https://registry.npmjs.org/open/-/open-6.4.0.tgz", - "integrity": "sha512-IFenVPgF70fSm1keSd2iDBIDIBZkroLeuffXq+wKTzTJlBpesFWojV9lb8mzOfaAzM1sr7HQHuO0vtV0zYekGg==", - "dependencies": { - "is-wsl": "^1.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/optimist": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz", - "integrity": "sha512-snN4O4TkigujZphWLN0E//nQmm7790RYaE53DdL7ZYwee2D8DDo9/EyYiKUfN3rneWUjhJnueija3G9I2i0h3g==", - "dependencies": { - "minimist": "~0.0.1", - "wordwrap": "~0.0.2" - } - }, - "node_modules/optimist/node_modules/minimist": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz", - "integrity": "sha512-iotkTvxc+TwOm5Ieim8VnSNvCDjCK9S8G3scJ50ZthspSxa7jx50jkhYduuAtAjvfDUwSgOwf8+If99AlOEhyw==" - }, - "node_modules/parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/pascal-case": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", - "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", - "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" - } - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "engines": { - "node": ">=8" - } - }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==" - }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/pretty-hrtime": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", - "integrity": "sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/prismjs": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.29.0.tgz", - "integrity": "sha512-Kx/1w86q/epKcmte75LNrEoT+lX8pBpavuAbvJWRXar7Hz8jrtF+e3vY751p0R8H9HdArwaCTNDDzHg/ScJK1Q==", - "engines": { - "node": ">=6" - } - }, - "node_modules/punycode.js": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/punycode.js/-/punycode.js-2.3.1.tgz", - "integrity": "sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==", - "engines": { - "node": ">=6" - } - }, - "node_modules/range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/readable-stream": { - "version": "1.1.14", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", - "integrity": "sha512-+MeVjFf4L44XUkhM1eYbD8fyEsxcV81pqMSR5gblfcLCHfZvbrqy4/qYHE+/R5HoBUT11WV5O08Cr1n3YXkWVQ==", - "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - } - }, - "node_modules/readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dependencies": { - "picomatch": "^2.2.1" - }, - "engines": { - "node": ">=8.10.0" - } - }, - "node_modules/repeat-string": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==", - "engines": { - "node": ">=0.10" - } - }, - "node_modules/resolve": { - "version": "1.22.8", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", - "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", - "dependencies": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/resolve-url": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", - "integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==", - "deprecated": "https://github.com/lydell/resolve-url#deprecated" - }, - "node_modules/rfdc": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz", - "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==" - }, - "node_modules/right-align": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/right-align/-/right-align-0.1.3.tgz", - "integrity": "sha512-yqINtL/G7vs2v+dFIZmFUDbnVyFUJFKd6gK22Kgo6R4jfJGFtisKyncWDDULgjfqf4ASQuIQyjJ7XZ+3aWpsAg==", - "dependencies": { - "align-text": "^0.1.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/rimraf": { - "version": "2.4.5", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.4.5.tgz", - "integrity": "sha512-J5xnxTyqaiw06JjMftq7L9ouA448dw/E7dKghkP9WpKNuwmARNNg+Gk8/u5ryb9N/Yo2+z3MCwuqFK/+qPOPfQ==", - "optional": true, - "dependencies": { - "glob": "^6.0.1" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "node_modules/safe-json-stringify": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/safe-json-stringify/-/safe-json-stringify-1.2.0.tgz", - "integrity": "sha512-gH8eh2nZudPQO6TytOvbxnuhYBOvDBBLW52tz5q6X58lJcd/tkmqFR+5Z9adS8aJtURSXWThWy/xJtJwixErvg==", - "optional": true - }, - "node_modules/safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - }, - "node_modules/sax": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==" - }, - "node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/send": { - "version": "0.18.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", - "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", - "dependencies": { - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "mime": "1.6.0", - "ms": "2.1.3", - "on-finished": "2.4.1", - "range-parser": "~1.2.1", - "statuses": "2.0.1" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/send/node_modules/mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/send/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" - }, - "node_modules/send/node_modules/on-finished": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", - "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", - "dependencies": { - "ee-first": "1.1.1" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/send/node_modules/statuses": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/serve-static": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", - "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", - "dependencies": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.18.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/setprototypeof": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" - }, - "node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "engines": { - "node": ">=8" - } - }, - "node_modules/source-map": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", - "engines": { - "node": ">= 8" - } - }, - "node_modules/source-map-resolve": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", - "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", - "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated", - "dependencies": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0", - "resolve-url": "^0.2.1", - "source-map-url": "^0.4.0", - "urix": "^0.1.0" - } - }, - "node_modules/source-map-url": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz", - "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==", - "deprecated": "See https://github.com/lydell/source-map-url#deprecated" - }, - "node_modules/sprintf-js": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", - "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==" - }, - "node_modules/statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==" - }, - "node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-indent": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-3.0.0.tgz", - "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", - "dependencies": { - "min-indent": "^1.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/striptags": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/striptags/-/striptags-3.2.0.tgz", - "integrity": "sha512-g45ZOGzHDMe2bdYMdIvdAfCQkCTDMGBazSw1ypMowwGIee7ZQ5dU0rBJ8Jqgl+jAKIv4dbeE1jscZq9wid1Tkw==" - }, - "node_modules/stylus": { - "version": "0.54.8", - "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.54.8.tgz", - "integrity": "sha512-vr54Or4BZ7pJafo2mpf0ZcwA74rpuYCZbxrHBsH8kbcXOwSfvBFwsRfpGO5OD5fhG5HDCFW737PKaawI7OqEAg==", - "dependencies": { - "css-parse": "~2.0.0", - "debug": "~3.1.0", - "glob": "^7.1.6", - "mkdirp": "~1.0.4", - "safer-buffer": "^2.1.2", - "sax": "~1.2.4", - "semver": "^6.3.0", - "source-map": "^0.7.3" - }, - "bin": { - "stylus": "bin/stylus" - }, - "engines": { - "node": "*" - } - }, - "node_modules/stylus/node_modules/debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/stylus/node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/stylus/node_modules/mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "bin": { - "mkdirp": "bin/cmd.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/swig-extras": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/swig-extras/-/swig-extras-0.0.1.tgz", - "integrity": "sha512-mFgpjjcQ0Kj+WplOrnWfUEw8iehZMD78sRId6uMXaTlWpy/vt8PTv3GoNsHrHBpZNnPnIsoWxrmRbS3vePjWpA==", - "dependencies": { - "markdown": "~0.5.0" - } - }, - "node_modules/swig-templates": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/swig-templates/-/swig-templates-2.0.3.tgz", - "integrity": "sha512-QojPTuZWdpznSZWZDB63/grsZuDwT/7geMeGlftbJXDoYBIZEnTcKvz4iwYDv3SwfPX9/B4RtGRSXNnm3S2wwg==", - "deprecated": "unmaintained", - "dependencies": { - "optimist": "~0.6", - "uglify-js": "2.6.0" - }, - "bin": { - "swig": "bin/swig.js" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/text-table": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==" - }, - "node_modules/through": { - "version": "2.3.8", - "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==" - }, - "node_modules/tildify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/tildify/-/tildify-2.0.0.tgz", - "integrity": "sha512-Cc+OraorugtXNfs50hU9KS369rFXCfgGLpfCfvlc+Ud5u6VWmUQsOAa9HbTvheQdYnrdJqqv1e5oIqXppMYnSw==", - "engines": { - "node": ">=8" - } - }, - "node_modules/titlecase": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/titlecase/-/titlecase-1.1.3.tgz", - "integrity": "sha512-pQX4oiemzjBEELPqgK4WE+q0yhAqjp/yzusGtlSJsOuiDys0RQxggepYmo0BuegIDppYS3b3cpdegRwkpyN3hw==", - "bin": { - "to-title-case": "bin.js" - } - }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/toidentifier": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", - "engines": { - "node": ">=0.6" - } - }, - "node_modules/tslib": { - "version": "2.6.2", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", - "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" - }, - "node_modules/uglify-js": { - "version": "2.6.0", - "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-2.6.0.tgz", - "integrity": "sha512-SYZzhZQRrlAc6QT3Eqz4WHuyrCLjvvKmfII/of82rVACMxsIwb/CqlZVbUwOIq8Xd1EMp2WTtCrIxFYF+779zw==", - "dependencies": { - "async": "~0.2.6", - "source-map": "~0.5.1", - "uglify-to-browserify": "~1.0.0", - "yargs": "~3.10.0" - }, - "bin": { - "uglifyjs": "bin/uglifyjs" - }, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/uglify-js/node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/uglify-to-browserify": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/uglify-to-browserify/-/uglify-to-browserify-1.0.2.tgz", - "integrity": "sha512-vb2s1lYx2xBtUgy+ta+b2J/GLVUR+wmpINwHePmPRhOsIVCG2wDzKJ0n14GslH1BifsqVzSOwQhRaCAsZ/nI4Q==" - }, - "node_modules/unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/upper-case": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/upper-case/-/upper-case-1.1.3.tgz", - "integrity": "sha512-WRbjgmYzgXkCV7zNVpy5YgrHgbBv126rMALQQMrmzOVC4GM2waQ9x7xtm8VU+1yF2kWyPzI9zbZ48n4vSxwfSA==" - }, - "node_modules/urix": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", - "integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==", - "deprecated": "Please see https://github.com/lydell/urix#deprecated" - }, - "node_modules/utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/vary": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/warehouse": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/warehouse/-/warehouse-3.0.2.tgz", - "integrity": "sha512-NTaUFkDcRKFx477NflL3doMhnmPobpL+uF66s0ozAhjob+UCHcOzE77GvYR1sjyu+LR4SstPz3xGxYLOKQCvMg==", - "dependencies": { - "bluebird": "^3.2.2", - "cuid": "^2.1.4", - "graceful-fs": "^4.1.3", - "is-plain-object": "^3.0.0", - "JSONStream": "^1.0.7", - "rfdc": "^1.1.4" - }, - "engines": { - "node": ">=8.6.0" - } - }, - "node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/window-size": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/window-size/-/window-size-0.1.0.tgz", - "integrity": "sha512-1pTPQDKTdd61ozlKGNCjhNRd+KPmgLSGa3mZTHoOliaGcESD8G1PXhh7c1fgiPjVbNVfgy2Faw4BI8/m0cC8Mg==", - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/wordwrap": { - "version": "0.0.3", - "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz", - "integrity": "sha512-1tMA907+V4QmxV7dbRvb4/8MaRALK6q9Abid3ndMYnbyo8piisCmeONVqVSXqQA3KaP4SLt5b7ud6E2sqP8TFw==", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" - }, - "node_modules/yargs": { - "version": "3.10.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-3.10.0.tgz", - "integrity": "sha512-QFzUah88GAGy9lyDKGBqZdkYApt63rCXYBGYnEP4xDJPXNqXXnBDACnbrXnViV6jRSqAePwrATi2i8mfYm4L1A==", - "dependencies": { - "camelcase": "^1.0.2", - "cliui": "^2.1.0", - "decamelize": "^1.0.0", - "window-size": "0.1.0" - } - } - } -} diff --git a/package.json b/package.json index 894859abe9c..27665f98a59 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "server": "hexo server" }, "hexo": { - "version": "7.0.0" + "version": "4.2.1" }, "dependencies": { "hexo": "^4.2.1", @@ -25,4 +25,4 @@ "hexo-renderer-stylus": "^1.1.0", "hexo-server": "^1.0.0" } -} +} \ No newline at end of file diff --git a/source/_posts/npm-debug.log b/source/_posts/npm-debug.log new file mode 100644 index 00000000000..bab4cccf173 --- /dev/null +++ b/source/_posts/npm-debug.log @@ -0,0 +1,2467 @@ +0 info it worked if it ends with ok +1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'install', 'npm@latest', '-g' ] +2 info using npm@3.5.2 +3 info using node@v8.10.0 +4 silly loadCurrentTree Starting +5 silly install loadCurrentTree +6 silly install readGlobalPackageData +7 silly fetchPackageMetaData npm@latest +8 silly fetchNamedPackageData npm +9 silly mapToRegistry name npm +10 silly mapToRegistry using default registry +11 silly mapToRegistry registry https://registry.npmjs.org/ +12 silly mapToRegistry uri https://registry.npmjs.org/npm +13 verbose request uri https://registry.npmjs.org/npm +14 verbose request no auth needed +15 info attempt registry request try #1 at 11:48:40 PM +16 verbose request id 8dc54f10a24ddd7b +17 http request GET https://registry.npmjs.org/npm +18 http 200 https://registry.npmjs.org/npm +19 verbose headers { date: 'Fri, 26 Apr 2024 06:48:42 GMT', +19 verbose headers 'content-type': 'application/json', +19 verbose headers 'transfer-encoding': 'chunked', +19 verbose headers connection: 'keep-alive', +19 verbose headers 'cf-ray': '87a4a0f23d7067a8-SJC', +19 verbose headers 'cf-cache-status': 'HIT', +19 verbose headers 'access-control-allow-origin': '*', +19 verbose headers age: '47', +19 verbose headers 'cache-control': 'public, max-age=300', +19 verbose headers etag: 'W/"db985bea75f729c11674e04eb03a558f"', +19 verbose headers 'last-modified': 'Thu, 25 Apr 2024 17:31:01 GMT', +19 verbose headers vary: 'accept-encoding, accept', +19 verbose headers server: 'cloudflare', +19 verbose headers 'content-encoding': 'gzip' } +20 silly get cb [ 200, +20 silly get { date: 'Fri, 26 Apr 2024 06:48:42 GMT', +20 silly get 'content-type': 'application/json', +20 silly get 'transfer-encoding': 'chunked', +20 silly get connection: 'keep-alive', +20 silly get 'cf-ray': '87a4a0f23d7067a8-SJC', +20 silly get 'cf-cache-status': 'HIT', +20 silly get 'access-control-allow-origin': '*', +20 silly get age: '47', +20 silly get 'cache-control': 'public, max-age=300', +20 silly get etag: 'W/"db985bea75f729c11674e04eb03a558f"', +20 silly get 'last-modified': 'Thu, 25 Apr 2024 17:31:01 GMT', +20 silly get vary: 'accept-encoding, accept', +20 silly get server: 'cloudflare', +20 silly get 'content-encoding': 'gzip' } ] +21 verbose get saving npm to /root/.npm/registry.npmjs.org/npm/.cache.json +22 silly install normalizeTree +23 silly loadCurrentTree Finishing +24 silly loadIdealTree Starting +25 silly install loadIdealTree +26 silly cloneCurrentTree Starting +27 silly install cloneCurrentTreeToIdealTree +28 silly cloneCurrentTree Finishing +29 silly loadShrinkwrap Starting +30 silly install loadShrinkwrap +31 silly loadShrinkwrap Finishing +32 silly loadAllDepsIntoIdealTree Starting +33 silly install loadAllDepsIntoIdealTree +34 silly resolveWithNewModule npm@10.6.0 checking installable status +35 silly cache add args [ 'npm@latest', null ] +36 verbose cache add spec npm@latest +37 silly cache add parsed spec Result { +37 silly cache add raw: 'npm@latest', +37 silly cache add scope: null, +37 silly cache add name: 'npm', +37 silly cache add rawSpec: 'latest', +37 silly cache add spec: 'latest', +37 silly cache add type: 'tag' } +38 silly addNamed npm@latest +39 verbose addNamed "latest" is being treated as a dist-tag for npm +40 info addNameTag [ 'npm', 'latest' ] +41 silly mapToRegistry name npm +42 silly mapToRegistry using default registry +43 silly mapToRegistry registry https://registry.npmjs.org/ +44 silly mapToRegistry uri https://registry.npmjs.org/npm +45 verbose addNameTag registry:https://registry.npmjs.org/npm not in flight; fetching +46 verbose get https://registry.npmjs.org/npm not expired, no request +47 silly addNameTag next cb for npm with tag latest +48 silly addNamed npm@10.6.0 +49 verbose addNamed "10.6.0" is a plain semver version for npm +50 silly mapToRegistry name npm +51 silly mapToRegistry using default registry +52 silly mapToRegistry registry https://registry.npmjs.org/ +53 silly mapToRegistry uri https://registry.npmjs.org/npm +54 verbose addRemoteTarball https://registry.npmjs.org/npm/-/npm-10.6.0.tgz not in flight; adding +55 verbose addRemoteTarball [ 'https://registry.npmjs.org/npm/-/npm-10.6.0.tgz', +55 verbose addRemoteTarball 'da8ec6cf64103735eab2798cba13a5e7b7edcbdd' ] +56 info retry fetch attempt 1 at 11:49:01 PM +57 info attempt registry request try #1 at 11:49:01 PM +58 http fetch GET https://registry.npmjs.org/npm/-/npm-10.6.0.tgz +59 http fetch 200 https://registry.npmjs.org/npm/-/npm-10.6.0.tgz +60 silly fetchAndShaCheck shasum da8ec6cf64103735eab2798cba13a5e7b7edcbdd +61 verbose addTmpTarball /tmp/npm-8476-c9a6470d/registry.npmjs.org/npm/-/npm-10.6.0.tgz not in flight; adding +62 verbose addTmpTarball already have metadata; skipping unpack for npm@10.6.0 +63 silly cache afterAdd npm@10.6.0 +64 verbose afterAdd /root/.npm/npm/10.6.0/package/package.json not in flight; writing +65 verbose afterAdd /root/.npm/npm/10.6.0/package/package.json written +66 verbose addBundled extract /root/.npm/npm/10.6.0/package.tgz +67 verbose tar unpack /root/.npm/npm/10.6.0/package.tgz +68 verbose tar unpacking to /tmp/npm-8476-c9a6470d/unpack-92883924 +69 silly gentlyRm /tmp/npm-8476-c9a6470d/unpack-92883924 is being purged +70 verbose gentlyRm don't care about contents; nuking /tmp/npm-8476-c9a6470d/unpack-92883924 +71 silly gunzTarPerm modes [ '755', '644' ] +72 silly gunzTarPerm extractEntry node_modules/ip-address/node_modules/sprintf-js/dist/.gitattributes +73 silly gunzTarPerm extractEntry node_modules/spdx-correct/node_modules/spdx-expression-parse/AUTHORS +74 silly gunzTarPerm extractEntry node_modules/spdx-expression-parse/AUTHORS +75 silly gunzTarPerm extractEntry node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/AUTHORS +76 silly gunzTarPerm extractEntry node_modules/cssesc/bin/cssesc +77 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/gyp +78 silly gunzTarPerm extractEntry LICENSE +79 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/ansi-regex/license +80 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/string-width/license +81 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/strip-ansi/license +82 silly gunzTarPerm extractEntry node_modules/@isaacs/string-locale-compare/LICENSE +83 silly gunzTarPerm extractEntry node_modules/@npmcli/config/LICENSE +84 silly gunzTarPerm extractEntry node_modules/@npmcli/fs/lib/cp/LICENSE +85 silly gunzTarPerm extractEntry node_modules/@npmcli/git/LICENSE +86 silly gunzTarPerm extractEntry node_modules/@npmcli/installed-package-contents/LICENSE +87 silly gunzTarPerm extractEntry node_modules/@npmcli/metavuln-calculator/LICENSE +88 silly gunzTarPerm extractEntry node_modules/@npmcli/name-from-folder/LICENSE +89 silly gunzTarPerm extractEntry node_modules/@npmcli/package-json/LICENSE +90 silly gunzTarPerm extractEntry node_modules/@npmcli/promise-spawn/LICENSE +91 silly gunzTarPerm extractEntry node_modules/@npmcli/query/LICENSE +92 silly gunzTarPerm extractEntry node_modules/@npmcli/redact/LICENSE +93 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/LICENSE +94 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/LICENSE +95 silly gunzTarPerm extractEntry node_modules/@sigstore/bundle/LICENSE +96 silly gunzTarPerm extractEntry node_modules/@sigstore/core/LICENSE +97 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/LICENSE +98 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/LICENSE +99 silly gunzTarPerm extractEntry node_modules/@sigstore/tuf/LICENSE +100 silly gunzTarPerm extractEntry node_modules/@tufjs/canonical-json/LICENSE +101 silly gunzTarPerm extractEntry node_modules/@tufjs/models/LICENSE +102 silly gunzTarPerm extractEntry node_modules/abbrev/LICENSE +103 silly gunzTarPerm extractEntry node_modules/agent-base/LICENSE +104 silly gunzTarPerm extractEntry node_modules/aggregate-error/license +105 silly gunzTarPerm extractEntry node_modules/ansi-regex/license +106 silly gunzTarPerm extractEntry node_modules/ansi-styles/license +107 silly gunzTarPerm extractEntry node_modules/aproba/LICENSE +108 silly gunzTarPerm extractEntry node_modules/archy/LICENSE +109 silly gunzTarPerm extractEntry node_modules/bin-links/LICENSE +110 silly gunzTarPerm extractEntry node_modules/binary-extensions/license +111 silly gunzTarPerm extractEntry node_modules/brace-expansion/LICENSE +112 silly gunzTarPerm extractEntry node_modules/builtins/License +113 silly gunzTarPerm extractEntry node_modules/chalk/license +114 silly gunzTarPerm extractEntry node_modules/chownr/LICENSE +115 silly gunzTarPerm extractEntry node_modules/ci-info/LICENSE +116 silly gunzTarPerm extractEntry node_modules/cidr-regex/LICENSE +117 silly gunzTarPerm extractEntry node_modules/clean-stack/license +118 silly gunzTarPerm extractEntry node_modules/cli-columns/license +119 silly gunzTarPerm extractEntry node_modules/cmd-shim/LICENSE +120 silly gunzTarPerm extractEntry node_modules/color-convert/LICENSE +121 silly gunzTarPerm extractEntry node_modules/color-name/LICENSE +122 silly gunzTarPerm extractEntry node_modules/common-ancestor-path/LICENSE +123 silly gunzTarPerm extractEntry node_modules/cross-spawn/LICENSE +124 silly gunzTarPerm extractEntry node_modules/cross-spawn/node_modules/which/LICENSE +125 silly gunzTarPerm extractEntry node_modules/debug/LICENSE +126 silly gunzTarPerm extractEntry node_modules/diff/LICENSE +127 silly gunzTarPerm extractEntry node_modules/encoding/LICENSE +128 silly gunzTarPerm extractEntry node_modules/env-paths/license +129 silly gunzTarPerm extractEntry node_modules/exponential-backoff/LICENSE +130 silly gunzTarPerm extractEntry node_modules/foreground-child/LICENSE +131 silly gunzTarPerm extractEntry node_modules/fs-minipass/LICENSE +132 silly gunzTarPerm extractEntry node_modules/function-bind/LICENSE +133 silly gunzTarPerm extractEntry node_modules/glob/LICENSE +134 silly gunzTarPerm extractEntry node_modules/graceful-fs/LICENSE +135 silly gunzTarPerm extractEntry node_modules/hasown/LICENSE +136 silly gunzTarPerm extractEntry node_modules/hosted-git-info/LICENSE +137 silly gunzTarPerm extractEntry node_modules/http-cache-semantics/LICENSE +138 silly gunzTarPerm extractEntry node_modules/http-proxy-agent/LICENSE +139 silly gunzTarPerm extractEntry node_modules/https-proxy-agent/LICENSE +140 silly gunzTarPerm extractEntry node_modules/iconv-lite/LICENSE +141 silly gunzTarPerm extractEntry node_modules/ignore-walk/LICENSE +142 silly gunzTarPerm extractEntry node_modules/indent-string/license +143 silly gunzTarPerm extractEntry node_modules/ini/LICENSE +144 silly gunzTarPerm extractEntry node_modules/ip-address/LICENSE +145 silly gunzTarPerm extractEntry node_modules/ip-address/node_modules/sprintf-js/LICENSE +146 silly gunzTarPerm extractEntry node_modules/ip-regex/license +147 silly gunzTarPerm extractEntry node_modules/is-core-module/LICENSE +148 silly gunzTarPerm extractEntry node_modules/is-fullwidth-code-point/license +149 silly gunzTarPerm extractEntry node_modules/is-lambda/LICENSE +150 silly gunzTarPerm extractEntry node_modules/isexe/LICENSE +151 silly gunzTarPerm extractEntry node_modules/jsbn/LICENSE +152 silly gunzTarPerm extractEntry node_modules/json-stringify-nice/LICENSE +153 silly gunzTarPerm extractEntry node_modules/jsonparse/LICENSE +154 silly gunzTarPerm extractEntry node_modules/just-diff-apply/LICENSE +155 silly gunzTarPerm extractEntry node_modules/just-diff/LICENSE +156 silly gunzTarPerm extractEntry node_modules/libnpmaccess/LICENSE +157 silly gunzTarPerm extractEntry node_modules/libnpmdiff/LICENSE +158 silly gunzTarPerm extractEntry node_modules/libnpmexec/LICENSE +159 silly gunzTarPerm extractEntry node_modules/libnpmfund/LICENSE +160 silly gunzTarPerm extractEntry node_modules/libnpmorg/LICENSE +161 silly gunzTarPerm extractEntry node_modules/libnpmpack/LICENSE +162 silly gunzTarPerm extractEntry node_modules/libnpmpublish/LICENSE +163 silly gunzTarPerm extractEntry node_modules/libnpmsearch/LICENSE +164 silly gunzTarPerm extractEntry node_modules/libnpmteam/LICENSE +165 silly gunzTarPerm extractEntry node_modules/libnpmversion/LICENSE +166 silly gunzTarPerm extractEntry node_modules/lru-cache/LICENSE +167 silly gunzTarPerm extractEntry node_modules/make-fetch-happen/LICENSE +168 silly gunzTarPerm extractEntry node_modules/minimatch/LICENSE +169 silly gunzTarPerm extractEntry node_modules/minipass-collect/LICENSE +170 silly gunzTarPerm extractEntry node_modules/minipass-fetch/LICENSE +171 silly gunzTarPerm extractEntry node_modules/minipass-flush/LICENSE +172 silly gunzTarPerm extractEntry node_modules/minipass-flush/node_modules/minipass/LICENSE +173 silly gunzTarPerm extractEntry node_modules/minipass-json-stream/LICENSE +174 silly gunzTarPerm extractEntry node_modules/minipass-json-stream/node_modules/minipass/LICENSE +175 silly gunzTarPerm extractEntry node_modules/minipass-pipeline/LICENSE +176 silly gunzTarPerm extractEntry node_modules/minipass-pipeline/node_modules/minipass/LICENSE +177 silly gunzTarPerm extractEntry node_modules/minipass-sized/LICENSE +178 silly gunzTarPerm extractEntry node_modules/minipass-sized/node_modules/minipass/LICENSE +179 silly gunzTarPerm extractEntry node_modules/minipass/LICENSE +180 silly gunzTarPerm extractEntry node_modules/minizlib/LICENSE +181 silly gunzTarPerm extractEntry node_modules/minizlib/node_modules/minipass/LICENSE +182 silly gunzTarPerm extractEntry node_modules/mkdirp/LICENSE +183 silly gunzTarPerm extractEntry node_modules/mute-stream/LICENSE +184 silly gunzTarPerm extractEntry node_modules/negotiator/LICENSE +185 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/LICENSE +186 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/LICENSE +187 silly gunzTarPerm extractEntry node_modules/node-gyp/LICENSE +188 silly gunzTarPerm extractEntry node_modules/node-gyp/node_modules/proc-log/LICENSE +189 silly gunzTarPerm extractEntry node_modules/nopt/LICENSE +190 silly gunzTarPerm extractEntry node_modules/normalize-package-data/LICENSE +191 silly gunzTarPerm extractEntry node_modules/npm-audit-report/LICENSE +192 silly gunzTarPerm extractEntry node_modules/npm-bundled/LICENSE +193 silly gunzTarPerm extractEntry node_modules/npm-install-checks/LICENSE +194 silly gunzTarPerm extractEntry node_modules/npm-normalize-package-bin/LICENSE +195 silly gunzTarPerm extractEntry node_modules/npm-package-arg/LICENSE +196 silly gunzTarPerm extractEntry node_modules/npm-packlist/LICENSE +197 silly gunzTarPerm extractEntry node_modules/npm-user-validate/LICENSE +198 silly gunzTarPerm extractEntry node_modules/p-map/license +199 silly gunzTarPerm extractEntry node_modules/pacote/LICENSE +200 silly gunzTarPerm extractEntry node_modules/path-key/license +201 silly gunzTarPerm extractEntry node_modules/proc-log/LICENSE +202 silly gunzTarPerm extractEntry node_modules/proggy/LICENSE +203 silly gunzTarPerm extractEntry node_modules/promise-all-reject-late/LICENSE +204 silly gunzTarPerm extractEntry node_modules/promise-call-limit/LICENSE +205 silly gunzTarPerm extractEntry node_modules/promise-inflight/LICENSE +206 silly gunzTarPerm extractEntry node_modules/promise-retry/LICENSE +207 silly gunzTarPerm extractEntry node_modules/promzard/LICENSE +208 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/LICENSE +209 silly gunzTarPerm extractEntry node_modules/read-cmd-shim/LICENSE +210 silly gunzTarPerm extractEntry node_modules/read-package-json-fast/LICENSE +211 silly gunzTarPerm extractEntry node_modules/read/LICENSE +212 silly gunzTarPerm extractEntry node_modules/retry/License +213 silly gunzTarPerm extractEntry node_modules/safer-buffer/LICENSE +214 silly gunzTarPerm extractEntry node_modules/semver/LICENSE +215 silly gunzTarPerm extractEntry node_modules/semver/node_modules/lru-cache/LICENSE +216 silly gunzTarPerm extractEntry node_modules/shebang-command/license +217 silly gunzTarPerm extractEntry node_modules/shebang-regex/license +218 silly gunzTarPerm extractEntry node_modules/sigstore/LICENSE +219 silly gunzTarPerm extractEntry node_modules/smart-buffer/LICENSE +220 silly gunzTarPerm extractEntry node_modules/socks-proxy-agent/LICENSE +221 silly gunzTarPerm extractEntry node_modules/socks/LICENSE +222 silly gunzTarPerm extractEntry node_modules/spdx-correct/LICENSE +223 silly gunzTarPerm extractEntry node_modules/spdx-correct/node_modules/spdx-expression-parse/LICENSE +224 silly gunzTarPerm extractEntry node_modules/spdx-expression-parse/LICENSE +225 silly gunzTarPerm extractEntry node_modules/string-width-cjs/license +226 silly gunzTarPerm extractEntry node_modules/string-width/license +227 silly gunzTarPerm extractEntry node_modules/strip-ansi-cjs/license +228 silly gunzTarPerm extractEntry node_modules/strip-ansi/license +229 silly gunzTarPerm extractEntry node_modules/supports-color/license +230 silly gunzTarPerm extractEntry node_modules/tar/LICENSE +231 silly gunzTarPerm extractEntry node_modules/tar/node_modules/fs-minipass/LICENSE +232 silly gunzTarPerm extractEntry node_modules/tar/node_modules/fs-minipass/node_modules/minipass/LICENSE +233 silly gunzTarPerm extractEntry node_modules/tar/node_modules/minipass/LICENSE +234 silly gunzTarPerm extractEntry node_modules/text-table/LICENSE +235 silly gunzTarPerm extractEntry node_modules/treeverse/LICENSE +236 silly gunzTarPerm extractEntry node_modules/tuf-js/LICENSE +237 silly gunzTarPerm extractEntry node_modules/unique-filename/LICENSE +238 silly gunzTarPerm extractEntry node_modules/unique-slug/LICENSE +239 silly gunzTarPerm extractEntry node_modules/util-deprecate/LICENSE +240 silly gunzTarPerm extractEntry node_modules/validate-npm-package-license/LICENSE +241 silly gunzTarPerm extractEntry node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/LICENSE +242 silly gunzTarPerm extractEntry node_modules/validate-npm-package-name/LICENSE +243 silly gunzTarPerm extractEntry node_modules/walk-up-path/LICENSE +244 silly gunzTarPerm extractEntry node_modules/which/LICENSE +245 silly gunzTarPerm extractEntry node_modules/which/node_modules/isexe/LICENSE +246 silly gunzTarPerm extractEntry node_modules/wrap-ansi-cjs/license +247 silly gunzTarPerm extractEntry node_modules/wrap-ansi-cjs/node_modules/ansi-styles/license +248 silly gunzTarPerm extractEntry node_modules/wrap-ansi/license +249 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/ansi-regex/license +250 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/string-width/license +251 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/strip-ansi/license +252 silly gunzTarPerm extractEntry node_modules/yallist/LICENSE +253 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/LICENSE-MIT +254 silly gunzTarPerm extractEntry node_modules/retry/Makefile +255 silly gunzTarPerm extractEntry bin/node-gyp-bin/node-gyp +256 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp +257 silly gunzTarPerm extractEntry node_modules/cross-spawn/node_modules/which/bin/node-which +258 silly gunzTarPerm extractEntry bin/npm +259 silly gunzTarPerm extractEntry bin/npx +260 silly gunzTarPerm extractEntry node_modules/cssesc/man/cssesc.1 +261 silly gunzTarPerm extractEntry man/man1/npm-access.1 +262 silly gunzTarPerm extractEntry man/man1/npm-adduser.1 +263 silly gunzTarPerm extractEntry man/man1/npm-audit.1 +264 silly gunzTarPerm extractEntry man/man1/npm-bugs.1 +265 silly gunzTarPerm extractEntry man/man1/npm-cache.1 +266 silly gunzTarPerm extractEntry man/man1/npm-ci.1 +267 silly gunzTarPerm extractEntry man/man1/npm-completion.1 +268 silly gunzTarPerm extractEntry man/man1/npm-config.1 +269 silly gunzTarPerm extractEntry man/man1/npm-dedupe.1 +270 silly gunzTarPerm extractEntry man/man1/npm-deprecate.1 +271 silly gunzTarPerm extractEntry man/man1/npm-diff.1 +272 silly gunzTarPerm extractEntry man/man1/npm-dist-tag.1 +273 silly gunzTarPerm extractEntry man/man1/npm-docs.1 +274 silly gunzTarPerm extractEntry man/man1/npm-doctor.1 +275 silly gunzTarPerm extractEntry man/man1/npm-edit.1 +276 silly gunzTarPerm extractEntry man/man1/npm-exec.1 +277 silly gunzTarPerm extractEntry man/man1/npm-explain.1 +278 silly gunzTarPerm extractEntry man/man1/npm-explore.1 +279 silly gunzTarPerm extractEntry man/man1/npm-find-dupes.1 +280 silly gunzTarPerm extractEntry man/man1/npm-fund.1 +281 silly gunzTarPerm extractEntry man/man1/npm-help-search.1 +282 silly gunzTarPerm extractEntry man/man1/npm-help.1 +283 silly gunzTarPerm extractEntry man/man1/npm-hook.1 +284 silly gunzTarPerm extractEntry man/man1/npm-init.1 +285 silly gunzTarPerm extractEntry man/man1/npm-install-ci-test.1 +286 silly gunzTarPerm extractEntry man/man1/npm-install-test.1 +287 silly gunzTarPerm extractEntry man/man1/npm-install.1 +288 silly gunzTarPerm extractEntry man/man1/npm-link.1 +289 silly gunzTarPerm extractEntry man/man1/npm-login.1 +290 silly gunzTarPerm extractEntry man/man1/npm-logout.1 +291 silly gunzTarPerm extractEntry man/man1/npm-ls.1 +292 silly gunzTarPerm extractEntry man/man1/npm-org.1 +293 silly gunzTarPerm extractEntry man/man1/npm-outdated.1 +294 silly gunzTarPerm extractEntry man/man1/npm-owner.1 +295 silly gunzTarPerm extractEntry man/man1/npm-pack.1 +296 silly gunzTarPerm extractEntry man/man1/npm-ping.1 +297 silly gunzTarPerm extractEntry man/man1/npm-pkg.1 +298 silly gunzTarPerm extractEntry man/man1/npm-prefix.1 +299 silly gunzTarPerm extractEntry man/man1/npm-profile.1 +300 silly gunzTarPerm extractEntry man/man1/npm-prune.1 +301 silly gunzTarPerm extractEntry man/man1/npm-publish.1 +302 silly gunzTarPerm extractEntry man/man1/npm-query.1 +303 silly gunzTarPerm extractEntry man/man1/npm-rebuild.1 +304 silly gunzTarPerm extractEntry man/man1/npm-repo.1 +305 silly gunzTarPerm extractEntry man/man1/npm-restart.1 +306 silly gunzTarPerm extractEntry man/man1/npm-root.1 +307 silly gunzTarPerm extractEntry man/man1/npm-run-script.1 +308 silly gunzTarPerm extractEntry man/man1/npm-sbom.1 +309 silly gunzTarPerm extractEntry man/man1/npm-search.1 +310 silly gunzTarPerm extractEntry man/man1/npm-shrinkwrap.1 +311 silly gunzTarPerm extractEntry man/man1/npm-star.1 +312 silly gunzTarPerm extractEntry man/man1/npm-stars.1 +313 silly gunzTarPerm extractEntry man/man1/npm-start.1 +314 silly gunzTarPerm extractEntry man/man1/npm-stop.1 +315 silly gunzTarPerm extractEntry man/man1/npm-team.1 +316 silly gunzTarPerm extractEntry man/man1/npm-test.1 +317 silly gunzTarPerm extractEntry man/man1/npm-token.1 +318 silly gunzTarPerm extractEntry man/man1/npm-uninstall.1 +319 silly gunzTarPerm extractEntry man/man1/npm-unpublish.1 +320 silly gunzTarPerm extractEntry man/man1/npm-unstar.1 +321 silly gunzTarPerm extractEntry man/man1/npm-update.1 +322 silly gunzTarPerm extractEntry man/man1/npm-version.1 +323 silly gunzTarPerm extractEntry man/man1/npm-view.1 +324 silly gunzTarPerm extractEntry man/man1/npm-whoami.1 +325 silly gunzTarPerm extractEntry man/man1/npm.1 +326 silly gunzTarPerm extractEntry man/man1/npx.1 +327 silly gunzTarPerm extractEntry man/man5/folders.5 +328 silly gunzTarPerm extractEntry man/man5/install.5 +329 silly gunzTarPerm extractEntry man/man5/npm-global.5 +330 silly gunzTarPerm extractEntry man/man5/npm-json.5 +331 silly gunzTarPerm extractEntry man/man5/npm-shrinkwrap-json.5 +332 silly gunzTarPerm extractEntry man/man5/npmrc.5 +333 silly gunzTarPerm extractEntry man/man5/package-json.5 +334 silly gunzTarPerm extractEntry man/man5/package-lock-json.5 +335 silly gunzTarPerm extractEntry man/man7/config.7 +336 silly gunzTarPerm extractEntry man/man7/dependency-selectors.7 +337 silly gunzTarPerm extractEntry man/man7/developers.7 +338 silly gunzTarPerm extractEntry man/man7/logging.7 +339 silly gunzTarPerm extractEntry man/man7/orgs.7 +340 silly gunzTarPerm extractEntry man/man7/package-spec.7 +341 silly gunzTarPerm extractEntry man/man7/registry.7 +342 silly gunzTarPerm extractEntry man/man7/removal.7 +343 silly gunzTarPerm extractEntry man/man7/scope.7 +344 silly gunzTarPerm extractEntry man/man7/scripts.7 +345 silly gunzTarPerm extractEntry man/man7/workspaces.7 +346 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/LICENSE.APACHE +347 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/gyp.bat +348 silly gunzTarPerm extractEntry node_modules/semver/range.bnf +349 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/LICENSE.BSD +350 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc +351 silly gunzTarPerm extractEntry node_modules/node-gyp/src/win_delay_load_hook.cc +352 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/build/index.cjs +353 silly gunzTarPerm extractEntry node_modules/just-diff-apply/index.cjs +354 silly gunzTarPerm extractEntry node_modules/just-diff/index.cjs +355 silly gunzTarPerm extractEntry bin/node-gyp-bin/node-gyp.cmd +356 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp.cmd +357 silly gunzTarPerm extractEntry bin/npm.cmd +358 silly gunzTarPerm extractEntry bin/npx.cmd +359 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/Find-VisualStudio.cs +360 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/build/index.d.cts +361 silly gunzTarPerm extractEntry lib/utils/completion.fish +362 silly gunzTarPerm extractEntry node_modules/retry/equation.gif +363 silly gunzTarPerm extractEntry node_modules/node-gyp/addon.gypi +364 silly gunzTarPerm extractEntry docs/output/using-npm/config.html +365 silly gunzTarPerm extractEntry docs/output/using-npm/dependency-selectors.html +366 silly gunzTarPerm extractEntry docs/output/using-npm/developers.html +367 silly gunzTarPerm extractEntry node_modules/jsbn/example.html +368 silly gunzTarPerm extractEntry docs/output/configuring-npm/folders.html +369 silly gunzTarPerm extractEntry docs/output/configuring-npm/install.html +370 silly gunzTarPerm extractEntry docs/output/using-npm/logging.html +371 silly gunzTarPerm extractEntry docs/output/commands/npm-access.html +372 silly gunzTarPerm extractEntry docs/output/commands/npm-adduser.html +373 silly gunzTarPerm extractEntry docs/output/commands/npm-audit.html +374 silly gunzTarPerm extractEntry docs/output/commands/npm-bugs.html +375 silly gunzTarPerm extractEntry docs/output/commands/npm-cache.html +376 silly gunzTarPerm extractEntry docs/output/commands/npm-ci.html +377 silly gunzTarPerm extractEntry docs/output/commands/npm-completion.html +378 silly gunzTarPerm extractEntry docs/output/commands/npm-config.html +379 silly gunzTarPerm extractEntry docs/output/commands/npm-dedupe.html +380 silly gunzTarPerm extractEntry docs/output/commands/npm-deprecate.html +381 silly gunzTarPerm extractEntry docs/output/commands/npm-diff.html +382 silly gunzTarPerm extractEntry docs/output/commands/npm-dist-tag.html +383 silly gunzTarPerm extractEntry docs/output/commands/npm-docs.html +384 silly gunzTarPerm extractEntry docs/output/commands/npm-doctor.html +385 silly gunzTarPerm extractEntry docs/output/commands/npm-edit.html +386 silly gunzTarPerm extractEntry docs/output/commands/npm-exec.html +387 silly gunzTarPerm extractEntry docs/output/commands/npm-explain.html +388 silly gunzTarPerm extractEntry docs/output/commands/npm-explore.html +389 silly gunzTarPerm extractEntry docs/output/commands/npm-find-dupes.html +390 silly gunzTarPerm extractEntry docs/output/commands/npm-fund.html +391 silly gunzTarPerm extractEntry docs/output/commands/npm-help-search.html +392 silly gunzTarPerm extractEntry docs/output/commands/npm-help.html +393 silly gunzTarPerm extractEntry docs/output/commands/npm-hook.html +394 silly gunzTarPerm extractEntry docs/output/commands/npm-init.html +395 silly gunzTarPerm extractEntry docs/output/commands/npm-install-ci-test.html +396 silly gunzTarPerm extractEntry docs/output/commands/npm-install-test.html +397 silly gunzTarPerm extractEntry docs/output/commands/npm-install.html +398 silly gunzTarPerm extractEntry docs/output/commands/npm-link.html +399 silly gunzTarPerm extractEntry docs/output/commands/npm-login.html +400 silly gunzTarPerm extractEntry docs/output/commands/npm-logout.html +401 silly gunzTarPerm extractEntry docs/output/commands/npm-ls.html +402 silly gunzTarPerm extractEntry docs/output/commands/npm-org.html +403 silly gunzTarPerm extractEntry docs/output/commands/npm-outdated.html +404 silly gunzTarPerm extractEntry docs/output/commands/npm-owner.html +405 silly gunzTarPerm extractEntry docs/output/commands/npm-pack.html +406 silly gunzTarPerm extractEntry docs/output/commands/npm-ping.html +407 silly gunzTarPerm extractEntry docs/output/commands/npm-pkg.html +408 silly gunzTarPerm extractEntry docs/output/commands/npm-prefix.html +409 silly gunzTarPerm extractEntry docs/output/commands/npm-profile.html +410 silly gunzTarPerm extractEntry docs/output/commands/npm-prune.html +411 silly gunzTarPerm extractEntry docs/output/commands/npm-publish.html +412 silly gunzTarPerm extractEntry docs/output/commands/npm-query.html +413 silly gunzTarPerm extractEntry docs/output/commands/npm-rebuild.html +414 silly gunzTarPerm extractEntry docs/output/commands/npm-repo.html +415 silly gunzTarPerm extractEntry docs/output/commands/npm-restart.html +416 silly gunzTarPerm extractEntry docs/output/commands/npm-root.html +417 silly gunzTarPerm extractEntry docs/output/commands/npm-run-script.html +418 silly gunzTarPerm extractEntry docs/output/commands/npm-sbom.html +419 silly gunzTarPerm extractEntry docs/output/commands/npm-search.html +420 silly gunzTarPerm extractEntry docs/output/configuring-npm/npm-shrinkwrap-json.html +421 silly gunzTarPerm extractEntry docs/output/commands/npm-shrinkwrap.html +422 silly gunzTarPerm extractEntry docs/output/commands/npm-star.html +423 silly gunzTarPerm extractEntry docs/output/commands/npm-stars.html +424 silly gunzTarPerm extractEntry docs/output/commands/npm-start.html +425 silly gunzTarPerm extractEntry docs/output/commands/npm-stop.html +426 silly gunzTarPerm extractEntry docs/output/commands/npm-team.html +427 silly gunzTarPerm extractEntry docs/output/commands/npm-test.html +428 silly gunzTarPerm extractEntry docs/output/commands/npm-token.html +429 silly gunzTarPerm extractEntry docs/output/commands/npm-uninstall.html +430 silly gunzTarPerm extractEntry docs/output/commands/npm-unpublish.html +431 silly gunzTarPerm extractEntry docs/output/commands/npm-unstar.html +432 silly gunzTarPerm extractEntry docs/output/commands/npm-update.html +433 silly gunzTarPerm extractEntry docs/output/commands/npm-version.html +434 silly gunzTarPerm extractEntry docs/output/commands/npm-view.html +435 silly gunzTarPerm extractEntry docs/output/commands/npm-whoami.html +436 silly gunzTarPerm extractEntry docs/output/commands/npm.html +437 silly gunzTarPerm extractEntry docs/output/configuring-npm/npmrc.html +438 silly gunzTarPerm extractEntry docs/output/commands/npx.html +439 silly gunzTarPerm extractEntry docs/output/using-npm/orgs.html +440 silly gunzTarPerm extractEntry docs/output/configuring-npm/package-json.html +441 silly gunzTarPerm extractEntry docs/output/configuring-npm/package-lock-json.html +442 silly gunzTarPerm extractEntry docs/output/using-npm/package-spec.html +443 silly gunzTarPerm extractEntry docs/output/using-npm/registry.html +444 silly gunzTarPerm extractEntry docs/output/using-npm/removal.html +445 silly gunzTarPerm extractEntry docs/output/using-npm/scope.html +446 silly gunzTarPerm extractEntry docs/output/using-npm/scripts.html +447 silly gunzTarPerm extractEntry docs/output/using-npm/workspaces.html +448 silly gunzTarPerm extractEntry node_modules/minipass-fetch/lib/abort-error.js +449 silly gunzTarPerm extractEntry lib/commands/access.js +450 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/actual.js +451 silly gunzTarPerm extractEntry node_modules/pacote/lib/util/add-git-sha.js +452 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/add-rm-pkg-deps.js +453 silly gunzTarPerm extractEntry node_modules/ip-address/dist/address-error.js +454 silly gunzTarPerm extractEntry lib/commands/adduser.js +455 silly gunzTarPerm extractEntry node_modules/@npmcli/metavuln-calculator/lib/advisory.js +456 silly gunzTarPerm extractEntry node_modules/@npmcli/agent/lib/agents.js +457 silly gunzTarPerm extractEntry node_modules/text-table/example/align.js +458 silly gunzTarPerm extractEntry node_modules/text-table/test/align.js +459 silly gunzTarPerm extractEntry node_modules/foreground-child/dist/cjs/all-signals.js +460 silly gunzTarPerm extractEntry node_modules/foreground-child/dist/mjs/all-signals.js +461 silly gunzTarPerm extractEntry node_modules/exponential-backoff/dist/delay/always/always.delay.js +462 silly gunzTarPerm extractEntry node_modules/ip-address/node_modules/sprintf-js/src/angular-sprintf.js +463 silly gunzTarPerm extractEntry node_modules/ip-address/node_modules/sprintf-js/dist/angular-sprintf.min.js +464 silly gunzTarPerm extractEntry node_modules/text-table/test/ansi-colors.js +465 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/any.js +466 silly gunzTarPerm extractEntry node_modules/@sigstore/tuf/dist/appdata.js +467 silly gunzTarPerm extractEntry node_modules/diff/lib/patch/apply.js +468 silly gunzTarPerm extractEntry lib/arborist-cmd.js +469 silly gunzTarPerm extractEntry node_modules/diff/lib/diff/array.js +470 silly gunzTarPerm extractEntry node_modules/diff/lib/util/array.js +471 silly gunzTarPerm extractEntry node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +472 silly gunzTarPerm extractEntry node_modules/minimatch/dist/esm/assert-valid-pattern.js +473 silly gunzTarPerm extractEntry node_modules/minimatch/dist/commonjs/ast.js +474 silly gunzTarPerm extractEntry node_modules/minimatch/dist/esm/ast.js +475 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/attribute.js +476 silly gunzTarPerm extractEntry lib/utils/audit-error.js +477 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/audit-report.js +478 silly gunzTarPerm extractEntry lib/commands/audit.js +479 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/audit.js +480 silly gunzTarPerm extractEntry lib/utils/auth.js +481 silly gunzTarPerm extractEntry node_modules/npm-registry-fetch/lib/auth.js +482 silly gunzTarPerm extractEntry node_modules/exponential-backoff/dist/backoff.js +483 silly gunzTarPerm extractEntry lib/base-cmd.js +484 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/bundler/base.js +485 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/base.js +486 silly gunzTarPerm extractEntry node_modules/diff/lib/diff/base.js +487 silly gunzTarPerm extractEntry node_modules/isexe/test/basic.js +488 silly gunzTarPerm extractEntry node_modules/minipass-sized/test/basic.js +489 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/example/basic.js +490 silly gunzTarPerm extractEntry node_modules/archy/examples/beep.js +491 silly gunzTarPerm extractEntry node_modules/archy/test/beep.js +492 silly gunzTarPerm extractEntry node_modules/fastest-levenshtein/bench.js +493 silly gunzTarPerm extractEntry node_modules/jsonparse/bench.js +494 silly gunzTarPerm extractEntry node_modules/jsonparse/test/big-token.js +495 silly gunzTarPerm extractEntry node_modules/bin-links/lib/bin-target.js +496 silly gunzTarPerm extractEntry node_modules/pacote/lib/bin.js +497 silly gunzTarPerm extractEntry node_modules/minipass-fetch/lib/blob.js +498 silly gunzTarPerm extractEntry node_modules/minipass-fetch/lib/body.js +499 silly gunzTarPerm extractEntry node_modules/iconv-lite/lib/bom-handling.js +500 silly gunzTarPerm extractEntry node_modules/jsonparse/test/boundary.js +501 silly gunzTarPerm extractEntry node_modules/minimatch/dist/commonjs/brace-expressions.js +502 silly gunzTarPerm extractEntry node_modules/minimatch/dist/esm/brace-expressions.js +503 silly gunzTarPerm extractEntry node_modules/treeverse/lib/breadth.js +504 silly gunzTarPerm extractEntry node_modules/chalk/source/vendor/supports-color/browser.js +505 silly gunzTarPerm extractEntry node_modules/debug/src/browser.js +506 silly gunzTarPerm extractEntry node_modules/signal-exit/dist/cjs/browser.js +507 silly gunzTarPerm extractEntry node_modules/signal-exit/dist/mjs/browser.js +508 silly gunzTarPerm extractEntry node_modules/supports-color/browser.js +509 silly gunzTarPerm extractEntry node_modules/util-deprecate/browser.js +510 silly gunzTarPerm extractEntry lib/commands/bugs.js +511 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js +512 silly gunzTarPerm extractEntry node_modules/@sigstore/bundle/dist/build.js +513 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/build.js +514 silly gunzTarPerm extractEntry node_modules/@sigstore/bundle/dist/bundle.js +515 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/bundler/bundle.js +516 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/signer/fulcio/ca.js +517 silly gunzTarPerm extractEntry node_modules/pacote/lib/util/cache-dir.js +518 silly gunzTarPerm extractEntry lib/commands/cache.js +519 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/calc-dep-flags.js +520 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/example/callback.js +521 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/can-place-dep.js +522 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/case-insensitive-map.js +523 silly gunzTarPerm extractEntry node_modules/text-table/example/center.js +524 silly gunzTarPerm extractEntry node_modules/text-table/test/center.js +525 silly gunzTarPerm extractEntry node_modules/@sigstore/core/dist/x509/cert.js +526 silly gunzTarPerm extractEntry node_modules/@sigstore/verify/dist/key/certificate.js +527 silly gunzTarPerm extractEntry node_modules/diff/lib/diff/character.js +528 silly gunzTarPerm extractEntry node_modules/negotiator/lib/charset.js +529 silly gunzTarPerm extractEntry node_modules/bin-links/lib/check-bin.js +530 silly gunzTarPerm extractEntry node_modules/bin-links/lib/check-bins.js +531 silly gunzTarPerm extractEntry node_modules/npm-registry-fetch/lib/check-response.js +532 silly gunzTarPerm extractEntry node_modules/@sigstore/verify/dist/timestamp/checkpoint.js +533 silly gunzTarPerm extractEntry node_modules/chownr/chownr.js +534 silly gunzTarPerm extractEntry lib/commands/ci.js +535 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/identity/ci.js +536 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/className.js +537 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/clean.js +538 silly gunzTarPerm extractEntry node_modules/semver/functions/clean.js +539 silly gunzTarPerm extractEntry lib/cli.js +540 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/witness/tlog/client.js +541 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/witness/tsa/client.js +542 silly gunzTarPerm extractEntry node_modules/@sigstore/tuf/dist/client.js +543 silly gunzTarPerm extractEntry node_modules/proggy/lib/client.js +544 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/clone.js +545 silly gunzTarPerm extractEntry node_modules/graceful-fs/clone.js +546 silly gunzTarPerm extractEntry lib/utils/cmd-list.js +547 silly gunzTarPerm extractEntry node_modules/mkdirp/bin/cmd.js +548 silly gunzTarPerm extractEntry node_modules/semver/functions/cmp.js +549 silly gunzTarPerm extractEntry node_modules/semver/functions/coerce.js +550 silly gunzTarPerm extractEntry node_modules/cli-columns/color.js +551 silly gunzTarPerm extractEntry node_modules/npm-audit-report/lib/colors.js +552 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/combinator.js +553 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/comment.js +554 silly gunzTarPerm extractEntry node_modules/libnpmversion/lib/commit.js +555 silly gunzTarPerm extractEntry node_modules/debug/src/common.js +556 silly gunzTarPerm extractEntry node_modules/ip-address/dist/common.js +557 silly gunzTarPerm extractEntry node_modules/retry/test/common.js +558 silly gunzTarPerm extractEntry node_modules/semver/classes/comparator.js +559 silly gunzTarPerm extractEntry node_modules/semver/functions/compare-build.js +560 silly gunzTarPerm extractEntry node_modules/semver/functions/compare-loose.js +561 silly gunzTarPerm extractEntry node_modules/semver/functions/compare.js +562 silly gunzTarPerm extractEntry lib/commands/completion.js +563 silly gunzTarPerm extractEntry lib/commands/config.js +564 silly gunzTarPerm extractEntry node_modules/sigstore/dist/config.js +565 silly gunzTarPerm extractEntry node_modules/tuf-js/dist/config.js +566 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/configure.js +567 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/consistent-resolve.js +568 silly gunzTarPerm extractEntry node_modules/ip-address/dist/v4/constants.js +569 silly gunzTarPerm extractEntry node_modules/ip-address/dist/v6/constants.js +570 silly gunzTarPerm extractEntry node_modules/minizlib/constants.js +571 silly gunzTarPerm extractEntry node_modules/semver/internal/constants.js +572 silly gunzTarPerm extractEntry node_modules/socks/build/common/constants.js +573 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/constructors.js +574 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/container.js +575 silly gunzTarPerm extractEntry node_modules/color-convert/conversions.js +576 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/create-config-gypi.js +577 silly gunzTarPerm extractEntry node_modules/diff/lib/patch/create.js +578 silly gunzTarPerm extractEntry node_modules/tar/lib/create.js +579 silly gunzTarPerm extractEntry node_modules/@sigstore/core/dist/crypto.js +580 silly gunzTarPerm extractEntry node_modules/diff/lib/diff/css.js +581 silly gunzTarPerm extractEntry node_modules/cssesc/cssesc.js +582 silly gunzTarPerm extractEntry node_modules/tiny-relative-date/translations/da.js +583 silly gunzTarPerm extractEntry node_modules/safer-buffer/dangerous.js +584 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/dbcs-codec.js +585 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/dbcs-data.js +586 silly gunzTarPerm extractEntry node_modules/tiny-relative-date/translations/de.js +587 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/debug.js +588 silly gunzTarPerm extractEntry node_modules/nopt/lib/debug.js +589 silly gunzTarPerm extractEntry node_modules/semver/internal/debug.js +590 silly gunzTarPerm extractEntry lib/commands/dedupe.js +591 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/deepest-nesting-target.js +592 silly gunzTarPerm extractEntry node_modules/init-package-json/lib/default-input.js +593 silly gunzTarPerm extractEntry node_modules/npm-registry-fetch/lib/default-opts.js +594 silly gunzTarPerm extractEntry node_modules/@npmcli/config/lib/definitions/definition.js +595 silly gunzTarPerm extractEntry node_modules/@npmcli/config/lib/definitions/definitions.js +596 silly gunzTarPerm extractEntry node_modules/exponential-backoff/dist/delay/delay.base.js +597 silly gunzTarPerm extractEntry node_modules/exponential-backoff/dist/delay/delay.factory.js +598 silly gunzTarPerm extractEntry node_modules/exponential-backoff/dist/delay/delay.interface.js +599 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/delegations.js +600 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/dep-valid.js +601 silly gunzTarPerm extractEntry lib/commands/deprecate.js +602 silly gunzTarPerm extractEntry node_modules/treeverse/lib/depth-descent.js +603 silly gunzTarPerm extractEntry node_modules/treeverse/lib/depth.js +604 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/descriptor.js +605 silly gunzTarPerm extractEntry node_modules/npm-audit-report/lib/reporters/detail.js +606 silly gunzTarPerm extractEntry lib/utils/did-you-mean.js +607 silly gunzTarPerm extractEntry lib/commands/diff.js +608 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/diff.js +609 silly gunzTarPerm extractEntry node_modules/diff/dist/diff.js +610 silly gunzTarPerm extractEntry node_modules/semver/functions/diff.js +611 silly gunzTarPerm extractEntry node_modules/diff/dist/diff.min.js +612 silly gunzTarPerm extractEntry node_modules/pacote/lib/dir.js +613 silly gunzTarPerm extractEntry lib/utils/display.js +614 silly gunzTarPerm extractEntry lib/commands/dist-tag.js +615 silly gunzTarPerm extractEntry node_modules/diff/lib/util/distance-iterator.js +616 silly gunzTarPerm extractEntry node_modules/diff/lib/convert/dmp.js +617 silly gunzTarPerm extractEntry node_modules/@npmcli/agent/lib/dns.js +618 silly gunzTarPerm extractEntry node_modules/retry/example/dns.js +619 silly gunzTarPerm extractEntry lib/commands/docs.js +620 silly gunzTarPerm extractEntry lib/commands/doctor.js +621 silly gunzTarPerm extractEntry node_modules/text-table/example/dotalign.js +622 silly gunzTarPerm extractEntry node_modules/text-table/test/dotalign.js +623 silly gunzTarPerm extractEntry node_modules/text-table/example/doubledot.js +624 silly gunzTarPerm extractEntry node_modules/text-table/test/doubledot.js +625 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/download.js +626 silly gunzTarPerm extractEntry node_modules/@sigstore/core/dist/dsse.js +627 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/bundler/dsse.js +628 silly gunzTarPerm extractEntry node_modules/@sigstore/verify/dist/bundle/dsse.js +629 silly gunzTarPerm extractEntry node_modules/@sigstore/verify/dist/tlog/dsse.js +630 silly gunzTarPerm extractEntry node_modules/eastasianwidth/eastasianwidth.js +631 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/edge.js +632 silly gunzTarPerm extractEntry lib/commands/edit.js +633 silly gunzTarPerm extractEntry node_modules/tiny-relative-date/translations/en-short.js +634 silly gunzTarPerm extractEntry node_modules/tiny-relative-date/translations/en.js +635 silly gunzTarPerm extractEntry node_modules/@sigstore/core/dist/encoding.js +636 silly gunzTarPerm extractEntry node_modules/encoding/lib/encoding.js +637 silly gunzTarPerm extractEntry node_modules/negotiator/lib/encoding.js +638 silly gunzTarPerm extractEntry node_modules/libnpmversion/lib/enforce-clean.js +639 silly gunzTarPerm extractEntry node_modules/cross-spawn/lib/enoent.js +640 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/util/ensureObject.js +641 silly gunzTarPerm extractEntry node_modules/cacache/lib/entry-index.js +642 silly gunzTarPerm extractEntry lib/cli/entry.js +643 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/witness/tlog/entry.js +644 silly gunzTarPerm extractEntry node_modules/make-fetch-happen/lib/cache/entry.js +645 silly gunzTarPerm extractEntry node_modules/@npmcli/config/lib/env-replace.js +646 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/dist/__generated__/envelope.js +647 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/signer/fulcio/ephemeral.js +648 silly gunzTarPerm extractEntry node_modules/semver/functions/eq.js +649 silly gunzTarPerm extractEntry lib/utils/error-message.js +650 silly gunzTarPerm extractEntry node_modules/@sigstore/bundle/dist/error.js +651 silly gunzTarPerm extractEntry node_modules/@sigstore/core/dist/asn1/error.js +652 silly gunzTarPerm extractEntry node_modules/@sigstore/core/dist/rfc3161/error.js +653 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/error.js +654 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/external/error.js +655 silly gunzTarPerm extractEntry node_modules/@sigstore/tuf/dist/error.js +656 silly gunzTarPerm extractEntry node_modules/@sigstore/verify/dist/error.js +657 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/error.js +658 silly gunzTarPerm extractEntry node_modules/tuf-js/dist/error.js +659 silly gunzTarPerm extractEntry node_modules/@npmcli/agent/lib/errors.js +660 silly gunzTarPerm extractEntry node_modules/@npmcli/config/lib/errors.js +661 silly gunzTarPerm extractEntry node_modules/@npmcli/fs/lib/cp/errors.js +662 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/errors.js +663 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/internal/errors.js +664 silly gunzTarPerm extractEntry node_modules/make-fetch-happen/lib/cache/errors.js +665 silly gunzTarPerm extractEntry node_modules/npm-registry-fetch/lib/errors.js +666 silly gunzTarPerm extractEntry node_modules/tiny-relative-date/translations/es.js +667 silly gunzTarPerm extractEntry node_modules/jsbn/test/es6-import.js +668 silly gunzTarPerm extractEntry node_modules/@npmcli/promise-spawn/lib/escape.js +669 silly gunzTarPerm extractEntry node_modules/cross-spawn/lib/util/escape.js +670 silly gunzTarPerm extractEntry node_modules/minimatch/dist/commonjs/escape.js +671 silly gunzTarPerm extractEntry node_modules/minimatch/dist/esm/escape.js +672 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/dist/__generated__/events.js +673 silly gunzTarPerm extractEntry node_modules/jsbn/example.js +674 silly gunzTarPerm extractEntry lib/commands/exec.js +675 silly gunzTarPerm extractEntry node_modules/npm-audit-report/lib/exit-code.js +676 silly gunzTarPerm extractEntry lib/cli/exit-handler.js +677 silly gunzTarPerm extractEntry lib/utils/explain-dep.js +678 silly gunzTarPerm extractEntry lib/utils/explain-eresolve.js +679 silly gunzTarPerm extractEntry lib/commands/explain.js +680 silly gunzTarPerm extractEntry lib/commands/explore.js +681 silly gunzTarPerm extractEntry node_modules/@sigstore/core/dist/x509/ext.js +682 silly gunzTarPerm extractEntry node_modules/normalize-package-data/lib/extract_description.js +683 silly gunzTarPerm extractEntry node_modules/tar/lib/extract.js +684 silly gunzTarPerm extractEntry node_modules/tiny-relative-date/lib/factory.js +685 silly gunzTarPerm extractEntry node_modules/tiny-relative-date/src/factory.js +686 silly gunzTarPerm extractEntry node_modules/minipass-fetch/lib/fetch-error.js +687 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/types/fetch.js +688 silly gunzTarPerm extractEntry node_modules/make-fetch-happen/lib/fetch.js +689 silly gunzTarPerm extractEntry node_modules/pacote/lib/fetcher.js +690 silly gunzTarPerm extractEntry node_modules/tuf-js/dist/fetcher.js +691 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/dist/__generated__/google/api/field_behavior.js +692 silly gunzTarPerm extractEntry node_modules/libnpmexec/lib/file-exists.js +693 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/file.js +694 silly gunzTarPerm extractEntry node_modules/pacote/lib/file.js +695 silly gunzTarPerm extractEntry node_modules/@sigstore/verify/dist/trust/filter.js +696 silly gunzTarPerm extractEntry lib/commands/find-dupes.js +697 silly gunzTarPerm extractEntry node_modules/mkdirp/lib/find-made.js +698 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/find-node-directory.js +699 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/find-python.js +700 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/find-visualstudio.js +701 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/find.js +702 silly gunzTarPerm extractEntry node_modules/bin-links/lib/fix-bin.js +703 silly gunzTarPerm extractEntry node_modules/normalize-package-data/lib/fixer.js +704 silly gunzTarPerm extractEntry lib/utils/format-bytes.js +705 silly gunzTarPerm extractEntry node_modules/libnpmdiff/lib/format-diff.js +706 silly gunzTarPerm extractEntry lib/utils/format-search-stream.js +707 silly gunzTarPerm extractEntry lib/utils/format.js +708 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/from-path.js +709 silly gunzTarPerm extractEntry node_modules/hosted-git-info/lib/from-url.js +710 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/external/fulcio.js +711 silly gunzTarPerm extractEntry node_modules/exponential-backoff/dist/jitter/full/full.jitter.js +712 silly gunzTarPerm extractEntry lib/commands/fund.js +713 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/funding.js +714 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/gather-dep-set.js +715 silly gunzTarPerm extractEntry node_modules/libnpmexec/lib/get-bin-from-manifest.js +716 silly gunzTarPerm extractEntry node_modules/@npmcli/metavuln-calculator/lib/get-dep-spec.js +717 silly gunzTarPerm extractEntry lib/utils/get-identity.js +718 silly gunzTarPerm extractEntry node_modules/bin-links/lib/get-node-modules.js +719 silly gunzTarPerm extractEntry node_modules/@npmcli/fs/lib/common/get-options.js +720 silly gunzTarPerm extractEntry node_modules/bin-links/lib/get-paths.js +721 silly gunzTarPerm extractEntry node_modules/bin-links/lib/get-prefix.js +722 silly gunzTarPerm extractEntry lib/utils/get-workspaces.js +723 silly gunzTarPerm extractEntry node_modules/tar/lib/get-write-flag.js +724 silly gunzTarPerm extractEntry lib/commands/get.js +725 silly gunzTarPerm extractEntry node_modules/cacache/lib/get.js +726 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/util/getProp.js +727 silly gunzTarPerm extractEntry node_modules/pacote/lib/git.js +728 silly gunzTarPerm extractEntry node_modules/cacache/lib/util/glob.js +729 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/glob.js +730 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/glob.js +731 silly gunzTarPerm extractEntry node_modules/graceful-fs/graceful-fs.js +732 silly gunzTarPerm extractEntry node_modules/semver/functions/gt.js +733 silly gunzTarPerm extractEntry node_modules/semver/functions/gte.js +734 silly gunzTarPerm extractEntry node_modules/semver/ranges/gtr.js +735 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/utils/guard.js +736 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/guards.js +737 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/has-magic.js +738 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/has-magic.js +739 silly gunzTarPerm extractEntry node_modules/cacache/lib/util/hash-to-segments.js +740 silly gunzTarPerm extractEntry node_modules/@npmcli/metavuln-calculator/lib/hash.js +741 silly gunzTarPerm extractEntry node_modules/@sigstore/verify/dist/tlog/hashedrekord.js +742 silly gunzTarPerm extractEntry node_modules/tar/lib/header.js +743 silly gunzTarPerm extractEntry node_modules/minipass-fetch/lib/headers.js +744 silly gunzTarPerm extractEntry lib/commands/help-search.js +745 silly gunzTarPerm extractEntry lib/commands/help.js +746 silly gunzTarPerm extractEntry node_modules/agent-base/dist/helpers.js +747 silly gunzTarPerm extractEntry node_modules/ip-address/dist/v6/helpers.js +748 silly gunzTarPerm extractEntry node_modules/socks/build/common/helpers.js +749 silly gunzTarPerm extractEntry node_modules/tar/lib/high-level-opt.js +750 silly gunzTarPerm extractEntry lib/commands/hook.js +751 silly gunzTarPerm extractEntry node_modules/hosted-git-info/lib/hosts.js +752 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/id.js +753 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/ideal.js +754 silly gunzTarPerm extractEntry node_modules/semver/internal/identifiers.js +755 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/ignore.js +756 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/ignore.js +757 silly gunzTarPerm extractEntry node_modules/function-bind/implementation.js +758 silly gunzTarPerm extractEntry node_modules/imurmurhash/imurmurhash.js +759 silly gunzTarPerm extractEntry node_modules/imurmurhash/imurmurhash.min.js +760 silly gunzTarPerm extractEntry node_modules/semver/functions/inc.js +761 silly gunzTarPerm extractEntry node_modules/diff/lib/index.es6.js +762 silly gunzTarPerm extractEntry docs/lib/index.js +763 silly gunzTarPerm extractEntry index.js +764 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/build/lib/index.js +765 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/ansi-regex/index.js +766 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/index.js +767 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/emoji-regex/index.js +768 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/string-width/index.js +769 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/strip-ansi/index.js +770 silly gunzTarPerm extractEntry node_modules/@isaacs/string-locale-compare/index.js +771 silly gunzTarPerm extractEntry node_modules/@npmcli/agent/lib/index.js +772 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/index.js +773 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/arborist/index.js +774 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/index.js +775 silly gunzTarPerm extractEntry node_modules/@npmcli/config/lib/definitions/index.js +776 silly gunzTarPerm extractEntry node_modules/@npmcli/config/lib/index.js +777 silly gunzTarPerm extractEntry node_modules/@npmcli/fs/lib/cp/index.js +778 silly gunzTarPerm extractEntry node_modules/@npmcli/fs/lib/index.js +779 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/index.js +780 silly gunzTarPerm extractEntry node_modules/@npmcli/installed-package-contents/bin/index.js +781 silly gunzTarPerm extractEntry node_modules/@npmcli/installed-package-contents/lib/index.js +782 silly gunzTarPerm extractEntry node_modules/@npmcli/map-workspaces/lib/index.js +783 silly gunzTarPerm extractEntry node_modules/@npmcli/metavuln-calculator/lib/index.js +784 silly gunzTarPerm extractEntry node_modules/@npmcli/name-from-folder/lib/index.js +785 silly gunzTarPerm extractEntry node_modules/@npmcli/node-gyp/lib/index.js +786 silly gunzTarPerm extractEntry node_modules/@npmcli/package-json/lib/index.js +787 silly gunzTarPerm extractEntry node_modules/@npmcli/promise-spawn/lib/index.js +788 silly gunzTarPerm extractEntry node_modules/@npmcli/query/lib/index.js +789 silly gunzTarPerm extractEntry node_modules/@npmcli/redact/lib/index.js +790 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/index.js +791 silly gunzTarPerm extractEntry node_modules/@sigstore/bundle/dist/index.js +792 silly gunzTarPerm extractEntry node_modules/@sigstore/core/dist/asn1/index.js +793 silly gunzTarPerm extractEntry node_modules/@sigstore/core/dist/index.js +794 silly gunzTarPerm extractEntry node_modules/@sigstore/core/dist/rfc3161/index.js +795 silly gunzTarPerm extractEntry node_modules/@sigstore/core/dist/x509/index.js +796 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/dist/index.js +797 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/bundler/index.js +798 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/identity/index.js +799 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/index.js +800 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/signer/fulcio/index.js +801 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/signer/index.js +802 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/util/index.js +803 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/witness/index.js +804 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/witness/tlog/index.js +805 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/witness/tsa/index.js +806 silly gunzTarPerm extractEntry node_modules/@sigstore/tuf/dist/index.js +807 silly gunzTarPerm extractEntry node_modules/@sigstore/verify/dist/bundle/index.js +808 silly gunzTarPerm extractEntry node_modules/@sigstore/verify/dist/index.js +809 silly gunzTarPerm extractEntry node_modules/@sigstore/verify/dist/key/index.js +810 silly gunzTarPerm extractEntry node_modules/@sigstore/verify/dist/timestamp/index.js +811 silly gunzTarPerm extractEntry node_modules/@sigstore/verify/dist/tlog/index.js +812 silly gunzTarPerm extractEntry node_modules/@sigstore/verify/dist/trust/index.js +813 silly gunzTarPerm extractEntry node_modules/@tufjs/canonical-json/lib/index.js +814 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/index.js +815 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/utils/index.js +816 silly gunzTarPerm extractEntry node_modules/abbrev/lib/index.js +817 silly gunzTarPerm extractEntry node_modules/agent-base/dist/index.js +818 silly gunzTarPerm extractEntry node_modules/aggregate-error/index.js +819 silly gunzTarPerm extractEntry node_modules/ansi-regex/index.js +820 silly gunzTarPerm extractEntry node_modules/ansi-styles/index.js +821 silly gunzTarPerm extractEntry node_modules/aproba/index.js +822 silly gunzTarPerm extractEntry node_modules/archy/index.js +823 silly gunzTarPerm extractEntry node_modules/balanced-match/index.js +824 silly gunzTarPerm extractEntry node_modules/bin-links/lib/index.js +825 silly gunzTarPerm extractEntry node_modules/binary-extensions/index.js +826 silly gunzTarPerm extractEntry node_modules/brace-expansion/index.js +827 silly gunzTarPerm extractEntry node_modules/builtins/index.js +828 silly gunzTarPerm extractEntry node_modules/cacache/lib/index.js +829 silly gunzTarPerm extractEntry node_modules/chalk/source/index.js +830 silly gunzTarPerm extractEntry node_modules/chalk/source/vendor/ansi-styles/index.js +831 silly gunzTarPerm extractEntry node_modules/chalk/source/vendor/supports-color/index.js +832 silly gunzTarPerm extractEntry node_modules/ci-info/index.js +833 silly gunzTarPerm extractEntry node_modules/cidr-regex/index.js +834 silly gunzTarPerm extractEntry node_modules/clean-stack/index.js +835 silly gunzTarPerm extractEntry node_modules/cli-columns/index.js +836 silly gunzTarPerm extractEntry node_modules/cmd-shim/lib/index.js +837 silly gunzTarPerm extractEntry node_modules/color-convert/index.js +838 silly gunzTarPerm extractEntry node_modules/color-name/index.js +839 silly gunzTarPerm extractEntry node_modules/common-ancestor-path/index.js +840 silly gunzTarPerm extractEntry node_modules/cross-spawn/index.js +841 silly gunzTarPerm extractEntry node_modules/debug/node_modules/ms/index.js +842 silly gunzTarPerm extractEntry node_modules/debug/src/index.js +843 silly gunzTarPerm extractEntry node_modules/diff/lib/index.js +844 silly gunzTarPerm extractEntry node_modules/emoji-regex/es2015/index.js +845 silly gunzTarPerm extractEntry node_modules/emoji-regex/index.js +846 silly gunzTarPerm extractEntry node_modules/env-paths/index.js +847 silly gunzTarPerm extractEntry node_modules/err-code/index.js +848 silly gunzTarPerm extractEntry node_modules/foreground-child/dist/cjs/index.js +849 silly gunzTarPerm extractEntry node_modules/foreground-child/dist/mjs/index.js +850 silly gunzTarPerm extractEntry node_modules/fs-minipass/lib/index.js +851 silly gunzTarPerm extractEntry node_modules/function-bind/index.js +852 silly gunzTarPerm extractEntry node_modules/function-bind/test/index.js +853 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/index.js +854 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/index.js +855 silly gunzTarPerm extractEntry node_modules/hasown/index.js +856 silly gunzTarPerm extractEntry node_modules/hosted-git-info/lib/index.js +857 silly gunzTarPerm extractEntry node_modules/http-cache-semantics/index.js +858 silly gunzTarPerm extractEntry node_modules/http-proxy-agent/dist/index.js +859 silly gunzTarPerm extractEntry node_modules/https-proxy-agent/dist/index.js +860 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/index.js +861 silly gunzTarPerm extractEntry node_modules/iconv-lite/lib/index.js +862 silly gunzTarPerm extractEntry node_modules/ignore-walk/lib/index.js +863 silly gunzTarPerm extractEntry node_modules/indent-string/index.js +864 silly gunzTarPerm extractEntry node_modules/ip-regex/index.js +865 silly gunzTarPerm extractEntry node_modules/is-cidr/index.js +866 silly gunzTarPerm extractEntry node_modules/is-core-module/index.js +867 silly gunzTarPerm extractEntry node_modules/is-core-module/test/index.js +868 silly gunzTarPerm extractEntry node_modules/is-fullwidth-code-point/index.js +869 silly gunzTarPerm extractEntry node_modules/is-lambda/index.js +870 silly gunzTarPerm extractEntry node_modules/isexe/index.js +871 silly gunzTarPerm extractEntry node_modules/jackspeak/dist/commonjs/index.js +872 silly gunzTarPerm extractEntry node_modules/jackspeak/dist/esm/index.js +873 silly gunzTarPerm extractEntry node_modules/jsbn/index.js +874 silly gunzTarPerm extractEntry node_modules/json-parse-even-better-errors/lib/index.js +875 silly gunzTarPerm extractEntry node_modules/json-stringify-nice/index.js +876 silly gunzTarPerm extractEntry node_modules/libnpmaccess/lib/index.js +877 silly gunzTarPerm extractEntry node_modules/libnpmdiff/lib/index.js +878 silly gunzTarPerm extractEntry node_modules/libnpmexec/lib/index.js +879 silly gunzTarPerm extractEntry node_modules/libnpmfund/lib/index.js +880 silly gunzTarPerm extractEntry node_modules/libnpmhook/lib/index.js +881 silly gunzTarPerm extractEntry node_modules/libnpmorg/lib/index.js +882 silly gunzTarPerm extractEntry node_modules/libnpmpack/lib/index.js +883 silly gunzTarPerm extractEntry node_modules/libnpmpublish/lib/index.js +884 silly gunzTarPerm extractEntry node_modules/libnpmsearch/lib/index.js +885 silly gunzTarPerm extractEntry node_modules/libnpmteam/lib/index.js +886 silly gunzTarPerm extractEntry node_modules/libnpmversion/lib/index.js +887 silly gunzTarPerm extractEntry node_modules/lru-cache/dist/commonjs/index.js +888 silly gunzTarPerm extractEntry node_modules/lru-cache/dist/esm/index.js +889 silly gunzTarPerm extractEntry node_modules/make-fetch-happen/lib/cache/index.js +890 silly gunzTarPerm extractEntry node_modules/make-fetch-happen/lib/index.js +891 silly gunzTarPerm extractEntry node_modules/minimatch/dist/commonjs/index.js +892 silly gunzTarPerm extractEntry node_modules/minimatch/dist/esm/index.js +893 silly gunzTarPerm extractEntry node_modules/minipass-collect/index.js +894 silly gunzTarPerm extractEntry node_modules/minipass-fetch/lib/index.js +895 silly gunzTarPerm extractEntry node_modules/minipass-flush/index.js +896 silly gunzTarPerm extractEntry node_modules/minipass-flush/node_modules/minipass/index.js +897 silly gunzTarPerm extractEntry node_modules/minipass-json-stream/index.js +898 silly gunzTarPerm extractEntry node_modules/minipass-json-stream/node_modules/minipass/index.js +899 silly gunzTarPerm extractEntry node_modules/minipass-pipeline/index.js +900 silly gunzTarPerm extractEntry node_modules/minipass-pipeline/node_modules/minipass/index.js +901 silly gunzTarPerm extractEntry node_modules/minipass-sized/index.js +902 silly gunzTarPerm extractEntry node_modules/minipass-sized/node_modules/minipass/index.js +903 silly gunzTarPerm extractEntry node_modules/minipass/dist/commonjs/index.js +904 silly gunzTarPerm extractEntry node_modules/minipass/dist/esm/index.js +905 silly gunzTarPerm extractEntry node_modules/minizlib/index.js +906 silly gunzTarPerm extractEntry node_modules/minizlib/node_modules/minipass/index.js +907 silly gunzTarPerm extractEntry node_modules/mkdirp/index.js +908 silly gunzTarPerm extractEntry node_modules/ms/index.js +909 silly gunzTarPerm extractEntry node_modules/mute-stream/lib/index.js +910 silly gunzTarPerm extractEntry node_modules/negotiator/index.js +911 silly gunzTarPerm extractEntry node_modules/node-gyp/node_modules/proc-log/lib/index.js +912 silly gunzTarPerm extractEntry node_modules/npm-audit-report/lib/index.js +913 silly gunzTarPerm extractEntry node_modules/npm-bundled/lib/index.js +914 silly gunzTarPerm extractEntry node_modules/npm-install-checks/lib/index.js +915 silly gunzTarPerm extractEntry node_modules/npm-normalize-package-bin/lib/index.js +916 silly gunzTarPerm extractEntry node_modules/npm-packlist/lib/index.js +917 silly gunzTarPerm extractEntry node_modules/npm-pick-manifest/lib/index.js +918 silly gunzTarPerm extractEntry node_modules/npm-profile/lib/index.js +919 silly gunzTarPerm extractEntry node_modules/npm-registry-fetch/lib/index.js +920 silly gunzTarPerm extractEntry node_modules/npm-user-validate/lib/index.js +921 silly gunzTarPerm extractEntry node_modules/p-map/index.js +922 silly gunzTarPerm extractEntry node_modules/pacote/lib/index.js +923 silly gunzTarPerm extractEntry node_modules/parse-conflict-json/lib/index.js +924 silly gunzTarPerm extractEntry node_modules/path-key/index.js +925 silly gunzTarPerm extractEntry node_modules/path-scurry/dist/commonjs/index.js +926 silly gunzTarPerm extractEntry node_modules/path-scurry/dist/esm/index.js +927 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/index.js +928 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/index.js +929 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/util/index.js +930 silly gunzTarPerm extractEntry node_modules/proc-log/lib/index.js +931 silly gunzTarPerm extractEntry node_modules/proggy/lib/index.js +932 silly gunzTarPerm extractEntry node_modules/promise-all-reject-late/index.js +933 silly gunzTarPerm extractEntry node_modules/promise-all-reject-late/test/index.js +934 silly gunzTarPerm extractEntry node_modules/promise-call-limit/dist/commonjs/index.js +935 silly gunzTarPerm extractEntry node_modules/promise-call-limit/dist/esm/index.js +936 silly gunzTarPerm extractEntry node_modules/promise-retry/index.js +937 silly gunzTarPerm extractEntry node_modules/promzard/lib/index.js +938 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/vendor/QRCode/index.js +939 silly gunzTarPerm extractEntry node_modules/read-cmd-shim/lib/index.js +940 silly gunzTarPerm extractEntry node_modules/read-package-json-fast/lib/index.js +941 silly gunzTarPerm extractEntry node_modules/retry/index.js +942 silly gunzTarPerm extractEntry node_modules/semver/classes/index.js +943 silly gunzTarPerm extractEntry node_modules/semver/index.js +944 silly gunzTarPerm extractEntry node_modules/semver/node_modules/lru-cache/index.js +945 silly gunzTarPerm extractEntry node_modules/shebang-command/index.js +946 silly gunzTarPerm extractEntry node_modules/shebang-regex/index.js +947 silly gunzTarPerm extractEntry node_modules/signal-exit/dist/cjs/index.js +948 silly gunzTarPerm extractEntry node_modules/signal-exit/dist/mjs/index.js +949 silly gunzTarPerm extractEntry node_modules/sigstore/dist/index.js +950 silly gunzTarPerm extractEntry node_modules/socks-proxy-agent/dist/index.js +951 silly gunzTarPerm extractEntry node_modules/socks/build/index.js +952 silly gunzTarPerm extractEntry node_modules/spdx-correct/index.js +953 silly gunzTarPerm extractEntry node_modules/spdx-correct/node_modules/spdx-expression-parse/index.js +954 silly gunzTarPerm extractEntry node_modules/spdx-expression-parse/index.js +955 silly gunzTarPerm extractEntry node_modules/ssri/lib/index.js +956 silly gunzTarPerm extractEntry node_modules/string-width-cjs/index.js +957 silly gunzTarPerm extractEntry node_modules/string-width/index.js +958 silly gunzTarPerm extractEntry node_modules/strip-ansi-cjs/index.js +959 silly gunzTarPerm extractEntry node_modules/strip-ansi/index.js +960 silly gunzTarPerm extractEntry node_modules/supports-color/index.js +961 silly gunzTarPerm extractEntry node_modules/tar/index.js +962 silly gunzTarPerm extractEntry node_modules/tar/node_modules/fs-minipass/index.js +963 silly gunzTarPerm extractEntry node_modules/tar/node_modules/fs-minipass/node_modules/minipass/index.js +964 silly gunzTarPerm extractEntry node_modules/tar/node_modules/minipass/index.js +965 silly gunzTarPerm extractEntry node_modules/text-table/index.js +966 silly gunzTarPerm extractEntry node_modules/tiny-relative-date/lib/index.js +967 silly gunzTarPerm extractEntry node_modules/tiny-relative-date/src/index.js +968 silly gunzTarPerm extractEntry node_modules/treeverse/lib/index.js +969 silly gunzTarPerm extractEntry node_modules/tuf-js/dist/index.js +970 silly gunzTarPerm extractEntry node_modules/unique-filename/lib/index.js +971 silly gunzTarPerm extractEntry node_modules/unique-slug/lib/index.js +972 silly gunzTarPerm extractEntry node_modules/validate-npm-package-license/index.js +973 silly gunzTarPerm extractEntry node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/index.js +974 silly gunzTarPerm extractEntry node_modules/validate-npm-package-name/lib/index.js +975 silly gunzTarPerm extractEntry node_modules/walk-up-path/dist/cjs/index.js +976 silly gunzTarPerm extractEntry node_modules/walk-up-path/dist/mjs/index.js +977 silly gunzTarPerm extractEntry node_modules/which/lib/index.js +978 silly gunzTarPerm extractEntry node_modules/which/node_modules/isexe/dist/cjs/index.js +979 silly gunzTarPerm extractEntry node_modules/which/node_modules/isexe/dist/mjs/index.js +980 silly gunzTarPerm extractEntry node_modules/wrap-ansi-cjs/index.js +981 silly gunzTarPerm extractEntry node_modules/wrap-ansi-cjs/node_modules/ansi-styles/index.js +982 silly gunzTarPerm extractEntry node_modules/wrap-ansi/index.js +983 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/ansi-regex/index.js +984 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/emoji-regex/es2015/index.js +985 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/emoji-regex/index.js +986 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/string-width/index.js +987 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/strip-ansi/index.js +988 silly gunzTarPerm extractEntry node_modules/write-file-atomic/lib/index.js +989 silly gunzTarPerm extractEntry node_modules/err-code/index.umd.js +990 silly gunzTarPerm extractEntry node_modules/promise-inflight/inflight.js +991 silly gunzTarPerm extractEntry node_modules/ini/lib/ini.js +992 silly gunzTarPerm extractEntry node_modules/init-package-json/lib/init-package-json.js +993 silly gunzTarPerm extractEntry lib/commands/init.js +994 silly gunzTarPerm extractEntry lib/commands/install-ci-test.js +995 silly gunzTarPerm extractEntry lib/commands/install-test.js +996 silly gunzTarPerm extractEntry lib/commands/install.js +997 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/install.js +998 silly gunzTarPerm extractEntry node_modules/npm-audit-report/lib/reporters/install.js +999 silly gunzTarPerm extractEntry lib/utils/installed-deep.js +1000 silly gunzTarPerm extractEntry lib/utils/installed-shallow.js +1001 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/internal.js +1002 silly gunzTarPerm extractEntry node_modules/semver/ranges/intersects.js +1003 silly gunzTarPerm extractEntry node_modules/@sigstore/verify/dist/tlog/intoto.js +1004 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/inventory.js +1005 silly gunzTarPerm extractEntry node_modules/ip-address/dist/ip-address.js +1006 silly gunzTarPerm extractEntry node_modules/ip-address/dist/ipv4.js +1007 silly gunzTarPerm extractEntry node_modules/ip-address/dist/ipv6.js +1008 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/is-clean.js +1009 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/examples/is-default-value.js +1010 silly gunzTarPerm extractEntry node_modules/pacote/lib/util/is-package-bin.js +1011 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/lib/is-server-package.js +1012 silly gunzTarPerm extractEntry lib/utils/is-windows.js +1013 silly gunzTarPerm extractEntry node_modules/bin-links/lib/is-windows.js +1014 silly gunzTarPerm extractEntry node_modules/libnpmexec/lib/is-windows.js +1015 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/is.js +1016 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/arborist/isolated-reifier.js +1017 silly gunzTarPerm extractEntry node_modules/yallist/iterator.js +1018 silly gunzTarPerm extractEntry node_modules/exponential-backoff/dist/jitter/jitter.factory.js +1019 silly gunzTarPerm extractEntry node_modules/@sigstore/core/dist/json.js +1020 silly gunzTarPerm extractEntry node_modules/diff/lib/diff/json.js +1021 silly gunzTarPerm extractEntry node_modules/npm-audit-report/lib/reporters/json.js +1022 silly gunzTarPerm extractEntry node_modules/jsonparse/jsonparse.js +1023 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/key.js +1024 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/utils/key.js +1025 silly gunzTarPerm extractEntry node_modules/make-fetch-happen/lib/cache/key.js +1026 silly gunzTarPerm extractEntry node_modules/negotiator/lib/language.js +1027 silly gunzTarPerm extractEntry node_modules/tar/lib/large-numbers.js +1028 silly gunzTarPerm extractEntry node_modules/graceful-fs/legacy-streams.js +1029 silly gunzTarPerm extractEntry node_modules/@sigstore/core/dist/asn1/length.js +1030 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/license.js +1031 silly gunzTarPerm extractEntry lib/lifecycle-cmd.js +1032 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/examples/limit-long-syntax.js +1033 silly gunzTarPerm extractEntry node_modules/diff/lib/diff/line.js +1034 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/lines-to-revs.js +1035 silly gunzTarPerm extractEntry node_modules/bin-links/lib/link-bin.js +1036 silly gunzTarPerm extractEntry node_modules/bin-links/lib/link-bins.js +1037 silly gunzTarPerm extractEntry node_modules/bin-links/lib/link-gently.js +1038 silly gunzTarPerm extractEntry node_modules/bin-links/lib/link-mans.js +1039 silly gunzTarPerm extractEntry lib/commands/link.js +1040 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/link.js +1041 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/list.js +1042 silly gunzTarPerm extractEntry node_modules/tar/lib/list.js +1043 silly gunzTarPerm extractEntry lib/commands/ll.js +1044 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/arborist/load-actual.js +1045 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/arborist/load-virtual.js +1046 silly gunzTarPerm extractEntry lib/utils/log-file.js +1047 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/log.js +1048 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/lib/logging.js +1049 silly gunzTarPerm extractEntry lib/commands/login.js +1050 silly gunzTarPerm extractEntry lib/commands/logout.js +1051 silly gunzTarPerm extractEntry lib/commands/ls.js +1052 silly gunzTarPerm extractEntry node_modules/semver/functions/lt.js +1053 silly gunzTarPerm extractEntry node_modules/semver/functions/lte.js +1054 silly gunzTarPerm extractEntry node_modules/semver/ranges/ltr.js +1055 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/lib/main.js +1056 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/test/main.js +1057 silly gunzTarPerm extractEntry node_modules/semver/functions/major.js +1058 silly gunzTarPerm extractEntry node_modules/normalize-package-data/lib/make_warning.js +1059 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/make-error.js +1060 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/lib/make-spawn-args.js +1061 silly gunzTarPerm extractEntry node_modules/bin-links/lib/man-target.js +1062 silly gunzTarPerm extractEntry node_modules/semver/ranges/max-satisfying.js +1063 silly gunzTarPerm extractEntry node_modules/negotiator/lib/mediaType.js +1064 silly gunzTarPerm extractEntry node_modules/cacache/lib/memoization.js +1065 silly gunzTarPerm extractEntry node_modules/diff/lib/patch/merge.js +1066 silly gunzTarPerm extractEntry node_modules/@sigstore/verify/dist/timestamp/merkle.js +1067 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/bundler/message.js +1068 silly gunzTarPerm extractEntry node_modules/@sigstore/verify/dist/bundle/message.js +1069 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/metadata.js +1070 silly gunzTarPerm extractEntry node_modules/semver/ranges/min-satisfying.js +1071 silly gunzTarPerm extractEntry node_modules/semver/ranges/min-version.js +1072 silly gunzTarPerm extractEntry node_modules/semver/functions/minor.js +1073 silly gunzTarPerm extractEntry node_modules/tar/lib/mkdir.js +1074 silly gunzTarPerm extractEntry node_modules/mkdirp/lib/mkdirp-manual.js +1075 silly gunzTarPerm extractEntry node_modules/mkdirp/lib/mkdirp-native.js +1076 silly gunzTarPerm extractEntry node_modules/fastest-levenshtein/esm/mod.js +1077 silly gunzTarPerm extractEntry node_modules/fastest-levenshtein/mod.js +1078 silly gunzTarPerm extractEntry node_modules/tar/lib/mode-fix.js +1079 silly gunzTarPerm extractEntry node_modules/isexe/mode.js +1080 silly gunzTarPerm extractEntry node_modules/@npmcli/fs/lib/move-file.js +1081 silly gunzTarPerm extractEntry node_modules/archy/examples/multi_line.js +1082 silly gunzTarPerm extractEntry node_modules/archy/test/multi_line.js +1083 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/namespace.js +1084 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/examples/negate.js +1085 silly gunzTarPerm extractEntry node_modules/semver/functions/neq.js +1086 silly gunzTarPerm extractEntry node_modules/@npmcli/config/lib/nerf-dart.js +1087 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/nesting.js +1088 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/examples/no-repeated-options.js +1089 silly gunzTarPerm extractEntry node_modules/libnpmexec/lib/no-tty.js +1090 silly gunzTarPerm extractEntry node_modules/exponential-backoff/dist/jitter/no/no.jitter.js +1091 silly gunzTarPerm extractEntry node_modules/node-gyp/bin/node-gyp.js +1092 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/node-gyp.js +1093 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/node.js +1094 silly gunzTarPerm extractEntry node_modules/@npmcli/fs/lib/common/node.js +1095 silly gunzTarPerm extractEntry node_modules/debug/src/node.js +1096 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/node.js +1097 silly gunzTarPerm extractEntry node_modules/util-deprecate/node.js +1098 silly gunzTarPerm extractEntry node_modules/archy/test/non_unicode.js +1099 silly gunzTarPerm extractEntry node_modules/nopt/lib/nopt-lib.js +1100 silly gunzTarPerm extractEntry node_modules/nopt/bin/nopt.js +1101 silly gunzTarPerm extractEntry node_modules/nopt/lib/nopt.js +1102 silly gunzTarPerm extractEntry node_modules/tar/lib/normalize-unicode.js +1103 silly gunzTarPerm extractEntry node_modules/tar/lib/normalize-windows-path.js +1104 silly gunzTarPerm extractEntry node_modules/@npmcli/package-json/lib/normalize.js +1105 silly gunzTarPerm extractEntry node_modules/normalize-package-data/lib/normalize.js +1106 silly gunzTarPerm extractEntry node_modules/npm-package-arg/lib/npa.js +1107 silly gunzTarPerm extractEntry bin/npm-cli.js +1108 silly gunzTarPerm extractEntry bin/npm-prefix.js +1109 silly gunzTarPerm extractEntry lib/utils/npm-usage.js +1110 silly gunzTarPerm extractEntry lib/npm.js +1111 silly gunzTarPerm extractEntry node_modules/pacote/lib/util/npm.js +1112 silly gunzTarPerm extractEntry bin/npx-cli.js +1113 silly gunzTarPerm extractEntry node_modules/@sigstore/core/dist/asn1/obj.js +1114 silly gunzTarPerm extractEntry node_modules/jsonparse/test/offset.js +1115 silly gunzTarPerm extractEntry node_modules/@sigstore/core/dist/oid.js +1116 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/utils/oid.js +1117 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/util/oidc.js +1118 silly gunzTarPerm extractEntry lib/utils/open-url-prompt.js +1119 silly gunzTarPerm extractEntry lib/utils/open-url.js +1120 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/optional-set.js +1121 silly gunzTarPerm extractEntry node_modules/@npmcli/agent/lib/options.js +1122 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/lib/options.js +1123 silly gunzTarPerm extractEntry node_modules/exponential-backoff/dist/options.js +1124 silly gunzTarPerm extractEntry node_modules/make-fetch-happen/lib/options.js +1125 silly gunzTarPerm extractEntry node_modules/which/node_modules/isexe/dist/cjs/options.js +1126 silly gunzTarPerm extractEntry node_modules/which/node_modules/isexe/dist/mjs/options.js +1127 silly gunzTarPerm extractEntry node_modules/mkdirp/lib/opts-arg.js +1128 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/opts.js +1129 silly gunzTarPerm extractEntry lib/commands/org.js +1130 silly gunzTarPerm extractEntry lib/utils/otplease.js +1131 silly gunzTarPerm extractEntry lib/commands/outdated.js +1132 silly gunzTarPerm extractEntry node_modules/semver/ranges/outside.js +1133 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/override-resolves.js +1134 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/override-set.js +1135 silly gunzTarPerm extractEntry lib/commands/owner.js +1136 silly gunzTarPerm extractEntry lib/commands/pack.js +1137 silly gunzTarPerm extractEntry node_modules/tar/lib/pack.js +1138 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/lib/package-envs.js +1139 silly gunzTarPerm extractEntry lib/package-url-cmd.js +1140 silly gunzTarPerm extractEntry node_modules/diff/lib/util/params.js +1141 silly gunzTarPerm extractEntry node_modules/jackspeak/dist/commonjs/parse-args.js +1142 silly gunzTarPerm extractEntry node_modules/jackspeak/dist/esm/parse-args.js +1143 silly gunzTarPerm extractEntry node_modules/@npmcli/config/lib/parse-field.js +1144 silly gunzTarPerm extractEntry node_modules/semver/internal/parse-options.js +1145 silly gunzTarPerm extractEntry node_modules/https-proxy-agent/dist/parse-proxy-response.js +1146 silly gunzTarPerm extractEntry node_modules/hosted-git-info/lib/parse-url.js +1147 silly gunzTarPerm extractEntry node_modules/@sigstore/core/dist/asn1/parse.js +1148 silly gunzTarPerm extractEntry node_modules/cross-spawn/lib/parse.js +1149 silly gunzTarPerm extractEntry node_modules/diff/lib/patch/parse.js +1150 silly gunzTarPerm extractEntry node_modules/semver/functions/parse.js +1151 silly gunzTarPerm extractEntry node_modules/spdx-correct/node_modules/spdx-expression-parse/parse.js +1152 silly gunzTarPerm extractEntry node_modules/spdx-expression-parse/parse.js +1153 silly gunzTarPerm extractEntry node_modules/tar/lib/parse.js +1154 silly gunzTarPerm extractEntry node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/parse.js +1155 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/parser.js +1156 silly gunzTarPerm extractEntry node_modules/semver/functions/patch.js +1157 silly gunzTarPerm extractEntry node_modules/mkdirp/lib/path-arg.js +1158 silly gunzTarPerm extractEntry node_modules/tar/lib/path-reservations.js +1159 silly gunzTarPerm extractEntry node_modules/cacache/lib/content/path.js +1160 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/pattern.js +1161 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/pattern.js +1162 silly gunzTarPerm extractEntry node_modules/tar/lib/pax.js +1163 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/peer-entry-sets.js +1164 silly gunzTarPerm extractEntry node_modules/@sigstore/core/dist/pem.js +1165 silly gunzTarPerm extractEntry lib/commands/ping.js +1166 silly gunzTarPerm extractEntry lib/utils/ping.js +1167 silly gunzTarPerm extractEntry node_modules/make-fetch-happen/lib/pipeline.js +1168 silly gunzTarPerm extractEntry lib/commands/pkg.js +1169 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/place-dep.js +1170 silly gunzTarPerm extractEntry node_modules/@sigstore/verify/dist/policy.js +1171 silly gunzTarPerm extractEntry node_modules/make-fetch-happen/lib/cache/policy.js +1172 silly gunzTarPerm extractEntry node_modules/@npmcli/fs/lib/cp/polyfill.js +1173 silly gunzTarPerm extractEntry node_modules/graceful-fs/polyfills.js +1174 silly gunzTarPerm extractEntry node_modules/which/node_modules/isexe/dist/cjs/posix.js +1175 silly gunzTarPerm extractEntry node_modules/which/node_modules/isexe/dist/mjs/posix.js +1176 silly gunzTarPerm extractEntry lib/commands/prefix.js +1177 silly gunzTarPerm extractEntry node_modules/semver/preload.js +1178 silly gunzTarPerm extractEntry node_modules/semver/functions/prerelease.js +1179 silly gunzTarPerm extractEntry node_modules/jsonparse/test/primitives.js +1180 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/internal/primordials.js +1181 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/lib/print-tree.js +1182 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/printable.js +1183 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/process-release.js +1184 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/processor.js +1185 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/processor.js +1186 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/processor.js +1187 silly gunzTarPerm extractEntry lib/commands/profile.js +1188 silly gunzTarPerm extractEntry node_modules/libnpmpublish/lib/provenance.js +1189 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/identity/provider.js +1190 silly gunzTarPerm extractEntry node_modules/@npmcli/agent/lib/proxy.js +1191 silly gunzTarPerm extractEntry lib/commands/prune.js +1192 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/prune.js +1193 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/pseudo.js +1194 silly gunzTarPerm extractEntry lib/commands/publish.js +1195 silly gunzTarPerm extractEntry node_modules/libnpmpublish/lib/publish.js +1196 silly gunzTarPerm extractEntry node_modules/cacache/lib/put.js +1197 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/vendor/QRCode/QR8bitByte.js +1198 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/vendor/QRCode/QRBitBuffer.js +1199 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/bin/qrcode-terminal.js +1200 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js +1201 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/vendor/QRCode/QRMaskPattern.js +1202 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/vendor/QRCode/QRMath.js +1203 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/vendor/QRCode/QRMode.js +1204 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/vendor/QRCode/QRPolynomial.js +1205 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/vendor/QRCode/QRRSBlock.js +1206 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/vendor/QRCode/QRUtil.js +1207 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/query-selector-all.js +1208 silly gunzTarPerm extractEntry lib/commands/query.js +1209 silly gunzTarPerm extractEntry lib/utils/queryable.js +1210 silly gunzTarPerm extractEntry node_modules/npm-audit-report/lib/reporters/quiet.js +1211 silly gunzTarPerm extractEntry node_modules/semver/classes/range.js +1212 silly gunzTarPerm extractEntry node_modules/semver/functions/rcompare.js +1213 silly gunzTarPerm extractEntry node_modules/semver/internal/re.js +1214 silly gunzTarPerm extractEntry node_modules/tar/lib/read-entry.js +1215 silly gunzTarPerm extractEntry node_modules/libnpmversion/lib/read-json.js +1216 silly gunzTarPerm extractEntry lib/utils/read-user-info.js +1217 silly gunzTarPerm extractEntry node_modules/cacache/lib/content/read.js +1218 silly gunzTarPerm extractEntry node_modules/read/dist/commonjs/read.js +1219 silly gunzTarPerm extractEntry node_modules/read/dist/esm/read.js +1220 silly gunzTarPerm extractEntry node_modules/@npmcli/fs/lib/readdir-scoped.js +1221 silly gunzTarPerm extractEntry node_modules/cross-spawn/lib/util/readShebang.js +1222 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/realpath.js +1223 silly gunzTarPerm extractEntry lib/commands/rebuild.js +1224 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/arborist/rebuild.js +1225 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/rebuild.js +1226 silly gunzTarPerm extractEntry node_modules/socks/build/common/receivebuffer.js +1227 silly gunzTarPerm extractEntry node_modules/pacote/lib/registry.js +1228 silly gunzTarPerm extractEntry node_modules/ip-address/dist/v6/regular-expressions.js +1229 silly gunzTarPerm extractEntry lib/utils/reify-finish.js +1230 silly gunzTarPerm extractEntry lib/utils/reify-output.js +1231 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/reify.js +1232 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/arborist/reify.js +1233 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/external/rekor.js +1234 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/relpath.js +1235 silly gunzTarPerm extractEntry node_modules/make-fetch-happen/lib/remote.js +1236 silly gunzTarPerm extractEntry node_modules/pacote/lib/remote.js +1237 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/remove.js +1238 silly gunzTarPerm extractEntry node_modules/tar/lib/replace.js +1239 silly gunzTarPerm extractEntry lib/commands/repo.js +1240 silly gunzTarPerm extractEntry node_modules/minipass-fetch/lib/request.js +1241 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/reset-dep-flags.js +1242 silly gunzTarPerm extractEntry node_modules/cross-spawn/lib/util/resolveCommand.js +1243 silly gunzTarPerm extractEntry node_modules/minipass-fetch/lib/response.js +1244 silly gunzTarPerm extractEntry lib/commands/restart.js +1245 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/retire-path.js +1246 silly gunzTarPerm extractEntry node_modules/libnpmversion/lib/retrieve-tag.js +1247 silly gunzTarPerm extractEntry node_modules/retry/lib/retry_operation.js +1248 silly gunzTarPerm extractEntry node_modules/retry/lib/retry.js +1249 silly gunzTarPerm extractEntry node_modules/diff/lib/patch/reverse.js +1250 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/revs.js +1251 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/RGI_Emoji.js +1252 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/emoji-regex/RGI_Emoji.js +1253 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/emoji-regex/es2015/RGI_Emoji.js +1254 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/emoji-regex/RGI_Emoji.js +1255 silly gunzTarPerm extractEntry node_modules/cacache/lib/content/rm.js +1256 silly gunzTarPerm extractEntry node_modules/cacache/lib/rm.js +1257 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/role.js +1258 silly gunzTarPerm extractEntry node_modules/just-diff-apply/rollup.config.js +1259 silly gunzTarPerm extractEntry node_modules/just-diff/rollup.config.js +1260 silly gunzTarPerm extractEntry lib/commands/root.js +1261 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/root.js +1262 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/root.js +1263 silly gunzTarPerm extractEntry node_modules/color-convert/route.js +1264 silly gunzTarPerm extractEntry node_modules/semver/functions/rsort.js +1265 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/lib/run-script-pkg.js +1266 silly gunzTarPerm extractEntry lib/commands/run-script.js +1267 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/lib/run-script.js +1268 silly gunzTarPerm extractEntry node_modules/libnpmexec/lib/run-script.js +1269 silly gunzTarPerm extractEntry node_modules/diff/runtime.js +1270 silly gunzTarPerm extractEntry node_modules/normalize-package-data/lib/safe_format.js +1271 silly gunzTarPerm extractEntry node_modules/safer-buffer/safer.js +1272 silly gunzTarPerm extractEntry node_modules/semver/functions/satisfies.js +1273 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/sbcs-codec.js +1274 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/sbcs-data-generated.js +1275 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/sbcs-data.js +1276 silly gunzTarPerm extractEntry lib/utils/sbom-cyclonedx.js +1277 silly gunzTarPerm extractEntry lib/utils/sbom-spdx.js +1278 silly gunzTarPerm extractEntry lib/commands/sbom.js +1279 silly gunzTarPerm extractEntry node_modules/spdx-correct/node_modules/spdx-expression-parse/scan.js +1280 silly gunzTarPerm extractEntry node_modules/spdx-expression-parse/scan.js +1281 silly gunzTarPerm extractEntry node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/scan.js +1282 silly gunzTarPerm extractEntry node_modules/@sigstore/core/dist/x509/sct.js +1283 silly gunzTarPerm extractEntry node_modules/@sigstore/verify/dist/key/sct.js +1284 silly gunzTarPerm extractEntry lib/commands/search.js +1285 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/selector.js +1286 silly gunzTarPerm extractEntry node_modules/semver/bin/semver.js +1287 silly gunzTarPerm extractEntry node_modules/semver/classes/semver.js +1288 silly gunzTarPerm extractEntry node_modules/diff/lib/diff/sentence.js +1289 silly gunzTarPerm extractEntry node_modules/@sigstore/bundle/dist/serialized.js +1290 silly gunzTarPerm extractEntry node_modules/@npmcli/config/lib/set-envs.js +1291 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/lib/set-path.js +1292 silly gunzTarPerm extractEntry lib/commands/set.js +1293 silly gunzTarPerm extractEntry node_modules/@sigstore/verify/dist/timestamp/set.js +1294 silly gunzTarPerm extractEntry node_modules/@sigstore/verify/dist/shared.types.js +1295 silly gunzTarPerm extractEntry node_modules/bin-links/lib/shim-bin.js +1296 silly gunzTarPerm extractEntry node_modules/libnpmdiff/lib/should-print-patch.js +1297 silly gunzTarPerm extractEntry lib/commands/shrinkwrap.js +1298 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/shrinkwrap.js +1299 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/shrinkwrap.js +1300 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/signal-handling.js +1301 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/lib/signal-manager.js +1302 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/signals.js +1303 silly gunzTarPerm extractEntry node_modules/signal-exit/dist/cjs/signals.js +1304 silly gunzTarPerm extractEntry node_modules/signal-exit/dist/mjs/signals.js +1305 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/signature.js +1306 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/signer/signer.js +1307 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_bundle.js +1308 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_common.js +1309 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_rekor.js +1310 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_trustroot.js +1311 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_verification.js +1312 silly gunzTarPerm extractEntry node_modules/sigstore/dist/sigstore.js +1313 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/examples/simple-hard-coded.js +1314 silly gunzTarPerm extractEntry node_modules/semver/ranges/simplify.js +1315 silly gunzTarPerm extractEntry node_modules/exponential-backoff/dist/delay/skip-first/skip-first.delay.js +1316 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/example/small-qrcode.js +1317 silly gunzTarPerm extractEntry node_modules/smart-buffer/build/smartbuffer.js +1318 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/snapshot.js +1319 silly gunzTarPerm extractEntry node_modules/socks/build/client/socksclient.js +1320 silly gunzTarPerm extractEntry node_modules/semver/functions/sort.js +1321 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/sortAscending.js +1322 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/spawn.js +1323 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/spec-from-lock.js +1324 silly gunzTarPerm extractEntry node_modules/ip-address/node_modules/sprintf-js/src/sprintf.js +1325 silly gunzTarPerm extractEntry node_modules/ip-address/node_modules/sprintf-js/dist/sprintf.min.js +1326 silly gunzTarPerm extractEntry lib/commands/star.js +1327 silly gunzTarPerm extractEntry lib/commands/stars.js +1328 silly gunzTarPerm extractEntry lib/commands/start.js +1329 silly gunzTarPerm extractEntry lib/commands/stop.js +1330 silly gunzTarPerm extractEntry node_modules/retry/example/stop.js +1331 silly gunzTarPerm extractEntry node_modules/tuf-js/dist/store.js +1332 silly gunzTarPerm extractEntry node_modules/@sigstore/core/dist/stream.js +1333 silly gunzTarPerm extractEntry node_modules/iconv-lite/lib/streams.js +1334 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/string.js +1335 silly gunzTarPerm extractEntry node_modules/tar/lib/strip-absolute-path.js +1336 silly gunzTarPerm extractEntry node_modules/tar/lib/strip-trailing-slashes.js +1337 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/util/stripComments.js +1338 silly gunzTarPerm extractEntry node_modules/semver/ranges/subset.js +1339 silly gunzTarPerm extractEntry node_modules/jsonparse/test/surrogate.js +1340 silly gunzTarPerm extractEntry node_modules/text-table/example/table.js +1341 silly gunzTarPerm extractEntry node_modules/text-table/test/table.js +1342 silly gunzTarPerm extractEntry node_modules/@sigstore/core/dist/asn1/tag.js +1343 silly gunzTarPerm extractEntry node_modules/libnpmversion/lib/tag.js +1344 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/tag.js +1345 silly gunzTarPerm extractEntry node_modules/pacote/lib/util/tar-create-options.js +1346 silly gunzTarPerm extractEntry lib/utils/tar.js +1347 silly gunzTarPerm extractEntry node_modules/libnpmdiff/lib/tarball.js +1348 silly gunzTarPerm extractEntry node_modules/@sigstore/tuf/dist/target.js +1349 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/targets.js +1350 silly gunzTarPerm extractEntry lib/commands/team.js +1351 silly gunzTarPerm extractEntry node_modules/retry/test/integration/test-forever.js +1352 silly gunzTarPerm extractEntry node_modules/retry/test/integration/test-retry-operation.js +1353 silly gunzTarPerm extractEntry node_modules/retry/test/integration/test-retry-wrap.js +1354 silly gunzTarPerm extractEntry node_modules/retry/test/integration/test-timeouts.js +1355 silly gunzTarPerm extractEntry lib/commands/test.js +1356 silly gunzTarPerm extractEntry node_modules/cli-columns/test.js +1357 silly gunzTarPerm extractEntry node_modules/encoding/test/test.js +1358 silly gunzTarPerm extractEntry node_modules/err-code/test/test.js +1359 silly gunzTarPerm extractEntry node_modules/fastest-levenshtein/test.js +1360 silly gunzTarPerm extractEntry node_modules/is-lambda/test.js +1361 silly gunzTarPerm extractEntry node_modules/promise-retry/test/test.js +1362 silly gunzTarPerm extractEntry node_modules/safer-buffer/tests.js +1363 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/text.js +1364 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/emoji-regex/text.js +1365 silly gunzTarPerm extractEntry node_modules/emoji-regex/es2015/text.js +1366 silly gunzTarPerm extractEntry node_modules/emoji-regex/text.js +1367 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/emoji-regex/es2015/text.js +1368 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/emoji-regex/text.js +1369 silly gunzTarPerm extractEntry lib/utils/timers.js +1370 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/lib/timers.js +1371 silly gunzTarPerm extractEntry node_modules/@sigstore/core/dist/rfc3161/timestamp.js +1372 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/timestamp.js +1373 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/timestamp.js +1374 silly gunzTarPerm extractEntry node_modules/cacache/lib/util/tmp.js +1375 silly gunzTarPerm extractEntry node_modules/tuf-js/dist/utils/tmpfile.js +1376 silly gunzTarPerm extractEntry node_modules/cmd-shim/lib/to-batch-syntax.js +1377 silly gunzTarPerm extractEntry node_modules/semver/ranges/to-comparators.js +1378 silly gunzTarPerm extractEntry lib/commands/token.js +1379 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/tokenize.js +1380 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/tokenTypes.js +1381 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/tracker.js +1382 silly gunzTarPerm extractEntry node_modules/proggy/lib/tracker.js +1383 silly gunzTarPerm extractEntry node_modules/pacote/lib/util/trailing-slashes.js +1384 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/tree-check.js +1385 silly gunzTarPerm extractEntry node_modules/@sigstore/verify/dist/trust/trust.types.js +1386 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/external/tsa.js +1387 silly gunzTarPerm extractEntry node_modules/@sigstore/verify/dist/timestamp/tsa.js +1388 silly gunzTarPerm extractEntry node_modules/@sigstore/core/dist/rfc3161/tstinfo.js +1389 silly gunzTarPerm extractEntry node_modules/jsonparse/examples/twitterfeed.js +1390 silly gunzTarPerm extractEntry node_modules/@npmcli/config/lib/type-defs.js +1391 silly gunzTarPerm extractEntry node_modules/nopt/lib/type-defs.js +1392 silly gunzTarPerm extractEntry node_modules/@npmcli/config/lib/type-description.js +1393 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/utils/types.js +1394 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/types.js +1395 silly gunzTarPerm extractEntry node_modules/tar/lib/types.js +1396 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/util/ua.js +1397 silly gunzTarPerm extractEntry node_modules/@npmcli/config/lib/umask.js +1398 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/util/unesc.js +1399 silly gunzTarPerm extractEntry node_modules/minimatch/dist/commonjs/unescape.js +1400 silly gunzTarPerm extractEntry node_modules/minimatch/dist/esm/unescape.js +1401 silly gunzTarPerm extractEntry lib/commands/uninstall.js +1402 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/dist/selectors/universal.js +1403 silly gunzTarPerm extractEntry node_modules/tar/lib/unpack.js +1404 silly gunzTarPerm extractEntry lib/commands/unpublish.js +1405 silly gunzTarPerm extractEntry node_modules/libnpmpublish/lib/unpublish.js +1406 silly gunzTarPerm extractEntry lib/commands/unstar.js +1407 silly gunzTarPerm extractEntry node_modules/libnpmdiff/lib/untar.js +1408 silly gunzTarPerm extractEntry node_modules/jsonparse/test/unvalid.js +1409 silly gunzTarPerm extractEntry node_modules/@npmcli/package-json/lib/update-dependencies.js +1410 silly gunzTarPerm extractEntry lib/cli/update-notifier.js +1411 silly gunzTarPerm extractEntry node_modules/@npmcli/package-json/lib/update-scripts.js +1412 silly gunzTarPerm extractEntry lib/utils/update-workspaces.js +1413 silly gunzTarPerm extractEntry node_modules/@npmcli/package-json/lib/update-workspaces.js +1414 silly gunzTarPerm extractEntry lib/commands/update.js +1415 silly gunzTarPerm extractEntry node_modules/tar/lib/update.js +1416 silly gunzTarPerm extractEntry node_modules/tuf-js/dist/updater.js +1417 silly gunzTarPerm extractEntry node_modules/tuf-js/dist/utils/url.js +1418 silly gunzTarPerm extractEntry node_modules/mkdirp/lib/use-native.js +1419 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/utf16.js +1420 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/utf32.js +1421 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/utf7.js +1422 silly gunzTarPerm extractEntry node_modules/jsonparse/test/utf8.js +1423 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/internal/util.js +1424 silly gunzTarPerm extractEntry node_modules/node-gyp/lib/util.js +1425 silly gunzTarPerm extractEntry node_modules/socks/build/common/util.js +1426 silly gunzTarPerm extractEntry node_modules/chalk/source/utilities.js +1427 silly gunzTarPerm extractEntry node_modules/@sigstore/bundle/dist/utility.js +1428 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/utils.js +1429 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/utils.js +1430 silly gunzTarPerm extractEntry node_modules/smart-buffer/build/utils.js +1431 silly gunzTarPerm extractEntry node_modules/semver/functions/valid.js +1432 silly gunzTarPerm extractEntry node_modules/semver/ranges/valid.js +1433 silly gunzTarPerm extractEntry lib/cli/validate-engines.js +1434 silly gunzTarPerm extractEntry lib/utils/validate-lockfile.js +1435 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/lib/validate-options.js +1436 silly gunzTarPerm extractEntry node_modules/@sigstore/bundle/dist/validate.js +1437 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/internal/validators.js +1438 silly gunzTarPerm extractEntry node_modules/@sigstore/verify/dist/verifier.js +1439 silly gunzTarPerm extractEntry lib/utils/verify-signatures.js +1440 silly gunzTarPerm extractEntry node_modules/@tufjs/models/dist/utils/verify.js +1441 silly gunzTarPerm extractEntry node_modules/cacache/lib/verify.js +1442 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/version-from-tgz.js +1443 silly gunzTarPerm extractEntry lib/commands/version.js +1444 silly gunzTarPerm extractEntry node_modules/libnpmversion/lib/version.js +1445 silly gunzTarPerm extractEntry lib/commands/view.js +1446 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/bin/virtual.js +1447 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/vuln.js +1448 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/walker.js +1449 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/walker.js +1450 silly gunzTarPerm extractEntry node_modules/tar/lib/warn-mixin.js +1451 silly gunzTarPerm extractEntry node_modules/foreground-child/dist/cjs/watchdog.js +1452 silly gunzTarPerm extractEntry node_modules/foreground-child/dist/mjs/watchdog.js +1453 silly gunzTarPerm extractEntry lib/utils/web-auth.js +1454 silly gunzTarPerm extractEntry node_modules/@npmcli/git/lib/which.js +1455 silly gunzTarPerm extractEntry node_modules/cross-spawn/node_modules/which/which.js +1456 silly gunzTarPerm extractEntry node_modules/which/bin/which.js +1457 silly gunzTarPerm extractEntry lib/commands/whoami.js +1458 silly gunzTarPerm extractEntry node_modules/which/node_modules/isexe/dist/cjs/win32.js +1459 silly gunzTarPerm extractEntry node_modules/which/node_modules/isexe/dist/mjs/win32.js +1460 silly gunzTarPerm extractEntry node_modules/tar/lib/winchars.js +1461 silly gunzTarPerm extractEntry node_modules/isexe/windows.js +1462 silly gunzTarPerm extractEntry node_modules/@npmcli/fs/lib/with-temp-dir.js +1463 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/dist/witness/witness.js +1464 silly gunzTarPerm extractEntry node_modules/diff/lib/diff/word.js +1465 silly gunzTarPerm extractEntry node_modules/tar/lib/write-entry.js +1466 silly gunzTarPerm extractEntry node_modules/libnpmversion/lib/write-json.js +1467 silly gunzTarPerm extractEntry node_modules/cacache/lib/content/write.js +1468 silly gunzTarPerm extractEntry node_modules/diff/lib/convert/xml.js +1469 silly gunzTarPerm extractEntry node_modules/yallist/yallist.js +1470 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/lib/yarn-lock.js +1471 silly gunzTarPerm extractEntry node_modules/node-gyp/.release-please-manifest.json +1472 silly gunzTarPerm extractEntry node_modules/jsonparse/samplejson/basic.json +1473 silly gunzTarPerm extractEntry node_modules/jsonparse/samplejson/basic2.json +1474 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/tables/big5-added.json +1475 silly gunzTarPerm extractEntry node_modules/binary-extensions/binary-extensions.json +1476 silly gunzTarPerm extractEntry node_modules/err-code/bower.json +1477 silly gunzTarPerm extractEntry node_modules/is-core-module/core.json +1478 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/tables/cp936.json +1479 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/tables/cp949.json +1480 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/tables/cp950.json +1481 silly gunzTarPerm extractEntry node_modules/spdx-exceptions/deprecated.json +1482 silly gunzTarPerm extractEntry node_modules/spdx-license-ids/deprecated.json +1483 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/tables/eucjp.json +1484 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1485 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/tables/gbk-added.json +1486 silly gunzTarPerm extractEntry node_modules/spdx-exceptions/index.json +1487 silly gunzTarPerm extractEntry node_modules/spdx-license-ids/index.json +1488 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/ansi-regex/package.json +1489 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/emoji-regex/package.json +1490 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/string-width/package.json +1491 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/strip-ansi/package.json +1492 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/package.json +1493 silly gunzTarPerm extractEntry node_modules/@isaacs/string-locale-compare/package.json +1494 silly gunzTarPerm extractEntry node_modules/@npmcli/agent/package.json +1495 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/package.json +1496 silly gunzTarPerm extractEntry node_modules/@npmcli/config/package.json +1497 silly gunzTarPerm extractEntry node_modules/@npmcli/fs/package.json +1498 silly gunzTarPerm extractEntry node_modules/@npmcli/git/package.json +1499 silly gunzTarPerm extractEntry node_modules/@npmcli/installed-package-contents/package.json +1500 silly gunzTarPerm extractEntry node_modules/@npmcli/map-workspaces/package.json +1501 silly gunzTarPerm extractEntry node_modules/@npmcli/metavuln-calculator/package.json +1502 silly gunzTarPerm extractEntry node_modules/@npmcli/name-from-folder/package.json +1503 silly gunzTarPerm extractEntry node_modules/@npmcli/node-gyp/package.json +1504 silly gunzTarPerm extractEntry node_modules/@npmcli/package-json/package.json +1505 silly gunzTarPerm extractEntry node_modules/@npmcli/promise-spawn/package.json +1506 silly gunzTarPerm extractEntry node_modules/@npmcli/query/package.json +1507 silly gunzTarPerm extractEntry node_modules/@npmcli/redact/package.json +1508 silly gunzTarPerm extractEntry node_modules/@npmcli/run-script/package.json +1509 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/package.json +1510 silly gunzTarPerm extractEntry node_modules/@sigstore/bundle/package.json +1511 silly gunzTarPerm extractEntry node_modules/@sigstore/core/package.json +1512 silly gunzTarPerm extractEntry node_modules/@sigstore/protobuf-specs/package.json +1513 silly gunzTarPerm extractEntry node_modules/@sigstore/sign/package.json +1514 silly gunzTarPerm extractEntry node_modules/@sigstore/tuf/package.json +1515 silly gunzTarPerm extractEntry node_modules/@sigstore/verify/package.json +1516 silly gunzTarPerm extractEntry node_modules/@tufjs/canonical-json/package.json +1517 silly gunzTarPerm extractEntry node_modules/@tufjs/models/package.json +1518 silly gunzTarPerm extractEntry node_modules/abbrev/package.json +1519 silly gunzTarPerm extractEntry node_modules/agent-base/package.json +1520 silly gunzTarPerm extractEntry node_modules/aggregate-error/package.json +1521 silly gunzTarPerm extractEntry node_modules/ansi-regex/package.json +1522 silly gunzTarPerm extractEntry node_modules/ansi-styles/package.json +1523 silly gunzTarPerm extractEntry node_modules/aproba/package.json +1524 silly gunzTarPerm extractEntry node_modules/archy/package.json +1525 silly gunzTarPerm extractEntry node_modules/balanced-match/package.json +1526 silly gunzTarPerm extractEntry node_modules/bin-links/package.json +1527 silly gunzTarPerm extractEntry node_modules/binary-extensions/package.json +1528 silly gunzTarPerm extractEntry node_modules/brace-expansion/package.json +1529 silly gunzTarPerm extractEntry node_modules/builtins/package.json +1530 silly gunzTarPerm extractEntry node_modules/cacache/package.json +1531 silly gunzTarPerm extractEntry node_modules/chalk/package.json +1532 silly gunzTarPerm extractEntry node_modules/chownr/package.json +1533 silly gunzTarPerm extractEntry node_modules/ci-info/package.json +1534 silly gunzTarPerm extractEntry node_modules/cidr-regex/package.json +1535 silly gunzTarPerm extractEntry node_modules/clean-stack/package.json +1536 silly gunzTarPerm extractEntry node_modules/cli-columns/package.json +1537 silly gunzTarPerm extractEntry node_modules/cmd-shim/package.json +1538 silly gunzTarPerm extractEntry node_modules/color-convert/package.json +1539 silly gunzTarPerm extractEntry node_modules/color-name/package.json +1540 silly gunzTarPerm extractEntry node_modules/common-ancestor-path/package.json +1541 silly gunzTarPerm extractEntry node_modules/cross-spawn/node_modules/which/package.json +1542 silly gunzTarPerm extractEntry node_modules/cross-spawn/package.json +1543 silly gunzTarPerm extractEntry node_modules/cssesc/package.json +1544 silly gunzTarPerm extractEntry node_modules/debug/node_modules/ms/package.json +1545 silly gunzTarPerm extractEntry node_modules/debug/package.json +1546 silly gunzTarPerm extractEntry node_modules/diff/package.json +1547 silly gunzTarPerm extractEntry node_modules/eastasianwidth/package.json +1548 silly gunzTarPerm extractEntry node_modules/emoji-regex/package.json +1549 silly gunzTarPerm extractEntry node_modules/encoding/package.json +1550 silly gunzTarPerm extractEntry node_modules/env-paths/package.json +1551 silly gunzTarPerm extractEntry node_modules/err-code/package.json +1552 silly gunzTarPerm extractEntry node_modules/exponential-backoff/package.json +1553 silly gunzTarPerm extractEntry node_modules/fastest-levenshtein/package.json +1554 silly gunzTarPerm extractEntry node_modules/foreground-child/dist/cjs/package.json +1555 silly gunzTarPerm extractEntry node_modules/foreground-child/dist/mjs/package.json +1556 silly gunzTarPerm extractEntry node_modules/foreground-child/package.json +1557 silly gunzTarPerm extractEntry node_modules/fs-minipass/package.json +1558 silly gunzTarPerm extractEntry node_modules/function-bind/package.json +1559 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/package.json +1560 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/package.json +1561 silly gunzTarPerm extractEntry node_modules/glob/package.json +1562 silly gunzTarPerm extractEntry node_modules/graceful-fs/package.json +1563 silly gunzTarPerm extractEntry node_modules/hasown/package.json +1564 silly gunzTarPerm extractEntry node_modules/hosted-git-info/package.json +1565 silly gunzTarPerm extractEntry node_modules/http-cache-semantics/package.json +1566 silly gunzTarPerm extractEntry node_modules/http-proxy-agent/package.json +1567 silly gunzTarPerm extractEntry node_modules/https-proxy-agent/package.json +1568 silly gunzTarPerm extractEntry node_modules/iconv-lite/package.json +1569 silly gunzTarPerm extractEntry node_modules/ignore-walk/package.json +1570 silly gunzTarPerm extractEntry node_modules/imurmurhash/package.json +1571 silly gunzTarPerm extractEntry node_modules/indent-string/package.json +1572 silly gunzTarPerm extractEntry node_modules/ini/package.json +1573 silly gunzTarPerm extractEntry node_modules/init-package-json/package.json +1574 silly gunzTarPerm extractEntry node_modules/ip-address/node_modules/sprintf-js/package.json +1575 silly gunzTarPerm extractEntry node_modules/ip-address/package.json +1576 silly gunzTarPerm extractEntry node_modules/ip-regex/package.json +1577 silly gunzTarPerm extractEntry node_modules/is-cidr/package.json +1578 silly gunzTarPerm extractEntry node_modules/is-core-module/package.json +1579 silly gunzTarPerm extractEntry node_modules/is-fullwidth-code-point/package.json +1580 silly gunzTarPerm extractEntry node_modules/is-lambda/package.json +1581 silly gunzTarPerm extractEntry node_modules/isexe/package.json +1582 silly gunzTarPerm extractEntry node_modules/jackspeak/dist/commonjs/package.json +1583 silly gunzTarPerm extractEntry node_modules/jackspeak/dist/esm/package.json +1584 silly gunzTarPerm extractEntry node_modules/jackspeak/package.json +1585 silly gunzTarPerm extractEntry node_modules/jsbn/package.json +1586 silly gunzTarPerm extractEntry node_modules/json-parse-even-better-errors/package.json +1587 silly gunzTarPerm extractEntry node_modules/json-stringify-nice/package.json +1588 silly gunzTarPerm extractEntry node_modules/jsonparse/package.json +1589 silly gunzTarPerm extractEntry node_modules/just-diff-apply/package.json +1590 silly gunzTarPerm extractEntry node_modules/just-diff/package.json +1591 silly gunzTarPerm extractEntry node_modules/libnpmaccess/package.json +1592 silly gunzTarPerm extractEntry node_modules/libnpmdiff/package.json +1593 silly gunzTarPerm extractEntry node_modules/libnpmexec/package.json +1594 silly gunzTarPerm extractEntry node_modules/libnpmfund/package.json +1595 silly gunzTarPerm extractEntry node_modules/libnpmhook/package.json +1596 silly gunzTarPerm extractEntry node_modules/libnpmorg/package.json +1597 silly gunzTarPerm extractEntry node_modules/libnpmpack/package.json +1598 silly gunzTarPerm extractEntry node_modules/libnpmpublish/package.json +1599 silly gunzTarPerm extractEntry node_modules/libnpmsearch/package.json +1600 silly gunzTarPerm extractEntry node_modules/libnpmteam/package.json +1601 silly gunzTarPerm extractEntry node_modules/libnpmversion/package.json +1602 silly gunzTarPerm extractEntry node_modules/lru-cache/dist/commonjs/package.json +1603 silly gunzTarPerm extractEntry node_modules/lru-cache/dist/esm/package.json +1604 silly gunzTarPerm extractEntry node_modules/lru-cache/package.json +1605 silly gunzTarPerm extractEntry node_modules/make-fetch-happen/package.json +1606 silly gunzTarPerm extractEntry node_modules/minimatch/dist/commonjs/package.json +1607 silly gunzTarPerm extractEntry node_modules/minimatch/dist/esm/package.json +1608 silly gunzTarPerm extractEntry node_modules/minimatch/package.json +1609 silly gunzTarPerm extractEntry node_modules/minipass-collect/package.json +1610 silly gunzTarPerm extractEntry node_modules/minipass-fetch/package.json +1611 silly gunzTarPerm extractEntry node_modules/minipass-flush/node_modules/minipass/package.json +1612 silly gunzTarPerm extractEntry node_modules/minipass-flush/package.json +1613 silly gunzTarPerm extractEntry node_modules/minipass-json-stream/node_modules/minipass/package.json +1614 silly gunzTarPerm extractEntry node_modules/minipass-json-stream/package.json +1615 silly gunzTarPerm extractEntry node_modules/minipass-pipeline/node_modules/minipass/package.json +1616 silly gunzTarPerm extractEntry node_modules/minipass-pipeline/package.json +1617 silly gunzTarPerm extractEntry node_modules/minipass-sized/node_modules/minipass/package.json +1618 silly gunzTarPerm extractEntry node_modules/minipass-sized/package.json +1619 silly gunzTarPerm extractEntry node_modules/minipass/dist/commonjs/package.json +1620 silly gunzTarPerm extractEntry node_modules/minipass/dist/esm/package.json +1621 silly gunzTarPerm extractEntry node_modules/minipass/package.json +1622 silly gunzTarPerm extractEntry node_modules/minizlib/node_modules/minipass/package.json +1623 silly gunzTarPerm extractEntry node_modules/minizlib/package.json +1624 silly gunzTarPerm extractEntry node_modules/mkdirp/package.json +1625 silly gunzTarPerm extractEntry node_modules/ms/package.json +1626 silly gunzTarPerm extractEntry node_modules/mute-stream/package.json +1627 silly gunzTarPerm extractEntry node_modules/negotiator/package.json +1628 silly gunzTarPerm extractEntry node_modules/node-gyp/node_modules/proc-log/package.json +1629 silly gunzTarPerm extractEntry node_modules/node-gyp/package.json +1630 silly gunzTarPerm extractEntry node_modules/nopt/package.json +1631 silly gunzTarPerm extractEntry node_modules/normalize-package-data/package.json +1632 silly gunzTarPerm extractEntry node_modules/npm-audit-report/package.json +1633 silly gunzTarPerm extractEntry node_modules/npm-bundled/package.json +1634 silly gunzTarPerm extractEntry node_modules/npm-install-checks/package.json +1635 silly gunzTarPerm extractEntry node_modules/npm-normalize-package-bin/package.json +1636 silly gunzTarPerm extractEntry node_modules/npm-package-arg/package.json +1637 silly gunzTarPerm extractEntry node_modules/npm-packlist/package.json +1638 silly gunzTarPerm extractEntry node_modules/npm-pick-manifest/package.json +1639 silly gunzTarPerm extractEntry node_modules/npm-profile/package.json +1640 silly gunzTarPerm extractEntry node_modules/npm-registry-fetch/package.json +1641 silly gunzTarPerm extractEntry node_modules/npm-user-validate/package.json +1642 silly gunzTarPerm extractEntry node_modules/p-map/package.json +1643 silly gunzTarPerm extractEntry node_modules/pacote/package.json +1644 silly gunzTarPerm extractEntry node_modules/parse-conflict-json/package.json +1645 silly gunzTarPerm extractEntry node_modules/path-key/package.json +1646 silly gunzTarPerm extractEntry node_modules/path-scurry/dist/commonjs/package.json +1647 silly gunzTarPerm extractEntry node_modules/path-scurry/dist/esm/package.json +1648 silly gunzTarPerm extractEntry node_modules/path-scurry/package.json +1649 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/package.json +1650 silly gunzTarPerm extractEntry node_modules/proc-log/package.json +1651 silly gunzTarPerm extractEntry node_modules/proggy/package.json +1652 silly gunzTarPerm extractEntry node_modules/promise-all-reject-late/package.json +1653 silly gunzTarPerm extractEntry node_modules/promise-call-limit/dist/commonjs/package.json +1654 silly gunzTarPerm extractEntry node_modules/promise-call-limit/dist/esm/package.json +1655 silly gunzTarPerm extractEntry node_modules/promise-call-limit/package.json +1656 silly gunzTarPerm extractEntry node_modules/promise-inflight/package.json +1657 silly gunzTarPerm extractEntry node_modules/promise-retry/package.json +1658 silly gunzTarPerm extractEntry node_modules/promzard/package.json +1659 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/package.json +1660 silly gunzTarPerm extractEntry node_modules/read-cmd-shim/package.json +1661 silly gunzTarPerm extractEntry node_modules/read-package-json-fast/package.json +1662 silly gunzTarPerm extractEntry node_modules/read/dist/commonjs/package.json +1663 silly gunzTarPerm extractEntry node_modules/read/dist/esm/package.json +1664 silly gunzTarPerm extractEntry node_modules/read/package.json +1665 silly gunzTarPerm extractEntry node_modules/retry/package.json +1666 silly gunzTarPerm extractEntry node_modules/safer-buffer/package.json +1667 silly gunzTarPerm extractEntry node_modules/semver/node_modules/lru-cache/package.json +1668 silly gunzTarPerm extractEntry node_modules/semver/package.json +1669 silly gunzTarPerm extractEntry node_modules/shebang-command/package.json +1670 silly gunzTarPerm extractEntry node_modules/shebang-regex/package.json +1671 silly gunzTarPerm extractEntry node_modules/signal-exit/dist/cjs/package.json +1672 silly gunzTarPerm extractEntry node_modules/signal-exit/dist/mjs/package.json +1673 silly gunzTarPerm extractEntry node_modules/signal-exit/package.json +1674 silly gunzTarPerm extractEntry node_modules/sigstore/package.json +1675 silly gunzTarPerm extractEntry node_modules/smart-buffer/package.json +1676 silly gunzTarPerm extractEntry node_modules/socks-proxy-agent/package.json +1677 silly gunzTarPerm extractEntry node_modules/socks/package.json +1678 silly gunzTarPerm extractEntry node_modules/spdx-correct/node_modules/spdx-expression-parse/package.json +1679 silly gunzTarPerm extractEntry node_modules/spdx-correct/package.json +1680 silly gunzTarPerm extractEntry node_modules/spdx-exceptions/package.json +1681 silly gunzTarPerm extractEntry node_modules/spdx-expression-parse/package.json +1682 silly gunzTarPerm extractEntry node_modules/spdx-license-ids/package.json +1683 silly gunzTarPerm extractEntry node_modules/ssri/package.json +1684 silly gunzTarPerm extractEntry node_modules/string-width-cjs/package.json +1685 silly gunzTarPerm extractEntry node_modules/string-width/package.json +1686 silly gunzTarPerm extractEntry node_modules/strip-ansi-cjs/package.json +1687 silly gunzTarPerm extractEntry node_modules/strip-ansi/package.json +1688 silly gunzTarPerm extractEntry node_modules/supports-color/package.json +1689 silly gunzTarPerm extractEntry node_modules/tar/node_modules/fs-minipass/node_modules/minipass/package.json +1690 silly gunzTarPerm extractEntry node_modules/tar/node_modules/fs-minipass/package.json +1691 silly gunzTarPerm extractEntry node_modules/tar/node_modules/minipass/package.json +1692 silly gunzTarPerm extractEntry node_modules/tar/package.json +1693 silly gunzTarPerm extractEntry node_modules/text-table/package.json +1694 silly gunzTarPerm extractEntry node_modules/tiny-relative-date/package.json +1695 silly gunzTarPerm extractEntry node_modules/treeverse/package.json +1696 silly gunzTarPerm extractEntry node_modules/tuf-js/package.json +1697 silly gunzTarPerm extractEntry node_modules/unique-filename/package.json +1698 silly gunzTarPerm extractEntry node_modules/unique-slug/package.json +1699 silly gunzTarPerm extractEntry node_modules/util-deprecate/package.json +1700 silly gunzTarPerm extractEntry node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/package.json +1701 silly gunzTarPerm extractEntry node_modules/validate-npm-package-license/package.json +1702 silly gunzTarPerm extractEntry node_modules/validate-npm-package-name/package.json +1703 silly gunzTarPerm extractEntry node_modules/walk-up-path/dist/cjs/package.json +1704 silly gunzTarPerm extractEntry node_modules/walk-up-path/dist/mjs/package.json +1705 silly gunzTarPerm extractEntry node_modules/walk-up-path/package.json +1706 silly gunzTarPerm extractEntry node_modules/which/node_modules/isexe/dist/cjs/package.json +1707 silly gunzTarPerm extractEntry node_modules/which/node_modules/isexe/dist/mjs/package.json +1708 silly gunzTarPerm extractEntry node_modules/which/node_modules/isexe/package.json +1709 silly gunzTarPerm extractEntry node_modules/which/package.json +1710 silly gunzTarPerm extractEntry node_modules/wrap-ansi-cjs/node_modules/ansi-styles/package.json +1711 silly gunzTarPerm extractEntry node_modules/wrap-ansi-cjs/package.json +1712 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/ansi-regex/package.json +1713 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/emoji-regex/package.json +1714 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/string-width/package.json +1715 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/strip-ansi/package.json +1716 silly gunzTarPerm extractEntry node_modules/wrap-ansi/package.json +1717 silly gunzTarPerm extractEntry node_modules/write-file-atomic/package.json +1718 silly gunzTarPerm extractEntry node_modules/yallist/package.json +1719 silly gunzTarPerm extractEntry package.json +1720 silly gunzTarPerm extractEntry node_modules/node-gyp/release-please-config.json +1721 silly gunzTarPerm extractEntry node_modules/@sigstore/tuf/seeds.json +1722 silly gunzTarPerm extractEntry node_modules/iconv-lite/encodings/tables/shiftjis.json +1723 silly gunzTarPerm extractEntry node_modules/hasown/tsconfig.json +1724 silly gunzTarPerm extractEntry node_modules/normalize-package-data/lib/typos.json +1725 silly gunzTarPerm extractEntry node_modules/ci-info/vendors.json +1726 silly gunzTarPerm extractEntry node_modules/normalize-package-data/lib/warning_messages.json +1727 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/bin.d.mts.map +1728 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/bin.mjs.map +1729 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/glob.d.ts.map +1730 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/glob.d.ts.map +1731 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/glob.js.map +1732 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/glob.js.map +1733 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/has-magic.d.ts.map +1734 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/has-magic.d.ts.map +1735 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/has-magic.js.map +1736 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/has-magic.js.map +1737 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/ignore.d.ts.map +1738 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/ignore.d.ts.map +1739 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/ignore.js.map +1740 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/ignore.js.map +1741 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/index.d.ts.map +1742 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/index.d.ts.map +1743 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/index.js.map +1744 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/index.js.map +1745 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/pattern.d.ts.map +1746 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/pattern.d.ts.map +1747 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/pattern.js.map +1748 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/pattern.js.map +1749 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/processor.d.ts.map +1750 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/processor.d.ts.map +1751 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/processor.js.map +1752 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/processor.js.map +1753 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/walker.d.ts.map +1754 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/walker.d.ts.map +1755 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/walker.js.map +1756 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/walker.js.map +1757 silly gunzTarPerm extractEntry node_modules/mkdirp/readme.markdown +1758 silly gunzTarPerm extractEntry node_modules/postcss-selector-parser/API.md +1759 silly gunzTarPerm extractEntry node_modules/socks/docs/examples/javascript/associateExample.md +1760 silly gunzTarPerm extractEntry node_modules/socks/docs/examples/typescript/associateExample.md +1761 silly gunzTarPerm extractEntry node_modules/socks/docs/examples/javascript/bindExample.md +1762 silly gunzTarPerm extractEntry node_modules/socks/docs/examples/typescript/bindExample.md +1763 silly gunzTarPerm extractEntry node_modules/node-gyp/CHANGELOG.md +1764 silly gunzTarPerm extractEntry docs/content/using-npm/config.md +1765 silly gunzTarPerm extractEntry node_modules/socks/docs/examples/javascript/connectExample.md +1766 silly gunzTarPerm extractEntry node_modules/socks/docs/examples/typescript/connectExample.md +1767 silly gunzTarPerm extractEntry node_modules/diff/CONTRIBUTING.md +1768 silly gunzTarPerm extractEntry node_modules/node-gyp/CONTRIBUTING.md +1769 silly gunzTarPerm extractEntry node_modules/ip-address/node_modules/sprintf-js/CONTRIBUTORS.md +1770 silly gunzTarPerm extractEntry docs/content/using-npm/dependency-selectors.md +1771 silly gunzTarPerm extractEntry docs/content/using-npm/developers.md +1772 silly gunzTarPerm extractEntry docs/content/configuring-npm/folders.md +1773 silly gunzTarPerm extractEntry node_modules/negotiator/HISTORY.md +1774 silly gunzTarPerm extractEntry node_modules/util-deprecate/History.md +1775 silly gunzTarPerm extractEntry node_modules/socks/docs/examples/index.md +1776 silly gunzTarPerm extractEntry node_modules/socks/docs/index.md +1777 silly gunzTarPerm extractEntry docs/content/configuring-npm/install.md +1778 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/LICENSE.md +1779 silly gunzTarPerm extractEntry node_modules/@npmcli/fs/LICENSE.md +1780 silly gunzTarPerm extractEntry node_modules/@npmcli/map-workspaces/LICENSE.md +1781 silly gunzTarPerm extractEntry node_modules/balanced-match/LICENSE.md +1782 silly gunzTarPerm extractEntry node_modules/cacache/LICENSE.md +1783 silly gunzTarPerm extractEntry node_modules/debug/node_modules/ms/license.md +1784 silly gunzTarPerm extractEntry node_modules/fastest-levenshtein/LICENSE.md +1785 silly gunzTarPerm extractEntry node_modules/init-package-json/LICENSE.md +1786 silly gunzTarPerm extractEntry node_modules/jackspeak/LICENSE.md +1787 silly gunzTarPerm extractEntry node_modules/json-parse-even-better-errors/LICENSE.md +1788 silly gunzTarPerm extractEntry node_modules/libnpmhook/LICENSE.md +1789 silly gunzTarPerm extractEntry node_modules/ms/license.md +1790 silly gunzTarPerm extractEntry node_modules/npm-pick-manifest/LICENSE.md +1791 silly gunzTarPerm extractEntry node_modules/npm-profile/LICENSE.md +1792 silly gunzTarPerm extractEntry node_modules/npm-registry-fetch/LICENSE.md +1793 silly gunzTarPerm extractEntry node_modules/parse-conflict-json/LICENSE.md +1794 silly gunzTarPerm extractEntry node_modules/path-scurry/LICENSE.md +1795 silly gunzTarPerm extractEntry node_modules/ssri/LICENSE.md +1796 silly gunzTarPerm extractEntry node_modules/tiny-relative-date/LICENSE.md +1797 silly gunzTarPerm extractEntry node_modules/write-file-atomic/LICENSE.md +1798 silly gunzTarPerm extractEntry docs/content/using-npm/logging.md +1799 silly gunzTarPerm extractEntry node_modules/socks/docs/migratingFromV1.md +1800 silly gunzTarPerm extractEntry docs/content/commands/npm-access.md +1801 silly gunzTarPerm extractEntry docs/content/commands/npm-adduser.md +1802 silly gunzTarPerm extractEntry docs/content/commands/npm-audit.md +1803 silly gunzTarPerm extractEntry docs/content/commands/npm-bugs.md +1804 silly gunzTarPerm extractEntry docs/content/commands/npm-cache.md +1805 silly gunzTarPerm extractEntry docs/content/commands/npm-ci.md +1806 silly gunzTarPerm extractEntry docs/content/commands/npm-completion.md +1807 silly gunzTarPerm extractEntry docs/content/commands/npm-config.md +1808 silly gunzTarPerm extractEntry docs/content/commands/npm-dedupe.md +1809 silly gunzTarPerm extractEntry docs/content/commands/npm-deprecate.md +1810 silly gunzTarPerm extractEntry docs/content/commands/npm-diff.md +1811 silly gunzTarPerm extractEntry docs/content/commands/npm-dist-tag.md +1812 silly gunzTarPerm extractEntry docs/content/commands/npm-docs.md +1813 silly gunzTarPerm extractEntry docs/content/commands/npm-doctor.md +1814 silly gunzTarPerm extractEntry docs/content/commands/npm-edit.md +1815 silly gunzTarPerm extractEntry docs/content/commands/npm-exec.md +1816 silly gunzTarPerm extractEntry docs/content/commands/npm-explain.md +1817 silly gunzTarPerm extractEntry docs/content/commands/npm-explore.md +1818 silly gunzTarPerm extractEntry docs/content/commands/npm-find-dupes.md +1819 silly gunzTarPerm extractEntry docs/content/commands/npm-fund.md +1820 silly gunzTarPerm extractEntry docs/content/commands/npm-help-search.md +1821 silly gunzTarPerm extractEntry docs/content/commands/npm-help.md +1822 silly gunzTarPerm extractEntry docs/content/commands/npm-hook.md +1823 silly gunzTarPerm extractEntry docs/content/commands/npm-init.md +1824 silly gunzTarPerm extractEntry docs/content/commands/npm-install-ci-test.md +1825 silly gunzTarPerm extractEntry docs/content/commands/npm-install-test.md +1826 silly gunzTarPerm extractEntry docs/content/commands/npm-install.md +1827 silly gunzTarPerm extractEntry docs/content/commands/npm-link.md +1828 silly gunzTarPerm extractEntry docs/content/commands/npm-login.md +1829 silly gunzTarPerm extractEntry docs/content/commands/npm-logout.md +1830 silly gunzTarPerm extractEntry docs/content/commands/npm-ls.md +1831 silly gunzTarPerm extractEntry docs/content/commands/npm-org.md +1832 silly gunzTarPerm extractEntry docs/content/commands/npm-outdated.md +1833 silly gunzTarPerm extractEntry docs/content/commands/npm-owner.md +1834 silly gunzTarPerm extractEntry docs/content/commands/npm-pack.md +1835 silly gunzTarPerm extractEntry docs/content/commands/npm-ping.md +1836 silly gunzTarPerm extractEntry docs/content/commands/npm-pkg.md +1837 silly gunzTarPerm extractEntry docs/content/commands/npm-prefix.md +1838 silly gunzTarPerm extractEntry docs/content/commands/npm-profile.md +1839 silly gunzTarPerm extractEntry docs/content/commands/npm-prune.md +1840 silly gunzTarPerm extractEntry docs/content/commands/npm-publish.md +1841 silly gunzTarPerm extractEntry docs/content/commands/npm-query.md +1842 silly gunzTarPerm extractEntry docs/content/commands/npm-rebuild.md +1843 silly gunzTarPerm extractEntry docs/content/commands/npm-repo.md +1844 silly gunzTarPerm extractEntry docs/content/commands/npm-restart.md +1845 silly gunzTarPerm extractEntry docs/content/commands/npm-root.md +1846 silly gunzTarPerm extractEntry docs/content/commands/npm-run-script.md +1847 silly gunzTarPerm extractEntry docs/content/commands/npm-sbom.md +1848 silly gunzTarPerm extractEntry docs/content/commands/npm-search.md +1849 silly gunzTarPerm extractEntry docs/content/configuring-npm/npm-shrinkwrap-json.md +1850 silly gunzTarPerm extractEntry docs/content/commands/npm-shrinkwrap.md +1851 silly gunzTarPerm extractEntry docs/content/commands/npm-star.md +1852 silly gunzTarPerm extractEntry docs/content/commands/npm-stars.md +1853 silly gunzTarPerm extractEntry docs/content/commands/npm-start.md +1854 silly gunzTarPerm extractEntry docs/content/commands/npm-stop.md +1855 silly gunzTarPerm extractEntry docs/content/commands/npm-team.md +1856 silly gunzTarPerm extractEntry docs/content/commands/npm-test.md +1857 silly gunzTarPerm extractEntry docs/content/commands/npm-token.md +1858 silly gunzTarPerm extractEntry docs/content/commands/npm-uninstall.md +1859 silly gunzTarPerm extractEntry docs/content/commands/npm-unpublish.md +1860 silly gunzTarPerm extractEntry docs/content/commands/npm-unstar.md +1861 silly gunzTarPerm extractEntry docs/content/commands/npm-update.md +1862 silly gunzTarPerm extractEntry docs/content/commands/npm-version.md +1863 silly gunzTarPerm extractEntry docs/content/commands/npm-view.md +1864 silly gunzTarPerm extractEntry docs/content/commands/npm-whoami.md +1865 silly gunzTarPerm extractEntry docs/content/commands/npm.md +1866 silly gunzTarPerm extractEntry docs/content/configuring-npm/npmrc.md +1867 silly gunzTarPerm extractEntry docs/content/commands/npx.md +1868 silly gunzTarPerm extractEntry docs/content/using-npm/orgs.md +1869 silly gunzTarPerm extractEntry docs/content/configuring-npm/package-json.md +1870 silly gunzTarPerm extractEntry docs/content/configuring-npm/package-lock-json.md +1871 silly gunzTarPerm extractEntry docs/content/using-npm/package-spec.md +1872 silly gunzTarPerm extractEntry node_modules/safer-buffer/Porting-Buffer.md +1873 silly gunzTarPerm extractEntry node_modules/@npmcli/arborist/README.md +1874 silly gunzTarPerm extractEntry node_modules/@npmcli/config/README.md +1875 silly gunzTarPerm extractEntry node_modules/@npmcli/installed-package-contents/README.md +1876 silly gunzTarPerm extractEntry node_modules/cross-spawn/node_modules/which/README.md +1877 silly gunzTarPerm extractEntry node_modules/cssesc/README.md +1878 silly gunzTarPerm extractEntry node_modules/glob/README.md +1879 silly gunzTarPerm extractEntry node_modules/libnpmaccess/README.md +1880 silly gunzTarPerm extractEntry node_modules/libnpmdiff/README.md +1881 silly gunzTarPerm extractEntry node_modules/libnpmexec/README.md +1882 silly gunzTarPerm extractEntry node_modules/libnpmfund/README.md +1883 silly gunzTarPerm extractEntry node_modules/libnpmhook/README.md +1884 silly gunzTarPerm extractEntry node_modules/libnpmorg/README.md +1885 silly gunzTarPerm extractEntry node_modules/libnpmpack/README.md +1886 silly gunzTarPerm extractEntry node_modules/libnpmpublish/README.md +1887 silly gunzTarPerm extractEntry node_modules/libnpmsearch/README.md +1888 silly gunzTarPerm extractEntry node_modules/libnpmteam/README.md +1889 silly gunzTarPerm extractEntry node_modules/libnpmversion/README.md +1890 silly gunzTarPerm extractEntry node_modules/node-gyp/README.md +1891 silly gunzTarPerm extractEntry node_modules/nopt/README.md +1892 silly gunzTarPerm extractEntry node_modules/pacote/README.md +1893 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/README.md +1894 silly gunzTarPerm extractEntry node_modules/semver/README.md +1895 silly gunzTarPerm extractEntry node_modules/which/README.md +1896 silly gunzTarPerm extractEntry README.md +1897 silly gunzTarPerm extractEntry docs/content/using-npm/registry.md +1898 silly gunzTarPerm extractEntry node_modules/diff/release-notes.md +1899 silly gunzTarPerm extractEntry docs/content/using-npm/removal.md +1900 silly gunzTarPerm extractEntry node_modules/smart-buffer/docs/ROADMAP.md +1901 silly gunzTarPerm extractEntry docs/content/using-npm/scope.md +1902 silly gunzTarPerm extractEntry docs/content/using-npm/scripts.md +1903 silly gunzTarPerm extractEntry node_modules/node-gyp/SECURITY.md +1904 silly gunzTarPerm extractEntry docs/content/using-npm/workspaces.md +1905 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/bin.mjs +1906 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/index.mjs +1907 silly gunzTarPerm extractEntry node_modules/diff/lib/index.mjs +1908 silly gunzTarPerm extractEntry node_modules/just-diff-apply/index.mjs +1909 silly gunzTarPerm extractEntry node_modules/just-diff/index.mjs +1910 silly gunzTarPerm extractEntry node_modules/tar/node_modules/minipass/index.mjs +1911 silly gunzTarPerm extractEntry node_modules/@pkgjs/parseargs/examples/ordered-options.mjs +1912 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/bin.d.mts +1913 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/example/basic.png +1914 silly gunzTarPerm extractEntry bin/npm.ps1 +1915 silly gunzTarPerm extractEntry bin/npx.ps1 +1916 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/__init__.py +1917 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py +1918 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/__init__.py +1919 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/_elffile.py +1920 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/_manylinux.py +1921 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/_musllinux.py +1922 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/_parser.py +1923 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/_structures.py +1924 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/_tokenizer.py +1925 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py +1926 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/android.py +1927 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py +1928 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/common_test.py +1929 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/common.py +1930 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py +1931 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py +1932 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py +1933 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py +1934 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py +1935 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py +1936 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/gyp_main.py +1937 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py +1938 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py +1939 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/input_test.py +1940 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/input.py +1941 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py +1942 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/make.py +1943 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/markers.py +1944 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/metadata.py +1945 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py +1946 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py +1947 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py +1948 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py +1949 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py +1950 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py +1951 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py +1952 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py +1953 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py +1954 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py +1955 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py +1956 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py +1957 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py +1958 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py +1959 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/requirements.py +1960 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py +1961 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/specifiers.py +1962 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/tags.py +1963 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/test_gyp.py +1964 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/utils.py +1965 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/version.py +1966 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/win_tool.py +1967 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py +1968 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py +1969 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py +1970 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py +1971 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py +1972 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py +1973 silly gunzTarPerm extractEntry lib/utils/completion.sh +1974 silly gunzTarPerm extractEntry node_modules/node-gyp/macOS_Catalina_acid_test.sh +1975 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pyproject.toml +1976 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/glob.d.ts +1977 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/glob.d.ts +1978 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/has-magic.d.ts +1979 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/has-magic.d.ts +1980 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/ignore.d.ts +1981 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/ignore.d.ts +1982 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/index.d.ts +1983 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/index.d.ts +1984 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/pattern.d.ts +1985 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/pattern.d.ts +1986 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/processor.d.ts +1987 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/processor.d.ts +1988 silly gunzTarPerm extractEntry node_modules/glob/dist/commonjs/walker.d.ts +1989 silly gunzTarPerm extractEntry node_modules/glob/dist/esm/walker.d.ts +1990 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/node_modules/emoji-regex/LICENSE-MIT.txt +1991 silly gunzTarPerm extractEntry node_modules/cssesc/LICENSE-MIT.txt +1992 silly gunzTarPerm extractEntry node_modules/emoji-regex/LICENSE-MIT.txt +1993 silly gunzTarPerm extractEntry node_modules/wrap-ansi/node_modules/emoji-regex/LICENSE-MIT.txt +1994 silly gunzTarPerm extractEntry node_modules/@isaacs/cliui/LICENSE.txt +1995 silly gunzTarPerm extractEntry node_modules/signal-exit/LICENSE.txt +1996 silly gunzTarPerm extractEntry node_modules/node-gyp/gyp/pylib/packaging/py.typed +1997 silly gunzTarPerm extractEntry node_modules/qrcode-terminal/.travis.yml +1998 silly addBundled read tarball +1999 silly cleanup remove extracted module +2000 silly fetchNamedPackageData libnpmexec +2001 silly mapToRegistry name libnpmexec +2002 silly mapToRegistry using default registry +2003 silly mapToRegistry registry https://registry.npmjs.org/ +2004 silly mapToRegistry uri https://registry.npmjs.org/libnpmexec +2005 silly fetchNamedPackageData libnpmpack +2006 silly mapToRegistry name libnpmpack +2007 silly mapToRegistry using default registry +2008 silly mapToRegistry registry https://registry.npmjs.org/ +2009 silly mapToRegistry uri https://registry.npmjs.org/libnpmpack +2010 silly fetchNamedPackageData libnpmversion +2011 silly mapToRegistry name libnpmversion +2012 silly mapToRegistry using default registry +2013 silly mapToRegistry registry https://registry.npmjs.org/ +2014 silly mapToRegistry uri https://registry.npmjs.org/libnpmversion +2015 verbose request uri https://registry.npmjs.org/libnpmexec +2016 verbose request no auth needed +2017 info attempt registry request try #1 at 11:49:24 PM +2018 http request GET https://registry.npmjs.org/libnpmexec +2019 verbose request uri https://registry.npmjs.org/libnpmpack +2020 verbose request no auth needed +2021 info attempt registry request try #1 at 11:49:24 PM +2022 http request GET https://registry.npmjs.org/libnpmpack +2023 verbose request uri https://registry.npmjs.org/libnpmversion +2024 verbose request no auth needed +2025 info attempt registry request try #1 at 11:49:24 PM +2026 http request GET https://registry.npmjs.org/libnpmversion +2027 http 200 https://registry.npmjs.org/libnpmexec +2028 verbose headers { date: 'Fri, 26 Apr 2024 06:49:24 GMT', +2028 verbose headers 'content-type': 'application/json', +2028 verbose headers 'transfer-encoding': 'chunked', +2028 verbose headers connection: 'keep-alive', +2028 verbose headers 'cf-ray': '87a4a1f84fe867a8-SJC', +2028 verbose headers 'cf-cache-status': 'HIT', +2028 verbose headers 'access-control-allow-origin': '*', +2028 verbose headers age: '158', +2028 verbose headers 'cache-control': 'public, max-age=300', +2028 verbose headers etag: 'W/"51d4acab80499819bb4d51d927770789"', +2028 verbose headers 'last-modified': 'Thu, 25 Apr 2024 17:27:25 GMT', +2028 verbose headers vary: 'accept-encoding, accept', +2028 verbose headers server: 'cloudflare', +2028 verbose headers 'content-encoding': 'gzip' } +2029 silly get cb [ 200, +2029 silly get { date: 'Fri, 26 Apr 2024 06:49:24 GMT', +2029 silly get 'content-type': 'application/json', +2029 silly get 'transfer-encoding': 'chunked', +2029 silly get connection: 'keep-alive', +2029 silly get 'cf-ray': '87a4a1f84fe867a8-SJC', +2029 silly get 'cf-cache-status': 'HIT', +2029 silly get 'access-control-allow-origin': '*', +2029 silly get age: '158', +2029 silly get 'cache-control': 'public, max-age=300', +2029 silly get etag: 'W/"51d4acab80499819bb4d51d927770789"', +2029 silly get 'last-modified': 'Thu, 25 Apr 2024 17:27:25 GMT', +2029 silly get vary: 'accept-encoding, accept', +2029 silly get server: 'cloudflare', +2029 silly get 'content-encoding': 'gzip' } ] +2030 verbose get saving libnpmexec to /root/.npm/registry.npmjs.org/libnpmexec/.cache.json +2031 silly resolveWithNewModule libnpmexec@7.0.10 checking installable status +2032 silly cache add args [ 'libnpmexec@^7.0.4', null ] +2033 verbose cache add spec libnpmexec@^7.0.4 +2034 silly cache add parsed spec Result { +2034 silly cache add raw: 'libnpmexec@^7.0.4', +2034 silly cache add scope: null, +2034 silly cache add name: 'libnpmexec', +2034 silly cache add rawSpec: '^7.0.4', +2034 silly cache add spec: '>=7.0.4 <8.0.0', +2034 silly cache add type: 'range' } +2035 silly addNamed libnpmexec@>=7.0.4 <8.0.0 +2036 verbose addNamed ">=7.0.4 <8.0.0" is a valid semver range for libnpmexec +2037 silly addNameRange { name: 'libnpmexec', range: '>=7.0.4 <8.0.0', hasData: false } +2038 silly mapToRegistry name libnpmexec +2039 silly mapToRegistry using default registry +2040 silly mapToRegistry registry https://registry.npmjs.org/ +2041 silly mapToRegistry uri https://registry.npmjs.org/libnpmexec +2042 verbose addNameRange registry:https://registry.npmjs.org/libnpmexec not in flight; fetching +2043 verbose get https://registry.npmjs.org/libnpmexec not expired, no request +2044 silly addNameRange number 2 { name: 'libnpmexec', range: '>=7.0.4 <8.0.0', hasData: true } +2045 silly addNameRange versions [ 'libnpmexec', +2045 silly addNameRange [ '1.0.0', +2045 silly addNameRange '1.0.1', +2045 silly addNameRange '1.1.0', +2045 silly addNameRange '1.1.1', +2045 silly addNameRange '1.2.0', +2045 silly addNameRange '2.0.0', +2045 silly addNameRange '2.0.1', +2045 silly addNameRange '3.0.0', +2045 silly addNameRange '3.0.1', +2045 silly addNameRange '3.0.2', +2045 silly addNameRange '3.0.3', +2045 silly addNameRange '4.0.0', +2045 silly addNameRange '4.0.1', +2045 silly addNameRange '4.0.2', +2045 silly addNameRange '4.0.3', +2045 silly addNameRange '4.0.4', +2045 silly addNameRange '4.0.5', +2045 silly addNameRange '4.0.6', +2045 silly addNameRange '4.0.7', +2045 silly addNameRange '4.0.8', +2045 silly addNameRange '4.0.9', +2045 silly addNameRange '4.0.10', +2045 silly addNameRange '4.0.11', +2045 silly addNameRange '4.0.12', +2045 silly addNameRange '5.0.0-pre.0', +2045 silly addNameRange '4.0.13', +2045 silly addNameRange '5.0.0-pre.1', +2045 silly addNameRange '5.0.0-pre.2', +2045 silly addNameRange '5.0.0-pre.3', +2045 silly addNameRange '5.0.0-pre.4', +2045 silly addNameRange '5.0.0-pre.5', +2045 silly addNameRange '5.0.0', +2045 silly addNameRange '5.0.1', +2045 silly addNameRange '5.0.2', +2045 silly addNameRange '4.0.14', +2045 silly addNameRange '5.0.3', +2045 silly addNameRange '5.0.4', +2045 silly addNameRange '5.0.5', +2045 silly addNameRange '5.0.6', +2045 silly addNameRange '5.0.7', +2045 silly addNameRange '5.0.8', +2045 silly addNameRange '5.0.9', +2045 silly addNameRange '5.0.10', +2045 silly addNameRange '5.0.11', +2045 silly addNameRange '5.0.12', +2045 silly addNameRange '5.0.13', +2045 silly addNameRange '5.0.14', +2045 silly addNameRange '5.0.15', +2045 silly addNameRange '5.0.16', +2045 silly addNameRange '5.0.17', +2045 silly addNameRange '6.0.0', +2045 silly addNameRange '6.0.1', +2045 silly addNameRange '6.0.2', +2045 silly addNameRange '6.0.3', +2045 silly addNameRange '7.0.0-pre.0', +2045 silly addNameRange '7.0.0', +2045 silly addNameRange '7.0.1', +2045 silly addNameRange '7.0.2', +2045 silly addNameRange '6.0.4', +2045 silly addNameRange '7.0.3', +2045 silly addNameRange '7.0.4', +2045 silly addNameRange '7.0.5', +2045 silly addNameRange '7.0.6', +2045 silly addNameRange '7.0.7', +2045 silly addNameRange '6.0.5', +2045 silly addNameRange '7.0.8', +2045 silly addNameRange '7.0.9', +2045 silly addNameRange '7.0.10', +2045 silly addNameRange '8.0.0' ] ] +2046 silly addNamed libnpmexec@7.0.10 +2047 verbose addNamed "7.0.10" is a plain semver version for libnpmexec +2048 silly mapToRegistry name libnpmexec +2049 silly mapToRegistry using default registry +2050 silly mapToRegistry registry https://registry.npmjs.org/ +2051 silly mapToRegistry uri https://registry.npmjs.org/libnpmexec +2052 verbose addRemoteTarball https://registry.npmjs.org/libnpmexec/-/libnpmexec-7.0.10.tgz not in flight; adding +2053 verbose addRemoteTarball [ 'https://registry.npmjs.org/libnpmexec/-/libnpmexec-7.0.10.tgz', +2053 verbose addRemoteTarball 'dd41dddaf5987a59e067e686d10b5189a9302065' ] +2054 info retry fetch attempt 1 at 11:49:25 PM +2055 info attempt registry request try #1 at 11:49:25 PM +2056 http fetch GET https://registry.npmjs.org/libnpmexec/-/libnpmexec-7.0.10.tgz +2057 http fetch 200 https://registry.npmjs.org/libnpmexec/-/libnpmexec-7.0.10.tgz +2058 silly fetchAndShaCheck shasum dd41dddaf5987a59e067e686d10b5189a9302065 +2059 verbose addTmpTarball /tmp/npm-8476-c9a6470d/registry.npmjs.org/libnpmexec/-/libnpmexec-7.0.10.tgz not in flight; adding +2060 verbose addTmpTarball already have metadata; skipping unpack for libnpmexec@7.0.10 +2061 silly cache afterAdd libnpmexec@7.0.10 +2062 verbose afterAdd /root/.npm/libnpmexec/7.0.10/package/package.json not in flight; writing +2063 verbose afterAdd /root/.npm/libnpmexec/7.0.10/package/package.json written +2064 info retry will retry, error on last attempt: Error: connect ECONNREFUSED 104.16.24.34:443 +2065 info retry will retry, error on last attempt: Error: connect ECONNREFUSED 104.16.24.34:443 +2066 info attempt registry request try #2 at 11:49:55 PM +2067 http request GET https://registry.npmjs.org/libnpmversion +2068 info attempt registry request try #2 at 11:49:55 PM +2069 http request GET https://registry.npmjs.org/libnpmpack +2070 http 200 https://registry.npmjs.org/libnpmversion +2071 verbose headers { date: 'Fri, 26 Apr 2024 06:49:55 GMT', +2071 verbose headers 'content-type': 'application/json', +2071 verbose headers 'transfer-encoding': 'chunked', +2071 verbose headers connection: 'keep-alive', +2071 verbose headers 'cf-ray': '87a4a2baab1d67a8-SJC', +2071 verbose headers 'cf-cache-status': 'HIT', +2071 verbose headers 'access-control-allow-origin': '*', +2071 verbose headers age: '188', +2071 verbose headers 'cache-control': 'public, max-age=300', +2071 verbose headers etag: 'W/"4221c6360be7ff78f60e0c63802c56c8"', +2071 verbose headers 'last-modified': 'Thu, 25 Apr 2024 17:27:49 GMT', +2071 verbose headers vary: 'accept-encoding, accept', +2071 verbose headers server: 'cloudflare', +2071 verbose headers 'content-encoding': 'gzip' } +2072 silly get cb [ 200, +2072 silly get { date: 'Fri, 26 Apr 2024 06:49:55 GMT', +2072 silly get 'content-type': 'application/json', +2072 silly get 'transfer-encoding': 'chunked', +2072 silly get connection: 'keep-alive', +2072 silly get 'cf-ray': '87a4a2baab1d67a8-SJC', +2072 silly get 'cf-cache-status': 'HIT', +2072 silly get 'access-control-allow-origin': '*', +2072 silly get age: '188', +2072 silly get 'cache-control': 'public, max-age=300', +2072 silly get etag: 'W/"4221c6360be7ff78f60e0c63802c56c8"', +2072 silly get 'last-modified': 'Thu, 25 Apr 2024 17:27:49 GMT', +2072 silly get vary: 'accept-encoding, accept', +2072 silly get server: 'cloudflare', +2072 silly get 'content-encoding': 'gzip' } ] +2073 verbose get saving libnpmversion to /root/.npm/registry.npmjs.org/libnpmversion/.cache.json +2074 silly resolveWithNewModule libnpmversion@5.0.2 checking installable status +2075 silly cache add args [ 'libnpmversion@^5.0.1', null ] +2076 verbose cache add spec libnpmversion@^5.0.1 +2077 silly cache add parsed spec Result { +2077 silly cache add raw: 'libnpmversion@^5.0.1', +2077 silly cache add scope: null, +2077 silly cache add name: 'libnpmversion', +2077 silly cache add rawSpec: '^5.0.1', +2077 silly cache add spec: '>=5.0.1 <6.0.0', +2077 silly cache add type: 'range' } +2078 silly addNamed libnpmversion@>=5.0.1 <6.0.0 +2079 verbose addNamed ">=5.0.1 <6.0.0" is a valid semver range for libnpmversion +2080 silly addNameRange { name: 'libnpmversion', +2080 silly addNameRange range: '>=5.0.1 <6.0.0', +2080 silly addNameRange hasData: false } +2081 silly mapToRegistry name libnpmversion +2082 silly mapToRegistry using default registry +2083 silly mapToRegistry registry https://registry.npmjs.org/ +2084 silly mapToRegistry uri https://registry.npmjs.org/libnpmversion +2085 verbose addNameRange registry:https://registry.npmjs.org/libnpmversion not in flight; fetching +2086 verbose get https://registry.npmjs.org/libnpmversion not expired, no request +2087 silly addNameRange number 2 { name: 'libnpmversion', range: '>=5.0.1 <6.0.0', hasData: true } +2088 silly addNameRange versions [ 'libnpmversion', +2088 silly addNameRange [ '1.0.0', +2088 silly addNameRange '1.0.2', +2088 silly addNameRange '1.0.3', +2088 silly addNameRange '1.0.4', +2088 silly addNameRange '1.0.5', +2088 silly addNameRange '1.0.6', +2088 silly addNameRange '1.0.7', +2088 silly addNameRange '1.0.8', +2088 silly addNameRange '1.0.9', +2088 silly addNameRange '1.0.10', +2088 silly addNameRange '1.0.11', +2088 silly addNameRange '1.0.12', +2088 silly addNameRange '1.1.0', +2088 silly addNameRange '1.1.1', +2088 silly addNameRange '1.2.0', +2088 silly addNameRange '1.2.1', +2088 silly addNameRange '2.0.0', +2088 silly addNameRange '2.0.1', +2088 silly addNameRange '2.0.2', +2088 silly addNameRange '3.0.0', +2088 silly addNameRange '3.0.1', +2088 silly addNameRange '3.0.2', +2088 silly addNameRange '3.0.3', +2088 silly addNameRange '3.0.4', +2088 silly addNameRange '3.0.5', +2088 silly addNameRange '3.0.6', +2088 silly addNameRange '3.0.7', +2088 silly addNameRange '4.0.0-pre.0', +2088 silly addNameRange '4.0.0-pre.1', +2088 silly addNameRange '4.0.0', +2088 silly addNameRange '4.0.1', +2088 silly addNameRange '4.0.2', +2088 silly addNameRange '5.0.0-pre.0', +2088 silly addNameRange '5.0.0', +2088 silly addNameRange '5.0.1', +2088 silly addNameRange '5.0.2', +2088 silly addNameRange '4.0.3', +2088 silly addNameRange '6.0.0' ] ] +2089 silly addNamed libnpmversion@5.0.2 +2090 verbose addNamed "5.0.2" is a plain semver version for libnpmversion +2091 silly mapToRegistry name libnpmversion +2092 silly mapToRegistry using default registry +2093 silly mapToRegistry registry https://registry.npmjs.org/ +2094 silly mapToRegistry uri https://registry.npmjs.org/libnpmversion +2095 verbose addRemoteTarball https://registry.npmjs.org/libnpmversion/-/libnpmversion-5.0.2.tgz not in flight; adding +2096 verbose addRemoteTarball [ 'https://registry.npmjs.org/libnpmversion/-/libnpmversion-5.0.2.tgz', +2096 verbose addRemoteTarball 'aea7b09bc270c778cbc8be7bf02e4b60566989cf' ] +2097 info retry fetch attempt 1 at 11:49:55 PM +2098 info attempt registry request try #1 at 11:49:55 PM +2099 http fetch GET https://registry.npmjs.org/libnpmversion/-/libnpmversion-5.0.2.tgz +2100 http fetch 200 https://registry.npmjs.org/libnpmversion/-/libnpmversion-5.0.2.tgz +2101 silly fetchAndShaCheck shasum aea7b09bc270c778cbc8be7bf02e4b60566989cf +2102 verbose addTmpTarball /tmp/npm-8476-c9a6470d/registry.npmjs.org/libnpmversion/-/libnpmversion-5.0.2.tgz not in flight; adding +2103 verbose addTmpTarball already have metadata; skipping unpack for libnpmversion@5.0.2 +2104 silly cache afterAdd libnpmversion@5.0.2 +2105 verbose afterAdd /root/.npm/libnpmversion/5.0.2/package/package.json not in flight; writing +2106 verbose afterAdd /root/.npm/libnpmversion/5.0.2/package/package.json written +2107 http 200 https://registry.npmjs.org/libnpmpack +2108 verbose headers { date: 'Fri, 26 Apr 2024 06:49:56 GMT', +2108 verbose headers 'content-type': 'application/json', +2108 verbose headers 'transfer-encoding': 'chunked', +2108 verbose headers connection: 'keep-alive', +2108 verbose headers 'cf-ray': '87a4a2c02925d041-SJC', +2108 verbose headers 'cf-cache-status': 'HIT', +2108 verbose headers 'access-control-allow-origin': '*', +2108 verbose headers age: '190', +2108 verbose headers 'cache-control': 'public, max-age=300', +2108 verbose headers etag: 'W/"42f276d4ebfabbafcc245e191ccfcbbe"', +2108 verbose headers 'last-modified': 'Thu, 25 Apr 2024 17:27:37 GMT', +2108 verbose headers vary: 'accept-encoding, accept', +2108 verbose headers server: 'cloudflare', +2108 verbose headers 'content-encoding': 'gzip' } +2109 silly get cb [ 200, +2109 silly get { date: 'Fri, 26 Apr 2024 06:49:56 GMT', +2109 silly get 'content-type': 'application/json', +2109 silly get 'transfer-encoding': 'chunked', +2109 silly get connection: 'keep-alive', +2109 silly get 'cf-ray': '87a4a2c02925d041-SJC', +2109 silly get 'cf-cache-status': 'HIT', +2109 silly get 'access-control-allow-origin': '*', +2109 silly get age: '190', +2109 silly get 'cache-control': 'public, max-age=300', +2109 silly get etag: 'W/"42f276d4ebfabbafcc245e191ccfcbbe"', +2109 silly get 'last-modified': 'Thu, 25 Apr 2024 17:27:37 GMT', +2109 silly get vary: 'accept-encoding, accept', +2109 silly get server: 'cloudflare', +2109 silly get 'content-encoding': 'gzip' } ] +2110 verbose get saving libnpmpack to /root/.npm/registry.npmjs.org/libnpmpack/.cache.json +2111 silly resolveWithNewModule libnpmpack@6.0.9 checking installable status +2112 silly cache add args [ 'libnpmpack@^6.0.3', null ] +2113 verbose cache add spec libnpmpack@^6.0.3 +2114 silly cache add parsed spec Result { +2114 silly cache add raw: 'libnpmpack@^6.0.3', +2114 silly cache add scope: null, +2114 silly cache add name: 'libnpmpack', +2114 silly cache add rawSpec: '^6.0.3', +2114 silly cache add spec: '>=6.0.3 <7.0.0', +2114 silly cache add type: 'range' } +2115 silly addNamed libnpmpack@>=6.0.3 <7.0.0 +2116 verbose addNamed ">=6.0.3 <7.0.0" is a valid semver range for libnpmpack +2117 silly addNameRange { name: 'libnpmpack', range: '>=6.0.3 <7.0.0', hasData: false } +2118 silly mapToRegistry name libnpmpack +2119 silly mapToRegistry using default registry +2120 silly mapToRegistry registry https://registry.npmjs.org/ +2121 silly mapToRegistry uri https://registry.npmjs.org/libnpmpack +2122 verbose addNameRange registry:https://registry.npmjs.org/libnpmpack not in flight; fetching +2123 verbose get https://registry.npmjs.org/libnpmpack not expired, no request +2124 silly addNameRange number 2 { name: 'libnpmpack', range: '>=6.0.3 <7.0.0', hasData: true } +2125 silly addNameRange versions [ 'libnpmpack', +2125 silly addNameRange [ '1.0.0', +2125 silly addNameRange '2.0.0', +2125 silly addNameRange '2.0.1', +2125 silly addNameRange '3.0.0', +2125 silly addNameRange '3.0.1', +2125 silly addNameRange '3.1.0', +2125 silly addNameRange '4.0.0', +2125 silly addNameRange '4.0.1', +2125 silly addNameRange '4.0.2', +2125 silly addNameRange '4.0.3', +2125 silly addNameRange '4.1.0', +2125 silly addNameRange '4.1.1', +2125 silly addNameRange '4.1.2', +2125 silly addNameRange '4.1.3', +2125 silly addNameRange '5.0.0-pre.0', +2125 silly addNameRange '5.0.0-pre.1', +2125 silly addNameRange '5.0.0-pre.2', +2125 silly addNameRange '5.0.0-pre.3', +2125 silly addNameRange '5.0.0-pre.4', +2125 silly addNameRange '5.0.0', +2125 silly addNameRange '5.0.1', +2125 silly addNameRange '5.0.2', +2125 silly addNameRange '5.0.3', +2125 silly addNameRange '5.0.4', +2125 silly addNameRange '5.0.5', +2125 silly addNameRange '5.0.6', +2125 silly addNameRange '5.0.7', +2125 silly addNameRange '5.0.8', +2125 silly addNameRange '5.0.9', +2125 silly addNameRange '5.0.10', +2125 silly addNameRange '5.0.11', +2125 silly addNameRange '5.0.12', +2125 silly addNameRange '5.0.13', +2125 silly addNameRange '5.0.14', +2125 silly addNameRange '5.0.15', +2125 silly addNameRange '5.0.16', +2125 silly addNameRange '5.0.17', +2125 silly addNameRange '5.0.18', +2125 silly addNameRange '5.0.19', +2125 silly addNameRange '6.0.0-pre.0', +2125 silly addNameRange '6.0.0', +2125 silly addNameRange '6.0.1', +2125 silly addNameRange '6.0.2', +2125 silly addNameRange '5.0.20', +2125 silly addNameRange '6.0.3', +2125 silly addNameRange '6.0.4', +2125 silly addNameRange '6.0.5', +2125 silly addNameRange '6.0.6', +2125 silly addNameRange '5.0.21', +2125 silly addNameRange '6.0.7', +2125 silly addNameRange '6.0.8', +2125 silly addNameRange '6.0.9', +2125 silly addNameRange '7.0.0' ] ] +2126 silly addNamed libnpmpack@6.0.9 +2127 verbose addNamed "6.0.9" is a plain semver version for libnpmpack +2128 silly mapToRegistry name libnpmpack +2129 silly mapToRegistry using default registry +2130 silly mapToRegistry registry https://registry.npmjs.org/ +2131 silly mapToRegistry uri https://registry.npmjs.org/libnpmpack +2132 verbose addRemoteTarball https://registry.npmjs.org/libnpmpack/-/libnpmpack-6.0.9.tgz not in flight; adding +2133 verbose addRemoteTarball [ 'https://registry.npmjs.org/libnpmpack/-/libnpmpack-6.0.9.tgz', +2133 verbose addRemoteTarball 'c1e42cef93d46c9f31e015c298232fff15bbb734' ] +2134 info retry fetch attempt 1 at 11:49:56 PM +2135 info attempt registry request try #1 at 11:49:56 PM +2136 http fetch GET https://registry.npmjs.org/libnpmpack/-/libnpmpack-6.0.9.tgz +2137 http fetch 200 https://registry.npmjs.org/libnpmpack/-/libnpmpack-6.0.9.tgz +2138 silly fetchAndShaCheck shasum c1e42cef93d46c9f31e015c298232fff15bbb734 +2139 verbose addTmpTarball /tmp/npm-8476-c9a6470d/registry.npmjs.org/libnpmpack/-/libnpmpack-6.0.9.tgz not in flight; adding +2140 verbose addTmpTarball already have metadata; skipping unpack for libnpmpack@6.0.9 +2141 silly cache afterAdd libnpmpack@6.0.9 +2142 verbose afterAdd /root/.npm/libnpmpack/6.0.9/package/package.json not in flight; writing +2143 verbose afterAdd /root/.npm/libnpmpack/6.0.9/package/package.json written +2144 silly rollbackFailedOptional Starting +2145 silly rollbackFailedOptional Finishing +2146 silly runTopLevelLifecycles Starting +2147 silly runTopLevelLifecycles Finishing +2148 silly install printInstalled +2149 verbose stack Error: Unsupported URL Type: npm:string-width@^4.2.0 +2149 verbose stack at parseUrl (/usr/share/npm/node_modules/npm-package-arg/npa.js:169:13) +2149 verbose stack at npa (/usr/share/npm/node_modules/npm-package-arg/npa.js:75:12) +2149 verbose stack at module.exports (/usr/share/npm/node_modules/realize-package-specifier/index.js:12:15) +2149 verbose stack at addDependency (/usr/share/npm/lib/install/deps.js:387:3) +2149 verbose stack at /usr/share/npm/lib/install/deps.js:345:5 +2149 verbose stack at /usr/share/npm/node_modules/slide/lib/async-map.js:52:35 +2149 verbose stack at Array.forEach () +2149 verbose stack at /usr/share/npm/node_modules/slide/lib/async-map.js:52:11 +2149 verbose stack at Array.forEach () +2149 verbose stack at asyncMap (/usr/share/npm/node_modules/slide/lib/async-map.js:51:8) +2150 verbose cwd /home/ray/blog/source/_posts +2151 error Linux 5.4.0-150-generic +2152 error argv "/usr/bin/node" "/usr/bin/npm" "install" "npm@latest" "-g" +2153 error node v8.10.0 +2154 error npm v3.5.2 +2155 error Unsupported URL Type: npm:string-width@^4.2.0 +2156 error If you need help, you may report this error at: +2156 error +2157 verbose exit [ 1, true ] diff --git "a/source/_posts/\350\203\241\346\227\255\347\254\254\344\270\200\351\230\266\346\256\265\346\200\273\347\273\223.md" "b/source/_posts/\350\203\241\346\227\255\347\254\254\344\270\200\351\230\266\346\256\265\346\200\273\347\273\223.md" new file mode 100644 index 00000000000..4d7f84c49d5 --- /dev/null +++ "b/source/_posts/\350\203\241\346\227\255\347\254\254\344\270\200\351\230\266\346\256\265\346\200\273\347\273\223.md" @@ -0,0 +1,13 @@ +--- +title: +date: 2024-04-25 23:50:54 +tags: +--- + +学习rust感觉最难的还是所有权机制和每次在前面要加上的标识, +还有各种API,初学很难记住 +以后还得多复习rust + + + +