Save current BZZZ config-ui state before CHORUS branding update
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
21
install/config-ui/node_modules/@nolyfill/is-core-module/LICENSE
generated
vendored
Normal file
21
install/config-ui/node_modules/@nolyfill/is-core-module/LICENSE
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2023 Sukka
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
3
install/config-ui/node_modules/@nolyfill/is-core-module/index.d.ts
generated
vendored
Normal file
3
install/config-ui/node_modules/@nolyfill/is-core-module/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
declare const isCore: (x: string, _nodeVersion?: any) => boolean;
|
||||
|
||||
export = isCore;
|
||||
1
install/config-ui/node_modules/@nolyfill/is-core-module/index.js
generated
vendored
Normal file
1
install/config-ui/node_modules/@nolyfill/is-core-module/index.js
generated
vendored
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";const e=require("module"),s=new Set(["assert/strict","node:assert/strict","diagnostics_channel","node:diagnostics_channel","dns/promises","node:dns/promises","fs/promises","node:fs/promises","inspector/promises","node:inspector/promises","path/posix","node:path/posix","path/win32","node:path/win32","readline/promises","node:readline/promises","node:sea","stream/consumers","node:stream/consumers","stream/promises","node:stream/promises","stream/web","node:stream/web","node:test/reporters","test/mock_loader","node:test/mock_loader","node:test","timers/promises","node:timers/promises","util/types","node:util/types","wasi","node:wasi"].concat(e.builtinModules,e.builtinModules.map(e=>"node:"+e)));module.exports=(e,o)=>s.has(e);
|
||||
35
install/config-ui/node_modules/@nolyfill/is-core-module/package.json
generated
vendored
Normal file
35
install/config-ui/node_modules/@nolyfill/is-core-module/package.json
generated
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "@nolyfill/is-core-module",
|
||||
"version": "1.0.39",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/SukkaW/nolyfill",
|
||||
"directory": "packages/manual/is-core-module"
|
||||
},
|
||||
"main": "./index.js",
|
||||
"types": "./index.d.ts",
|
||||
"files": [
|
||||
"**/*.js",
|
||||
"*.d.ts",
|
||||
"*.js"
|
||||
],
|
||||
"exports": {
|
||||
".": "./index.js",
|
||||
"./index.js": "./index.js",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^26.0.1",
|
||||
"@rollup/plugin-node-resolve": "^15.2.3",
|
||||
"@rollup/plugin-replace": "^5.0.7",
|
||||
"ljharb-is-core-module": "npm:is-core-module@^2.15.0",
|
||||
"resolve-pkg": "^2.0.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.4.0"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rollup -c rollup.config.ts --configPlugin swc3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user