Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cjk-conv

Package Overview
Dependencies
Maintainers
1
Versions
326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cjk-conv - npm Package Compare versions

Comparing version 1.2.123 to 1.2.124

16

CHANGELOG.md

@@ -6,2 +6,18 @@ # Change Log

## [1.2.124](https://github.com/bluelovers/ws-regexp/compare/cjk-conv@1.2.123...cjk-conv@1.2.124) (2021-06-21)
### 💎 Styles
* use importHelpers ([6bedeef](https://github.com/bluelovers/ws-regexp/commit/6bedeefcb325c049cbdfaf3ba3fc3afa7140893d))
### ♻️ Chores
* update deps ([3633a97](https://github.com/bluelovers/ws-regexp/commit/3633a97e8014049c163d860dc07d3a5e0d02416f))
## [1.2.123](https://github.com/bluelovers/ws-regexp/compare/cjk-conv@1.2.122...cjk-conv@1.2.123) (2021-02-04)

@@ -8,0 +24,0 @@

20

index.js

@@ -5,22 +5,10 @@ "use strict";

*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.cjkConv = void 0;
const index_1 = __importDefault(require("./lib/index"));
const tslib_1 = require("tslib");
const index_1 = tslib_1.__importDefault(require("./lib/index"));
exports.cjkConv = index_1.default;
__exportStar(require("./version"), exports);
__exportStar(require("./lib/index"), exports);
tslib_1.__exportStar(require("./version"), exports);
tslib_1.__exportStar(require("./lib/index"), exports);
exports.default = index_1.default;
//# sourceMappingURL=index.js.map

18

lib/jp/core.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("@lazy-cjk/jp-table-convert"), exports);
const jp_table_convert_1 = __importDefault(require("@lazy-cjk/jp-table-convert"));
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("@lazy-cjk/jp-table-convert"), exports);
const jp_table_convert_1 = tslib_1.__importDefault(require("@lazy-cjk/jp-table-convert"));
/**

@@ -19,0 +7,0 @@ * Created by user on 2017/12/24/024.

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
/**
* Created by user on 2019/7/26.
*/
__exportStar(require("@lazy-cjk/jp-table-alias"), exports);
const jp_table_alias_1 = __importDefault(require("@lazy-cjk/jp-table-alias"));
tslib_1.__exportStar(require("@lazy-cjk/jp-table-alias"), exports);
const jp_table_alias_1 = tslib_1.__importDefault(require("@lazy-cjk/jp-table-alias"));
exports.default = jp_table_alias_1.default;
//# sourceMappingURL=list.js.map
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("@lazy-cjk/jp-table-voice"), exports);
const jp_table_voice_1 = __importDefault(require("@lazy-cjk/jp-table-voice"));
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("@lazy-cjk/jp-table-voice"), exports);
const jp_table_voice_1 = tslib_1.__importDefault(require("@lazy-cjk/jp-table-voice"));
exports.default = jp_table_voice_1.default;
//# sourceMappingURL=table_voice.js.map

@@ -11,19 +11,7 @@ "use strict";

*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("@lazy-cjk/jp-table-comparison"), exports);
const jp_table_comparison_1 = __importDefault(require("@lazy-cjk/jp-table-comparison"));
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("@lazy-cjk/jp-table-comparison"), exports);
const jp_table_comparison_1 = tslib_1.__importDefault(require("@lazy-cjk/jp-table-comparison"));
exports.default = jp_table_comparison_1.default;
//# sourceMappingURL=table.js.map

@@ -5,19 +5,7 @@ "use strict";

*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("@lazy-cjk/novel-filename"), exports);
const novel_filename_1 = __importDefault(require("@lazy-cjk/novel-filename"));
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("@lazy-cjk/novel-filename"), exports);
const novel_filename_1 = tslib_1.__importDefault(require("@lazy-cjk/novel-filename"));
exports.default = novel_filename_1.default;
//# sourceMappingURL=filename.js.map

@@ -5,8 +5,6 @@ "use strict";

*/
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.charCodeAt = exports.split = void 0;
const uni_string_1 = __importDefault(require("uni-string"));
const tslib_1 = require("tslib");
const uni_string_1 = tslib_1.__importDefault(require("uni-string"));
/*

@@ -13,0 +11,0 @@ export function array_unique<T>(array: T): T

@@ -5,19 +5,7 @@ "use strict";

*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("@lazy-cjk/util/strtable"), exports);
const strtable_1 = __importDefault(require("@lazy-cjk/util/strtable"));
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("@lazy-cjk/util/strtable"), exports);
const strtable_1 = tslib_1.__importDefault(require("@lazy-cjk/util/strtable"));
exports.default = strtable_1.default;
//# sourceMappingURL=strtable.js.map

@@ -5,19 +5,10 @@ "use strict";

*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("@lazy-cjk/zh-convert/lib/core/map"), exports);
__exportStar(require("@lazy-cjk/zh-convert/lib/types"), exports);
__exportStar(require("@lazy-cjk/zh-convert/lib/util/map"), exports);
__exportStar(require("@lazy-cjk/zh-convert/lib/util"), exports);
__exportStar(require("@lazy-cjk/zh-convert/lib/const"), exports);
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("@lazy-cjk/zh-convert/lib/core/map"), exports);
tslib_1.__exportStar(require("@lazy-cjk/zh-convert/lib/types"), exports);
tslib_1.__exportStar(require("@lazy-cjk/zh-convert/lib/util/map"), exports);
tslib_1.__exportStar(require("@lazy-cjk/zh-convert/lib/util"), exports);
tslib_1.__exportStar(require("@lazy-cjk/zh-convert/lib/const"), exports);
exports.default = exports;
//# sourceMappingURL=core.js.map

@@ -5,18 +5,9 @@ "use strict";

*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("@lazy-cjk/zh-convert/min"), exports);
__exportStar(require("@lazy-cjk/zh-convert/lib/min/index"), exports);
__exportStar(require("@lazy-cjk/zh-convert/lib/min/const"), exports);
__exportStar(require("@lazy-cjk/zh-convert/lib/min/util"), exports);
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("@lazy-cjk/zh-convert/min"), exports);
tslib_1.__exportStar(require("@lazy-cjk/zh-convert/lib/min/index"), exports);
tslib_1.__exportStar(require("@lazy-cjk/zh-convert/lib/min/const"), exports);
tslib_1.__exportStar(require("@lazy-cjk/zh-convert/lib/min/util"), exports);
exports.default = exports;
//# sourceMappingURL=min.js.map
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("@lazy-cjk/zh-convert-table/table_plus"), exports);
const table_plus_1 = __importDefault(require("@lazy-cjk/zh-convert-table/table_plus"));
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("@lazy-cjk/zh-convert-table/table_plus"), exports);
const table_plus_1 = tslib_1.__importDefault(require("@lazy-cjk/zh-convert-table/table_plus"));
exports.default = table_plus_1.default;
//# sourceMappingURL=table_plus.js.map
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("@lazy-cjk/zh-convert-table/table"), exports);
const table_1 = __importDefault(require("@lazy-cjk/zh-convert-table/table"));
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("@lazy-cjk/zh-convert-table/table"), exports);
const table_1 = tslib_1.__importDefault(require("@lazy-cjk/zh-convert-table/table"));
exports.default = table_1.default;
//# sourceMappingURL=table.js.map
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("@lazy-cjk/zh-convert-table/wikipedia"), exports);
const wikipedia_1 = __importDefault(require("@lazy-cjk/zh-convert-table/wikipedia"));
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("@lazy-cjk/zh-convert-table/wikipedia"), exports);
const wikipedia_1 = tslib_1.__importDefault(require("@lazy-cjk/zh-convert-table/wikipedia"));
exports.default = wikipedia_1.default;
//# sourceMappingURL=wikipedia.js.map

@@ -5,19 +5,7 @@ "use strict";

*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("@lazy-cjk/zh-table-greedy"), exports);
const zh_table_greedy_1 = __importDefault(require("@lazy-cjk/zh-table-greedy"));
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("@lazy-cjk/zh-table-greedy"), exports);
const zh_table_greedy_1 = tslib_1.__importDefault(require("@lazy-cjk/zh-table-greedy"));
exports.default = zh_table_greedy_1.default;
//# sourceMappingURL=greedy.js.map

@@ -5,24 +5,12 @@ "use strict";

*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports._get = exports.libTable = void 0;
const zh_table_alias_1 = __importDefault(require("@lazy-cjk/zh-table-alias"));
const tslib_1 = require("tslib");
const zh_table_alias_1 = tslib_1.__importDefault(require("@lazy-cjk/zh-table-alias"));
exports.libTable = zh_table_alias_1.default;
const util_1 = require("@lazy-cjk/zh-table-list/lib/util");
Object.defineProperty(exports, "_get", { enumerable: true, get: function () { return util_1._get; } });
__exportStar(require("@lazy-cjk/zh-table-list/lib/types"), exports);
__exportStar(require("@lazy-cjk/zh-table-list"), exports);
tslib_1.__exportStar(require("@lazy-cjk/zh-table-list/lib/types"), exports);
tslib_1.__exportStar(require("@lazy-cjk/zh-table-list"), exports);
exports.default = exports;
//# sourceMappingURL=index.js.map

@@ -5,22 +5,10 @@ "use strict";

*/
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.slugify = void 0;
__exportStar(require("@lazy-cjk/zh-table-list/list"), exports);
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("@lazy-cjk/zh-table-list/list"), exports);
var zh_slugify_1 = require("@lazy-cjk/zh-slugify");
Object.defineProperty(exports, "slugify", { enumerable: true, get: function () { return zh_slugify_1.slugify; } });
const list_1 = __importDefault(require("@lazy-cjk/zh-table-list/list"));
const list_1 = tslib_1.__importDefault(require("@lazy-cjk/zh-table-list/list"));
exports.default = list_1.default;
//# sourceMappingURL=list.js.map
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
exports._table_tw = void 0;
const tslib_1 = require("tslib");
var raw_1 = require("@lazy-cjk/zh-table-alias/lib/table/raw");
Object.defineProperty(exports, "_table_tw", { enumerable: true, get: function () { return raw_1._table_tw; } });
__exportStar(require("@lazy-cjk/zh-table-alias"), exports);
__exportStar(require("@lazy-cjk/zh-table-alias/lib/table"), exports);
__exportStar(require("@lazy-cjk/zh-table-alias/lib/util/table"), exports);
__exportStar(require("@lazy-cjk/zh-table-alias/lib/util/unique"), exports);
__exportStar(require("@lazy-cjk/zh-table-alias/lib/util/core"), exports);
__exportStar(require("@lazy-cjk/zh-table-alias/lib/types"), exports);
tslib_1.__exportStar(require("@lazy-cjk/zh-table-alias"), exports);
tslib_1.__exportStar(require("@lazy-cjk/zh-table-alias/lib/table"), exports);
tslib_1.__exportStar(require("@lazy-cjk/zh-table-alias/lib/util/table"), exports);
tslib_1.__exportStar(require("@lazy-cjk/zh-table-alias/lib/util/unique"), exports);
tslib_1.__exportStar(require("@lazy-cjk/zh-table-alias/lib/util/core"), exports);
tslib_1.__exportStar(require("@lazy-cjk/zh-table-alias/lib/types"), exports);
exports.default = exports;
//# sourceMappingURL=table.js.map
{
"name": "cjk-conv",
"version": "1.2.123",
"version": "1.2.124",
"description": "convert chinese, japanese 簡繁日漢字轉換 ( merge/split submodule from node-novel, regexp-cjk, str-util )",

@@ -71,4 +71,4 @@ "keywords": [

"npm:publish:lerna": "npx lerna publish --yes --cd-version patch",
"preversion": "yarn run test && yarn run build-table:commit",
"prepublish:lockfile": "npx sync-lockfile .",
"prepublishOnly": "yarn run test && yarn run build-table:commit",
"prepublishOnly_": "yarn run test",

@@ -86,17 +86,18 @@ "postpublish": "yarn run postpublishOnly:add",

"dependencies": {
"@lazy-cjk/jp-table-alias": "^1.0.27",
"@lazy-cjk/jp-table-comparison": "^1.0.14",
"@lazy-cjk/jp-table-convert": "^1.0.28",
"@lazy-cjk/jp-table-voice": "^1.0.18",
"@lazy-cjk/novel-filename": "^1.0.35",
"@lazy-cjk/util": "^1.0.7",
"@lazy-cjk/zh-convert": "^1.0.34",
"@lazy-cjk/zh-convert-table": "^1.0.19",
"@lazy-cjk/zh-slugify": "^1.0.65",
"@lazy-cjk/zh-table-alias": "^1.0.44",
"@lazy-cjk/zh-table-greedy": "^1.0.61",
"@lazy-cjk/zh-table-list": "^1.0.62",
"@lazy-cjk/jp-table-alias": "^1.0.28",
"@lazy-cjk/jp-table-comparison": "^1.0.17",
"@lazy-cjk/jp-table-convert": "^1.0.30",
"@lazy-cjk/jp-table-voice": "^1.0.21",
"@lazy-cjk/novel-filename": "^1.0.36",
"@lazy-cjk/util": "^1.0.9",
"@lazy-cjk/zh-convert": "^1.0.35",
"@lazy-cjk/zh-convert-table": "^1.0.21",
"@lazy-cjk/zh-slugify": "^1.0.66",
"@lazy-cjk/zh-table-alias": "^1.0.45",
"@lazy-cjk/zh-table-greedy": "^1.0.63",
"@lazy-cjk/zh-table-list": "^1.0.63",
"tslib": "^2.3.0",
"uni-string": "^1.1.10"
},
"gitHead": "33a8f6d5c534be3cb26103ccfd03cdbcfc7aaa66"
"gitHead": "1aa0f123c804bfd33203716a9c7d11804c2e411e"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc