heading-case 1.0.3 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +40 -62
- package/dist/rslib-runtime.js +38 -0
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import * as __rspack_external_fs from "fs";
|
|
2
|
+
import { __webpack_require__ } from "./rslib-runtime.js";
|
|
1
3
|
import node_fs from "node:fs";
|
|
2
4
|
import node_process from "node:process";
|
|
3
5
|
import node_os from "node:os";
|
|
@@ -5,9 +7,8 @@ import node_tty from "node:tty";
|
|
|
5
7
|
import path_0, { basename, dirname, normalize, posix, relative as external_path_relative, resolve, sep } from "path";
|
|
6
8
|
import { fileURLToPath } from "url";
|
|
7
9
|
import { createRequire } from "module";
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"./node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js": function(module) {
|
|
10
|
+
__webpack_require__.add({
|
|
11
|
+
"./node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js" (module) {
|
|
11
12
|
let p = process || {}, argv = p.argv || [], env = p.env || {};
|
|
12
13
|
let isColorSupported = !(!!env.NO_COLOR || argv.includes("--no-color")) && (!!env.FORCE_COLOR || argv.includes("--color") || "win32" === p.platform || (p.stdout || {}).isTTY && "dumb" !== env.TERM || !!env.CI);
|
|
13
14
|
let formatter = (open, close, replace = open)=>(input)=>{
|
|
@@ -73,7 +74,7 @@ var __webpack_modules__ = {
|
|
|
73
74
|
module.exports = createColors();
|
|
74
75
|
module.exports.createColors = createColors;
|
|
75
76
|
},
|
|
76
|
-
"./node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/index.js"
|
|
77
|
+
"./node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/index.js" (module, __unused_rspack_exports, __webpack_require__) {
|
|
77
78
|
const pico = __webpack_require__("./node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/picomatch.js");
|
|
78
79
|
const utils = __webpack_require__("./node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/utils.js");
|
|
79
80
|
function picomatch(glob, options, returnState = false) {
|
|
@@ -86,7 +87,7 @@ var __webpack_modules__ = {
|
|
|
86
87
|
Object.assign(picomatch, pico);
|
|
87
88
|
module.exports = picomatch;
|
|
88
89
|
},
|
|
89
|
-
"./node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/constants.js"
|
|
90
|
+
"./node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/constants.js" (module) {
|
|
90
91
|
const WIN_SLASH = '\\\\/';
|
|
91
92
|
const WIN_NO_SLASH = `[^${WIN_SLASH}]`;
|
|
92
93
|
const DOT_LITERAL = '\\.';
|
|
@@ -246,7 +247,7 @@ var __webpack_modules__ = {
|
|
|
246
247
|
}
|
|
247
248
|
};
|
|
248
249
|
},
|
|
249
|
-
"./node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/parse.js"
|
|
250
|
+
"./node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/parse.js" (module, __unused_rspack_exports, __webpack_require__) {
|
|
250
251
|
const constants = __webpack_require__("./node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/constants.js");
|
|
251
252
|
const utils = __webpack_require__("./node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/utils.js");
|
|
252
253
|
const { MAX_LENGTH, POSIX_REGEX_SOURCE, REGEX_NON_SPECIAL_CHARS, REGEX_SPECIAL_CHARS_BACKREF, REPLACEMENTS } = constants;
|
|
@@ -1034,7 +1035,7 @@ var __webpack_modules__ = {
|
|
|
1034
1035
|
};
|
|
1035
1036
|
module.exports = parse;
|
|
1036
1037
|
},
|
|
1037
|
-
"./node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/picomatch.js"
|
|
1038
|
+
"./node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/picomatch.js" (module, __unused_rspack_exports, __webpack_require__) {
|
|
1038
1039
|
const scan = __webpack_require__("./node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/scan.js");
|
|
1039
1040
|
const parse = __webpack_require__("./node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/parse.js");
|
|
1040
1041
|
const utils = __webpack_require__("./node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/utils.js");
|
|
@@ -1167,7 +1168,7 @@ var __webpack_modules__ = {
|
|
|
1167
1168
|
picomatch.constants = constants;
|
|
1168
1169
|
module.exports = picomatch;
|
|
1169
1170
|
},
|
|
1170
|
-
"./node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/scan.js"
|
|
1171
|
+
"./node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/scan.js" (module, __unused_rspack_exports, __webpack_require__) {
|
|
1171
1172
|
const utils = __webpack_require__("./node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/utils.js");
|
|
1172
1173
|
const { CHAR_ASTERISK, CHAR_AT, CHAR_BACKWARD_SLASH, CHAR_COMMA, CHAR_DOT, CHAR_EXCLAMATION_MARK, CHAR_FORWARD_SLASH, CHAR_LEFT_CURLY_BRACE, CHAR_LEFT_PARENTHESES, CHAR_LEFT_SQUARE_BRACKET, CHAR_PLUS, CHAR_QUESTION_MARK, CHAR_RIGHT_CURLY_BRACE, CHAR_RIGHT_PARENTHESES, CHAR_RIGHT_SQUARE_BRACKET } = __webpack_require__("./node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/constants.js");
|
|
1173
1174
|
const isPathSeparator = (code)=>code === CHAR_FORWARD_SLASH || code === CHAR_BACKWARD_SLASH;
|
|
@@ -1435,7 +1436,7 @@ var __webpack_modules__ = {
|
|
|
1435
1436
|
};
|
|
1436
1437
|
module.exports = scan;
|
|
1437
1438
|
},
|
|
1438
|
-
"./node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/utils.js"
|
|
1439
|
+
"./node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/utils.js" (__unused_rspack_module, exports, __webpack_require__) {
|
|
1439
1440
|
const { REGEX_BACKSLASH, REGEX_REMOVE_BACKSLASH, REGEX_SPECIAL_CHARS, REGEX_SPECIAL_CHARS_GLOBAL } = __webpack_require__("./node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/lib/constants.js");
|
|
1440
1441
|
exports.isObject = (val)=>null !== val && 'object' == typeof val && !Array.isArray(val);
|
|
1441
1442
|
exports.hasRegexChars = (str)=>REGEX_SPECIAL_CHARS.test(str);
|
|
@@ -1443,11 +1444,11 @@ var __webpack_modules__ = {
|
|
|
1443
1444
|
exports.escapeRegex = (str)=>str.replace(REGEX_SPECIAL_CHARS_GLOBAL, '\\$1');
|
|
1444
1445
|
exports.toPosixSlashes = (str)=>str.replace(REGEX_BACKSLASH, '/');
|
|
1445
1446
|
exports.isWindows = ()=>{
|
|
1446
|
-
if (
|
|
1447
|
+
if ("u" > typeof navigator && navigator.platform) {
|
|
1447
1448
|
const platform = navigator.platform.toLowerCase();
|
|
1448
1449
|
return 'win32' === platform || 'windows' === platform;
|
|
1449
1450
|
}
|
|
1450
|
-
if (
|
|
1451
|
+
if ("u" > typeof process && process.platform) return 'win32' === process.platform;
|
|
1451
1452
|
return false;
|
|
1452
1453
|
};
|
|
1453
1454
|
exports.removeBackslashes = (str)=>str.replace(REGEX_REMOVE_BACKSLASH, (match)=>'\\' === match ? '' : match);
|
|
@@ -1479,46 +1480,14 @@ var __webpack_modules__ = {
|
|
|
1479
1480
|
return last;
|
|
1480
1481
|
};
|
|
1481
1482
|
}
|
|
1482
|
-
};
|
|
1483
|
-
var __webpack_module_cache__ = {};
|
|
1484
|
-
function __webpack_require__(moduleId) {
|
|
1485
|
-
var cachedModule = __webpack_module_cache__[moduleId];
|
|
1486
|
-
if (void 0 !== cachedModule) return cachedModule.exports;
|
|
1487
|
-
var module = __webpack_module_cache__[moduleId] = {
|
|
1488
|
-
exports: {}
|
|
1489
|
-
};
|
|
1490
|
-
__webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
1491
|
-
return module.exports;
|
|
1492
|
-
}
|
|
1493
|
-
(()=>{
|
|
1494
|
-
__webpack_require__.n = (module)=>{
|
|
1495
|
-
var getter = module && module.__esModule ? ()=>module['default'] : ()=>module;
|
|
1496
|
-
__webpack_require__.d(getter, {
|
|
1497
|
-
a: getter
|
|
1498
|
-
});
|
|
1499
|
-
return getter;
|
|
1500
|
-
};
|
|
1501
|
-
})();
|
|
1502
|
-
(()=>{
|
|
1503
|
-
__webpack_require__.d = (exports, definition)=>{
|
|
1504
|
-
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) Object.defineProperty(exports, key, {
|
|
1505
|
-
enumerable: true,
|
|
1506
|
-
get: definition[key]
|
|
1507
|
-
});
|
|
1508
|
-
};
|
|
1509
|
-
})();
|
|
1510
|
-
(()=>{
|
|
1511
|
-
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
1512
|
-
})();
|
|
1513
|
-
var picocolors = __webpack_require__("./node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js");
|
|
1514
|
-
var picocolors_default = /*#__PURE__*/ __webpack_require__.n(picocolors);
|
|
1483
|
+
});
|
|
1515
1484
|
function hasFlag(flag, argv = globalThis.Deno ? globalThis.Deno.args : node_process.argv) {
|
|
1516
1485
|
const prefix = flag.startsWith('-') ? '' : 1 === flag.length ? '-' : '--';
|
|
1517
1486
|
const position = argv.indexOf(prefix + flag);
|
|
1518
1487
|
const terminatorPosition = argv.indexOf('--');
|
|
1519
1488
|
return -1 !== position && (-1 === terminatorPosition || position < terminatorPosition);
|
|
1520
1489
|
}
|
|
1521
|
-
const { env } = node_process;
|
|
1490
|
+
const { env: env } = node_process;
|
|
1522
1491
|
let flagForceColor;
|
|
1523
1492
|
if (hasFlag('no-color') || hasFlag('no-colors') || hasFlag('color=false') || hasFlag('color=never')) flagForceColor = 0;
|
|
1524
1493
|
else if (hasFlag('color') || hasFlag('colors') || hasFlag('color=true') || hasFlag('color=always')) flagForceColor = 1;
|
|
@@ -1614,9 +1583,10 @@ const supportsColor = {
|
|
|
1614
1583
|
};
|
|
1615
1584
|
const supports_color = supportsColor;
|
|
1616
1585
|
const colorLevel = supports_color.stdout ? supports_color.stdout.level : 0;
|
|
1617
|
-
let errorStackRegExp = /at\
|
|
1618
|
-
let anonymousErrorStackRegExp = /at\
|
|
1619
|
-
let
|
|
1586
|
+
let errorStackRegExp = /at [^\r\n]{0,200}:\d+:\d+[\s\)]*$/;
|
|
1587
|
+
let anonymousErrorStackRegExp = /at [^\r\n]{0,200}\(<anonymous>\)$/;
|
|
1588
|
+
let indexErrorStackRegExp = /at [^\r\n]{0,200}\(index\s\d+\)$/;
|
|
1589
|
+
let isErrorStackMessage = (message)=>errorStackRegExp.test(message) || anonymousErrorStackRegExp.test(message) || indexErrorStackRegExp.test(message);
|
|
1620
1590
|
let formatter = (open, close, replace = open)=>colorLevel >= 2 ? (input)=>{
|
|
1621
1591
|
let string = '' + input;
|
|
1622
1592
|
let index = string.indexOf(close, open.length);
|
|
@@ -1728,9 +1698,10 @@ const normalizeErrorMessage = (err)=>{
|
|
|
1728
1698
|
let createLogger = (options = {})=>{
|
|
1729
1699
|
let maxLevel = options.level || 'info';
|
|
1730
1700
|
let log = (type, message, ...args)=>{
|
|
1731
|
-
if (LOG_LEVEL[LOG_TYPES[type].level] > LOG_LEVEL[maxLevel]) return;
|
|
1732
|
-
if (null == message) return console.log();
|
|
1733
1701
|
let logType = LOG_TYPES[type];
|
|
1702
|
+
const { level } = logType;
|
|
1703
|
+
if (LOG_LEVEL[level] > LOG_LEVEL[maxLevel]) return;
|
|
1704
|
+
if (null == message) return console.log();
|
|
1734
1705
|
let label = '';
|
|
1735
1706
|
let text = '';
|
|
1736
1707
|
if ('label' in logType) {
|
|
@@ -1744,11 +1715,12 @@ let createLogger = (options = {})=>{
|
|
|
1744
1715
|
text += yellow('\n [cause]: ');
|
|
1745
1716
|
text += cause instanceof Error ? normalizeErrorMessage(cause) : String(cause);
|
|
1746
1717
|
}
|
|
1747
|
-
} else if ('error' ===
|
|
1718
|
+
} else if ('error' === level && 'string' == typeof message) {
|
|
1748
1719
|
let lines = message.split('\n');
|
|
1749
1720
|
text = lines.map((line)=>isErrorStackMessage(line) ? gray(line) : line).join('\n');
|
|
1750
1721
|
} else text = `${message}`;
|
|
1751
|
-
|
|
1722
|
+
const method = 'error' === level || 'warn' === level ? level : 'log';
|
|
1723
|
+
console[method](label.length ? `${label} ${text}` : text, ...args);
|
|
1752
1724
|
};
|
|
1753
1725
|
let logger = {
|
|
1754
1726
|
greet: (message)=>log('log', gradient(message))
|
|
@@ -2053,7 +2025,7 @@ var Walker = class {
|
|
|
2053
2025
|
""
|
|
2054
2026
|
].slice(0, 0),
|
|
2055
2027
|
controller: new Aborter(),
|
|
2056
|
-
fs: options.fs ||
|
|
2028
|
+
fs: options.fs || __rspack_external_fs
|
|
2057
2029
|
};
|
|
2058
2030
|
this.joinPath = build$7(this.root, options);
|
|
2059
2031
|
this.pushDirectory = build$6(this.root, options);
|
|
@@ -2253,7 +2225,7 @@ var Builder = class {
|
|
|
2253
2225
|
return this;
|
|
2254
2226
|
}
|
|
2255
2227
|
};
|
|
2256
|
-
|
|
2228
|
+
const picomatch = __webpack_require__("./node_modules/.pnpm/picomatch@4.0.3/node_modules/picomatch/index.js");
|
|
2257
2229
|
const isReadonlyArray = Array.isArray;
|
|
2258
2230
|
const isWin = "win32" === process.platform;
|
|
2259
2231
|
const ONLY_PARENT_DIRECTORIES = /^(\/?\.\.)+$/;
|
|
@@ -2487,12 +2459,12 @@ function getCrawler(patterns, inputOptions = {}) {
|
|
|
2487
2459
|
return "." !== relativePath && !partialMatcher(relativePath) || ignore(relativePath);
|
|
2488
2460
|
},
|
|
2489
2461
|
fs: options.fs ? {
|
|
2490
|
-
readdir: options.fs.readdir ||
|
|
2491
|
-
readdirSync: options.fs.readdirSync ||
|
|
2492
|
-
realpath: options.fs.realpath ||
|
|
2493
|
-
realpathSync: options.fs.realpathSync ||
|
|
2494
|
-
stat: options.fs.stat ||
|
|
2495
|
-
statSync: options.fs.statSync ||
|
|
2462
|
+
readdir: options.fs.readdir || __rspack_external_fs["default"].readdir,
|
|
2463
|
+
readdirSync: options.fs.readdirSync || __rspack_external_fs["default"].readdirSync,
|
|
2464
|
+
realpath: options.fs.realpath || __rspack_external_fs["default"].realpath,
|
|
2465
|
+
realpathSync: options.fs.realpathSync || __rspack_external_fs["default"].realpathSync,
|
|
2466
|
+
stat: options.fs.stat || __rspack_external_fs["default"].stat,
|
|
2467
|
+
statSync: options.fs.statSync || __rspack_external_fs["default"].statSync
|
|
2496
2468
|
} : void 0,
|
|
2497
2469
|
pathSeparator: "/",
|
|
2498
2470
|
relativePaths: true,
|
|
@@ -2532,10 +2504,10 @@ async function glob(patternsOrOptions, options) {
|
|
|
2532
2504
|
return formatPaths(await crawler.withPromise(), relative);
|
|
2533
2505
|
}
|
|
2534
2506
|
var abbreviates_namespaceObject = JSON.parse('{"abi":"ABI","amd":"AMD","api":"API","ast":"AST","bom":"BOM","bsd":"BSD","cdn":"CDN","cjs":"CJS","cli":"CLI","cncf":"CNCF","cors":"CORS","cpu":"CPU","crud":"CRUD","csrf":"CSRF","css":"CSS","csv":"CSV","db2":"DB2","dns":"DNS","dom":"DOM","dos":"DOS","es6":"ES6","esm":"ESM","fbi":"FBI","ftp":"FTP","ftps":"FTPS","gcc":"GCC","gcp":"GCP","glsl":"GLSL","gorm":"GORM","gpl":"GPL","gps":"GPS","gpu":"GPU","gre":"GRE","gui":"GUI","hdmi":"HDMI","hmr":"HMR","html":"HTML","http":"HTTP","https":"HTTPS","iife":"IIFE","iot":"IoT","ipc":"IPC","ipfs":"IPFS","ipmi":"IPMI","jdbc":"JDBC","jdk":"JDK","jit":"JIT","jpeg":"JPEG","jpg":"JPG","jre":"JRE","jsf":"JSF","json":"JSON","jsonp":"JSONP","jsp":"JSP","jwt":"JWT","kcp":"KCP","kde":"KDE","kpi":"KPI","lfu":"LFU","llvm":"LLVM","lru":"LRU","lts":"LTS","mdn":"MDN","mdx":"MDX","mvc":"MVC","mvp":"MVP","mvvm":"MVVM","nft":"NFT","odbc":"ODBC","ont":"ONT","orm":"ORM","oss":"OSS","pdf":"PDF","pdo":"PDO","posix":"POSIX","pwa":"PWA","qemu":"QEMU","qgis":"QGIS","quic":"QUIC","rfc":"RFC","rom":"ROM","rpc":"RPC","rss":"RSS","rss3":"RSS3","sdk":"SDK","seo":"SEO","sip":"SIP","smtp":"SMTP","sql":"SQL","sre":"SRE","ssg":"SSG","ssh":"SSH","sso":"SSO","ssr":"SSR","stp":"STP","svg":"SVG","svn":"SVN","tcp":"TCP","tls":"TLS","toml":"TOML","tsc":"TSC","udp":"UDP","umd":"UMD","uri":"URI","url":"URL","usb":"USB","vlan":"VLAN","vnc":"VNC","vpn":"VPN","vps":"VPS","wgsl":"WGSL","wlan":"WLAN","wsa":"WSA","wsl":"WSL","xhtml":"XHTML","xml":"XML","xss":"XSS","yaml":"YAML"}');
|
|
2535
|
-
var brands_namespaceObject = JSON.parse('{"airbnb":"Airbnb","alphago":"AlphaGo","bitbucket":"Bitbucket","bytedance":"ByteDance","circleci":"CircleCI","cloudflare":"Cloudflare","freecodecamp":"freeCodeCamp","gitea":"Gitea","gitee":"Gitee","github":"GitHub","gitlab":"GitLab","gitops":"GitOps","gitpod":"Gitpod","hp":"HP","ibm":"IBM","jsdelivr":"jsDelivr","kfc":"KFC","leetcode":"LeetCode","linkedin":"LinkedIn","mcdonald":"McDonald","nvidia":"NVIDIA","pagerduty":"PagerDuty","producthunt":"Product Hunt","stackblitz":"StackBlitz","stackit":"STACKIT","stackoverflow":"Stack Overflow","unjs":"UnJS","v2ex":"V2EX","youtube":"YouTube"}');
|
|
2507
|
+
var brands_namespaceObject = JSON.parse('{"airbnb":"Airbnb","alphago":"AlphaGo","bitbucket":"Bitbucket","bytedance":"ByteDance","circleci":"CircleCI","cloudflare":"Cloudflare","freecodecamp":"freeCodeCamp","gitea":"Gitea","gitee":"Gitee","github":"GitHub","gitlab":"GitLab","gitops":"GitOps","gitpod":"Gitpod","hp":"HP","ibm":"IBM","jsdelivr":"jsDelivr","kfc":"KFC","leetcode":"LeetCode","linkedin":"LinkedIn","mcdonald":"McDonald","nvidia":"NVIDIA","pagerduty":"PagerDuty","producthunt":"Product Hunt","stackblitz":"StackBlitz","stackit":"STACKIT","stackoverflow":"Stack Overflow","unjs":"UnJS","v2ex":"V2EX","vuefes":"Vue Fes","youtube":"YouTube"}');
|
|
2536
2508
|
var general_namespaceObject = JSON.parse('{"aiaas":"AIaaS","baas":"BaaS","caas":"CaaS","daas":"DaaS","ddos":"DDoS","devops":"DevOps","devtools":"DevTools","esim":"eSIM","faas":"FaaS","iac":"IaC","iaas":"IaaS","ioc":"IoC","ipsec":"IPsec","mpaas":"mPaaS","paas":"PaaS","saas":"SaaS","wifi":"Wi-Fi","xaas":"XaaS"}');
|
|
2537
2509
|
var products_namespaceObject = JSON.parse('{"airdrop":"AirDrop","airpods":"AirPods","airtag":"AirTag","homekit":"HomeKit","homepod":"HomePod","imac":"iMac","ipad":"iPad","iphone":"iPhone","ipod":"iPod","macbook":"MacBook","macbook air":"MacBook Air","macbook pro":"MacBook Pro","yubikey":"YubiKey"}');
|
|
2538
|
-
var softwares_namespaceObject = JSON.parse('{"1password":"1Password","3dtiles":"3DTiles","actionscript":"ActionScript","adblock":"AdBlock","ajax":"AJAX","alipay":"Alipay","amap":"AMap","angularjs":"AngularJS","ant design":"Ant Design","ant design vue":"Ant Design Vue","antd":"AntD","antdesign":"AntDesign","antdesignvue":"AntDesignVue","antv":"AntV","apifox":"Apifox","app store":"App Store","apple pay":"Apple Pay","applescript":"AppleScript","appletalk":"AppleTalk","arangodb":"ArangoDB","arcgis":"ArcGIS","arcmap":"ArcMap","arcobjects":"ArcObjects","beego":"Beego","bittorrent":"BitTorrent","bluesky":"Bluesky","busybox":"BusyBox","centos":"CentOS","cesiumjs":"CesiumJS","chatgpt":"ChatGPT","citygml":"CityGML","cityjson":"CityJSON","ckeditor":"CKEditor","clashx":"ClashX","clickhouse":"ClickHouse","cloudfront":"CloudFront","cmake":"CMake","cockroachdb":"CockroachDB","cocoapods":"CocoaPods","codepen":"CodePen","codesandbox":"CodeSandbox","coffeescript":"CoffeeScript","commonjs":"CommonJS","composition api":"Composition API","compositionapi":"CompositionAPI","coredns":"CoreDNS","css modules":"CSS Modules","dapr":"Dapr","datadog":"Datadog","datagrip":"DataGrip","dbase":"dBase","definitelytyped":"DefinitelyTyped","denodeploy":"DenoDeploy","digital ocean":"DigitalOcean","digitalocean":"DigitalOcean","dingtalk":"DingTalk","directx":"DirectX","django":"Django","duckduckgo":"DuckDuckGo","dynamodb":"DynamoDB","echarts":"ECharts","ecmascript":"ECMAScript","edgedb":"EdgeDB","eggjs":"Egg.js","elasticsearch":"Elasticsearch","element plus":"Element Plus","elementui":"ElementUI","esbuild":"esbuild","eslint":"ESLint","esxi":"ESXi","etcd":"etcd","facetime":"FaceTime","fastapi":"FastAPI","ffmpeg":"FFmpeg","filezilla":"FileZilla","firefox":"Firefox","freemarker":"FreeMarker","gdnative":"GDNative","gdscript":"GDScript","geforce":"GeForce","geojson":"GeoJSON","geopackage":"GeoPackage","geopandas":"GeoPandas","geoserver":"GeoServer","gitbook":"GitBook","gitkraken":"GitKraken","gltf":"glTF","gnome":"GNOME","gnu":"GNU","gnupg":"GnuPG","goland":"GoLand","google pay":"Google Pay","graphql":"GraphQL","greensock":"GreenSock","grpc":"gRPC","hackernews":"Hacker News","hacpai":"HacPai","hbase":"HBase","hbuilderx":"HBuilderX","ibook":"iBook","icloud":"iCloud","idrac":"iDRAC","ilo":"iLO","imessage":"iMessage","imovie":"iMovie","imtoken":"imToken","influxdb":"InfluxDB","intellij":"IntelliJ","intellij idea":"IntelliJ IDEA","ios":"iOS","ipados":"iPadOS","iphoto":"iPhoto","iscsi":"iSCSI","iterm":"iTerm","itunes":"iTunes","iwork":"iWork","javascript":"JavaScript","jetbrains":"JetBrains","jquery":"jQuery","jsdoc":"JSDoc","jupyterlab":"JupyterLab","katex":"KaTeX","kubernetes":"Kubernetes","latex":"LaTeX","less":"Less","libreoffice":"LibreOffice","line pay":"LINE Pay","lineageos":"LineageOS","macos":"macOS","mariadb":"MariaDB","markdown":"Markdown","markdownlint":"MarkdownLint","mathieu":"MATHIEU","mathjax":"MathJax","mathml":"MathML","mathtype":"MathType","matlab":"MATLAB","mediawiki":"MediaWiki","memcached":"Memcached","messagepack":"MessagePack","metamask":"MetaMask","mkdocs":"MkDocs","mlaas":"MLaaS","mlops":"MLOps","mobx":"MobX","mongodb":"MongoDB","mongoose":"Mongoose","ms-dos":"MS-DOS","mybatis":"MyBatis","mysql":"MySQL","naive ui":"Naive UI","naiveui":"NaiveUI","neo4j":"Neo4j","nestjs":"NestJS","netbeans":"NetBeans","netbios":"NetBIOS","nextjs":"Next.js","nixos":"NixOS","nocodb":"NocoDB","node.js":"Node.js","nosql":"NoSQL","notepad ++":"Notepad++","npm":"npm","numpy":"NumPy","nuxtjs":"NuxtJS","oauth":"OAuth","obs":"OBS","ocaml":"OCaml","onedrive":"OneDrive","onenote":"OneNote","openai":"OpenAI","openapi":"OpenAPI","opencv":"OpenCV","openfaas":"OpenFaaS","openflow":"OpenFlow","opengauss":"openGauss","opengl":"OpenGL","opengl es":"OpenGL ES","openjdk":"OpenJDK","openlayers":"OpenLayers","openpgp":"OpenPGP","opensea":"OpenSea","openssl":"OpenSSL","openstack":"OpenStack","openstreetmap":"OpenStreetMap","opensuse":"openSUSE","openvino":"OpenVINO","openwrt":"OpenWrt","opnsense":"OPNsense","pagp":"PAgP","paypal":"PayPal","photoshop":"Photoshop","php":"PHP","phpstorm":"PhpStorm","pihole":"Pi-hole","planetscale":"PlanetScale","postcss":"PostCSS","postgis":"PostGIS","postgresql":"PostgreSQL","potplayer":"PotPlayer","powerpoint":"PowerPoint","powershell":"PowerShell","premid":"PreMiD","primevue":"PrimeVue","protobuf":"Protobuf","pycharm":"PyCharm","pytorch":"PyTorch","qtscript":"QtScript","raii":"RAII","react native":"React Native","redhat":"RedHat","redisearch":"RediSearch","redisjson":"RedisJSON","rescript":"ReScript","restful":"RESTful","rethinkdb":"RethinkDB","rsshub":"RSSHub","rust":"Rust","rxdb":"RxDB","rxjs":"RxJS","samsung pay":"Samsung Pay","sass":"Sass","scss":"SCSS","segmentfault":"SegmentFault","socket.io":"Socket.IO","solarwinds":"SolarWinds","spatiallite":"SpatialLite","spir-v":"SPIR-V","springboot":"SpringBoot","springcloud":"SpringCloud","springmvc":"SpringMVC","sqlite":"SQLite","sqlserver":"SQLServer","storybook":"Storybook","stylus":"Stylus","sublime text":"Sublime Text","surrealdb":"SurrealDB","sveltekit":"SvelteKit","tailwind css":"Tailwind CSS","tailwindcss":"TailwindCSS","teamviewer":"TeamViewer","tensorflow":"TensorFlow","testflight":"TestFlight","tex":"TeX","threejs":"ThreeJS","tianocore":"TianoCore","tidb":"TiDB","tiflash":"TiFlash","tiktok":"TikTok","tikv":"TiKV","travis ci":"Travis CI","trpc":"tRPC","tsconfig":"TSConfig","tsdoc":"TSDoc","tsdx":"TSdx","turbopack":"Turbopack","turborepo":"Turborepo","typeorm":"TypeORM","typescript":"TypeScript","uniapp":"uniapp","unifi":"UniFi","unix":"UNIX","unocss":"UnoCSS","upnp":"UPnP","vercel":"Vercel","videolan":"VideoLAN","vim":"
|
|
2510
|
+
var softwares_namespaceObject = JSON.parse('{"1password":"1Password","3dtiles":"3DTiles","actionscript":"ActionScript","adblock":"AdBlock","ajax":"AJAX","alipay":"Alipay","amap":"AMap","angularjs":"AngularJS","ant design":"Ant Design","ant design vue":"Ant Design Vue","antd":"AntD","antdesign":"AntDesign","antdesignvue":"AntDesignVue","antv":"AntV","apifox":"Apifox","app store":"App Store","apple pay":"Apple Pay","applescript":"AppleScript","appletalk":"AppleTalk","arangodb":"ArangoDB","arcgis":"ArcGIS","arcmap":"ArcMap","arcobjects":"ArcObjects","beego":"Beego","bittorrent":"BitTorrent","bluesky":"Bluesky","busybox":"BusyBox","centos":"CentOS","cesiumjs":"CesiumJS","chatgpt":"ChatGPT","citygml":"CityGML","cityjson":"CityJSON","ckeditor":"CKEditor","clashx":"ClashX","clickhouse":"ClickHouse","cloudfront":"CloudFront","cmake":"CMake","cockroachdb":"CockroachDB","cocoapods":"CocoaPods","codepen":"CodePen","codesandbox":"CodeSandbox","coffeescript":"CoffeeScript","commonjs":"CommonJS","composition api":"Composition API","compositionapi":"CompositionAPI","coredns":"CoreDNS","css modules":"CSS Modules","dapr":"Dapr","datadog":"Datadog","datagrip":"DataGrip","dbase":"dBase","definitelytyped":"DefinitelyTyped","denodeploy":"DenoDeploy","digital ocean":"DigitalOcean","digitalocean":"DigitalOcean","dingtalk":"DingTalk","directx":"DirectX","django":"Django","duckduckgo":"DuckDuckGo","dynamodb":"DynamoDB","echarts":"ECharts","ecmascript":"ECMAScript","edgedb":"EdgeDB","eggjs":"Egg.js","elasticsearch":"Elasticsearch","element plus":"Element Plus","elementui":"ElementUI","esbuild":"esbuild","eslint":"ESLint","esxi":"ESXi","etcd":"etcd","facetime":"FaceTime","fastapi":"FastAPI","ffmpeg":"FFmpeg","filezilla":"FileZilla","firefox":"Firefox","freemarker":"FreeMarker","gdnative":"GDNative","gdscript":"GDScript","geforce":"GeForce","geojson":"GeoJSON","geopackage":"GeoPackage","geopandas":"GeoPandas","geoserver":"GeoServer","gitbook":"GitBook","gitkraken":"GitKraken","gltf":"glTF","gnome":"GNOME","gnu":"GNU","gnupg":"GnuPG","goland":"GoLand","google pay":"Google Pay","graph rag":"Graph RAG","graphql":"GraphQL","graphrag":"GraphRAG","greensock":"GreenSock","grpc":"gRPC","hackernews":"Hacker News","hacpai":"HacPai","hbase":"HBase","hbuilderx":"HBuilderX","ibook":"iBook","icloud":"iCloud","idrac":"iDRAC","ilo":"iLO","imessage":"iMessage","imovie":"iMovie","imtoken":"imToken","influxdb":"InfluxDB","intellij":"IntelliJ","intellij idea":"IntelliJ IDEA","ios":"iOS","ipados":"iPadOS","iphoto":"iPhoto","iscsi":"iSCSI","iterm":"iTerm","itunes":"iTunes","iwork":"iWork","javascript":"JavaScript","jetbrains":"JetBrains","jquery":"jQuery","jsdoc":"JSDoc","jupyterlab":"JupyterLab","katex":"KaTeX","kubernetes":"Kubernetes","latex":"LaTeX","less":"Less","libreoffice":"LibreOffice","line pay":"LINE Pay","lineageos":"LineageOS","macos":"macOS","mariadb":"MariaDB","markdown":"Markdown","markdownlint":"MarkdownLint","mathieu":"MATHIEU","mathjax":"MathJax","mathml":"MathML","mathtype":"MathType","matlab":"MATLAB","mediawiki":"MediaWiki","memcached":"Memcached","messagepack":"MessagePack","metamask":"MetaMask","mkdocs":"MkDocs","mlaas":"MLaaS","mlops":"MLOps","mobx":"MobX","mongodb":"MongoDB","mongoose":"Mongoose","ms-dos":"MS-DOS","mybatis":"MyBatis","mysql":"MySQL","naive ui":"Naive UI","naiveui":"NaiveUI","neo4j":"Neo4j","nestjs":"NestJS","netbeans":"NetBeans","netbios":"NetBIOS","nextjs":"Next.js","nixos":"NixOS","nocodb":"NocoDB","node.js":"Node.js","nosql":"NoSQL","notepad ++":"Notepad++","npm":"npm","numpy":"NumPy","nuxtjs":"NuxtJS","oauth":"OAuth","obs":"OBS","ocaml":"OCaml","onedrive":"OneDrive","onenote":"OneNote","openai":"OpenAI","openapi":"OpenAPI","opencv":"OpenCV","openfaas":"OpenFaaS","openflow":"OpenFlow","opengauss":"openGauss","opengl":"OpenGL","opengl es":"OpenGL ES","openjdk":"OpenJDK","openlayers":"OpenLayers","openpgp":"OpenPGP","opensea":"OpenSea","openssl":"OpenSSL","openstack":"OpenStack","openstreetmap":"OpenStreetMap","opensuse":"openSUSE","openvino":"OpenVINO","openwrt":"OpenWrt","opnsense":"OPNsense","pagp":"PAgP","paypal":"PayPal","photoshop":"Photoshop","php":"PHP","phpstorm":"PhpStorm","pihole":"Pi-hole","planetscale":"PlanetScale","postcss":"PostCSS","postgis":"PostGIS","postgresql":"PostgreSQL","potplayer":"PotPlayer","powerpoint":"PowerPoint","powershell":"PowerShell","premid":"PreMiD","primevue":"PrimeVue","protobuf":"Protobuf","pycharm":"PyCharm","pytorch":"PyTorch","qtscript":"QtScript","raii":"RAII","react native":"React Native","redhat":"RedHat","redisearch":"RediSearch","redisjson":"RedisJSON","rescript":"ReScript","restful":"RESTful","rethinkdb":"RethinkDB","rsshub":"RSSHub","rust":"Rust","rxdb":"RxDB","rxjs":"RxJS","samsung pay":"Samsung Pay","sass":"Sass","scss":"SCSS","segmentfault":"SegmentFault","socket.io":"Socket.IO","solarwinds":"SolarWinds","spatiallite":"SpatialLite","spir-v":"SPIR-V","springboot":"SpringBoot","springcloud":"SpringCloud","springmvc":"SpringMVC","sqlite":"SQLite","sqlserver":"SQLServer","storybook":"Storybook","stylus":"Stylus","sublime text":"Sublime Text","surrealdb":"SurrealDB","sveltekit":"SvelteKit","tailwind css":"Tailwind CSS","tailwindcss":"TailwindCSS","teamviewer":"TeamViewer","tensorflow":"TensorFlow","testflight":"TestFlight","tex":"TeX","threejs":"ThreeJS","tianocore":"TianoCore","tidb":"TiDB","tiflash":"TiFlash","tiktok":"TikTok","tikv":"TiKV","travis ci":"Travis CI","trpc":"tRPC","tsconfig":"TSConfig","tsdoc":"TSDoc","tsdx":"TSdx","turbopack":"Turbopack","turborepo":"Turborepo","typeorm":"TypeORM","typescript":"TypeScript","uniapp":"uniapp","unifi":"UniFi","unix":"UNIX","unocss":"UnoCSS","upnp":"UPnP","vercel":"Vercel","videolan":"VideoLAN","vim":"Vim","virtualbox":"VirtualBox","visual studio":"Visual Studio","visual studio code":"Visual Studio Code","vitepress":"VitePress","vividcortex":"VividCortex","vlc":"VLC","vmware":"VMware","voip":"VoIP","vs code":"VS Code","vs codium":"VSCodium","vscode":"VS Code","vscodium":"VSCodium","vue cli":"Vue CLI","vuepress":"VuePress","vueuse":"VueUse","vulkan":"Vulkan","w3c":"W3C","wasm":"Wasm","watchos":"watchOS","web assembly":"WebAssembly","webar":"WebAR","webassembly":"WebAssembly","webgl":"WebGL","webgpu":"WebGPU","webkit":"WebKit","webpack":"webpack","webrtc":"WebRTC","websocket":"WebSocket","webstorm":"WebStorm","webvr":"WebVR","webxr":"WebXR","wechat":"WeChat","wechat pay":"WeChat Pay","whatsapp":"WhatsApp","windi css":"Windi CSS","windicss":"WindiCSS","wireguard":"WireGuard","wordpress":"WordPress","xmind":"XMind","xstate":"XState","yapi":"YApi"}');
|
|
2539
2511
|
const dict = [
|
|
2540
2512
|
...Object.values(abbreviates_namespaceObject),
|
|
2541
2513
|
...Object.values(brands_namespaceObject),
|
|
@@ -2543,10 +2515,13 @@ const dict = [
|
|
|
2543
2515
|
...Object.values(products_namespaceObject),
|
|
2544
2516
|
...Object.values(softwares_namespaceObject),
|
|
2545
2517
|
'Angular',
|
|
2518
|
+
'Agent Skills',
|
|
2546
2519
|
'App Router',
|
|
2547
2520
|
'Create React App',
|
|
2548
2521
|
'Cloudflare Pages',
|
|
2549
2522
|
'CSS Modules',
|
|
2523
|
+
'Coding Agent',
|
|
2524
|
+
'Coding Agents',
|
|
2550
2525
|
'Docusaurus',
|
|
2551
2526
|
'Docusaurus Faster',
|
|
2552
2527
|
'EJS',
|
|
@@ -2589,6 +2564,7 @@ const dict = [
|
|
|
2589
2564
|
'Service Worker',
|
|
2590
2565
|
'TanStack Router',
|
|
2591
2566
|
'Vite',
|
|
2567
|
+
'Vitest',
|
|
2592
2568
|
'Vue',
|
|
2593
2569
|
'Web Workers',
|
|
2594
2570
|
'Xcode',
|
|
@@ -2596,6 +2572,8 @@ const dict = [
|
|
|
2596
2572
|
'Zephyr',
|
|
2597
2573
|
'Zephyr Cloud'
|
|
2598
2574
|
];
|
|
2575
|
+
const picocolors = __webpack_require__("./node_modules/.pnpm/picocolors@1.1.1/node_modules/picocolors/picocolors.js");
|
|
2576
|
+
var picocolors_default = /*#__PURE__*/ __webpack_require__.n(picocolors);
|
|
2599
2577
|
async function globMarkdownFiles(cwd) {
|
|
2600
2578
|
return glob([
|
|
2601
2579
|
'**/*.md',
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
var __webpack_modules__ = {};
|
|
2
|
+
var __webpack_module_cache__ = {};
|
|
3
|
+
function __webpack_require__(moduleId) {
|
|
4
|
+
var cachedModule = __webpack_module_cache__[moduleId];
|
|
5
|
+
if (void 0 !== cachedModule) return cachedModule.exports;
|
|
6
|
+
var module = __webpack_module_cache__[moduleId] = {
|
|
7
|
+
exports: {}
|
|
8
|
+
};
|
|
9
|
+
__webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
10
|
+
return module.exports;
|
|
11
|
+
}
|
|
12
|
+
__webpack_require__.m = __webpack_modules__;
|
|
13
|
+
(()=>{
|
|
14
|
+
__webpack_require__.add = function(modules) {
|
|
15
|
+
Object.assign(__webpack_require__.m, modules);
|
|
16
|
+
};
|
|
17
|
+
})();
|
|
18
|
+
(()=>{
|
|
19
|
+
__webpack_require__.n = (module)=>{
|
|
20
|
+
var getter = module && module.__esModule ? ()=>module['default'] : ()=>module;
|
|
21
|
+
__webpack_require__.d(getter, {
|
|
22
|
+
a: getter
|
|
23
|
+
});
|
|
24
|
+
return getter;
|
|
25
|
+
};
|
|
26
|
+
})();
|
|
27
|
+
(()=>{
|
|
28
|
+
__webpack_require__.d = (exports, definition)=>{
|
|
29
|
+
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) Object.defineProperty(exports, key, {
|
|
30
|
+
enumerable: true,
|
|
31
|
+
get: definition[key]
|
|
32
|
+
});
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
(()=>{
|
|
36
|
+
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
37
|
+
})();
|
|
38
|
+
export { __webpack_require__ };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "heading-case",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"repository": "https://github.com/
|
|
3
|
+
"version": "1.0.6",
|
|
4
|
+
"repository": "https://github.com/rstackjs/heading-case",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"exports": {
|
|
@@ -30,16 +30,16 @@
|
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@biomejs/biome": "^1.9.4",
|
|
33
|
-
"@rslib/core": "^0.
|
|
34
|
-
"@types/node": "^22.
|
|
35
|
-
"case-police": "^2.
|
|
33
|
+
"@rslib/core": "^0.19.4",
|
|
34
|
+
"@types/node": "^22.19.7",
|
|
35
|
+
"case-police": "^2.1.1",
|
|
36
36
|
"picocolors": "^1.1.1",
|
|
37
|
-
"rslog": "^1.3.
|
|
37
|
+
"rslog": "^1.3.2",
|
|
38
38
|
"simple-git-hooks": "^2.13.1",
|
|
39
39
|
"tinyglobby": "^0.2.15",
|
|
40
40
|
"typescript": "^5.9.3"
|
|
41
41
|
},
|
|
42
|
-
"packageManager": "pnpm@10.
|
|
42
|
+
"packageManager": "pnpm@10.28.2",
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public",
|
|
45
45
|
"registry": "https://registry.npmjs.org/"
|